/* 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: 100% auto;
    background-position: center;
    height: 55vw;
    display: flex;
    flex-direction: column;
}

.desktop-homepage-group-1 {
    margin-bottom: -4vw;
}

.homepage-title,
.our-company-title,
.career-1-title,
.partner-with-us-title,
.partner-with-us-3-title,
.partner-3-title,
.contact-us-1-title,
.contact-us-3-title,
.contact-us-our-industrial {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}

.homepage-text-group,
.our-company-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;
}

.news-card {
    height: auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.news-card-img {
    width: 100%;
    height: auto;
    display: block;
}

.category-card:hover,
.news-card:hover {
    transform: translateY(-5px);
}

.category-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        to top,
        rgba(0, 180, 197, 0.95) 0%,
        rgba(0, 180, 197, 0.6) 40%,
        rgba(0, 180, 197, 0) 70%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.news-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.category-card-title,
.news-card-title {
    color: #fff;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.category-card-btn {
    display: inline-flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px 6px 6px 20px;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
}

.category-card-btn i {
    background-color: #fff;
    color: #00b4c5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.category-card-btn:hover {
    background-color: #fff;
    color: #00b4c5;
}

.category-card-btn:hover i {
    background-color: #00b4c5;
    color: #fff;
}

.homepage-title,
.our-company-title,
.career-1-title,
.partner-with-us-title,
.partner-with-us-3-title,
.partner-3-title,
.contact-us-1-title,
.contact-us-3-title,
.contact-us-our-industrial {
    width: 100%;
    height: auto;
}

.homepage-news-container {
    padding: 80px 0;
    background-color: #00b4c5;
}

.homepage-4-container {
    background-image: url("/assets/images/homepage/Website-Homepage-banner-02.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
}

.pillars-row {
    margin-top: -150px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.lets-talk-section {
    padding-top: 0 !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: 100% auto;
    background-position: center;
    height: 39vw; /* Adjust height as needed */
    display: flex;
    align-items: center;
}

.homepage-group-5 {
    margin-bottom: -11vw;
}

.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: 100% auto;
    background-position: center;
    height: 55vw;
    display: flex;
    flex-direction: column;
}

.our-company-description,
.news-description,
.list-news-description,
.careers-description,
.contact-us-1-description,
.contact-us-3-description,
.contact-us-5-description,
.partner-with-us-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: 100% auto;
    background-position: center;
    height: 55vw;
    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;
}

.values-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(17, 185, 201, 0.95) 0%,
        rgba(17, 185, 201, 0.6) 40%,
        rgba(17, 185, 201, 0) 70%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.values-card-title {
    color: #fff;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
}

.values-card-text {
    color: #fff;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    min-height: 9rem; /* Ensures text block height consistency (~8-9 lines) */
}

.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: 34px !important;
    cursor: pointer !important;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    right: 34px !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: 100% auto;
    background-position: center;
    height: 55vw;
    display: flex;
    flex-direction: column;
}

.our-company-8-container {
    background-color: #ffffff;
    padding-bottom: 408px;
    width: 100%;
    overflow: hidden;
}

.history-curve-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    height: 111%;
    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 {
    top: 105px;
    left: 74px;
}

.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 {
    left: 236px;
    top: 183px;
}

.our-company-group-2005 {
    top: 133px;
    left: 104px;
}

.our-company-group-2012-until-2014 {
    top: 41px;
    left: 417px;
}

.our-company-group-2018 {
    top: 213px;
    left: 56px;
}

.our-company-group-2022-until-2025 {
    top: 334px;
    left: 61px;
}

/* 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-1,
.contact-us-title-5,
.partner-with-us-title-2,
.partner-with-us-title-3 {
    font-size: 2.1rem;
    color: #fff;
    line-height: 1.1;
}

.contact-us-title-1,
.contact-us-title-5,
.partner-with-us-title-2,
.partner-with-us-title-3 {
    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: 100% auto;
    background-position: center;
    height: 55vw; /* Fixed height for consistent look */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    padding-bottom: 17.5vw;
    position: relative;
    z-index: 1;
}

.contact-us-text-group-2 {
    margin-top: 195px;
    margin-left: -459px;
}

