@media (max-width: 768px) {
    section:nth-of-type(n+3)>div:first-of-type {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero {
    position: relative;
    width: 100%;
}

.hero .intro-titles {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    height: 650px;
    aspect-ratio: 16/9;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    background-color: #272154;
}


.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 80px;
    text-align: left;
    padding-right: 120px;
}


.hero-title {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
}

.hero-title-logo {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0px;
}


/* ===1st  OUR PURPOSE SECTION === */
.our-purpose {
    position: relative;
    color: white;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
}

.our-purpose .purpose-title {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.our-purpose .highlight-word {
    font-weight: 700;
    position: relative;
}

.our-purpose .purpose-arrow {
    position: absolute;
    top: -20px;
    right: -35px;
    width: 35px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.our-purpose .purpose-line {
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #ff3b3b;
    transform-origin: right center;
    transition: width 0.5s ease;
}

.our-purpose.active .purpose-arrow {
    opacity: 1;
    transform: translateY(0);
}

.our-purpose.active .purpose-line {
    width: 45%;
}

.our-purpose.active .purpose-desc .color-change {
    background: linear-gradient(90deg, #1e90ff 0%, #ff3b3b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100% 0%;
    animation: gradientFlow 5s ease forwards;

}


#next-section-3 {
    position: relative;
    color: white;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
    background-color: #272154;
    /* cursor: pointer; */
}

#next-section-3 .purpose-desc p {
    font-size: 1.1rem;
    color: #fff;
    cursor: pointer;
    text-align: justify;
    line-height: 1.6;
}

#next-section-3 .our-purpose-desc div {
    font-size: 1.7rem;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 1.7;
}

#next-section-3 .purpose-tick {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#next-section-3 .purpose-tick img {
    max-width: 45px;
    height: 45px;
    display: block;
}

/* #next-section-2 {
    background: #e9eaf2;
} */

/* ===2nd OUR PURPOSE SECTION ===
.our-purpose-2 {
    position: relative;
    color: white;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
}

.our-purpose-2 .purpose-title {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.our-purpose-2 .highlight-word {
    font-weight: 700;
    position: relative;
}

.our-purpose-2 .purpose-arrow {
    position: absolute;
    top: -20px;
    right: -35px;
    width: 35px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.our-purpose-2 .purpose-line {
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #ff3b3b;
    transform-origin: right center;
    transition: width 0.5s ease;
} 

.our-purpose-2.active .purpose-arrow {
    opacity: 1;
    transform: translateY(0);
}

.our-purpose-2.active .purpose-line {
    width: 45%;
}

.our-purpose-2.active .purpose-desc .color-change {
    background: linear-gradient(90deg, #1e90ff 0%, #ff3b3b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100% 0%;
    animation: gradientFlow 5s ease forwards;

}

.our-purpose-2 .purpose-desc p {
    font-size: 24px;
    line-height: 1.7;
    color: #fff;
}
*/

/* === OUR VALUES SECTION === */
.our-values {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 0;
    overflow: hidden;
    margin-top: -1px;
    background-color: #fff;
}

.values-title {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.values-subtitle {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 100px;
    font-weight: 500;
}

.values-wrapper {
    position: relative;
    width: 100%;
}

.values-line {
    position: absolute;
    top: var(--first-icon-offset, 60px);
    left: 50%;
    width: 2px;
    height: 0;
    background: #fff;
    transform: translateX(-50%);
    transition: height 1s ease;
    z-index: 1;
}

.value-item {
    position: relative;
    width: 50%;
    margin-bottom: 140px;
    opacity: 0;
    transition: all 0.9s ease;
    z-index: 2;
}

.value-item.left {
    left: 0;
    text-align: justify;
    padding-right: 80px;
    transform: translateX(-60px);
}

.value-item.right {
    left: 50%;
    text-align: justify;
    padding-left: 80px;
    transform: translateX(60px);
}

.value-item.active {
    opacity: 1;
    transform: translateX(0);
}

/* === ICONS === */
:root {
    --icon-y: 35px;
}

.value-item {
    position: relative;
}

.value-icon {
    position: absolute;
    top: var(--icon-y);
    width: 60px;
    height: 60px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.9;
}

.value-item.left .value-icon {
    left: 100%;
    transform: translate(-50%, 0);
}

.value-item.right .value-icon {
    left: 0;
    transform: translate(-50%, 0);
}

.value-icon img {
    width: 50%;
    height: auto;
    display: block;
}

.value-item.active .value-icon {
    transform: translate(-50%, 0) scale(1.1);
    opacity: 1;
}

.value-content {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 380px;
    flex-wrap: wrap;
}

.value-number {
    font-size: 4rem;
    font-weight: 700;
    opacity: 0.7;
    line-height: 1;
    margin: 0;
    color: #B7C7DB;
}

.value-content h3 {
    font-size: 2.7rem;
    font-weight: 700;
    margin: 0;
}

.value-content p {
    flex-basis: 100%;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}

/* === SOLUTION SECTION === */
.solution-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.the-title {
    font-size: 2.2rem;
}

.solution-title {
    font-size: 2.8rem;
    margin-bottom: 50px;
    font-weight: 600;
}

.solution-description ul li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.3;
}

