body {
    overflow-x: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    display: block;
}

.main-sec {
    position: relative;
    overflow: hidden;
}


.search-btn {
    background-color: rgba(255, 255, 255, 1);
    width:
        251.58px;
    height:
        69.47px;
    border-radius:
        94.74px;

    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.search-btn p {
    color: rgba(53, 120, 113, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 21.05px;
    line-height: 26.95px;
}

.branch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.lists {
    position: relative;
}

.lists img {
    position: absolute;
    top: 45px;
    left: 11px;
    width: 30px;
    cursor: pointer;
}

.our-global-reach {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* position: absolute;
    bottom: 80px; */
    left: 10%;
    /* max-width: 546px; */

}

.our-global-reach h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 57.89px;
    line-height: 70.53px;
    color: rgba(255, 255, 255, 1);

}

.our-global-reach .p {
    font-weight: 400;
    font-size: 16.84px;
    line-height: 19.74px;
    color:
        rgba(255, 255, 255, 1);
    font-family: "Roboto";
    max-width: 480px;
}

.icon-search {
    border-radius: 50%;
    height: 46px;
    width: 46px;
    position: relative;
    display: none;
}

.icon-search i {
    color: rgba(53, 120, 113, 1);
    width: 16.84px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-state {
    display: none;
    width: 100px;
    position: relative;
}

.select-state select {
    background-color: rgba(53, 120, 113, 1);
    border: none;
    outline: none;
    border-radius:
        94.74px;
    color: rgba(255, 255, 255, 1);
    height: 50px;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 16px;
    padding-inline: 14px;
    width: 100%;
}

/* .select-state::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
} */
.pincode-input {
    border: none;
    outline: none;

    font-family: Montserrat;
    font-weight: 600;
    font-size: 21.05px;
    line-height: 26.95px;
    display: none;
}

.pincode-input::placeholder {
    color: rgba(53, 120, 113, 0.783);
}

.select-state i {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 1);
}

.notshow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.splash-screen,
.splash-screen-2nd,
.splash-screen-3rd {
    font-family: 'Oswald', sans-serif;
    /* Font Family */
    font-weight: 500;
    /* Font Weight */
    font-size: 57.89px;
    /* Font Size */
    line-height: 70.53px;
    color:
        rgba(255, 255, 255, 0.89);
    background-color:
        #22a98a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    display: none;

}

.splash-screen {
    scale: 0.9;
    z-index: 2;
    position: absolute;
    top: 0;
    animation: splasnN 2.7s ease-in-out forwards;
}

@keyframes splasnN {
    0% {
        scale: 0.4;
        opacity: 0;

    }

    50% {
        scale: 1.3;
        opacity: 1;
    }

    100% {
        scale: 0.3;
        opacity: 0;
    }
}

.splash-screen-2nd {
    animation: nextSplash 1.3s ease forwards;
    position: absolute;
    top: 0;
    z-index: 4;

}

@keyframes nextSplash {
    0% {
        scale: 0.5;
        opacity: 0.2;

    }

    50% {
        scale: 1.9;
        opacity: 1;

    }

    100% {
        scale: 0.3;
        border-radius: 50%;

        opacity: 0.1;

        display: none;

    }
}

.splash-screen-3rd {
    position: absolute;
    /* Positioning for animation */
    top: 50%;

    border-radius: 50%;
    /* width: 100%;
    height: 110vh; */
    width: 600px;
    height: 500px;
    left: 50%;

    transform: translateX(-50%);
    z-index: 4;
    border: 50px solid rgb(28, 105, 97);
    transform: translate(-50%, -50%) scaleY(0.6) scaleX(0.5);
    transform-origin: center;
}

.splash-screen-3rd {
    animation: nextCity 2s ease-in forwards;



}

@keyframes nextCity {
    0% {
        transform: translate(-50%, -50%) scaleY(0.6) scaleX(0.5);
        opacity: 1;

    }

    50% {
        transform: translate(-50%, -50%) scale(4.2);
        border-radius: 50%;
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.4);

        border: none;
        border-radius: unset;
        opacity: 0.4;
        display: none;
    }
}