.homepage-title,
.our-company-title,
.career-1-title,
.partner-with-us-title,
.partner-with-us-3-title,
.partner-3-title,
.contact-us-1-title,
.contact-us-3-title,
.contact-us-our-industrial {
    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: -17.6vw; /* 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: 298px;
    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-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: linear-gradient(
        to top,
        rgba(0, 180, 197, 0.95) 0%,
        rgba(0, 180, 197, 0.6) 50%,
        rgba(0, 180, 197, 0) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.partner-card-title {
    color: #fff;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.partner-card-title {
    min-height: 5rem;
}

.partner-card-text {
    min-height: 7rem;
}

.partner-card-text {
    color: #fff;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.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-4-card-title {
    font-family: "Avenir Next Variable", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.partner-4-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-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        to top,
        rgba(0, 180, 197, 0.95) 0%,
        rgba(0, 180, 197, 0.6) 50%,
        rgba(0, 180, 197, 0) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.careers-card-number {
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
}

.careers-card-number::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -8px;
    width: 37px;
    height: 37px;
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;
}

.careers-card-text {
    color: #fff;
    font-family: "Avenir Next Variable", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.careers-4-container {
    background-image: url("/assets/images/Career/Website_career-ready-to-grow.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 55vw;
    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-4-container .container {
    height: 100%;
}

.careers-4-container .row {
    align-items: flex-end !important;
    padding-bottom: 4vw;
}

.careers-text-group-4 {
    margin-top: 0;
    margin-left: 0;
}

/* News */
.list-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-title {
    margin-bottom: 20px;
}

.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);
}

.news-description {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.news-description img,
.news-description iframe,
.news-description video,
.news-description table {
    max-width: 100% !important;
    height: auto !important;
}

.news-description table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.news-1-row {
    margin-top: 250px;
    margin-left: 50px;
}

.list-news-text-group {
    margin-left: 150px;
}

.list-news-description,
.contact-us-3-description {
    width: 50%;
}

/* News List */
.news-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-img {
    transform: scale(1.05);
}

.news-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.news-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News Detail */
.news-detail-title {
    font-size: 3.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Avenir Next Variable", sans-serif;
}

.news-detail-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.news-detail-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-detail-content {
    font-size: 1.2rem;
    line-height: 1.8;
    font-family: "Avenir Next Variable", sans-serif;
}

/* Footer */
.position-relative {
    position: relative;
}

.footer_layout {
    position: relative;
    background-color: #00549d;
    padding: 20vw 0 3vw 20vw;
    overflow: hidden;
}

/* 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;
}

/* Homepage Description Paragraphs - Desktop Default (No extra spacing) */
.homepage-desc-paragraph {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .homepage-title,
    .contact-us-title-1,
    .contact-us-title-5,
    .partner-with-us-title-2,
    .partner-with-us-title-3,
    .our-company-title,
    .career-1-title,
    .partner-with-us-title,
    .partner-with-us-3-title,
    .partner-3-title,
    .contact-us-1-title,
    .contact-us-3-title,
    .contact-us-our-industrial {
        margin-left: 4rem;
    }

    .homepage-text-group,
    .our-company-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 {
        top: 90px;
        left: 106px;
    }

    .our-company-group-2001 {
        left: 291px;
        top: 175px;
    }

    .our-company-history-image {
        right: -116px !important;
    }

    .our-company-group-2005 {
        left: 141px;
    }

    .our-company-group-2012-until-2014 {
        top: 32px;
        left: 496px;
    }

    .our-company-group-2018 {
        top: 200px;
        left: 65px;
    }

    .our-company-2018-image {
        position: relative;
        top: -16px;
    }

    .our-company-group-2022-until-2025 {
        top: 296px;
        left: 67px;
    }

    .our-international-certificates {
        font-size: 3.3rem !important;
    }

    .globally-text {
        font-size: 1.2rem !important;
    }

    .contact-us-text-group-2 {
        margin-left: -529px;
    }

    .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: 112px;
    }

    .partner-with-us-text-group {
        margin-top: 310px;
        margin-left: -263px;
    }

    .partner-with-us-group-3 {
        margin-left: -3rem;
    }

    .careers-text-group {
        margin-top: 209px;
        margin-left: -322px;
    }

    .careers-card {
        height: 549px;
    }

    .news-title {
        margin-top: -87px;
    }

    .careers-card-text {
        min-height: 6rem;
    }

    .news-1-group {
        margin-top: 71px;
    }

    .news-1-row {
        margin-top: 353px;
        margin-left: 50px;
    }

    .partner-with-us-title {
        font-size: 2.8rem;
    }

    .contact-us-text-group {
        margin-top: 302px;
        margin-left: -260px;
    }
}