.solution-description ul li:last-child {
    font-size: 1.1rem;
    margin-bottom: 45px;
    text-align: justify;
    line-height: 1.3;
}

.solution-description ul {
    padding-left: 22px;
}

.solution-description li::marker {
    content: "";
}

.solution-description li {
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.solution-description li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background-image: var(--list-icon);
    background-repeat: no-repeat;
    background-size: contain;
}


.solution-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}

.solution-box {
    position: relative;
    width: 400px;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease;
    display: flex;
    align-items: stretch;
}

.solution-box:hover {
    transform: translateY(-10px);
}

.solution-box-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
}

.solution-box-content .box-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 20px;
}

.solution-hover {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    color: #000;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.4s ease;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 50px 40px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.solution-hover h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.solution-hover p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.solution-box:hover .solution-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.solution-box:hover .solution-box-content {
    opacity: 0;
    visibility: hidden;
}

/* === INNOVATING SECTION === */
.fix-innovating-box {
    width: 350px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(183, 199, 219, 0.35);
    background: rgba(39, 33, 84, 0.55);
    display: flex;
    flex-direction: column;
}

.innovating-box-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
}

.innovating-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.innovating-box-body {
    padding: 22px 22px 26px;
    text-align: left;
    color: #fff;
    flex: 1;
}

.innovating-box-body .box-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.innovating-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.innovating-desc p {
    margin: 0;
}

.innovating-section {
    position: relative;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background-color: #E9EAF2;
}


.innovating-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.innovating-title-part:not(:last-child)::after {
    content: "|";
    margin-left: 18px;
    color: #272154;
}

.innovating-title-part {
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #272154;
    opacity: 0;
}

.innovating-hvac {
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-20px);
}

.innovating-hvac img {
    max-width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.innovating-subtitle {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #272154;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
}

.innovating-subtitle-highlight {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    text-align: right;
}

.innovating-redline {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 320px;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
}


.innovating-section.active .innovating-title-left {
    animation: fadeInLeftCustom 0.9s ease forwards;
    animation-delay: 0.2s;
}

.innovating-section.active .innovating-title-top {
    animation: fadeInTopCustom 0.9s ease forwards;
    animation-delay: 0.4s;
}

.innovating-section.active .innovating-title-right {
    animation: fadeInRightCustom 0.9s ease forwards;
    animation-delay: 0.6s;
}

.innovating-section.active .innovating-subtitle {
    animation: fadeInUpCustom 0.9s ease forwards;
    animation-delay: 0.8s;
}

.innovating-section.active .innovating-hvac {
    animation: fadeInTopCustom 0.8s ease forwards;
}

.innovating-section.active .innovating-redline {
    animation: revealRedline 0.9s ease forwards;
    animation-delay: 1.6s;
}

@keyframes fadeInLeftCustom {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInTopCustom {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRightCustom {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes revealRedline {
    from {
        opacity: 0;
        transform: scaleX(0);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.innovating-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}

.innovating-box {
    position: relative;
    width: 400px;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease;
    display: flex;
    align-items: stretch;
}

.innovating-box:hover {
    transform: translateY(-10px);
}

.innovating-box-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.45); */
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
}

.innovating-box-content .box-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 20px;
}

.innovating-hover {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.97);
    color: #000;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.4s ease;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 50px 40px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: 1px solid #272154;
}

.innovating-hover h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-align: justify;
}

