@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Raleway", sans-serif;
    font-style: normal;
}

.brand_logo {
    width: 125px;
    height: 85px;
}

.header.opened,
.header.sticky {
    background-color: #f5e3b4;
    margin-top: 0px;
}

.header {
    background-color: #f8f1e3;
    margin-top: -25px;
    z-index: 1;
}

#contactModal h3 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
}

.header_nav-list_item {
    font-family: "Raleway", sans-serif;
    font-style: normal;
}

.header_nav-list_item {
    color: rgb(19, 17, 17);
}

.header_nav-list_item:hover,
.header_nav-list_item .dropdown-toggle .icon:hover {
    color: #E8B00D;
}

.header_nav-list_item .dropdown-toggle .icon {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.header_nav-list_item .dropdown-list {
    background-color: #f8f1e3;
}

@media screen and (max-width: 998px) {
    .header_nav-list_item .dropdown-list {
        background-color: #f5e3b4;
    }

    .header.opened {
        height: 100%;
    }
}

.hero_header .title {
    line-height: 46px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
}

.hero_media img {
    border-radius: 15px;
}

.primary-bg {
    background-color: hsl(42, 59%, 93%);
    /*margin-top: -100px;*/
    z-index: 0;
}


.section_header .subtitle--extended {
    color: black;
}

.features_card-title {
    color: black;
    font-family: "Raleway", sans-serif;
    font-style: normal;
}

.features_card-description {
    color: black;
}

.hero_main {
    left: 485px;
}

@media screen and (min-width:300px) and (max-width:767px) {
    .header {
        padding-top: 3%;
    }

    .hero {
        padding-top: 55% !important;
    }

    /* .hero_main {
        position: absolute;
        left: 305px;
    } */

    .lazy .entered .loaded {
        height: 100px !important;
    }
}

@media screen and (width:540px) {
    .hero {
        padding-top: 45% !important;
    }
}

/* .hero_header .title {
    color: #000;
    width: 540px;
    text-align: justify;
} */

/* .section_header .text {
    width: 400px;
    color: black;
    transition: none;
    text-align: justify;
} */

.highlight {
    color: #E8B00D;
}

.link-arrow {
    color: #E8B00D;
}

.section_header {
    color: #000;
}

.spots_info-number .number {
    color: #E8B00D;
}

.spots_info-number {
    text-align: left;
}

.question {
    color: #E8B00D;
}

.faq_accordion-item .trigger .icon {
    color: #E8B00D;
}

.services {
    padding: 50px 0;
}

.link-arrow {
    color: #000;
}

.link-arrow:hover {
    color: #E8B00D;
}

.section-3 {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    text-align: center;
    /* margin-bottom: 120px; */
}

.how-it-works {
    max-width: 100%;
    padding: 5%;
    margin: 50px auto;
    position: relative;
}

.steps-container {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    /* width: 100%; */
    padding: 15px 25px;
}

.steps-wrapper {
    left: 10px;
    padding-left: 9%;
    display: flex;
    width: max-content;
}

.steps {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* .steps-container:hover {
    box-shadow: 0 -5px 10px #E8B00D;
} */

.step {
    position: relative;
    text-align: center;
    right: 25px;
    min-width: 150px;
    margin: 0 15px;
}

/* Step number styles */
.step-number {
    background-color: black;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    z-index: 2;
}

.step-text,
.step-text2 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Adjusted Dotted Line */
.line1 {
    position: absolute;
    width: calc(77% - 180px);
    /* Ensures the line does not extend beyond first and last step */
    left: 205px;
    /* Pushes the line inward to align with the first step */
    height: 3px;
    background: repeating-linear-gradient(to right,
            #E8B00D,
            #E8B00D 5px,
            transparent 5px,
            transparent 10px);
    top: 35%;
    z-index: 0;
}





/* Continuous left-to-right movement
@keyframes moveSteps {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

Pause animation on hover
.steps-container:hover .steps-wrapper {
    animation-play-state: paused;
}

 */

.features {
    /* background-color: #ebebeb; */
    text-align: justify;
}

/* .features_card {} */

.features_card:hover {
    background-color: hsl(42, 59%, 93%);
    ;
}

.section {
    text-align: justify;
    margin-top: 0;
    padding-bottom: 1%;
}

.faq {
    text-align: justify;
}

.contact-float {
    position: fixed;
    transform: translate(108px, 0px);
    top: 50%;
    right: 0;
    width: 150px;
    height: 45px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 25px 0 0 25px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 5px;
    display: none;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .contact-float {
        width: 165px;
    }
}

.contact-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.contact-float i {
    font-size: 30px;
    color: white;
    line-height: 50px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;

}


.contact-float:hover {
    color: #FFFFFF;
    width: 200px;
    transform: translate(0px, 0px);
}

.contact-float:hover i {
    transform: rotate(180deg);
}


.footer_main {
    color: #000 ;
    text-align: justify;
}

.footer_main-block .group-wrapper .icon {
    color: #000;
}

.footer_main-block .group-wrapper .icon:hover {
    color: #E8B00D;
}

.footer_secondary-copyright {
    color: #000;
}

/* project */
.gallery_filters {
    list-style: none;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}

.gallery_filters .list-item {
    position: relative;
}

.gallery_filters-filter {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding: 8px 12px;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

/* Subcategories initially hidden */
.subcategories {
    display: none;
    padding-left: 20px;
    margin-top: 10px;
}

.subcategories li {
    list-style: none;
}

.subcategories a {
    text-decoration: none;
    font-size: 14px;
    color: #444;
    display: block;
    padding: 5px 0;
}

/* Change color when hovered */
.subcategories a:hover {
    color: #d4a017;
}

/* Show subcategories when "All" is clicked */
.list-item.active .subcategories {
    display: block;
}



.gallery_filters-filter.current,
.gallery_filters-filter:focus,
.gallery_filters-filter {
    color: #000;
}

.gallery_filters-filter.current,
.gallery_filters-filter:focus,
.gallery_filters-filter:hover {
    color: #E8B00D;
}

/* more */

.blog_feed-item .main_title .icon {
    color: #efd177;
}

/* our service */
.checklist_item .icon {
    color: #E8B00D;
}

.link12:hover {
    color: #ffffff;
}

.about_content {
    margin-bottom: 140px;
}


.section-nopb {
    margin-top: 1%;
    padding: 50px 0 0 !important;
    padding-bottom: 100px !important;
}

.features_card {
    height: 478px;
}

/* pop up contact form at home page */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding-top: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center !important;
    align-items: center;
    overflow-y: auto;
}

.modal-content {
    position: relative;
    background: #f8f1e3 !important;
    padding: 35px;
    border-radius: 10px;
    width: 50% !important;
    z-index: 10000;
}

.modal-content form {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.close-btn:hover {
    border: #ffffff solid;
    font-size: 20px;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    color: #ffb800;

}

.contact-form_btn:hover {
    color: #ffffff;
    border-radius: 10px;
}

.review {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding-top: 20px;
    background-color: #ffffff;
    color: #E8B00D;
    padding-bottom: 120px;
}

.container-review {
    max-width: 90%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.head-3 {
    font-size: 18px;
    color: #333;
}

label {
    display: block;
    margin-top: 10px;
    padding: 10px;
}

input {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input:hover {
    border: 1px solid #E8B00D;
}

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

.success {
    color: green;
    display: none;
    margin-top: 10px;
}

.btn-primary {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #e9ecef;
    color: #E8B00D;
}

.testimonial-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 150px;
    /* Fixed height */
    max-height: 150px;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    height: auto;
    max-height: none;
    overflow: visible;
    box-shadow: 0px 0 5px #efd177;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #efd177;
    margin-right: 15px;
    flex-shrink: 0;
}

.testimonial-content {
    flex: 1;
    overflow: hidden;
}

.testimonial-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-text {
    font-size: 0.9rem;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.testimonial-card:hover .testimonial-text {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

@media (max-width: 576px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
        height: auto;
    }

    .testimonial-img {
        margin: 0 auto 10px;
    }
}

.footer {
    margin-top: 0;
}

@media (max-width:1200px) {
    .gallery {
        padding: 15px 10px;
        margin-bottom: 12%;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-img {
        margin-bottom: 10px;
    }

    .hero_main {
        left: 51%;
        top: 78%;
        font-size: 10px;
    }

    .gallery {
        margin-bottom: 30% !important;
    }

}

@media (max-width: 768px) {
    .container-review {
        width: 95%;
        padding: 15px;
    }

    .gallery {
        margin-bottom: 20%;
    }
}


@media only screen and (width: 1280px) {
    .brand {
        padding-top: 15px;
    }


    .hero_media img {
        width: 98%;
    }

    .hero_main {
        left: 460px;
    }

    .steps-container {
        right: 85px;
        width: 120%;
        overflow: none !important;
    }

    .gallery {
        padding: 40px;
        margin-bottom: 10%;
    }

    .footer_main {
        padding-top: 25px;
    }

}

@media screen and (min-width: 1024.9px) and (max-width: 1200.1px) {
    .steps-container {
        padding: 30px 150px !important;
    }

    .line1 {
        left: 220px !important;
    }

    .step-text2 {
        top: -90% !important;
    }
}

@media screen and (max-width:1200px) {
    .brand {
        padding-top: 15px;
    }

    .section_header {
        padding-top: 40px;
    }

    .hero .container {
        padding-bottom: 0%;
    }

    .hero_header .title {
        font-size: 2.5rem;
    }

    .section_header .subtitle--extended {
        padding-top: 20px;
        padding-left: 60px;
    }

    .hero_main {
        left: 175px;
        top: -186px;
    }

    #baguetteBox-overlay .full-image img {
        padding: 0 15px;
    }

    .hero_media {
        position: relative;
        width: 400px;
        height: 300px;
        top: 105px;
        right: -25px;
    }

    .steps-container {
        padding: 30px 25px;
    }

    .step {
        min-width: 0;
        /* right: 17px; */
        margin: 0 26px;
    }

    .step-text,
    .step-text2 {
        /* display: none; */
        /* Hide by default */
        position: absolute;
        /* background-color: black; */
        color: rgb(0, 0, 0);
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        white-space: nowrap;
        bottom: -30px;
        /* Position below the number */
        left: 50%;
        transform: translateX(-50%);
    }

    .steps-wrapper {
        display: inline-block;
        align-items: center;
    }

    @media screen and (min-width: 769px) and (max-width: 1024px) {

        .step-text,
        .step-text2 {
            bottom: -25px;
        }

        .steps-wrapper {
            padding: 10px 80px;
        }

        .line1 {
            top: 60px !important;
        }

        .step-text2 {
            top: -35px
        }
    }

    /* Show text when hovering over the step */
    /* .step:hover .step-text {
        display: block;
    } */

    .line1 {
        width: 465px;
        top: 50px;
        left: 140px;
    }

    .footer_main {
        padding-top: 25px;
    }

    /* .gallery{
        margin-bottom: 10% !important;
    } */

}

@media screen and (min-width: 1201px) and (max-width: 1279px) {
    .steps-wrapper {
        padding-left: 0;
    }

    .line1 {
        position: absolute;
        display: inline-block;
        align-items: center;
        width: calc(95% - 180px);
        left: 115px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1299px) {
    .steps-wrapper {
        display: inline-block;
        padding-left: 0;
    }

    .line1 {
        width: calc(90% - 180px);
        left: 155px;
    }
}

@media screen and (min-width :1100px) and (max-width: 1199px) {
    .line1 {
        left: 315px !important;
    }
}

@media screen and (min-width: 920px) and (max-width: 1023px) {
    .line1 {
        left: 179px;
    }
}

@media screen and (min-width: 608px) and (max-width: 767px) {
    .line1 {
        left: 60px;
    }

    .step-text2 {
        top: -40px;
    }

    .steps-wrapper {
        padding-left: 0%;
    }
}

@media screen and (min-width: 560px) and (max-width: 607px) {
    .steps-container {
        display: inline-block;
        align-items: center;
    }

    .steps-wrapper {
        padding-left: 0%;
    }

    .step-text2 {
        top: -40px;
    }

    .line1 {
        left: 60px;
    }

    .step-text {
        left: 92%;
    }

}

/* @media screen and (min-width: 510px) and (max-width: 539px) {
    .line1{
        left: 42px ;
    }
} */
@media screen and (min-width: 480px) and (max-width: 509px) {
    .line1 {
        left: 32px;
    }
}

@media screen and (min-width: 450px) and (max-width: 479.9px) {
    .line1 {
        left: 22px;
    }
}

@media screen and (min-width: 413px) and (max-width: 449.9px) {
    .line1 {
        left: 15px;
    }
}

@media screen and (max-width: 560px) {
    .steps {
        display: block;
    }

    .line1 {
        top: 44%;
        left: 108px;
        width: 268px;
        transform: rotate(90deg);
    }

    .step {
        padding-bottom: 15px;
    }

    .step-text {
        left: -175%;
        top: -10%;
    }

    .step-text2 {
        left: 265%;
        top: -10%;
    }
}

@media only screen and (width: 912px) {
    .step {
        margin: 0 31px;
    }

    .line1 {
        width: 510px;
    }
}

@media only screen and (width: 768px) {
    .text {
        width: 80% !important;
    }

    .hero_media {
        position: absolute;
        right: 2%;
    }

    .bot {
        margin-bottom: -225px;
    }

    .hero_main {
        left: 40%;
        top: 15%;
    }

    .steps-container {
        width: 615px;
        right: -25px;
    }

    .steps-wrapper {
        padding-left: 1%;
    }

    .step {
        margin: 0px 30px;
    }

    .step-text2 {
        top: -90%;
    }

    .line1 {
        left: 75px;
    }
}

@media only screen and (width:1024px) {
    .hero_main {
        left: -60px !important;
        top: -186px;
    }

    .steps-container {
        /* overflow: none; */
        width: 150%;
        padding: 15px 25px;
        right: 175px;
    }

    .line1 {
        top: 45px !important;
        left: 125px !important;
    }
}

@media screen and (min-width: 522px) and (max-width: 539px) {
    .line1 {
        width: 390px !important;
        top: 261px !important;
        left: 19px !important;
    }
}

@media screen and (max-width: 540px) {
    .hero_header {
        padding-top: 90px;
    }

    .hero_media {
        width: 100%;
        height: auto;
        top: 50px;
        right: 0;
    }

    .hero_main {
        left: 140px;
        top: -170px;
        font-size: 13px;
    }

    .steps-wrapper {
        padding-left: 0%;
        padding-right: 29%;
    }

    .steps-container {
        width: 100%;
        /* left: 25%;    */
    }

    .steps {
        display: block;
    }

    .step {
        right: -36px;
        margin: 25px 0;
    }

    .line1 {
        width: 335px;
        height: 4px;
        transform: rotate(90deg);
        top: 225px;
        left: 3px;
    }

    .step-text {
        left: -140%;
        top: -15%;
        font-size: 70%;
    }

    .step-text2 {
        left: 230%;
        top: -15%;
        font-size: 70%;
    }

    .review {
        width: 100%;
    }

    .gallery section {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 429px) and (max-width: 431px) {
    .line1 {
        left: 13px !important;
    }
}

@media screen and (max-width: 395px) {
    .line1 {
        left: -4px;
    }
}

@media only screen and (width: 344px) {
    .steps-wrapper {
        padding-left: 0%;
        padding-right: 28%;
    }

    .line1 {
        left: -45px;
        width: 400px;
        top: 270px;
    }
}

@media only screen and (width: 360px) {
    .line1 {
        left: -10px;
    }
}

@media only screen and (width: 540px) {
    .hero_main {
        left: 280px;
        top: -220px;
        font-size: 20px;
    }

    .step {
        right: -72px;
    }

    .steps-wrapper {
        padding-left: 0%;
        padding-right: 150px;
    }

    .line1 {
        width: 395px;
        top: 268px;
        left: 43px;
    }

}



@media only screen and (width: 1024px) {
    .steps-container {
        width: 80%;
        padding: 15px 25px;
        right: -10%;
    }
}

@media screen and (width: 910px) {
    .line1 {
        width: 465px;
        top: 35px;
        left: 50px;
    }
}

@media screen and (width: 1024px) {
    .line1 {
        width: 465px;
        top: 35px;
        left: 50px;
    }
}

@media screen and (width: 412px) {
    .steps-wrapper {
        padding-left: 0%;
        padding-right: 30%;
    }

    .line1 {
        width: 385px;
        top: 270px;
        left: -28px !important;
    }
}

@media screen and (min-width: 429px) and (max-width: 431px) {
    .line1 {
        width: 400px;
        top: 275px;
        left: -20px !important;
    }
}

@media screen and (min-width: 413px) and (max-width: 415px) {
    .line1 {
        width: 400px;
        top: 275px;
        left: -25px !important;
    }
}


@media screen and (min-width: 375px) and (max-width: 376px) {
    .line1 {
        width: 400px;
        top: 275px;
        left: -37px !important;
    }
}

@media screen and (min-width: 389px) and (max-width: 391px) {
    .line1 {
        width: 400px;
        top: 275px;
        left: -33px !important;
    }
}

@media screen and (min-width: 359px) and (max-width: 461px) {
    .line1 {
        width: 400px;
        top: 275px;
        left: -42px;
    }
}

/* vision mission */
/* General Styles */
.vision-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #ffffff;
}

.container_q {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

/* Card Styling */
.card_q {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Title Styling */
.title {
    font-size: 32px;
    font-weight: bold;
    color: black;
    /*text-align: center;*/
    word-wrap: break-word;
    font-family: "Raleway", sans-serif;
    font-style: normal;
}

.highlight {
    color: #d4a017;
}

/* Paragraph Styling */
.pra {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
    .title {
        font-size: 26px;
    }

    .pra {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 22px;
    }

    .pra {
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .line1 {
        width: calc(88% - 180px);
    }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {}


@media screen and (min-width: 1400px) {
    .line1 {
        width: calc(80% - 180px);
    }
}


/* Referal Program */
.referal {
    /* background-color: #f8f9fa; */
    padding: 40px;
    text-align: center;
    /* border-radius: 10px; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    max-width: 600px;
    margin: 20px auto;
}

.referal h3 {
    font-size: 240%;
    color: #333;
    margin-bottom: 10px;
}

.referal span {
    font-size: 130%;
    font-weight: bold;
    color: #d4a017;
    /* Golden color for highlighting earnings */
    display: block;
    margin-bottom: 10px;
}

.referal p {
    font-size: 100%;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .referal {
        padding: 20px;
    }

    .referal h3 {
        font-size: 20px;
    }

    .referal span {
        font-size: 16px;
    }

    .referal p {
        font-size: 14px;
    }
}

/* reviwe section */
.team_quote {
    position: relative;
    overflow: hidden;
    background-color: gray;
    height: 200px;
    /* Set initial height */
    transition: height 0.4s ease-in-out;
    cursor: pointer;
}

.team_quote:hover {
    height: 400px;
    /* Expand on hover */
}

/* Main content styling */
.team_quote q.main {
    font-size: 14px;
    font-weight: bold;
    color: black;
    display: block;
    padding: 20px;
    text-align: center;
    line-height: 26px;
}

/* Extra content - initially hidden */
.team_quote .secondary {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* Show content on hover */
.team_quote:hover .secondary {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 998px) {
    .team_quote q.main {
        font-size: 25px;
    }

    .modal-content {
        width: 90% !important;
        height: 90% !important;
    }

    .modal-content form {
        height: 90% !important;
    }

    .header_mobile_num {
        text-align: left !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 540px) {
    .team_quote q.main {
        font-size: 20px;
        line-height: 140%;
    }

    .primary-bg {
        margin-top: -150px;
    }

    .section {
        margin-bottom: 190px;
    }

    .title {
        text-align: center;
    }
}

.error1 {
    color: red;
}



.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
    animation: float 2s infinite ease-in-out;
    /* Floating animation */
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Icon Styling */
.whatsapp-float img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    /* Add shadow */
}

/* Hover Effect */
.whatsapp-float:hover {
    transform: scale(1.2) rotate(15deg);
    /* Slight rotation on hover */
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); */
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Moves up */
    }

    100% {
        transform: translateY(0);
    }
}

/* Pulse Animation */
.whatsapp-float::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    background: rgba(37, 211, 102, 0.5);
    /* WhatsApp color */
    border-radius: 50%;
    z-index: -1;
    animation: pulse 1.5s infinite;
}

/* Pulse Effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


#contact_customer_message {
    width: 100%;
    height: 150px;
    /* Adjust height to match input */
    padding: 14px;
    /* Match padding of input */
    border: 1px solid #ccc;
    border-radius: 5px;
    /* Match input field */
    font-size: 16px;
    resize: none;
    /* Prevent resizing */
    box-sizing: border-box;
    /* Ensures padding doesn’t affect width */
}


#contact_customer_message_popup {
    width: 100%;
    height: 150px;
    /* Adjust height to match input */
    padding: 14px;
    /* Match padding of input */
    border: 1px solid #ccc;
    border-radius: 5px;
    /* Match input field */
    font-size: 16px;
    resize: none;
    /* Prevent resizing */
    box-sizing: border-box;
    /* Ensures padding doesn’t affect width */
}

.header_trigger .line {
    background: #000;
}

.hero_header .title {
    font-size: 44px;
}

.header_mobile_num {
    text-align: right;
    font-size: 20px;
    font-family: "Archivo", sans-serif;
    font-style: normal;
}

.dropdown-menu {
    display: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
    transition: max-height 0.3s ease;
}

/* When active */
.dropdown-menu.active.show {
    display: block;
}

/* Optional: Chevron Rotation */
.dropdown-toggle .icon-chevron_right {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown-toggle.active .icon-chevron_right {
    transform: rotate(90deg);
}

/* Spacing and hierarchy */
.dropdown-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dropdown-item {
    display: block;
    padding: 0.5rem 0;
    color: #d4a537;
    /* Match your color scheme */
    font-weight: 500;
    text-decoration: none;
}

.dropdown-item:hover {
    text-decoration: underline;
}

.dropdown-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.dropdown-menu.active.show {
    max-height: 500px;
    /* adjust if needed */
}