@media screen and (min-width: 1440px) {
    .homepage-text-group {
        margin-top: 188px;
        margin-left: -287px;
    }

    .our-company-text-group {
        margin-top: 225px;
        margin-left: -287px;
    }

    .group-2-container {
        max-width: 1162px;
    }

    .category-card {
        min-height: 583px;
    }

    .values-card,
    .partner-with-us-card {
        height: 875px;
    }

    .our-company-8-container {
        padding-bottom: 1008px;
    }

    .history-curve-bg {
        max-width: 1592px;
        height: auto;
    }

    .our-company-group-1978 {
        top: 125px;
        left: 118px;
    }

    .our-company-group-2001 {
        left: 346px;
        top: 317px;
    }

    .our-company-history-image {
        top: 197px !important;
        right: -216px !important;
        width: 132px;
    }

    .our-company-group-2005 {
        left: 157px;
        top: 451px;
    }

    .our-company-group-2012-until-2014 {
        top: 403px;
        left: 608px;
    }

    .our-company-group-2018 {
        top: 698px;
        left: 61px;
    }

    .our-company-2018-image {
        position: relative;
        top: -29px;
    }

    .our-company-group-2022-until-2025 {
        top: 881px;
        left: 61px;
    }

    .our-international-certificates {
        font-size: 4rem !important;
    }

    .globally-text {
        font-size: 1.4rem !important;
    }

    .contact-us-text-group-2 {
        margin-left: -669px;
    }

    .contact-us-text-group-5 {
        margin-top: 336px;
    }

    .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: 407px;
        margin-left: -194px;
    }

    .career-1-title {
        font-size: 4rem;
    }

    .careers-description {
        font-size: 1.35rem;
    }

    .careers-text-group {
        margin-top: 234px;
        margin-left: -345px;
    }

    .careers-card {
        height: 671px;
    }

    .news-title {
        margin-top: -71px;
    }

    .our-company-title {
        font-size: 4rem;
    }

    .our-company-description,
    .news-description,
    .list-news-description,
    .contact-us-1-description,
    .contact-us-3-description,
    .contact-us-5-description,
    .partner-with-us-description {
        font-size: 1.5rem;
    }

    .desktop-homepage-group-1 {
        margin-bottom: 7vw;
    }

    .partner-with-us-title {
        font-size: 4.2rem;
    }

    .partner-with-us-title-2 {
        font-size: 3rem;
    }

    .partner-with-us-1-col {
        min-width: 30%;
    }

    .contact-us-1-title {
        font-size: 4rem;
    }

    .contact-us-title-1 {
        font-size: 2.8rem;
    }

    .contact-us-text-group {
        margin-top: 377px;
        margin-left: -281px;
    }
}

@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-8-container {
        padding-bottom: 1408px;
    }

    .history-curve-bg {
        max-width: 100%;
    }

    .our-company-group-1978 {
        top: 150px;
        left: 134px;
    }

    .history-icon {
        margin-left: 203px;
    }

    .our-company-group-2001 {
        left: 391px;
        top: 399px;
    }

    .our-company-history-image {
        top: 283px !important;
        right: -262px !important;
    }

    .our-company-group-2005 {
        left: 179px;
        top: 629px;
    }

    .our-company-group-2012-until-2014 {
        top: 594px;
        left: 689px;
    }

    .our-company-group-2018 {
        top: 970px;
        left: 61px;
    }

    .our-company-group-2022-until-2025 {
        top: 1187px;
        left: 61px;
    }

    .our-international-certificates {
        font-size: 4.5rem !important;
    }

    .globally-text {
        font-size: 1.6rem !important;
    }

    .contact-us-text-group-2 {
        margin-left: -773px;
    }

    .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: 369px;
        margin-left: -327px;
    }

    .careers-card {
        height: 757px;
    }

    .our-company-title {
        font-size: 5rem;
    }

    .our-company-description,
    .news-description,
    .list-news-description,
    .contact-us-3-description,
    .contact-us-5-description,
    .partner-with-us-description {
        font-size: 1.7rem;
    }

    .our-company-text-group {
        margin-top: 245px;
    }

    .our-company-title-7 {
        font-size: 5rem !important;
    }

    .our-company-child-title-7 {
        font-size: 3.5rem !important;
    }

    .our-company-description-7 {
        font-size: 1.5rem !important;
    }

    .partner-with-us-title {
        font-size: 4.2rem;
    }

    .contact-us-1-title {
        font-size: 4.5rem;
    }

    .contact-us-title-1 {
        font-size: 3.17rem;
    }

    .contact-us-1-description {
        font-size: 1.5rem;
    }

    .contact-us-text-group {
        margin-top: 401px;
        margin-left: -332px;
    }

    .career-1-title {
        font-size: 5rem;
    }

    .careers-description {
        font-size: 1.45rem;
    }
}

@media screen and (min-width: 1920px) {
    .contact-us-3-container {
        height: 1056px;
        padding-bottom: 336px;
    }

    .contact-details-card {
        margin-top: -338px;
    }
}

@media screen and (min-width: 2048px) {
    .contact-us-our-industrial {
        font-size: 6rem;
    }

    .contact-us-title-5 {
        font-size: 4rem;
    }

    .contact-us-text-group-5 {
        margin-top: 595px;
    }

    .our-company-description,
    .news-description,
    .list-news-description,
    .contact-us-3-description,
    .contact-us-5-description {
        font-size: 2rem;
    }

    .homepage-what-new {
        font-size: 3rem !important;
    }

    .homepage-advanced-powder-technology {
        font-size: 4.5rem !important;
    }

    .desktop-homepage-group-1 {
        margin-bottom: 24vw;
    }

    .our-company-where-east {
        min-width: 50%;
    }
}