.innovating-hover p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.innovating-box:hover .innovating-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.innovating-box:hover .innovating-box-content {
    opacity: 0;
    visibility: hidden;
}

.slider-tab {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}


.slider-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.swiper-wrapper {
    align-items: center;
}

.slider-swiper .swiper-slide {
    width: 300px !important;
    flex-shrink: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #eeeeeed2;
    border-radius: 20px;
    padding: 20px;

    transition: transform 0.3s ease;
}

.slider-item:hover {
    transform: scale(1.06);
}

.slider-logo-img {
    max-width: 80%;
    max-height: 80px;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s ease;
}

.slider-item:hover .slider-logo-img {
    opacity: 1;
}

.slide-overlay {
    display: none !important;
}

.slider-item:hover .slide-overlay {
    display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.4);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}



/* === CORPORATE BOX GRID === */

.corporate-section {
    background: #e9eaf2;
    padding: 90px 0;
}

.corporate-title {
    font-size: 3rem;
    font-weight: 700;
    color: #272154;
    margin-bottom: 60px;
}

/* GRID BOX */

.corporate-box {
    background: linear-gradient(to bottom, #ffffff, transparent);
    padding: 30px 25px;
    height: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.corporate-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.corporate-box-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #272154;
    margin-bottom: 10px;
}

.corporate-box-title p:last-child,
.corporate-box-title h1:last-child,
.corporate-box-title h2:last-child,
.corporate-box-title h3:last-child,
.corporate-box-title h4:last-child,
.corporate-box-title h5:last-child,
.corporate-box-title h6:last-child {
    margin-bottom: 0;
}

.corporate-red-line {
    margin-bottom: 15px;
}

.corporate-red-line img {
    display: block;
    max-width: 140px;
    width: 100%;
    height: auto;
}

.corporate-box-desc {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    text-align: justify;
}

/* === ABOUT SECTION === */

.about-ahi {
    background-size: contain;
    background-position: top;
    padding: 120px 0;
    background-color: #fff;
    background-repeat: no-repeat;
}

.about-header {
    margin-bottom: 50px;
}

.about-title {
    color: #283583;
    font-size: 3.5rem;
    font-weight: 500;
    /* margin-bottom: 15px; */
}

.about-subtitle {
    color: #642349;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-left p:first-child {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 500;

}

.about-text-left p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;

}

.about-text-left ul li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: justify;
}


.about-text-left ul {
    padding-left: 0px;
}

.about-text-left li::marker {
    content: "";
}

.about-text-left li {
    list-style: none;
    position: relative;
    padding-left: 38px;
}

.about-text-left li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;
    background-image: var(--list-icon);
    background-repeat: no-repeat;
    background-size: contain;
}


.about-text-left {
    flex-grow: 1;
}

.about-red-line {
    margin-top: auto;
}


.about-ahi-locations {
    margin-bottom: 100px;
    margin-top: 30px;
}

.about-ahi-locations .about-under {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    min-height: 600px;
    overflow: visible;
}

.about-ahi-locations .about-locations-card {
    position: absolute;
    right: 6%;
    bottom: -80px;
    width: 520px;
    height: 215px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 28px 32px;
}

.about-ahi-locations .about-locations-info {
    /* max-width: 95%; */
    color: #fff;
    line-height: 1.6;
    font-size: 1.1rem;
    text-align: left;
}

.about-ahi-locations .about-locations-info p {
    margin: 0 0 10px 0;
    text-align: justify;
}

.about-ahi-locations .about-locations-info strong {
    font-weight: 700;
}