.search-i {
    color: rgba(53, 120, 113, 1);
    font-size: 17px;
}




.splash-grey-overlay {
    background-color: #9298a4;
    width: 100%;
    height: 100vh;
    animation: Spgrey 0.9s ease forwards;
    display: none;
    position: absolute;
    bottom: 0;

    z-index: 2;
    transform-origin: top;

    transform: scaleX(0.5);
    top: 32%;
    display: none;

}

@keyframes Spgrey {
    0% {
        transform-origin: top;

        transform: scaleX(0.5);
        opacity: 1;
    }

    100% {
        transform: scaleX(0.8);

        opacity: 0.8;
        display: none;
    }
}

.branch-locator-section.active {

    position: absolute;


    bottom: -5%;
    right: -5%;
    animation: slideIn 0.8s ease forwards;
}

@keyframes slideIn {
    from {
        bottom: -5%;
        right: -5%;
        opacity: 1;
    }

    to {
        bottom: -105%;
        /* Adjust this value according to your design */
        right: -105%;
        opacity: 0;
    }
}

.branch-locator-section.show {

    position: absolute;



    left: -5%;
    animation: SlideLeft 0.8s ease forwards;
}

@keyframes SlideLeft {
    from {

        left: -5%;
        opacity: 1;
    }

    to {
        bottom: -105%;
        /* Adjust this value according to your design */
        left: -105%;
        opacity: 0;
    }
}

.mah-banner {
    width: 100%;
    height: 100%;
    display: none;
}

.city-heading {
    font-family: Oswald;
    font-weight: 500;
    font-size: 55px;
    line-height: 67px;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.89);

}

.txt-center {
    text-align: center;
}

.search-item,
.enter-pincode {
    /* width: 60px; */
    padding-block: 14px;
    border-radius: 90px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-inline: 20px;
    text-align: center;
    background-color:
        rgba(255, 255, 255, 1);
}

.search-item input,
.enter-pincode input {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 25.6px;
    color: rgba(53, 120, 113, 1);
    border: none;
    outline: none;
    background: none;
}

.our-global-reach-next {
    background-color: rgba(70, 173, 162, 1);
    display: none;

}

.city-slider {
    width: fit-content;
    position: relative;
}

.city-section {
    max-width: 458px;
    text-align: center;
    align-items: center;
}

.city-section,
.state-details {
    display: flex;
    flex-direction: column;
    gap: 20px;


}

/* .swiper-wrapper{
    overflow-x: hidden;
} */
.swiper-container {
    height: 475.2px;
    width: 314.89px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    /* overflow-y: scroll; */
    background-color:
        rgba(255, 255, 255, 1);
    border-radius: 8.12px;
}

.swiper-prev {
    left: -75px !important;
    width: 58px !important;
    height: 58px !important;
}

.swiper-next {
    right: -75px !important;
    width: 58px !important;
    height: 58px !important;
}

.branch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
}

.our-global-reach-3rd {
    width: 100%;
    height: 100%;
    background-color: #22a98a;
    display: none;
}

.state-details p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    color: rgba(255, 255, 255, 1);
}

.state-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    /* padding-inline: 8%; */
    padding-block: 8%;
    gap: 20px;
}

.wrapper-global {
    max-width: 1240px;
    margin: auto;
}

.state-img {
    position: relative;
}

.dotImg-2 {
    position: absolute;
    top: 35%;
    left: 6%;
    cursor: pointer;
}

.enter-pincode input::placeholder {
    color: rgba(53, 120, 113, 0.6);
}

.enter-pincode:hover .enter-pincode input::placeholder {
    color: rgba(53, 120, 113, 1);
}

.card-image img {
    width: 100%;
}


