/* SIMPLE CSS REBOOT */
body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: "AcuminVariableConcept", sans-serif;
}

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h2,
h1.h2 {
    font-family: butlerbold;
    font-size: 45px;
    color: #622171;
    margin-bottom: 2rem;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

@font-face {
    font-family: "butlerbold";
    src:
        url("/fonts/web/fonts/butler_bold-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/butler_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url("/fonts/web/fonts/AvenirNext_Variable.woff2")
        format("woff2-variations");
    font-family: "Avenir Next Variable";
    font-style: normal;
}

@font-face {
    font-family: "nilland-smallcapsregular";
    src:
        url("/fonts/web/fonts/nilland-smallcaps-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/nilland-smallcaps-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

.homepage-navbar {
    background-color: #11b9c9;
}

.navbar-nav .nav-item {
    padding-right: 15px;
}

.navbar-nav .nav-item .nav-link {
    color: #f8f9fa !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: #ffffff !important;
    font-weight: bold;
}

/* Homepage */
.content .homepage-1-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.homepage-title {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}

.homepage-text-group {
    margin-top: 178px;
    margin-left: -194px;
}

.homepage-description {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
}

.homepage-2-container {
    background-color: #11b9c9;
    width: 100%;
    min-height: 50vh;
}

.homepage-2-container {
    background-color: #00b4c5;
    padding: 80px 0;
    width: 100%;
}

.homepage-3-container {
    padding: 80px 0;
    background-color: white;
}

.category-card {
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.homepage-title {
    width: 100%;
    height: auto;
}

.homepage-4-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner-02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
}

.pillars-row {
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
}

.lets-talk-section {
    padding-top: 150px !important;
}

.homepage-4-container h3 {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1.5rem;
}

.homepage-4-container p {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0.9;
}

.homepage-5-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner-03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
}

.homepage-6-container {
    background-color: #00b4c5;
    padding: 80px 0;
    width: 100%;
}

.homepage-7-container {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.homepage-8-container {
    background-color: #c5e3df;
    padding: 80px 0;
    width: 100%;
}

.homepage-9-container {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.homepage-10-container {
    background-color: #00b4c5;
    padding: 80px 0;
    width: 100%;
}

/* Our Company */
.content .our-company-1-container {
    background-image: url("/assets/images/OurCompany/Website_Our-Company-banner-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.our-company-description {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 5.5rem;
    line-height: 1.4;
    font-weight: 500;
}

.our-company-2-container {
    background-color: #00b4c5;
    padding: 80px 0;
    width: 100%;
}

.our-company-3-container {
    background-image: url("/assets/images/OurCompany/Website_Our-Company-our-mission.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.our-company-4-container {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.values-card {
    height: 600px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.our-company-5-container {
    background-color: #d1eaed;
    padding: 80px 0;
    width: 100%;
}

.cert-slider {
    position: relative;
    padding: 0 45px;
    overflow: visible !important;
}

.cert-card {
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    outline: none;
    background: transparent;
    box-shadow: none;
}

.slick-prev,
.slick-next {
    width: 30px !important;
    height: 40px !important;
    z-index: 100 !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.slick-prev img,
.slick-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: none;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: 48px !important;
    cursor: pointer !important;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    right: 48px !important;
    cursor: pointer !important;
}

.our-company-6-container {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.our-company-7-container {
    background-image: url("/assets/images/OurCompany/Website_Our-Company-history-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.our-company-8-container {
    background-color: #ffffff;
    padding-bottom: 80px;
    width: 100%;
    overflow: hidden;
}

.history-curve-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.history-row {
    position: relative;
    z-index: 1;
}

.history-text {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    font-weight: 600;
}

.our-company-group-1978 {
    margin-left: 145px;
    margin-top: 72px;
}

.history-icon {
    width: 160px;
    height: auto;
    margin-left: 167px;
    margin-bottom: -16px !important;
}

.history-subtitle {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00b4c5;
    margin-bottom: 0.5rem;
}

.our-company-group-2001 {
    margin-left: 236px;
    margin-top: 27px;
}

.our-company-group-2005 {
    margin-top: 86px;
    margin-left: 104px;
}

.our-company-group-2012-until-2014 {
    margin-top: -110px;
    margin-left: 498px;
}

.our-company-group-2018 {
    margin-top: 147px;
    margin-left: 62px;
}

.our-company-group-2022-until-2025 {
    margin-left: 69px;
    margin-top: 58px;
}

/* Contact Us */
.content .contact-us-1-container {
    background-image: url("/assets/images/ContactUs/Website_contact-us-banner01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.contact-us-title-2 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.1;
}

.contact-us-title-2 {
    width: 100%;
    height: auto;
}

.contact-us-text-group {
    margin-top: 317px;
    margin-left: -194px;
}

.contact-us-2-container {
    background-color: #00b4c5;
    padding: 80px 0;
    width: 100%;
}

.contact-form-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 60px;
}

.contact-form-title {
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: #000;
}

.contact-input {
    background-color: #cce9eb;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-family: "Avenir Next Variable", sans-serif;
    height: 50px;
}

.contact-input:focus {
    background-color: #cce9eb;
    box-shadow: none;
    outline: none;
}

.contact-textarea {
    background-color: #cce9eb;
    border: none;
    border-radius: 20px;
    padding: 20px 30px;
    font-family: "Avenir Next Variable", sans-serif;
    resize: none;
    height: 355px !important;
}

.contact-textarea:focus {
    background-color: #cce9eb;
    box-shadow: none;
    outline: none;
}

.contact-us-2-container label {
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    font-size: 1.1rem;
}

.contact-us-3-container {
    background-image: url("/assets/images/ContactUs/Website_contact-us-banner02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 550px; /* Fixed height for consistent look */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    padding-bottom: 180px; /* Extra padding to ensure text isn't covered by card */
    position: relative;
    z-index: 1;
}

.contact-us-text-group-2 {
    margin-top: 107px;
    margin-left: -468px;
}

.homepage-title {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-us-4-container {
    background-color: #cce9eb;
    padding-bottom: 80px;
    /* padding: 0 80px 80px 80px; */
    width: 100%;
    padding-top: 1px; /* Prevent margin collapse so card can overlap upwards */
    margin-top: -1px; /* Compensate for the 1px padding */
    position: relative;
    z-index: 2;
}

.contact-details-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -180px; /* Increased overlap */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 10;
}

.contact-details-content {
    padding: 50px;
}

.hq-badge {
    background-color: #11b9c9;
    color: #fff;
    padding: 8px 25px;
    border-radius: 20px;
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
}

.contact-label {
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 5px;
}

.contact-text {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
}

.map-container iframe {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.contact-us-5-container {
    background-image: url("/assets/images/ContactUs/Website_contact-us-banner03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.contact-us-text-group-5 {
    margin-top: 270px;
    margin-left: -194px;
}

.contact-us-6-container {
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 77px;
}

.footprint-curve-bg {
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    height: 1200px;
    max-width: 737px;
    z-index: 0;
}

.footprint-section {
    position: relative;
    z-index: 1;
}

.footprint-section-1 {
    margin-left: -61px;
    margin-top: 38px;
}

.footprint-section-2 {
    margin-left: 59px;
    margin-top: 31px;
}

.footprint-section-3 {
    margin-left: -53px;
    margin-top: 58px;
}

.footprint-badge {
    background-color: #11b9c9;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
}

.footprint-box {
    background-color: #d1eaed;
    padding: 30px;
    border-radius: 20px;
    margin-top: -15px;
}

.footprint-unit-title {
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

.footprint-text {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0;
}

.footprint-text-normal {
    font-weight: normal;
}

.footprint-content-1 {
    margin-left: 66px;
}

/* Partner With Us */
.content .partner-with-us-1-container {
    background-image: url("/assets/images/Partner/Website_Partner-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.partner-with-us-text-group {
    margin-top: 332px;
    margin-left: -194px;
}

.partner-with-us-2-container {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.partner-with-us-card {
    height: 600px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.partner-with-us-3-container {
    background-image: url("/assets/images/Partner/Website_Partner-history-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 550px; /* Fixed height for consistent look */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    padding-bottom: 180px; /* Extra padding to ensure text isn't covered by card */
    position: relative;
    z-index: 1;
}

.partner-with-us-4-container {
    background-color: #ffffff;
    padding-bottom: 45px;
    width: 100%;
    padding-top: 1px;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}

.partner-card {
    background-color: #11b9c9;
    border-radius: 20px;
    padding: 40px;
    height: 444px;
    color: #fff;
    margin-top: -180px; /* Overlap with previous section */
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.partner-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.partner-card-title {
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.partner-card-text {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}

/* Careers */
.content .careers-1-container {
    background-image: url("/assets/images/Career/Website_career-Banner-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.careers-text-group {
    margin-top: 240px;
    margin-left: -194px;
}

.careers-3-container {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.careers-card {
    height: 462px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.careers-4-container {
    background-image: url("/assets/images/Career/Website_career-ready-to-grow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.careers-title,
.careers-title-3 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.1;
}

.careers-title-2 {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
}

.careers-title,
.careers-title-2,
.careers-title-3 {
    width: 100%;
    height: auto;
}

.careers-title,
.careers-title-2,
.careers-title-3 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.careers-text-group-4 {
    margin-top: 318px;
    margin-left: -554px;
}

/* News */
.content .news-1-container {
    background-image: url("/assets/images/News/Website_News-01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.news-text-group {
    margin-top: 147px;
    margin-left: -499px;
}

.news-title {
    margin-top: -106px;
}

.news-title {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}

.news-title {
    width: 100%;
    height: auto;
}

.news-title {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Footer */
.position-relative {
    position: relative;
}

.footer_layout {
    position: relative;
    background-color: #00549d;
    padding: 20vw 0 3vw 20vw;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .homepage-title,
    .contact-us-title-2 {
        margin-left: 4rem;
    }

    .group-1 .logo {
        margin-left: 4rem !important;
    }

    .homepage-text-group {
        margin-top: 209px;
    }

    .group-2-container {
        width: 100%;
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .category-card {
        min-height: 490px;
    }

    .values-card,
    .partner-with-us-card {
        height: 717px;
    }

    .our-company-group-1978 {
        margin-left: 190px;
        margin-top: 87px;
    }

    .our-company-group-2001 {
        margin-left: 293px;
        margin-top: 97px;
    }

    .our-company-history-image {
        margin-top: -46px !important;
        margin-left: 81px !important;
    }

    .our-company-group-2005 {
        margin-top: 81px;
        margin-left: 142px;
    }

    .our-company-group-2012-until-2014 {
        margin-top: -104px;
        margin-left: 590px;
    }

    .our-company-group-2018 {
        margin-top: 223px;
        margin-left: 77px;
    }

    .our-company-group-2022-until-2025 {
        margin-left: 78px;
        margin-top: 98px;
    }

    .contact-us-text-group-2 {
        margin-left: -538px;
    }

    .contact-us-3-group {
        margin-left: -69px;
    }

    .contact-us-text-group-5 {
        margin-top: 295px;
        margin-left: -194px;
    }

    .contact-us-6-container {
        padding-bottom: 165px;
    }

    .footprint-section-1 {
        margin-left: -69px;
        margin-top: 39px;
    }

    .footprint-section-2 {
        margin-left: 54px;
        margin-top: 28px;
    }

    .footprint-section-3 {
        margin-left: -72px;
        margin-top: 86px;
    }

    .partner-with-us-text-group {
        margin-top: 360px;
        margin-left: -194px;
    }

    .partner-with-us-group-3 {
        margin-left: -3rem;
    }

    .careers-text-group {
        margin-top: 274px;
        margin-left: -194px;
    }

    .careers-card {
        height: 549px;
    }

    .careers-text-group-4 {
        margin-left: -660px;
    }

    .news-text-group {
        margin-left: -621px;
    }

    .news-title {
        margin-top: -87px;
    }
}

@media screen and (min-width: 1440px) {
    .homepage-text-group {
        margin-top: 188px;
        margin-left: -287px;
    }

    .group-2-container {
        max-width: 1162px;
    }

    .category-card {
        min-height: 583px;
    }

    .values-card,
    .partner-with-us-card {
        height: 875px;
    }

    .our-company-group-1978 {
        margin-left: 310px;
        margin-top: 90px;
    }

    .our-company-group-2001 {
        margin-left: 410px;
        margin-top: 119px;
    }

    .our-company-history-image {
        margin-top: 0 !important;
        margin-left: 205px !important;
    }

    .our-company-group-2005 {
        margin-top: 85px;
        margin-left: 261px;
        max-width: 374px;
    }

    .our-company-group-2012-until-2014 {
        margin-top: -102px;
        margin-left: 710px;
        max-width: 500px;
    }

    .our-company-group-2018 {
        margin-top: 213px;
        margin-left: 148px;
    }

    .our-company-group-2022-until-2025 {
        margin-left: 149px;
        margin-top: 109px;
    }

    .contact-us-text-group-2 {
        margin-left: -680px;
    }

    .contact-us-text-group-5 {
        margin-top: 265px;
    }

    .footprint-section-1 {
        margin-left: -91px;
        margin-top: 37px;
    }

    .footprint-section-2 {
        margin-left: 42px;
        margin-top: 79px;
    }

    .footprint-section-3 {
        margin-left: -84px;
        margin-top: 112px;
    }

    .partner-with-us-text-group {
        margin-top: 331px;
        margin-left: -194px;
    }

    .careers-text-group {
        margin-top: 246px;
    }

    .careers-card {
        height: 671px;
    }

    .careers-text-group-4 {
        margin-left: -800px;
    }

    .news-text-group {
        margin-left: -782px;
    }

    .news-title {
        margin-top: -71px;
    }
}

@media screen and (min-width: 1600px) {
    .group-2-container {
        max-width: 1378px;
    }

    .category-card {
        min-height: 660px;
    }

    .values-card,
    .partner-with-us-card {
        height: 978px;
    }

    .our-company-group-1978 {
        margin-left: 401px;
    }

    .our-company-group-2001 {
        margin-left: 501px;
        margin-top: 119px;
    }

    .our-company-history-image {
        margin-left: 296px !important;
    }

    .our-company-group-2005 {
        margin-top: 85px;
        margin-left: 351px;
        max-width: 374px;
    }

    .our-company-group-2012-until-2014 {
        margin-top: -98px;
        margin-left: 801px;
        max-width: 500px;
    }

    .our-company-group-2018 {
        margin-top: 213px;
        margin-left: 201px;
    }

    .our-company-group-2022-until-2025 {
        margin-left: 203px;
        margin-top: 104px;
    }

    .contact-us-text-group-2 {
        margin-left: -785px;
    }

    .footprint-section-1 {
        margin-left: -104px;
        margin-top: 36px;
    }

    .footprint-section-2 {
        margin-left: 16px;
        margin-top: 81px;
    }

    .footprint-section-3 {
        margin-left: -100px;
        margin-top: 136px;
    }

    .partner-with-us-text-group {
        margin-top: 306px;
        margin-left: -194px;
    }

    .careers-card {
        height: 757px;
    }

    .careers-text-group-4 {
        margin-left: -904px;
    }

    .news-text-group {
        margin-left: -906px;
    }
}

/* Overlay Menu Styles */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Clear backdrop */
    z-index: 9999;
    display: none;
}

.menu-overlay.active {
    display: block;
}

.menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%; /* Adjust width as needed */
    min-width: 400px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
    padding: 40px;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.menu-header {
    margin-bottom: 23px;
    margin-left: 0; /* Reset margin */
}

.menu-close-icon {
    width: 45px;
    height: auto;
    cursor: pointer;
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu-item-wrapper {
    width: 100%;
}

.menu-item {
    display: flex;
    align-items: center;
    background-color: #00b4c5;
    padding: 10px 20px;
    border-radius: 50px; /* Pill shape */
    color: #333 !important;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 100%; /* Full width of container */
}

.menu-item:hover {
    background-color: #009aa9;
    color: #333 !important;
    text-decoration: none;
}

.menu-icon {
    width: 24px;
    height: auto;
    margin-right: 15px;
}

.menu-text {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.submenu {
    padding-left: 50px; /* Align with text */
    margin-top: 10px;
    margin-bottom: 10px;
}

.submenu-item {
    display: block;
    color: #333 !important;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-decoration: none;
    line-height: 1.4;
}

.submenu-item:hover {
    color: #00b4c5 !important;
    text-decoration: none;
}

/* SweetAlert Button Customization */
.btn-blue {
    background-color: transparent !important;
    color: #11b9c9 !important;
    border: 1px solid #11b9c9 !important;
    padding: 10px 40px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.btn-blue:hover {
    background-color: #11b9c9 !important;
    color: white !important;
}

/* Ensure SweetAlert Popup is clean */
.swal2-popup {
    border-radius: 15px !important;
    padding: 30px !important;
}

.swal2-title {
    font-family: "Avenir Next Variable", sans-serif !important;
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 1.5rem !important;
    margin-top: 20px !important;
}

.swal2-html-container {
    font-family: "Avenir Next Variable", sans-serif !important;
    color: #666 !important;
}

/* SweetAlert Success Icon Customization */
.swal2-icon.swal2-success {
    border-color: #d4edda !important; /* Light green ring */
}

.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
    background-color: #8dd888 !important; /* Vivid green checkmark */
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 4px solid #d4edda !important; /* Light green ring */
    background-color: transparent !important;
}

/* Custom Dropdown Arrow for Select Input */
select.contact-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 35px center; /* Moved left */
    background-size: 16px 16px;
    padding-right: 60px; /* Ensure text doesn't overlap arrow */
    cursor: pointer;
}

/* Fix for IE10+ */
select.contact-input::-ms-expand {
    display: none;
}