@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 1200px) {

    .about-ahi-locations .about-locations-card {
        right: 4%;
        width: 480px;
        height: 300px;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {

    /* .corporate-section {
        height: 1000px;
    } */

    .value-item.left .value-content {
        margin-left: 170px;
    }
}

@media (max-width: 1200px) {
    .corporate-title {
        font-size: 3rem;
    }

    .corporate-image img {
        width: 80%;
    }

    .about-ahi-locations .about-locations-card {
        right: 4%;
        width: 480px;
        height: 300px;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 60%;
    }
}


@media (max-width: 992px) {

    .hero h1,
    .hero h2 {
        text-align: center;
        font-size: 2.1rem;
    }

    .hero .intro-titles {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
        min-height: 450px;
        height: auto;
        aspect-ratio: 16 / 9;
        padding-top: 0px;
    }

    .hero-container {
        padding: 0 20px;
    }

    .hero-subtitle {
        margin-bottom: 8px;
    }

    .our-purpose .purpose-title {
        font-size: 1.2rem;
    }

    .our-purpose .purpose-arrow {
        width: 28px;
        top: -18px;
        right: -25px;
    }

    .our-purpose .purpose-line {
        bottom: -4px;
    }

    /* .our-purpose-2 .purpose-title {
        font-size: 2.2rem;
    }

    .our-purpose-2 .purpose-desc p {
        font-size: 16px;
    }


    .our-purpose-2 .purpose-arrow {
        width: 28px;
        top: -18px;
        right: -25px;
    }

    .our-purpose-2 .purpose-line {
        bottom: -4px;
    } */

    :root {
        --icon-y: -13px !important;
    }

    :root {
        --icon-y: -13px !important;
        --first-icon-offset: 20px !important;
    }

    .values-line {
        top: var(--first-icon-offset) !important;
    }

    .value-icon {
        top: var(--icon-y);
    }


    .values-subtitle {
        margin-bottom: 70px;
    }

    .value-item {
        width: 100%;
        text-align: left;
        padding: 0 50px;
    }

    .value-item.left,
    .value-item.right {
        left: 0;
        transform: translateX(0);
    }

    .values-line {
        left: 30px;
        transform: none;
    }

    .value-item.left .value-icon,
    .value-item.right .value-icon {
        left: 31px;
    }

    .value-icon {
        width: 45px;
    }

    .value-content {
        padding-left: 70px;
    }

    .solution-grid {
        gap: 30px;
    }

    .corporate-section {
        padding: 70px 0;
    }

    .corporate-title {
        font-size: 2.2rem;
    }

    .fix-innovating-box {
        background: none !important;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        min-height: auto !important;
        height: auto !important;
        width: 100%;
    }


    .fix-innovating-box {
        width: 100%;
        max-width: 520px;
    }

    .innovating-box {
        background: none !important;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        min-height: auto !important;
        height: auto !important;
        width: 100%;
    }


    .innovating-grid {
        flex-direction: column;
        gap: 20px;
    }

    .innovating-section {
        /* background: #272154; */
        margin-top: -1px;
    }

    .innovating-box-desktop {
        display: none !important;
    }

    .innovating-mobile {
        display: block;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
    }

    .innovating-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7f8fc;
        border: none;
        padding: 18px 18px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .innovating-header:hover {
        background: #eef0f8;
    }

    .innovating-title-text {
        font-size: 0.95rem;
        font-weight: 600;
        color: #272154;
    }

    .innovating-arrow {
        width: 14px;
        height: auto;
        transition: transform 0.3s ease;
    }

    .innovating-box.active .innovating-arrow {
        transform: rotate(90deg);
    }

    .innovating-content {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        /* transition: max-height 0.35s ease; */
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .innovating-box:hover {
        transform: translateY(0px);
    }


    .innovating-box.active .innovating-content {
        max-height: 750px;
    }

    .innovating-content-inner {
        padding: 18px 22px;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #333;
        text-align: justify;
    }

    .about-ahi {
        padding: 70px 0;
    }


    .about-ahi-locations .about-under {
        min-height: 380px;
    }

    .about-ahi-locations .about-locations-card {
        right: 50%;
        transform: translateX(50%);
        bottom: -70px;
        width: 420px;
        height: 280px;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 70%;
    }

    .solution-grid {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .solution-box {
        width: 100%;
        max-width: 420px;
        min-height: auto;
        height: auto;
        transform: none !important;
        cursor: default;
    }

    .solution-box:hover {
        transform: none;
    }

    .solution-box-content {
        display: none;
    }

    .solution-hover {
        position: relative;
        inset: auto;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: rgba(0, 0, 0, 0.45);
        padding: 26px 22px;
        box-shadow: none;
        border-radius: 20px;
        height: 300px;
    }

    .solution-hover h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        text-align: center;
        color: #fff;
    }

    .solution-hover p {
        font-size: 1rem;
        line-height: 1.55;
        text-align: center;
        color: #fff;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 70%;
    }

    .locations-map-img {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }

    .slider-logo-img {
        max-height: 90px;
    }

}

@media (max-width: 768px) {

    .our-purpose .purpose-desc p {
        font-size: 16px;
        line-height: 1.7;
        color: #fff;
    }

    #next-section-3 .our-purpose-desc div {
        font-size: 1.2rem;
        line-height: 1.7;
        color: #fff;
    }


    .our-purpose {
        padding: 40px 0;
    }

    /* .our-purpose-2, */
    .our-values {
        padding: 70px 0;
    }

    .corporate-accordion .corp-item {
        min-height: 120px;
    }

    .corp-title {
        text-align: left;
    }

    .solution-section {
        padding: 10px 0;
        margin-top: -1px;
    }

    .solution-description ul {
        padding-left: 0px;
    }

    .solution-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7f8fc;
        border: none;
        padding: 14px 12px;
        cursor: pointer;
        transition: background 0.3s ease;
        height: 110px;
    }

    .innovating-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7f8fc;
        border: none;
        padding: 14px 12px;
        cursor: pointer;
        transition: background 0.3s ease;
        height: 110px;
    }

    .innovating-title-part:not(:last-child)::after {
        display: none;
    }

    .innovating-title-part {
        font-size: 1.8rem;
        margin-bottom: 0px;
        font-weight: 600;
        color: #272154;
        opacity: 0;
    }

    .innovating-subtitle-highlight {
        margin-top: 20px;
        text-align: center;
    }

    .about-title {
        font-size: 1.9rem;
        text-align: center;
        font-weight: 700;
    }

    .about-subtitle {
        font-size: 1.2rem;
        text-align: center;
    }

    .about-content {
        flex-direction: column;
        text-align: center;
        padding: 0px 10px;
    }

    .about-red-line img {
        margin-left: auto;
        margin-right: auto;
    }

    .about-ahi-locations {
        margin-bottom: 0px;
    }
}



