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

@font-face {
    font-family: "Nexa-Heavy";
    src: url(nexa/Nexa-Heavy.ttf) format("truetype");
}

@font-face {
    font-family: "Nexa-ExtraLight";
    src: url(nexa/Nexa-ExtraLight.ttf) format("truetype");
}

body {
    font-family: Nexa-ExtraLight, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

h1 {
    font-family: Nexa-Heavy, sans-serif;

}

.demo-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.quote-container {
    background-color: #f4d2de83;
    margin-right: 20px;
    position: sticky;
    top: 0;
    width: 100%;
    flex: 1.5;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.form-container {
    padding: 20px;
    flex: 2.5;
    flex-direction: column;
    justify-content: center;
}

.quote {
    font-size: 0.99em;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.author {
    font-weight: bold;
    margin-bottom: 10px;
}

.details {
    font-size: 0.9em;
    color: #666;
    margin-top: 1rem;
}

h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.subtext {
    font-size: 0.99em;
    margin-bottom: 20px;
}

.name_class {
    display: flex;
    width: 100%;
    gap: 10px;
}

.name_class1 {
    width: 50%;
}

.name_class2 {
    width: 50%;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.terms_class {
    font-size: 12px !important;
    margin-bottom: 0px !important;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1em;
}

.input-group select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('down-chevron.png') no-repeat right 10px center;
    background-size: 15px;
    background-color: #fff;
    padding-right: 30px;
}

.input-group select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.checkbox-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.checkbox-group input {
    margin-right: 10px;
}

.demo-btn {
    width: 100%;
    padding: 12px;
    background-color: #da2567;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1em;
    cursor: pointer;
    font-family: Nexa-ExtraLight;
}

.demo-btn:hover {
    background-color: #c8215d;
}

.lni-instagram::before {
    content: "\eaf3" !important;
}

.contact-section {
    text-align: left;
    max-width: 300px;
    margin-top: 50px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item h3 {
    color: #E74C3C;
    font-size: 16px;
    font-weight: bold !important;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.contact-item a,
.contact-item p {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 10px;
    gap: 1rem;
    margin-top: 10px;
}

.social-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

@media (max-width: 600px) {
    .contact-section {
        padding: 10px;
        max-width: 100%;
    }

    .contact-item {
        margin-bottom: 15px;
    }

    .social-icons img {
        width: 20px;
        height: 20px;
    }
}


/* Responsive Styles */
@media screen and (max-width: 768px) {
    .logo-menu {
        gap: 18px;
        justify-content: space-between !important;
        width: 100%;
        /* border-bottom: 1px solid #ddd; */
    }

    .svg_icon {
        width: 20px;
    }

    .demo-section {
        flex-direction: column;
        padding: 20px;
    }

    .quote-container {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .name_class {
        flex-direction: column;
    }

    .name_class1,
    .name_class2 {
        width: 100%;
    }

}

.svg_icon {
    color: #c8215d !important;
}

.header {
    background-color: white;
    /* padding: 0px 30px; */
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(128, 128, 128, 0.25);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
}

.logo {
    height: 40px;
}

.menu-btn {
    background: none;
    border: none;
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
    /* Hidden by default */
}

.search-container {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0 20px;
}

.search-input {
    width: 100%;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #ddd;
    font-size: 1em;
}

.search-btn {
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
    border: none;
    background-color: #da2567;
    color: white;
    cursor: pointer;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icons .icon {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 700;
}

.header-icons img {
    height: 24px;
}

.login-link {
    color: #333;
    text-decoration: none;
    font-size: 1em;
}

/* Mobile Menu Styles */
.mobile-menu {
    display: none;
    /* Hidden by default */
    flex-direction: column;
    background-color: white;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
}

.mobile-menu a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.img_secton1 {
    width: 100%;
    height: 400px;
    object-fit: fill;
}

.mobile-menu a:last-child {
    border-bottom: none;
}

.contact_img {
    width: 100%;
    background-image: url('./img2.png');
    background-size: cover;
    /* background-color: #c40552b0; */
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_img h2 {
    margin: 0;
    color: white;
    font-size: 2rem;
}


/* Responsive Styles */
@media screen and (max-width: 768px) {
    .menu-btn {
        display: block;
    }

    .header-icons {
        display: none;
    }

    .search-container {
        margin: 0;
    }

    .icon {
        display: flex !important;
        align-items: center;
        color: #000;
        text-decoration: none;
        gap: 15px;
        font-size: 13px;
        line-height: 1.8em;
        font-weight: 700;
    }

}

.mobile-menu.active {
    display: flex;
}




/* loading */
.loading-spinner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Styles for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    /* Higher opacity */
    padding-top: 60px;
    /* Added to disable scrolling */
    overflow-y: hidden;
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

.close-btn {
    background-color: #c8215d;
    border: none;
    border-radius: 10px;
    font-size: 1.1em;
    cursor: pointer;
    font-family: Nexa-ExtraLight;
    color: white;
    padding: 10px 20px;
}

.close-btn:hover {
    background-color: #c8215d;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1em;
    cursor: pointer;
    font-family: Nexa-ExtraLight;
}

.name_msg {
    color: black;
    font-size: 25px;
    font-weight: 600;
}





.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.custom-select__trigger img.dropdown-arrow {
    width: 15px;
    height: 15px;
    position: relative;

}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    font-weight: bold !important;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: auto;
    height: 300px;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.custom-option.selected {
    color: #ffffff;
    background-color: #305c91;
}

.custom-select-search {
    padding: 10px;
    width: calc(100% - 20px);
    border: none;
    border-bottom: 1px solid #ccc;
}


.purchase-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.purchase-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.purchase-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: bold;
}


.purchase-select__trigger img.dropdown-arrow {
    width: 15px;
    height: 15px;
    position: relative;
}

.purchase-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    font-weight: bold !important;
}

.purchase-select.open .purchase-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: auto;
    height: 300px;
}

.purchase-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s;
}

.purchase-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.purchase-option.selected {
    color: #ffffff;
    background-color: #305c91;
}

.purchase-select-search {
    padding: 10px;
    width: calc(100% - 20px);
    border: none;
    border-bottom: 1px solid #ccc;
}



/* General Styles */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.logo {
    width: 100px;
}

.menu-btn {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 12px;
}

/* Hide mobile menu by default */
.mobile-menu {
    display: none;
}

/*  */
.header-free-shipping{
    color: rgb(255, 255, 255);
    background: rgb(200, 33, 93);
    font-weight: 700;
    font-size: 0.9375rem;
    text-align: center;
    padding: 12px 25px;
}
/* header search box */

.header-search-box {
    display: none;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: 300px; 
    padding: 1.5rem 0.625rem 0.375rem;
    color: #4d4d4d;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;

}

.search-input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
}

.search-btn {
    color: white;
    border: none;
    padding: 20px;
    cursor: pointer;
    border-radius: 0;
}

.search-btn:hover {
    background-color: #035867;
}

.search-icon {
    font-size: 16px;
}
.logo-search{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* translation menu */
.header-translation {
    position: relative;
    display: inline-block;
}

.language-selector {
    cursor: pointer;
    position: relative;
}

.selected-language {
    background-color: white;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 116px;
}

.selected-language .arrow {
    margin-left: 10px;
    font-size: 21px;
}
.language-menu li.selected {
    text-decoration: underline;
}


.language-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -109px;
    width: 193px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    z-index: 10;
    bottom: -95px;
    border-radius: 2px;
}

.language-menu li {
    padding: 10px;
    cursor: pointer;
}

.language-menu li:hover {
    background-color: #f0f0f0;
}

.language-menu li:last-child {
    border-bottom: none;
}

.language-selector.open .language-menu {
    display: block;
}

.language-selector .arrow {
    transform: rotate(90deg); 
}


/* header menu */
.header-menu-container{
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    padding: 0 30px;
    align-items: center;
}
.menu-nav{
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
}
.menu-nav >ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: 100%;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
    position: relative;
}
.menu-nav >ul>li{
    vertical-align: top;
    display: flex;
    padding: 12px 15px;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: Nexa-ExtraLight, sans-serif;

    position: relative;
    cursor: pointer;
}

.menu-nav >ul>li>span{
    display: flex;
    /* width: 0;
    height: 0; */
    transform: rotate(90deg);
    font-size: 23px;
    justify-content: center;
}
.menu-nav>ul>li>a{
    text-decoration: none;
    color: #000;
}
.menu-nav>ul>li>a:hover{
    text-decoration: none;
    color: #000;
}
.submenu>li>a{
    text-decoration: none;
    color: #000;
    font-size: 1.0rem;
    font-weight: 400;
    font-family: Nexa-ExtraLight, sans-serif;
}
.submenu>li>a:hover{
    color: #24adc9!important;
}
ul.submenu > li > a:hover {
    color: #24adc9 !important;
}


/* Hide submenus initially */
.submenu {
    max-height: 0;  /* Initially collapsed */
    overflow: hidden; /* Hide content when collapsed */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    list-style-type: none;
    /* padding: 10px 10px 13px 20px; */
    margin: 0;
    z-index: 1;
    transition: max-height 0.1s ease-out; /* Smooth transition */
}

/* Show submenu on hover */
.menu-nav ul li:hover .submenu {
    max-height: 250px; 
    padding: 10px 10px 13px 20px;
}

/* Submenu list items */
.submenu li {
    padding: 8px;
    white-space: nowrap;
    font-size: 1.0rem;
    font-weight: 400;
    font-family: Nexa-ExtraLight, sans-serif;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1);
}

.submenu li:hover {
    color: #24adc9;
}
.header-menu-container-mob{
    display: none;
}
/* footer */
.footer{
    padding: 20px;
    gap: 10px;
    border-radius: 5px;
    background: #F5F3ED;
    width: 100%;

    margin: auto;
    overflow: hidden;
    font-family: Nexa Light, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 3.25rem;
    padding-bottom: 3.125rem;
    font-family: Nexa-ExtraLight, sans-serif;
}
.footer-items{    
    max-width: 1200px;    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: auto;
}
.footer-flex{
    flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        width: calc(25% -(1.25rem* 3 / 4));
        width: 25%;
        padding-right: 1.25rem;
        margin-right: 1.25rem;
        border-bottom: 0;
}
.footer-flex >ul{
    list-style-type: none;
}
.footer-flex >ul>li{
    padding-bottom: 10px;
    font-size: 0.9375rem;
    line-height: 1.6;
    /* color: #847c7c; */
    font-family: Nexa-ExtraLight, sans-serif;

}
.footer-flex >ul>li>a{
    text-decoration: none;
    color: rgba(29, 29, 29, 0.8);
}
.footer-flex >ul>li>a:hover{
    text-decoration: none;
    color: rgba(29, 29, 29, 0.8);
}
.footer-flex h2{
    font-size: 1.125rem;
    position: relative;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: Nexa-Heavy, sans-serif;
}
.footer-flex h2 span{
    display: none;
}
.footer-logo{

}
.footer-logo img{
    width: 111px;
    height: 41px;
}
.footer-bottom-div{
    max-width: 1200px;
    margin: auto;
    flex-direction: row;
    gap: 20px;
    margin-top: 4.25rem;
    display: flex;
    align-items: self-end;
}
.footer-1{
width: 35.33%;
}
.footer-1 p{
    color: rgba(29, 29, 29, 0.8);
    font-size: 0.8125rem;
    margin-bottom: 6px;
}
.footer-1 p a{
    text-decoration: none;
    color: rgba(29, 29, 29, 0.8);
}
.footer-1 div{
    margin-top: 1rem;

}
.footer-1 div a{
    color: rgba(29, 29, 29, 0.8);
    font-size: 0.8125rem;
    text-decoration: none;
    padding-right: 5px;
}
.footer-2{
    width: 33.33%;
}
.footer-2-social{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.footer-2-social h2{
font-size: 1.125rem;
font-family: Nexa-Heavy, sans-serif;
font-style: normal;
font-weight: 400;
}
.f-social-icons{
display: flex;
}
.f-social-icons a{
    position: relative;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: 4px;
    color: #1d1d1d;
    vertical-align: top;
}
.f-social-icons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(29, 29, 29, 0.15);
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
}
.f-social-icons a:hover:before {
    transform: scale(1.1);
}
.footer-3{
    width: 33.33%;
}
.payment-icons{
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    font-size: 0;
    list-style: none;
}
.payment-icons li img {
    width: 48px;
    height: 30px;
    object-fit: cover;
    border: 1px solid #80808042;
    border-radius: 4px;


}
/* Initially hide the accordion content */

.learn-more-accordion-content {
    display: none;
    list-style-type: none;
    padding-left: 0px; /* Indent for sub-lists */
}

/* Show content when the accordion is open */

.learn-more-accordion-content.open {
    display: block;
}

/* Styling the accordion toggle arrows */
.accordion-toggle {
    cursor: pointer;
    /* margin-left: 10px; */
}

/* Optional: styling for indentation of the "Learn More" list */
.learn-more-accordion-content li {
    /* padding-left: 5px; */
    padding-bottom: 7px;

}
.learn-more-accordion-content li a{
    text-decoration: none;
    color: rgba(29, 29, 29, 0.8);
}
.learn-more-accordion-content li a:hover{
    text-decoration: none;
    color: rgba(29, 29, 29, 0.8);
}

/* Web view (larger screens) */
@media (min-width: 768px) {

    /* Show header-icons by default on larger screens */
    .header-icons {
        display: flex;
    }

    /* Hide mobile menu on larger screens */
    .mobile-menu {
        display: none;
    }

    .header-menu-container-mob{
        display: block;
    }

}

/* Mobile view (smaller screens) */
@media (max-width: 767px) {
    .header {
        /* padding: 0px 10px; */
        margin-bottom: 0px;
    }
    .header-container {
        display: unset;

        padding: 0 0px;
    }

    /* Hide header-icons on mobile view */
    .header-icons {
        display: none;
    }

    /* Show the mobile menu when it's active */
    .mobile-menu.show {
        display: block;
        background-color: white;
        border-bottom: 5px solid #ddd;
    }
    .header-menu-container{
        display: none;
    }
    .header-menu-container-mob{
        display: block;
    }
    .menu-nav-mob{
        background-color: rgb(255, 255, 255);
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }
    .menu-nav-mob >ul{
        display: flex;
        flex-direction: column;
        max-width: 100%;
        height: 100%;
        padding: 0;
        list-style: none;
        list-style-type: none;
        margin: 0;
        position: relative;
    }
    .menu-nav-mob ul li a{
        padding: 0;
    }
    .submenu>li>a {
        text-decoration: none;
        padding: 0;
    }

    .menu-nav-mob >ul>li{
        vertical-align: top;
        display: flex;
        /* padding: 12px 15px; */
        justify-content: space-between;
        align-items: baseline;
        font-size: 1.0rem;
        font-weight: 700;
        font-family: Nexa-ExtraLight, sans-serif;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        /* padding-bottom: 0; */
    }

    .header-translation-mob {
        position: relative;
        display: inline-block;
    }
    
    .language-menu-mob {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0px;
        width: 193px;
        background-color: white;
        border: 1px solid #ccc;
        display: none;
        z-index: 10;
        bottom: -95px;
        border-radius: 2px;
    }
    .language-selector-mob {
        cursor: pointer;
        position: relative;
    }
    
    .selected-language-mob {
        background-color: white;
        border: 1px solid #ccc;
        padding: 5px 10px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        width: 115px;
    }

    .language-menu-mob li.selected {
        text-decoration: underline;
    }
    .arrow-mob {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        margin-left: 10px;
        font-size: 19px;
    }
    
    .language-menu-mob li {
        padding: 10px;
        cursor: pointer;
    }
    
    .language-menu li:hover {
        background-color: #f0f0f0;
    }
    
    .language-menu li:last-child {
        border-bottom: none;
    }
    
    .language-selector-mob.open .language-menu-mob {
        display: block;

    }
    
    .language-selector-mob .arrow-mob {
        transform: rotate(90deg); 
    }
    

    .submenu {
        max-height: 0;  
        overflow: hidden; 
        position: unset;
        top: 100%;
        left: 0;
        background-color: #e8e8e8;
        list-style-type: none;
        /* padding: 10px 10px 13px 20px; */
        margin: 0;
        z-index: 1;
        transition: max-height 0.1s ease-out; 
        width: 100%;
    }
    
    .menu-nav-mob ul li:hover .submenu {
        max-height: 250px; 
       width: 100%;
    }
    
    .submenu li {
        padding: 8px;
        white-space: nowrap;
        font-size: 1.0rem;
        font-weight: 400;
        font-family: Nexa-ExtraLight, sans-serif;
    }

.header-menu-container-mob nav ul li {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.accordion-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 12px;
    top: 0;
    /* transform: translateY(-50%); */
    transform: rotate(90deg);
    font-weight: 700;
    font-family: Nexa-ExtraLight, sans-serif;
}

/* Change button icon when submenu is open */
.accordion-btn.opened {
    transform: translateY(0) rotate(180deg);
    background-color: #e8e8e8;
    padding: 0;
    width: 37px;
    border-radius: 5px;
    right: 0;
    top: 9px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-nav-mob > ul > li.submenu-opened > span {
    color: #046e82;
}
.submenu.opened {
    max-height: 200px; 
    margin-top: 10px;
    padding-left: 1rem;
}
.footer-bottom-div {
    flex-direction: column-reverse;
    margin-top: 2.25rem;
}
.footer-3 {
    width: 100%;
}
.payment-icons {
    justify-content: center;
}
.footer-2 {
    width: 100%;
}
.footer-1 {
    width: 100%;
    text-align: center;
}
.footer-items {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}
.footer-flex {
    width: 100%;
}
.footer-flex h2 span{
    display: block;
    position: absolute;
    top: 59%;
    right: 0;
    display: block;
    height: 0;
    margin-top: -4px;
    font-size: 28px;
}
.footer-logo {
    margin-top: 1rem;
    border-bottom: 1px solid #80808075;
}

.footer-items .footer-accordion-content {
    display: none; /* Hidden by default */
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    
}

.footer-flex {
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #80808075;
}

.accordion-toggle {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.footer-items .footer-accordion-content.open {
    display: block; /* Display content when open */
}

.accordion-toggle {
    transform: rotate(90deg); 
}
.footer-logo img {
    width: 77px;
    height: auto;
}


    /* Add accordion styles for mobile view */
    .footer-flex h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .footer-items .footer-accordion-content.open {
        display: block; /* Display content when open */
    }
   
    .accordion-toggle.rotate {
        transform: rotate(180deg); 
        margin-top: 0;
        bottom: 0;
        top: 48px;
        right: 20px;
    }
    .learnmore-list span{
        margin-left: 0;
    }
 

}
