/* =========================
   HERO SECTION
========================= */
.hero-section {
    min-height: 630px;
    position: relative;
}

.hero-mask {
    position: absolute;
    inset: 0;

    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        50% 100%,
        0 85%
    );

    overflow: hidden;
}


/* BACKGROUND */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url('../img/our-company/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* =========================
   CONTENT
========================= */
.hero-section .container {
    position: relative;
    z-index: 10;
}

/* CHARACTER */
.hero-character {
    position: absolute;
    left: 22px;
    bottom: 10px; /* Mengunci karakter ke bawah */
    z-index: 99;
    /* Gunakan max-height atau width agar tetap proporsional saat di-zoom */
    max-height: 100%; 
    width: auto;
    
    /* Penting: Menghilangkan behavior default img yang kadang ada space di bawah */
    display: block; 
}

/* Pastikan kolomnya juga memiliki posisi yang jelas */
.hero-image-col {
    position: relative;
    height: 100%;
    min-height: 710px;
    display: flex;
    align-items: flex-end; /* Membantu elemen di dalamnya rata bawah */
    justify-content: center;
}

/* TEXT */
.hero-text-col {
    text-align: left;
}

.hero-subtitle {
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    color: #717171;
    margin-left: 32px;
}

.hero-title {
    font-size: 54px;
    font-weight: 700;
    color: #00A4CA;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
}

.hero-description {
    max-width: 375px;
    font-size: 20px;
    line-height: 28px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 253px;
    margin-left: 95px;
}

.hero-description span {
    color: #00A4CA;
    font-weight: 900;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 480px) {

    .hero-text-col {
        margin-top: 75px;
    }

    .hero-image-col {
        min-height: 180px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-title {
        font-size: 42px;
        margin-bottom: 0;
    }

    .hero-description {
        margin-left: 60px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .hero-character {
        bottom: 0;
        left: 0;
    }
}

/* =========================
   ABOUT SECTION
========================= */
.about-section {
    padding: 40px 0;
    background: #fff;
}

/* =========================
   TOP CONTENT
========================= */
.about-top-content {
    margin-bottom: 36px;
}

.about-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    font-family: 'Lato', sans-serif;
}

.about-label span {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.about-label strong {
    color: #0A8091;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    font-family: 'Lato', sans-serif;
}

.about-title {
    max-width: 591px;
    color: #3E3A39;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.about-description {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-description p {
    margin: 0;
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

/* =========================
   GALLERY
========================= */
.about-gallery-slider {
    margin-bottom: 36px;
    padding: 0 !important;
    overflow: hidden;
    margin-left: 64px;
}

.about-gallery-slider .swiper-slide {
    width: 25%;
    height: auto;
}

.about-gallery-slider .swiper-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.about-gallery-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* =========================
   BOTTOM SECTION
========================= */
.about-office-description {
    color: #717171;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin: 0;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

/* =========================
   FACILITY TAGS
========================= */
.facility-slider .swiper-slide {
    width: fit-content !important;
    height: auto;
    margin-right: 0;
}

.facility-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.facility-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #E8E8E8;
    color: black;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.2;
}

.facility-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #50C3CB;
    border: 3px solid rgba(255,255,255,0.75);
    box-shadow: 0 0 15px #E8E8E8;
    flex-shrink: 0;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .about-gallery-slider .swiper-slide {
        width: 33.333%;
    }

    .about-gallery-slider .swiper-button-prev {
        left: 10px;
    }

    .about-gallery-slider .swiper-button-next {
        right: 10px;
    }

    .facility-slider .swiper-button-prev {
        left: 10px;
    }

    .about-gallery-image {
        height: 180px;
    }

    .about-gallery-slider {
        margin-left: 15px;
    }

    .about-gallery-slider .swiper-slide {
        width: 50%;
    }

    .about-gallery-slider .swiper-button-prev,
    .about-gallery-slider .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .about-gallery-slider .swiper-button-prev:after,
    .about-gallery-slider .swiper-button-next:after {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    .about-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .about-description {
        gap: 12px;
    }

    .about-office-description {
        margin-bottom: 20px;
    }
}

/* =========================
   SECTION
========================= */
.vision-mission-section {
    padding: 0 0 30px;
    background: #F7F7F7;
}

/* =========================
   COMMON
========================= */
.section-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.section-subtitle-company {
    color: #717171;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.section-title-company {
    color: #3E3A39;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.section-caption {
    margin-top: 14px;
    color: #717171;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

/* =========================
   VISION
========================= */
.vision-section {
    padding: 67px 0 40px 0;
}

.vision-col {
    position: relative;
    background: url(../img/our-company/rect-desktop.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    aspect-ratio: 2 / 1;
}

.vision-internal {
    max-width: 479px;
    margin-left: auto;
}

.vision-internal .vision-card {
    padding: 85px 9px 0 9px;
}

.vision-card {
    height: 100%;
    text-align: left;
}

.vision-external {
    max-height: 200px;
    max-width: 425px;
    margin-top: 144px;
}

.vision-external .vision-card {
    padding: 35px 37px 0 37px;
}

.vision-label {
    margin-bottom: 20px;
    color: #00A4CA;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-left: 30px;
}

.vision-text {
    margin: 0;
    color: #3E3A39;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.32px;
}

/* =========================
   DIVIDER
========================= */
.section-divider {
    width: 100%;
    height: 1px;
    background: rgba(113,113,113,0.35);
}

/* =========================
   MISSION
========================= */
.mission-section {
    padding: 40px 0;
}

.mission-header {
    margin-bottom: 35px;
}

.mission-description {
    margin: 0;
    color: #717171;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

/* =========================
   MISSION CARD
========================= */
.mission-card {
    height: 100%;
}

.mission-section .row.g-4 {
    align-items: flex-end;
}

.mission-card-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    min-height: 140px;
    transition: min-height 0.5s ease;
}

.mission-card-wrapper:hover {
    min-height: 400px;
}

.mission-card-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mission-card-wrapper:hover .mission-card-bg {
    opacity: 1;
}

.mission-letter {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
    opacity: 0.35;
    line-height: 1;
    /* transition: top 0.3s ease, opacity 0.3s ease; */
}

.mission-card-wrapper:hover .mission-letter {
    top: -53px;
    opacity: 0.60;
    mix-blend-mode: screen;
}

.mission-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    z-index: 3;
    text-align: left;
    transition: background 0.3s ease;
}

.mission-card-wrapper:hover .mission-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(62, 58, 57, 0.75) 55%);
    padding: 14px 20px;
}

.mission-card-wrapper:hover .mission-letter svg text {
    stroke: #FFFFFF;
    transform: translateY(15px);
}

.mission-content h3 {
    margin: 0 0 8px;
    color: #3E3A39;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.36px;
    transition: color 0.3s ease;
}

.mission-card-wrapper:hover .mission-content h3 {
    color: white;
}

.mission-content p {
    margin: 0;
    color: #717171;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.32px;
    transition: color 0.3s ease;
    min-height: 44px;
}

.mission-card-wrapper:hover .mission-content p {
    color: #E8E8E8;
}

/* MISSION SWIPER - DESKTOP HIDDEN, MOBILE VISIBLE */
.mission-slider-mobile {
    display: none;
}

.mission-cards-container {
    display: flex;
}

/* Mobile: Show swiper, hide grid */
@media (max-width: 576px) {
    .mission-cards-container {
        display: none;
    }

    .mission-slider-mobile {
        display: block;
    }

    .mission-slider-mobile .swiper-slide {
        width: 70%;
    }

    .mission-card {
        min-height: 150px;
    }

    .vision-col {
        background: url(../img/our-company/rect-mobile.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        aspect-ratio: auto;
        padding: 40px 30px;
    }

    .vision-internal .vision-card,
    .vision-external .vision-card {
        padding: 0;
    }

    .vision-external {
        margin-top: 21px;
        padding: 25px;
    }
}

@media (max-width: 991px) {

    .vision-section {
        padding: 40px 0;
    }

    .section-title-company {
        font-size: 26px;
        line-height: 36px;
    }

    .vision-card {
        padding: 28px;
    }

}

@media (max-width: 767px) {

    .vision-mission-section {
        padding-bottom: 20px;
    }

    .section-subtitle-company {
        font-size: 20px;
    }

    .section-title-company {
        font-size: 22px;
        line-height: 32px;
    }

    .vision-card {
        padding: 24px;
    }

    .mission-card {
        min-height: 180px;
    }
}

/* =========================
   DIRECTORS SECTION
========================= */
.directors-section {
    padding: 60px 0;
    background: #fff;
}

/* =========================
   HEADER
========================= */
.directors-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.directors-title {
    margin: 0;
    color: #3E3A39;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
}

.directors-subtitle {
    margin: 0;
    color: #717171;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   CARD
========================= */
.directors-list {
    padding-bottom: 41px;
}

/* DIRECTORS SWIPER - DESKTOP HIDDEN, MOBILE VISIBLE */
.directors-slider-mobile {
    display: none;
    padding-bottom: 41px;
}

.director-card {
    height: 100%;
}

/* IMAGE */
.director-image-wrapper {
    position: relative;
    border-radius: 12px;
    border: 1.5px solid #E8E8E8;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #E8E8E8 100%
        );
}

.director-image {
    width: 100%;
    aspect-ratio: 210 / 263;
    object-fit: cover;
    display: block;
}

/* INFO */
.director-info-wrapper {
    position: absolute;
    /* Kunci posisi wrapper berdasarkan bagian ATASNYA */
    /* Sesuaikan angka ini (misal 75% atau 80%) sampai nama pas di area bawah foto */
    top: 80%; 
    left: 12px;
    right: 12px;
    z-index: 10;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px; /* Jarak antara nama dan jabatan tetap 4px */
}

.director-name-box {
    position: relative;
    width: 100%;
    padding: 4px 10px;
    background: rgba(255,255,255,0.75);
    box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
    border-radius: 6px;
    backdrop-filter: blur(4px);
    text-align: center;
}

.director-position-box {
    position: relative;
    width: 100%;
    padding: 4px 10px;
    background: rgba(255,255,255,0.75);
    box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
    border-radius: 6px;
    backdrop-filter: blur(4px);
    text-align: center;
}

.director-position {
    margin: 0;
    color: #717171;
    line-height: 22px;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
}

.director-info-card {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;

    padding: 4px 10px;

    background: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.director-name {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    word-wrap: break-word;
    margin-bottom: 0;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {

    .directors-section {
        padding: 50px 0;
    }

    .directors-title {
        font-size: 30px;
        line-height: 38px;
    }

}

@media (max-width: 767px) {

    .directors-header {
        margin-bottom: 36px;
    }

    .directors-title {
        font-size: 26px;
        line-height: 34px;
    }

    .directors-subtitle {
        font-size: 14px;
    }

    .director-name {
        font-size: 16px;
    }

    .director-position {
        font-size: 14px;
        line-height: 20px;
    }

}

/* Mobile: Show swiper, hide grid */
@media (max-width: 576px) {
    .directors-list {
        display: none;
    }

    .directors-slider-mobile {
        display: block;
    }

    .directors-slider-mobile .swiper-slide {
        width: 60%;
    }
}

/* =========================
   DIFFERENCE SECTION
========================= */
.difference-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        linear-gradient(
            188deg,
            #3E3A39 25%,
            #717171 77%
        );
}

/* =========================
   CONTENT
========================= */
.difference-content {
    position: relative;
    z-index: 5;
    text-align: left;
}

.difference-title {
    margin: 0 0 21px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 12%;
}

.difference-highlight-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.difference-text {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
}

.difference-highlight {
    color: #F05728;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   DECORATIVE SHAPES
========================= */
.difference-shape {
    position: absolute;
    pointer-events: none;
}

/* LEFT BLOCK */
.shape-1 {
    width: 105px;
    height: 65px;
    left: 142px;
    top: 61px;
    background-image: url('../img/our-company/quote.svg');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.4;
}

/* RIGHT TOP */
.shape-2 {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../img/our-company/X.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.4;
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {

    .difference-section {
        padding: 92px 0;
    }

    .difference-title,
    .difference-text {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px 0;
        text-align: right;
        width: 100%;
    }

    .difference-highlight {
        font-size: 24px;
        line-height: 32px;
        text-align: right;
        width: 100%;
    }

    .difference-highlight-wrap {
        gap: 0;
    }

    .shape-1 {
        left: 17px;
    }

    .shape-2 {
        right: -40%;
        width: 110%;
        background-size: cover;
    }

}

/* =========================
   JOURNEY & GROWTH SECTION
========================= */

.journey-growth-section {
    padding: 60px 0;
}

.journey-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 58px;
}

.journey-small-title {
    color: #717171;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
}

.journey-main-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.journey-main-title span {
    color: #3E3A39;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 42px;
}

.journey-main-title .ampersand {
    color: #717171;
    font-size: 24px;
    font-weight: 600;
}

/* TIMELINE */

.journey-timeline {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 72px;
}

.journey-timeline::-webkit-scrollbar {
    display: none;
}

.timeline-year-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.timeline-line {
    width: 100%;
    height: 4px;
    background: #E8E8E8;
    border-radius: 999px;
}

.timeline-year {
    text-align: center;
    color: #717171;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.timeline-year-item.active .timeline-year {
    color: #00A4CA;
    font-weight: 500;
}

/* CONTENT */

.journey-content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TIMELINE YEAR CONTENT - HIDE/SHOW LOGIC */
.timeline-year-content {
    display: none !important;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
    transition: all 0.3s ease-in-out;
}

.timeline-year-content.active {
    display: flex !important;
    position: relative;
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out forwards;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: auto;
    top: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Make timeline year items clickable */
.timeline-year-item {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    user-select: none;
}

.timeline-year-item:hover .timeline-year {
    color: #00A4CA;
}

/* GALLERY TYPE */
.timeline-year-content[data-template="GalleryType"] {
    flex-direction: column;
}

.timeline-year-content[data-template="GalleryType"].active {
    display: flex;
}

.journey-gallery {
    position: relative;
    width: 100%;
    max-width: 950px;
    height: 100%;
    min-height: 500px;
    margin: 0 auto;
}

.gallery-item-company {
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
}

.gallery-item-company img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gallery Label */
.journey-gallery .journey-label {
    position: absolute;
    left: 0;
    top: 35px;
    color: #717171;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin: 0;
    z-index: 10;
}

/* Gallery positioning for images */
/* Image 1 - Logo (200x65) */
.gallery-item-company:nth-child(2) {
    width: 200px;
    height: 65px;
    left: 70px;
    top: 87px;
    z-index: 5;
}

/* Image 2 - Top right (250x200) */
.gallery-item-company:nth-child(3) {
    width: 250px;
    height: 200px;
    left: 389px;
    top: 20px;
    border-radius: 8px;
    z-index: 3;
}

/* Image 3 - Bottom left (250x200) */
.gallery-item-company:nth-child(4) {
    width: 250px;
    height: 200px;
    left: 389px;
    top: 238px;
    border-radius: 8px;
    z-index: 3;
}

/* Image 4 - Top right (250x200) */
.gallery-item-company:nth-child(5) {
    width: 250px;
    height: 200px;
    left: 657px;
    top: 42px;
    border-radius: 8px;
    z-index: 2;
}

/* Image 5 - Bottom right (250x200) */
.gallery-item-company:nth-child(6) {
    width: 250px;
    height: 200px;
    left: 657px;
    top: 260px;
    border-radius: 8px;
    z-index: 2;
}

/* Responsive - Tablet and below */
@media (max-width: 992px) {
    .journey-gallery {
        min-height: 400px;
    }

    .gallery-item-company:nth-child(2) {
        width: 180px !important;
        margin-bottom: 20px !important;
    }

    .journey-single-block-label,
    .journey-single-block-description {
        font-size: 16px;
    }

    .single-image-wrapper {
        max-width: 350px;
    }

    .journey-single-block::before {
        font-size: 80px;
        right: 20px;
    }

    .person-card-label {
        font-size: 16px;
    }

    .person-card-subtitle,
    .person-card-name,
    .person-card-role {
        font-size: 20px;
    }

    .person-card-image {
        max-width: 250px;
    }

    .badge-name {
        font-size: 16px;
    }

    .badge-role {
        font-size: 12px;
    }
}

/* Responsive - Mobile */
@media (max-width: 576px) {
    .journey-gallery {
        position: relative;
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .gallery-item-company {
        position: static !important;
        width: 100% !important;
        /* height: 200px !important; */
        margin: 0 !important;
    }

    .journey-gallery .journey-label {
        position: static;
        margin-bottom: 12px;
        width: 180px;
        text-align: left;
    }

    .journey-single-block {
        flex-direction: column;
        gap: 19px !important;
    }

    .journey-single-block-label,
    .journey-single-block-description {
        font-size: 16px;
    }

    .single-image-wrapper {
        max-width: 100%;
    }

    .journey-single-block::before {
        font-size: 60px;
        opacity: 0.2;
    }

    .journey-single-block-content {
        margin-top: 0 !important;
        text-align: left;
    }

    /* Person Card Type - Mobile */
    .journey-person-card {
        flex-direction: column;
        gap: 40px !important;
    }

    .person-card-label {
        font-size: 14px;
    }

    .person-card-subtitle {
        font-size: 16px;
    }

    .person-card-name {
        font-size: 20px;
    }

    .person-card-role {
        font-size: 18px;
    }

    .person-card-image {
        max-width: 100%;
    }

    .person-card-badge {
        top: 70% !important;
        left: 50% !important;
    }

    .badge-name {
        font-size: 14px;
    }

    .badge-role {
        font-size: 12px;
    }
}

/* SINGLE BLOCK TYPE */
.timeline-year-content[data-template="SingleBlockType"] {
    flex-direction: column;
}

.timeline-year-content[data-template="SingleBlockType"].active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-single-block {
    display: flex;
    gap: 104px;
    width: 100%;
    max-width: 988px;
    position: relative;
    align-items: start;
}

/* Left content area */
.journey-single-block-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 90px;
    text-align: left;
}

.journey-single-block-label {
    color: #000;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.36px;
    margin: 0;
    order: 1;
}

.journey-block-description {
    color: #000;
    line-height: 22px;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.60px;
    margin: 0;
    order: 3;
    text-align: right;
}

/* Right image area */
.journey-single-block-images {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.single-image-wrapper {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.single-image-wrapper img {
    width: 477px;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Year watermark background */
.journey-single-block::before {
    content: attr(data-year);
    position: absolute;
    right: 2%;
    top: 100%;
    transform: translateY(-50%);
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 1.60px;
    color: #E8E8E8;
    opacity: 0.3;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
}

/* PERSON CARD TYPE */
.timeline-year-content[data-template="PersonCardType"] {
    flex-direction: row;
}

.timeline-year-content[data-template="PersonCardType"].active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-person-card {
    display: flex;
    gap: 80px;
    width: 100%;
    max-width: 772px;
    align-items: center;
}

/* Left content area */
.person-card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.person-card-label {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin: 0;
}

.person-card-subtitle {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.36px;
    margin: 0 0 0 20px;
}

.person-card-name {
    color: #3E3A39;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.48px;
    margin: 0 0 0 20px;
}

.person-card-role {
    color: #00A4CA;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.48px;
    margin: 0 0 0 67px;
}

/* Right image area with badge */
.person-card-image-container {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.person-card-image {
    position: relative;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    background: transparent;
}

.person-card-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border-radius: 40px 40px 8px 8px;
    border: 1px solid transparent;
    background: radial-gradient(ellipse 139.22% 139.22% at 48.75% -16.18%, white 0%, #77CCD1 100%) padding-box, linear-gradient(180deg, #50C3CB 0%, transparent 15%) border-box;
    z-index: 1;
    pointer-events: none;
}

.person-card-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

/* Badge overlay */
.person-card-badge {
    position: absolute;
    left: 75%;
    background: rgba(62, 58, 57, 0.25);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 999;
    top: 30%;
    width: max-content;
    height: fit-content;
    text-align: left;
}

.badge-name {
    color: white;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin: 0;
}

.badge-role {
    color: #E8E8E8;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* IMAGE LEFT TYPE */
.timeline-year-content[data-template="ImageLeftType"] {
    flex-direction: row;
}

.timeline-year-content[data-template="ImageLeftType"].active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.journey-image-left {
    display: flex;
    gap: 102px;
    width: 100%;
    max-width: 795px;
    align-items: start;
}

/* Left image area */
.image-left-images {
    flex: 0 0 auto;
    min-width: 0;
}

.image-left-wrapper {
    width: 313px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    height: 480px;
}

.image-left-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Right content area */
.image-left-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 21px;
    text-align: left;
    margin-top: 94px;
}

.image-left-label {
    color: rgba(113, 113, 113, 0.50);
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.60px;
    margin: 0;
}

.image-left-logo {
    display: flex;
    justify-content: flex-start;
}

.image-left-logo img {
    max-width: 250px;
    height: auto;
    display: block;
}

.image-left-description {
    color: #000;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.40px;
    margin: 0;
}

.image-left-title {
    color: #00A4CA;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.48px;
    margin: 0;
}

/* IMAGE LEFT TYPE - COMPACT STYLE (2021) */
.journey-image-left[data-style="compact"] {
    gap: 65px;
    max-width: 969px;
}

.journey-image-left[data-style="compact"] .image-left-wrapper {
    width: 599px;
}

.journey-image-left[data-style="compact"] .image-left-content {
    margin-top: 88px;
    gap: 9px;
    max-width: 305px;
}

.journey-image-left[data-style="compact"] .image-left-label {
    color: #000;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 22px;
}

.journey-image-left[data-style="compact"] .image-left-logo {
    display: none;
}

.journey-image-left[data-style="compact"] .image-left-title {
    font-size: 30px;
    letter-spacing: 0.60px;
    margin: 0;
}

.journey-image-left[data-style="compact"] .image-left-description {
    color: #00A4CA;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.60px;
    margin-left: 72px;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
    .image-left-wrapper {
        width: 250px;
    }

    .image-left-logo img {
        max-width: 200px;
    }

    .image-left-label {
        font-size: 24px;
    }

    .image-left-description {
        font-size: 16px;
    }

    .journey-image-left[data-style="compact"] {
        gap: 40px;
    }

    .journey-image-left[data-style="compact"] .image-left-wrapper {
        width: 400px;
        height: 700px;
    }

    .journey-image-left[data-style="compact"] .image-left-label {
        font-size: 16px;
    }

    .journey-image-left[data-style="compact"] .image-left-title {
        font-size: 24px;
    }
}

/* Responsive - Mobile */
@media (max-width: 576px) {
    .journey-image-left {
        flex-direction: column;
        gap: 24px;
    }

    .image-left-images {
        order: 2;
    }

    .image-left-content {
        margin-top: 0;
    }

    .image-left-wrapper {
        width: 100%;
        height: auto;
    }

    .image-left-label {
        font-size: 20px;
    }

    .image-left-logo img {
        max-width: 150px;
    }

    .image-left-description {
        font-size: 14px;
        line-height: 20px;
    }

    .journey-image-left[data-style="compact"] {
        flex-direction: column;
        gap: 20px;
    }

    .journey-image-left[data-style="compact"] .image-left-wrapper {
        width: 100%;
        height: auto;
    }

    .journey-image-left[data-style="compact"] .image-left-content {
        margin-top: 0;
    }

    .journey-image-left[data-style="compact"] .image-left-label {
        font-size: 14px;
    }

    .journey-image-left[data-style="compact"] .image-left-title {
        font-size: 20px;
    }

    .journey-image-left[data-style="compact"] .image-left-description {
        margin-left: 40px;
    }
}

/* COMPLEX LIST TYPE */
.timeline-year-content[data-template="ComplexListType"].active {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

/* MULTI-BLOCK TYPE */
.timeline-year-content[data-template="MultiBlockType"] {
    flex-direction: column;
}

.timeline-year-content[data-template="MultiBlockType"].active {
    display: flex;
    justify-content: center;
}

.journey-multi-blocks {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
}

.blocks-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
}

/* SoftLaunch blocks display in flex-row */
.blocks-container:has(.timeline-block-softlaunch) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.journey-multi-blocks:has(.timeline-block-softlaunch) {
    max-width: 1092px;
}

.timeline-block {
    display: flex;
    flex-direction: row-reverse;
    gap: 37px;
    align-items: center;
    background: #F7F7F7;
    border-radius: 12px;
    width: fit-content;
    align-self: flex-end;
}

.block-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.block-description p {
    color: #00A4CA;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.48px;
    margin-right: 43px;
}

.block-title {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin: 0;
    margin-top: 8px;
}

.block-image-wrapper {
    flex: 0 0 auto;
    overflow: hidden;
    margin: 21px 0 0 40px;
}

.block-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PERSON CARD BLOCK STYLE */
.timeline-block-person-card {
    display: flex;
    gap: 48px;
    align-items: center;
    background: #F7F7F7;
    border-radius: 12px;
    flex-direction: row;
    width: fit-content;
    max-width: 795px;
    align-self: flex-start;
}

.block-person-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    margin: 103px 0 121px 59px;
}

.block-person-description {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin: 0;
}

.block-person-description strong {
    font-weight: 700;
}

.block-person-name {
    color: #00A4CA;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.48px;
    margin: 0;
}

.block-person-subtitle {
    color: #717171;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.36px;
    margin: 0;
}

.block-person-image-container {
    flex: 0 0 auto;
    position: relative;
    margin: 0 57px 76px 0;
}

.block-person-image {
    position: relative;
    width: 280px;
    height: auto;
    overflow: hidden;
    background: transparent;
}

.block-person-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    border-radius: 40px 40px 8px 8px;
    border: 1px solid transparent;
    background: radial-gradient(ellipse 139.22% 139.22% at 48.75% -16.18%, white 0%, #77CCD1 100%) padding-box, linear-gradient(180deg, #50C3CB 0%, transparent 15%) border-box;
    z-index: 1;
    pointer-events: none;
    border-radius: 40px 40px 8px 8px;
}

.block-person-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

/* Responsive - Mobile */
@media (max-width: 576px) {
    .timeline-block-person-card {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
    }

    .block-person-content {
        max-width: 100%;
        margin: 0;
    }

    .block-person-image {
        width: 100%;
    }

    .block-description p {
        margin-right: 0;
    }
}

/* SOFT LAUNCH BLOCK STYLE */
.timeline-block-softlaunch {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    border-radius: 12px;
    align-self: flex-end;
    width: fit-content;
}

.softlaunch-text-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    align-self: center;
}

.softlaunch-subtitle {
    color: #717171;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin: 0;
}

.softlaunch-title {
    color: #00A4CA;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin-left: 41px;
    max-width: 235px;
}

.softlaunch-description-left {
    color: #717171;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin-left: 101px;
}

.softlaunch-images-center {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.softlaunch-image {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.softlaunch-content-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-left: -12px;
    text-align: left;
}

.softlaunch-image-right {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.softlaunch-text-right {
    color: #717171;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    margin: 80px 0 0 15px;
}

.softlaunch-title-right {
    color: #00A4CA;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.48px;
    margin: 0;
}

/* Responsive - Tablet for Normal Block */
@media (max-width: 992px) {
    .timeline-block {
        gap: 20px;
        padding: 18px 16px;
    }

    .block-content {
        gap: 6px;
    }

    .block-title {
        font-size: 20px;
    }

    .block-description {
        font-size: 16px;
    }
}

/* Responsive - Mobile for Normal Block */
@media (max-width: 576px) {
    .timeline-block {
        flex-direction: column;
        gap: 20px;
        padding: 16px 16px 0 16px;
    }

    .block-content {
        width: 100%;
    }

    .block-image-wrapper {
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }

    .block-title {
        font-size: 18px;
    }

    .block-person-description p {
        margin-bottom: 0;
    }

    .block-person-image-container {
        margin: 0 10px;
    }
}

/* Responsive - Mobile for SoftLaunch */
@media (max-width: 576px) {
    .timeline-block-softlaunch {
        flex-direction: column;
        gap: 16px;
    }

    .softlaunch-text-left {
        gap: 10px;
    }

    .softlaunch-text-left,
    .softlaunch-content-right {
        max-width: 100%;
    }

    .softlaunch-images-center {
        width: 100%;
        gap: 10px;
    }

    .softlaunch-image,
    .softlaunch-image-right {
        width: 250px;
        height: auto;
    }

    .softlaunch-title,
    .softlaunch-description-left,
    .softlaunch-content-right {
        margin-left: 0;
    }

    .softlaunch-description-left p {
        margin-bottom: 0;
    }

    .softlaunch-text-right {
        margin: 0;
    }
}

.journey-right-content {
    width: 432px;
    align-self: flex-end;
}

.journey-label {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}

/* LEFT CARDS */

.journey-card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.journey-launch-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
}

.journey-launch-title {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.36px;
}

/* CENTER IMAGES */

.journey-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.journey-image {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

/* RIGHT CONTENT */

.journey-opening-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.journey-opening-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.journey-opening-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.journey-opening-icon img.journey-icon-image {
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.journey-launch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.journey-launch-icon img.journey-icon-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: block;
}

.journey-opening-text {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.36px;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

    .journey-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .timeline-year-content.active {
        flex-direction: column;
        align-items: center;
    }

    .journey-left-content,
    .journey-right-content {
        width: 100%;
    }

    .journey-images {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-item-company {
        max-width: 200px;
    }

    .block-images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .journey-growth-section {
        padding: 40px 20px;
    }

    .journey-main-title {
        flex-wrap: wrap;
    }

    .journey-timeline {
        overflow-x: auto;
        margin-bottom: 32px;
        gap: 24px;
    }

    .timeline-year-item {
        max-width: 55px;
        cursor: pointer;
    }

    .journey-launch-title,
    .journey-opening-text {
        font-size: 16px;
    }

    .journey-image {
        width: 100%;
        height: auto;
    }

    .gallery-item-company {
        max-width: 100%;
    }

    .gallery-item-company img {
        height: auto;
    }

    .journey-gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-images {
        grid-template-columns: 1fr;
    }

    .journey-single-block-label {
        font-size: 16px;
    }

    .journey-block-description {
        font-size: 24px;
        text-align: left;
    }

    .single-image-wrapper img {
        width: 100%;
    }

    .timeline-year-content.active {
        padding: 0 10px;
    }

    .journey-single-block::before {
        right: 0;
    }

    .timeline-year-content[data-template="ComplexListType"].active {
        gap: 28px;
    }

    .timeline-year-content[data-template="ComplexListType"] .journey-images,
    .journey-opening-list {
        gap: 10px;
    }
}

/* Timeline Progress Bar */
.timeline-progress {
    height: 100%;
    width: 0%;
    background-color: #00A4CA;
    border-radius: 2px;
}

.timeline-year-item.active .timeline-progress {
    animation: progressLoop 8s steps(1) forwards;
}

@keyframes progressLoop {
    0%, 24% { width: 0%; }
    25%, 49% { width: 25%; }
    50%, 74% { width: 50%; }
    75%, 99% { width: 75%; }
    100% { width: 100%; }
}