@media (max-width: 576px) {
    .our-purpose .purpose-title {
        font-size: 1.1rem;
    }

    .our-purpose .purpose-arrow {
        width: 22px;
        top: -15px;
        right: -20px;
    }

    .our-purpose .purpose-line {
        bottom: -3px;
    }

    .our-purpose-2 .purpose-title {
        font-size: 2.1rem;
    }

    .our-purpose-2 .purpose-arrow {
        width: 22px;
        top: -15px;
        right: -20px;
    }

    .our-purpose-2 .purpose-line {
        bottom: -3px;
    }

    .values-title {
        font-size: 2.1rem;
    }

    .value-item.right,
    .value-item.left {
        padding-left: 20px;
        padding-right: 30px;
    }

    .value-item {
        margin-bottom: 80px;
    }

    .value-number {
        font-size: 2.1rem;
    }

    .value-content h3 {
        font-size: 1.6rem;
    }

    .value-content p {
        font-size: 16px;
        text-align: start;
    }

    .corporate-image img {
        width: 90%;
    }

    .solution-title {
        font-size: 2.1rem;
    }

    .innovating-title {
        font-size: 2.1rem;
    }

    .innovating-subtitle {
        font-size: 1.6rem;
    }

    .corporate-title {
        font-size: 1.9rem;
        margin-bottom: 40px;
    }

    .corporate-box {
        padding: 25px 20px;
    }

    .about-ahi-locations .about-under {
        background-image: none !important;
        min-height: 0;
        padding: 0;
    }

    .about-ahi-locations .about-locations-card {
        position: relative;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 18px;
        background-size: cover;
        background-position: center;
        padding: 30px 20px;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 100%;
        font-size: 0.95rem;
        color: #fff;
        text-align: left;
    }

    .slider-logo-img {
        max-height: 70px;
    }

}

@media (min-width: 992px) {
    .innovating-mobile {
        display: none !important;
    }
}