@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

section>.container-fluid,
footer>.container-fluid,
header>.container-fluid {
    width: 95%;
}

body {
    background-color: #F1F3F7;
    min-height: 100vh;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin-bottom: 0;
}

a,
a:focus,
a:hover,
a:focus-visible,
a:focus-within {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 8px;
    color: #a3a499;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3a499;
}

::-webkit-scrollbar-track {
    background-color: #ecede3;
    border-radius: 10px;
    border: 1px solid #d8d9cf;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.btn-bordered {
    color: #fff;
    font-size: 12px !important;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #fff;
    padding: 5px 19px;
    display: inline-block;
    border-radius: 6px;
    background-color: transparent;
    text-align: left;
}

.landing-banner a h2 {
    font-size: 12px !important;
    margin: 0;
    padding: 0 !important;
}

.btn-bordered h2 span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding-top: 2px;
    color: #fff;
}

.btn-main {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #fff;
    padding: 10px 19px;
    display: inline-block;
    border-radius: 6px;
    background-color: #E0A30E;
    align-content: center;
}

.landing-banner .d-flex {
    justify-content: center;
    gap: 15px;
}

.main-heading {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.landing-banner {
    height: 80vh;
    padding: 50px 0;
}

.landing-banner .landing-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.landing-banner .landing-banner-content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    width: 90%;
}

.landing-banner .landing-banner-content h1 {
    color: #fff;
    font-size: 48px;
}

.landing-banner .landing-banner-content h2 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #fff;
}

.landing-services h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

.landing-services .service-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.landing-services .service-card h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.landing-services .service-button {
    color: #333;
}

.landing-services h4 {
    color: #E0A30E;
    padding: 20px 0;
}

.landing-map .address-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.landing-map .address-card h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.landing-categories {
    background-image: url(../images/categories-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.landing-categories h2 {
    color: #fff;
}

.landing-categories h4 {
    color: #fff;
    background-color: #E0A30E;
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.landing-categories h3 {
    color: #fff;
    margin-bottom: 0;
}

.landing-categories p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.landing-categories .landing-categories-card {
    border-radius: 10px;
    text-align: center;
}

.landing-categories .landing-categories-card img {
    border: 3px solid #F1F3F7;
    border-radius: 10px;
}

.landing-categories .landing-categories-card h6 {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
    color: #fff;
}

.trusted-brands p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 25px;
    width: 80%;
    margin: 0 auto;
}

.trusted-brands h2 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 30px;
}

.trusted-brands h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
}


/* .trusted-brands .brands-slider {
    background-color: #333;
    border-radius: 5px;
    padding: 15px 0;
} */

.trusted-brands .brands-slider img {
    width: auto !important;
    margin: 0 30px;
}

.trusted-brands .brands-slider .slick-arrow {
    position: absolute;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #333;
    z-index: 111;
}

.trusted-brands .brands-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-brands .brands-slider .slick-arrow.slick-prev {
    left: -20px;
}

.trusted-brands .brands-slider .slick-arrow.slick-next {
    right: -20px;
}

.review-box {
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.review-box p {
    font-size: 14px;
    font-size: 14px;
    min-height: 100px;
    font-weight: 500;
}

.review-box img {
    opacity: 0.1;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.review-box h5 {
    font-size: 16px;
    font-weight: 700;
}


.whatsapp-float {
    position: fixed;
    right: 15px;
    bottom: 5%;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: translate;
    -moz-transition-property: translate;
    transition-property: translate;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 99;
    border-radius: 50%;
}
        
.whatsapp-float a {
    display: flex;
    align-items: center;
}

.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}
.pushmenu-push-toright {
    left: 250px
}
.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}


footer {
    background-color: #333333;
    color: #fff;
}

footer .container-fluid {
    border-top: 1px solid #555;
    padding-top: 30px;
}

footer .container-lg {
    padding: 40px 0;
}

footer .footer-top {
    display: flex;
    justify-content: space-between;
}

footer .footer-top .footer-top-card {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
}

footer .footer-top .footer-top-card h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

footer .footer-top .footer-top-card h6 {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 0;
}

footer p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 15px;
}

footer .footer-social {
    display: flex;
    margin-top: 15px;
    gap: 10px;
    justify-content: center;
}

footer .footer-social a {
    width: 32px;
    height: 32px;
    color: #333;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
}

footer .footer-social a svg {
    height: 20px;
    width: 20px;
}

footer .footer-social a svg path {
    fill: #333;
}

footer h4 {
    font-size: 20px;
}

footer .footer-links a {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}

footer h2 {
    padding-top: 50px;
    font-size: 18px;
}

footer h1 {
    font-size: 24px;
    font-weight: 400;
}

footer h1 a {
    color: #E0A30E;
    font-weight: 600;
}

.faq-testimonials {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.section-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.faq-section, .testimonials-section {
    padding: 20px;
}

.faq-question {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.faq-bubble, .testimonial-bubble {
        position: relative;
        background: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px; /* Add space between bubbles */
    }

    .faq-bubble:before, .testimonial-bubble:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 30px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #f0f0f0;
    }

    .faq-item {
        margin-bottom: 15px; /* Space between FAQ items */
    }

    .faq-question {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .testimonial-item {
        margin-bottom: 30px;
    }

    .testimonial-author {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        text-align: right;
        color: #333;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.5;
        color: #555;
    }

@media (max-width: 991px) {
    .faq-section, .testimonials-section {
        text-align: center;
    }
}


#map {
    width: 100%;
    height: 600px;
}

@media (max-width: 992px) {
    footer>.container-lg {
        width: 95%;
    }
    footer .footer-top {
        flex-direction: column;
        gap: 30px;
    }
    .footer-bottom {
        text-align: center;
    }
    .py-80,
    .py-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-80,
    .pt-50 {
        padding-top: 40px;
    }
    .pb-80,
    .pb-50 {
        padding-bottom: 40px;
    }
    .landing-categories {
        background-size: cover;
        padding-bottom: 40px;
    }
    .landing-categories h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 24px !important;
        font-weight: 600;
    }
    .landing-categories h2 {
        font-size: 30px;
    }
    .landing-banner .landing-banner-content h1 {
        color: #fff;
        font-size: 36px;
    }
    .landing-banner .banner-logo {
        width: 180px;
    }
    .landing-banner .landing-banner-content p {
        font-size: 16px;
    }
    .landing-services img {
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
    .landing-services p {
        width: 100%;
    }
    .trusted-brands p {
        width: 100%;
    }
    .trusted-brands .brands-slider img {
        margin: 10px;
    }
    .landing-services h2 {
        width: 100%;
    }
}

@media (max-width: 567px) {
    .landing-banner .landing-banner-content h1 {
        color: #fff;
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .landing-banner .d-flex {
        flex-direction: column;
    }
    .btn-bordered {
        text-align: center;
    }
}