* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.text-white {
    color: white !important;
}

.text-decoration-none {
    text-decoration: none;
}
.text-center {
    text-align: center;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}
.m-10 {
    margin-top: 10px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pb-m-0 {
    padding-bottom: 0;
}

.pr-0 {
    padding-right: 0;
}

._100vh_ {
    height: 100vh;
}

.decoration-none {
    text-decoration: none;
}

.navbar_dropdown {
    cursor: pointer;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-dark {
    color: black;
}

.contact-us-address {
    max-width: 70%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader img {
    height: 150px;
}
.navbar_dropdown.open .navbar_dropdown_ul {
    display: block;
    /* opacity: 1; */
    /* transition: all 0.3s ease-in-out; */
    /* visibility: visible; */
    transition: all 1s ease;
}

.navbar_dropdown_ul {
    display: none;
    position: absolute;
    left: -10px;
    list-style-type: none;
    padding-left: 0;
    background: black;
    /* backdrop-filter: blur(15px); */
    border: 1px solid white;
    padding: 20px;
    top: 48px;
    width: 220px;
    border-radius: 0 0 10px 10px;
}

.navbar_dropdown_ul li {
    margin: 10px 0;
    padding-left: 10px;
}

.navbar_dropdown_ul li a:hover {
    color: #fdde12;

    letter-spacing: 0.2px;
}
.navbar_dropdown_ul li a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.navbar_dropdown.open > .dropdown_service > span > svg {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.dropdown_links {
    padding: 0;
}

.dropdown_service {
    display: flex;
    align-items: center;
}

.navbar_dropdown {
    padding: 7px 25px;
    color: white;
}
.dropdown_service > span > svg {
    color: white;
    margin-left: 6px;
}
.dropdown_links.w--current {
    color: #fdde12;
}
.dropdown_service a {
    padding: 7px 0;
}

.navbar_dropdown .dropdown_service a:has() {
    color: black;
}

.navbar_dropdown
    .dropdown_service:has(+ .navbar_dropdown_ul .dropdown_links.w--current)
    a {
    color: #f8ec00;
    /* background-color: white; */
    /* border: 1px solid #FDDE12; */
}

.header_button_link {
    background-color: black;
    border: 2px solid white;
    color: white;
}

/* ..............................index page css....................... */

#background-video_bg {
    height: 100%;
    width: 100%;
}
.dark_button_border {
    color: black;
    border: 1px solid black;
}

.counter_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_flex span {
    font-size: 50px;
    font-weight: 800;
}

.nav-link.dropdown_links.w--current {
    background-color: transparent !important;
}

.slick-dots li.slick-active button {
    background-color: #fdde12;
    color: #fdde12;
}

.team-name-wrapper {
    text-align: center;
}

.brand-service-wrapper .expertise-title a {
    text-decoration: none;
    color: white;
}

.testimonial_section {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.testimonial_section .testimonial_image {
    flex: 0 0 30%;
}

.testimonial_content_slider {
    width: 50%;
}

.echos_of_success {
    justify-content: end !important;
}

/* ............................about us css...................... */

.about_sec_counters {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.about_header {
    mix-blend-mode: hard-light !important;
}

/* ......................................testimonial slider.................. */

.testimonial_slider .slick-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.testimonial_slider .slick-dots li {
    list-style-type: none;
}

/* ..................................faq page css.............. */

.faq-answer {
    padding: 0 40px 3px 0;
}
/* .faq-answer1 {
    display: block;
    transition: all 1s ease;
} */
.faq-question {
    cursor: pointer; /* Change cursor to pointer for questions */
    font-size: 18px;
    position: relative;
    padding: 0 24px 0 0;
}

.faq-question::after {
    position: absolute;
    right: 6px;
    content: "+";
    top: 00px;
    font-size: 18px;
}

.faq-item .faq-answer {
    transition: all 0.5s ease;
}

.faq-question.active::after {
    content: "-";
}

.faq-question.active {
    color: #fdde12;
}

.faq-item .faq-answer {
    height: 0;
    opacity: 0;
    transition: all 0.2s ease;
}

.faq-question.active + .faq-answer.show_answer {
    height: auto !important;
    transition: all 0.5s ease-in;
    opacity: 1 !important;
}

/* .........................services css.................. */

.team-wrapper-2 p {
    text-align: center;
}

/* ..................contact css */

label.error {
    color: red;
    font-size: 12px;
}

.sweet-alert .confirm {
    background-color: var(--hero-color) !important;
    background: var(--hero-color) !important;
}
/* ......................footer  css....................... */

.nav-link_footer.w--current {
    text-decoration: underline;
}

.footer_logo img {
    object-fit: contain;
    height: 100px;
    width: 200px;
}

.footer-ppolicy-contents p {
    font-size: 14px;
}

.mb-10 {
    margin-bottom: 10px;
}
.footer-ppolicy-contents h4 {
    font-weight: 700;
    margin-top: 50px;
}

/* ............................media css....................... */

@media (max-width: 1024px) {
    .export_tag {
        display: none;
    }
}

@media (max-width: 992px) {
    /* .image-rotate-wrapper.banner_1{
        left: -50px;
    }
    .image-rotate-wrapper.banner_2{
        right: -44px;
    }
    .image-rotate-wrapper.banner_3{
        right: -3px;
    } */

    .about_sec_counters {
        margin-top: 20px !important;
    }
    .image-rotate-content.right {
        right: 0;
    }
    .image-rotate-content.left {
        left: 0;
    }
    .image-rotate-wrapper {
        width: 100% !important;
    }
    .expertise-title {
        font-size: 100px;
    }

    .navbar_dropdown a {
        margin: unset;
        padding: 7px 0;
    }

    .navbar_dropdown.open .navbar_dropdown_ul {
        position: relative;
        opacity: 1;
        left: 0;
        list-style-type: none;
        padding-left: 0;
        padding: 0;
        top: 0;
        width: 230px;
        background: transparent;
        transition: all 0.5s ease-in-out;
        margin-bottom: 0;
    }
    .navbar_dropdown_ul {
        /* display: none; */
        position: absolute;
        left: 0;
        list-style-type: none;
        padding-left: 0;
        background: transparent;
        padding: 20px;
        top: 0px;
        width: 230px;
        opacity: 0;
    }
    .navbar_dropdown
        .dropdown_service:has(+ .navbar_dropdown_ul .dropdown_links.w--current)
        a {
        /* border-bottom: 2px solid #FDDE12; */
        /* display: inline-flex; */
        color: #f8ec00;
        font-weight: 700;
    }
    .navbar_dropdown_ul {
        border: none;
    }
    .navbar_dropdown_ul li a {
        color: white;
    }
    .nav-link.w--current {
        color: #f8ec00;
        background-color: transparent;
    }
    .nav-menu {
        background-color: black;
    }
    .navbar_dropdown_ul li:last-of-type {
        margin-bottom: unset;
    }
}

@media (max-width: 767px) {
    .testimonial_section {
        flex-direction: column;
    }
    .testimonial_content_slider {
        width: 90%;
        margin: auto;
    }
    .image-rotate-flex {
        inset: 5%;
    }
}

@media (max-width: 575px) {
    .fun-facts-grid._3-column {
        grid-template-columns: 1fr;
    }

    .category-text._100 {
        text-align: center;
    }

    .category-flex {
        justify-content: center !important;
    }
    .work-big-title {
        letter-spacing: 6px;
        font-size: 42px;
    }
}
