:root {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
}


body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

/* Pre loader */
.loading-gif {
    max-width: 500px;
}

.reveal {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.pre-loader {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #c70925;
    z-index: 99999;
    transition: opacity 1s ease;
}

.pre-loader.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.pre-loader img {
    height: 150px;
    width: 150px;
}

.pre-loader h2 {
    text-align: center;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: bold;
}



.animate__animated {
    animation-duration: 2s;
    /* transform: translateY(150px); */
    opacity: 1;
    /* transition: 4s all ease; */
    z-index: -100;
}

/* google icon  */
.google-bar {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.google-bar img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 70px;
    height: 70px; */

}

/* chat icon */

.icon-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.icon-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    /* color: #00AFF0;
    text-align: center;
    font-size: 60px;
    border-radius: 50%; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    /* transition: all 1s ease-in-out; */
}



.icon-bar i {
    font-size: 60px;
}


@media (max-width: 1200px) {
    .navbar {
        height: 70px;
    }

    .icon-bar a {
        width: 60px;
        height: 60px;
        font-size: 45px;
    }

    .icon-bar i {
        font-size: 50px;
    }

    .google-bar img {
        position: fixed;
        top: 2px;
        right: 130px;
        z-index: 999;
    }
}

@media (max-width: 768px) {
    .navbar {
        height: 70px;
    }

    .icon-bar a {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }

    .icon-bar i {
        font-size: 45px;
    }

    .google-bar img {
        position: fixed;
        top: 2px;
        right: 50px;
        z-index: 999;
    }

    li.nav-item {
        padding: 5px 10px;
        border: 1px solid #000;
    }
    .navbar ul {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .icon-bar a {
        width: 45px;
        height: 45px;
        font-size: 35px;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .icon-bar i {
        font-size: 40px;
    }

    .google-bar img {
        position: fixed;
        top: 2px;
        right: 80px;
        z-index: 999;
    }

    li.nav-item {
        border: 1px solid #000;
    }

    .navbar ul {
        margin-top: 20px;
    }
}

.navbar {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    /* height: 50px; */
    width: 270px;
    transition: all 0.3s ease;
}

.nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

li.nav-item {
    padding: 10px 10px;
}

.req {
    background-color: #c70925;
    color: white;
}

.req:hover {
    background-color: #940318;
    color: #ffffff;
}

.nav-item {
    position: relative;
}

.sub-menu {
    display: none;
    list-style-type: none;
    position: absolute;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1000;
    text-align: left;
}

.sub-menu li {
    padding: 5px 10px;
}

.sub-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.bi {
    padding: 0px 10px;
    font-size: 25px;
    font-weight: bold;
}

.sub-menu li a:hover {
    background-color: #007bff;
    color: white;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .nav-item:hover .sub-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .sub-menu {
        position: static;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 180px;
    }

    .nav-link {
        font-size: 14px;
    }
}

.service-details {
    color: #ffffff;
    position: relative;
    background: url('../img/performance.jpg') center center / cover no-repeat;
    z-index: 1;
    background-attachment: fixed;
}

.service-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.service-details>* {
    position: relative;
    z-index: 3;
}