.hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

#hero-yt-player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-fallback {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero .intro-titles {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.18);
}

.hero .intro-titles {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    height: 800px;
    aspect-ratio: 16/9;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    /* background-color: #272154; */
    background: rgba(0, 0, 0, 0.18);
}


.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 80px;
    text-align: left;
    padding-right: 120px;
}


.hero-title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
}


/* === 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;
}

/* === 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: 3rem;
    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-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}



.about-text-left {
    font-size: 1rem;
    line-height: 1.8;
    color: #272154;
    text-align: justify;
}

.about-ahi-locations {
    margin-top: -180px;
}

.about-ahi-locations .about-under {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    min-height: 800px;
    width: 100%;
    overflow: visible;
}

/* ========================= BUSINESSES SECTION========================= */

.businesses-section-new {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    background: #f6f7fb;
}

.businesses-bg-logo {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 380px;
    opacity: 0.08;
    filter: blur(1px);
    pointer-events: none;
    z-index: 0;
}

.businesses-title {
    position: relative;
    z-index: 2;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #272154;
}


.businesses-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.tab-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: #8c94ac;
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
}

.tab-btn.active {
    color: #272154;
}

.tab-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #c40018;
    transition: width 0.3s ease;
}

.tab-btn.active::after {
    width: 100%;
}


.tabs-content {
    position: relative;
    z-index: 2;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.boxes-grid {
    display: grid;
    justify-content: center;
    gap: 28px;
    max-width: 980px;
    margin: 0 auto;
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(250px, 200px))
}

.grid-8 {
    grid-template-columns: repeat(4, minmax(250px, 200px))
}


.business-box {
    background: #fff;
    border: 2px solid #dcdfea;
    border-radius: 14px;
    text-align: center;
    font-weight: 600;
    color: #272154;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transform: translateY(20px);
}


.business-box.red {
    border-color: #c40018;
}



.businesses-static-section {
    padding: 80px 0;
}

.businesses-block {
    margin-bottom: 80px;
}

.businesses-block-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #272154;
}

.businesses-boxes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.business-box {
    background: #fff;
    border: 2px solid #dcdfea;
    border-radius: 14px;
    text-align: center;
    font-weight: 600;
    color: #272154;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    width: 100%;
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transform: translateY(20px);
    transition: transform .3s ease, box-shadow .3s ease;
}

.business-box:hover {
    transform: translateY(40px);
    box-shadow:
        12px 12px 24px rgba(83, 83, 83, 0.35),
        0 18px 30px rgba(0, 0, 0, 0.12);
}


.product-box {
    border: 2px solid #d0d0d0;
}


.service-box {
    border: 2px solid #c62828;
}

.businesses-static-section .business-box {
    opacity: 1 !important;
    transform: none !important;
    display: block !important;
    align-content: center;
}

/* ================================COMPLETE SOLUTIONS SECTION================================ */

.complete-solutions-section {
    padding: 90px 0;
}

.complete-solutions-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #283583;
    margin-bottom: 60px;
    text-align: center;
}

.complete-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-items: center;
}

.complete-solution-box {
    width: 260px;
    height: 260px;
    background: #35bb09;
    border: 7px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow:
        8px 8px 18px rgba(53, 187, 9, 0.568),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.complete-solution-box:hover {
    transform: translateY(-6px);
    box-shadow:
        12px 12px 24px rgba(53, 187, 9, 0.35),
        0 18px 30px rgba(0, 0, 0, 0.12);
}


.solution-icon {
    margin-bottom: 14px;
}

.solution-icon img {
    width: 52px;
    height: auto;
}

.solution-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

/* ================================LEAF SHAPES================================ */

.complete-solution-box.shape-1,
.complete-solution-box.shape-2 {
    border-radius: 0 100px 0 100px;
    padding: 10px;
}

.complete-solution-box.shape-3,
.complete-solution-box.shape-4 {
    border-radius: 100px 0 100px 0;
    padding: 10px;
}

.row-2.shape-1,
.row-2.shape-2 {
    border-radius: 100px 0 100px 0;
    padding: 10px;
}

.row-2.shape-3,
.row-2.shape-4 {
    border-radius: 0 100px 0 100px;
    padding: 10px;
}

.slider-tab {
    overflow: hidden;
    position: relative;
}

.slider-section-title {
    font-size: 3rem;
    font-weight: 700;
    padding: 50px;
    margin-top: 80px;
}

.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;
}



@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1200px) {

    .value-item.left .value-content {
        margin-left: 170px;
    }
}

@media (max-width: 1080px) {
    .complete-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .grid-4,
    .grid-8 {
        grid-template-columns: repeat(2, minmax(140px, 180px));
    }
}


@media (max-width: 992px) {
    .hero .intro-titles {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
        min-height: 500px;
        aspect-ratio: 16 / 9;
    }

    .hero h2 {
        font-size: 3rem;
        text-align: center;
    }

    .hero h3 {
        font-size: 2.1rem;
        text-align: center;

    }

    .hero-container {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    /* VIDEO WRAPPER FIX */
    .hero-video-bg {
        height: 100%;
    }

    #hero-yt-player {
        width: 200%;
        height: 200%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    :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;
    }

    .about-ahi {
        padding: 70px 0;
    }

    .about-ahi-locations {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .about-ahi-locations .about-under {
        min-height: 380px;
    }

    .businesses-title,
    .slider-section-title,
    .complete-solutions-title {
        font-size: 2.1rem;
    }

    .businesses-grid {
        grid-template-columns: repeat(2, 200px);
        grid-template-rows: repeat(2, 200px);
        gap: 60px 80px;
    }

    .slider-item {
        min-height: 160px;
        padding: 30px;
    }

    .slider-logo-img {
        max-height: 90px;
    }

    .complete-solution-box {
        width: 100%;
        height: 200px;
    }

    .complete-solution-box.shape-1,
    .complete-solution-box.shape-2 {
        border-radius: 0 60px 0 60px;
    }

    .complete-solution-box.shape-3,
    .complete-solution-box.shape-4 {
        border-radius: 60px 0 60px 0;
    }

    .row-2.shape-1,
    .row-2.shape-2 {
        border-radius: 60px 0 60px 0;
    }

    .row-2.shape-3,
    .row-2.shape-4 {
        border-radius: 0 60px 0 60px;
    }

    .businesses-boxes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .hero .intro-titles {
        height: auto;
    }

    .our-values {
        padding: 70px 0;
    }

    .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;
    }

    .businesses-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 40px;
    }

    .businesses-box {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}



@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.8rem;
    }


    .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;
    }

    .about-ahi-locations .about-under {
        background-image: none !important;
        min-height: 0;
        padding: 0;
    }

    .slider-swiper .swiper-slide {
        width: 180px !important;
    }

    .slider-item {
        min-height: 120px;
        padding: 15px;
    }

    .slider-logo-img {
        max-height: 70px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .businesses-boxes-grid {
        grid-template-columns: 1fr;
    }

    .grid-4,
    .grid-8 {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
        gap: 20px;
    }

    .businesses-title {
        font-size: 2rem;
    }
}