.banner-img2 {
    position: absolute;
    z-index: 2;
    top: 115px;
    right: 168px;
}

.search-btn1,
.search-btn3 {
    background-color: #46ada2;
}

.search-btn1 p,
.search-btn3 p {
    color: #fff;
    font-size: 21.05px;
}

.select-state select {
    background-color: #fff;
    color: #9298a4;
    border-radius: 10px;
    width: 250px;
}

.enter-pincode {
    width: 250px;
}


.custom-select-container {
    position: relative;
    margin-top: -50px;
}

.select-dropdown {
    display: none;
    /* position: absolute; */
    background-color: white;
    border: 1px solid #ccc;
    width: 248px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 100;
    top: 50px;
    border-radius: 10px;
    text-align: left;
    padding: 10px;
    right: 0px;
    color: #86aeaa;
}

.dropdown-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    /* font-family: Montserrat; */
    font-family: Manrope;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.clear-icon {
    cursor: pointer;
    color: red;
    margin-left: 10px;
    display: none;
}

.search-btn1 {
    /* background-color: #357871; */
    color: white;
    padding: 10px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}

.search-btn2 p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 25.6px;
    color: rgb(134 174 170);
    border: none;
    outline: none;
    background: none;
}

.search-btn2 {
    height: auto;
}

.dotImg-3 {
    top: 24%;
    left: 18%;
}

.dotImg-4 {
    top: 20%;
    left: 51%;
}

.dotImg-5 {
    top: 53%;
    left: 44%;
}

.dotImg-6 {
    top: 17%;
    left: 60%;
}

.dotImg-7 {
    top: 39%;
    left: 56%;
}

.dotImg-8 {
    top: 36%;
    left: 69%;
}

.dotImg-9 {
    top: 70%;
    left: 57%;
}

.dotImg-10 {
    top: 60%;
    left: 65%;
}


/* General styling */
.banner-img {
    width: 100%;
    height: auto;
}

.banner-img-mobile {
    display: none;
    /* Hide mobile image by default */
}

.flex1 {
    display: flex;
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 768px) {
    .banner-img {
        display: none;
        /* Hide the desktop image on mobile devices */
    }

    .banner-img-mobile {
        display: block;
        /* Show mobile image on mobile devices */
        width: 100%;
        height: auto;
    }

    .banner-img2 {
        position: absolute;
        z-index: 2;
        top: 93px;
        left: 15px;
        width: 100%;
    }

    .wrapper-global {
        padding: 250px 0px;
        background: #357871;
        border-top: 10px red;
    }

    .branch-grid {
        top: 65%;
        display: block;
        padding: 10px;
    }

    .state-section {
        display: block;
    }

    .img1 {
        width: 100%;
        margin-top: 141px;
        margin-left: -10px;
    }

    .flex1 {
        display: block;
    }

    .dnone {
        display: none !important;
    }

    .our-global-reach-3rd {
        background-image: url('../img/branch-locator/Screenshot2.png') !important;
    }
}



.map-card {
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin: 20px;
}

.map-card .map-image {
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0 0;
    background-color: #e0e0e0;
    background-image: url('../img/branch-locator/img1.png');
    background-size: cover;
    background-position: center;
}

.map-card .card-content {
    padding: 15px;
}

.map-card h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.map-card .address {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.map-card .rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.map-card .rating span {
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}

.map-card .rating i {
    color: #fbc02d;
}

.map-card .open-status {
    color: #28a745;
    font-weight: bold;
}

.map-card .hours {
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}

.map-card .action-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.map-card .action-buttons a {
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 4px;
    color: white;
    background-color: #4285f4;
}

.map-card .action-buttons a.directions {
    background-color: #34a853;
}

.map-card .action-buttons a.save {
    background-color: #fbbc05;
}


/* Desktop View */
.state-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-inline: 8%;
    padding-block: 8%;
    gap: 20px;
}

/* Mobile View: Change Layout and Order */
@media (max-width: 768px) {
    .state-section {
        grid-template-columns: 1fr;
        /* Stack items vertically */
        gap: 20px;
        /* Space between items */
        background-image: url('../img/branch-locator/Screenshot2.png');
        /* Mobile background image */
        background-size: cover;
        /* Ensure the background covers the section */
        /* background-position: center;  */
        margin-top: -252px;
    }

    .state-section1 {
        background-image: url('../img/branch-locator/Screenshot3.png');
        background-size: cover;
        background-position: left;
    }

    /* Change the order of the elements */
    .state-details {
        order: 2;
        /* Move to second */
    }

    .state-img {
        order: 1;
        /* Move to first */
    }
    .swiper-prev {
        left: -30px !important;
    }
    .swiper-next {
        right: -30px !important;
    }
    .city-section {
        max-width: 355px;
    }
    .swiper-slide-active {
        background: #107e71 !important;
    }
    

}

/* Basic popup styling */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    position: absolute;
    /* Allow it to be positioned absolutely */
    top: 2rem;
    /* 10 rem from the top */
    left: 10%;
    /* 20% from the left */
    text-align: center;
    width: 317px;
    height: 192px;

}

.modal-header h3 {
    margin: 0 0 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
    text-align: left;

}

.action-btn {
    background-color: #007BFF;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    background: #47ADA2;
    box-shadow: 0px 13px 74.2px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.action-btn:hover {
    background-color: #fff;
    color: #47ADA2;
    border: 1px solid #47ADA2;
}

#geoOutput {
    margin-top: 15px;
    font-size: 14px;
}

/* Close button styling */
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-close:hover {
    color: red;
}

.modal-header p i {
    margin-right: 10px;
    color: #007BFF;
}

#stateDropdown1 {
    position: absolute;
}

.dropdown-item::after {
    content: ">";
    margin-left: 10px;
    color: #aaa;
    /* Arrow color */
}

/* Hide scrollbar */
#stateDropdown1::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#stateDropdown::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#stateDropdown1,
#stateDropdown {
    scrollbar-width: none;
    /* Firefox */
}

.map-container {
    position: relative;
}

.dot-container {
    position: absolute;
    cursor: pointer;
    text-align: center;
}

/* Individual dot positions */
.dot-container1 {
    top: 8%;
    left: 25%;
}

.dot-container2 {
    top: 33%;
    left: 16%;
}

.dot-container3 {
    top: 30%;
    left: 56%;
}

.dot-container4 {
    top: 75%;
    left: 17%;
}

.dot-container5 {
    top: 65%;
    left: 42%;
}

.dot-label {
    display: block;
    position: absolute;
    top: 59px;
    left: 31px;
    transform: translateX(-50%);
    background-color: #333;
    padding: 7px 25px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #357871;
    backdrop-filter: blur(3.25px);
    border-radius: 21px;
    /* width: 130px; */
    height: 30px;
}

.swiper-slide-prev ,.swiper-slide-next {
    width: 315px;
    background: #46ada2;
}

.swiper-slide-active {
    width: 320px !important;
    background: #46ada2;
    margin: 0px -2px;
}

.select-dropdown {
    position: relative;
    left: -500px;
    transition: left 0.5s ease; 
  }
  
  
  .select-dropdown.active {
    left: 0; 
  }

  #stateDropdown1{
    margin-left: -230px;
    margin-top: 30px;
  }
  

  .dropdown-item::after {
    content: ""; /* Remove the '>' symbol */
    display: inline-block; /* Make it an inline block to control size */
    width: 10px; /* Set width of your image */
    height: 10px; /* Set height of your image */
    background-image: url('../img/branch-locator/greater-than-symbol.png'); /* Add your image URL here */
    background-size: contain; /* Ensure the image scales properly */
    background-repeat: no-repeat;
    margin-left: 10px; /* Add space between the text and the image */
    vertical-align: middle; /* Align image vertically with the text */
}