/* About Us Page Custom Stylesheet */
.about-page {
    background-color: #ffffff;
    color: #2c3a38;
    overflow-x: hidden;
}

/* 1. Hero Section */
.about-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    position: relative;
    padding: 80px 0; /* Contained padding */
    border-radius: 24px;
    overflow: hidden;
}

.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(7, 25, 20, 0.85) 0%, rgba(7, 25, 20, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.about-hero > div {
    position: relative;
    z-index: 2;
}

.about-hero__eyebrow {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #1ab07b;
    margin-bottom: 16px;
}

.about-hero__title {
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 24px;
    max-width: 800px;
}

.about-hero__lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 650px;
}

.about-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}

.hero-badge-item i {
    color: #1ab07b;
    font-size: 1.1rem;
}

.hero-badge-item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

/* 2. Our Story Section */
.about-story {
    padding: 60px 0;
    background: #ffffff;
}

.about-story__eyebrow {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #0e8a63;
    margin-bottom: 12px;
    display: block;
}

.about-story__title {
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 700;
    color: #000000; /* Pure black text */
    margin-bottom: 24px;
    line-height: 1.2;
}

.about-story__text {
    font-size: 1rem;
    color: #1a1a1a; /* Dark charcoal black for high contrast */
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-story__text:last-of-type {
    margin-bottom: 35px;
}

.about-story__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #0e8a63;
    border: 1.5px solid #0e8a63;
    border-radius: 8px; /* Rectangular border radius matching design */
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.about-story__btn:hover {
    background: #0e8a63;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(14, 138, 99, 0.1);
}

.story-image-container {
    position: relative;
    padding-right: 160px; /* Space for the wide floating card */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.story-main-image {
    max-width: 440px; /* Force the image to be smaller */
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(16, 56, 44, 0.04);
    object-fit: cover;
    aspect-ratio: 4/3;
}

.story-floating-card {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 310px; /* Make the card wider and taller */
    background: #ffffff;
    border-radius: 20px;
    padding: 48px 30px; /* Increase top/bottom padding to make it taller */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.floating-card-list {
    display: flex;
    flex-direction: column;
    gap: 28px; /* Increase spacing to stretch height and match photo height */
}

.floating-card-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.floating-card-icon {
    width: auto;
    height: auto;
    background: transparent;
    color: #0e8a63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.floating-card-text {
    font-size: 0.92rem;
    font-weight: 700;
    color: #000000; /* Pure black text */
    line-height: 1.4;
}

/* 3. VietBreeze Story */
.about-vietbreeze-story {
    padding: 0 0 40px;
    background: #ffffff;
}

.about-vietbreeze-story__card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.7fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: 22px;
    min-height: 330px;
    padding: 22px 26px 22px 34px;
    border: 1px solid rgba(14, 138, 99, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 18%, rgba(14, 138, 99, 0.1), transparent 28%),
        linear-gradient(135deg, #edf9f1 0%, #e3f5ea 100%);
    overflow: hidden;
    position: relative;
}

.about-vietbreeze-story__card::after {
    content: "";
    position: absolute;
    right: 96px;
    top: 56px;
    width: 120px;
    height: 72px;
    border-top: 2px dashed rgba(14, 138, 99, 0.22);
    border-radius: 50%;
    transform: rotate(-18deg);
    pointer-events: none;
}

.about-vietbreeze-story__copy,
.about-vietbreeze-story__media,
.about-vietbreeze-story__features {
    position: relative;
    z-index: 1;
}

.about-vietbreeze-story__copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
}

.about-vietbreeze-story__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #0e8a63;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-vietbreeze-story__title {
    max-width: 680px;
    margin: 0 0 12px;
    color: #061f1b;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.12rem, 3.2vw, 2.7rem);
    font-weight: 700;
    line-height: 1.04;
}

.about-vietbreeze-story__title span {
    color: #0e8a63;
}

.about-vietbreeze-story__text {
    max-width: 650px;
    margin: 0 0 8px;
    color: #344d49;
    font-size: 1rem;
    line-height: 1.5;
}

.about-vietbreeze-story__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-top: 16px;
    max-width: 650px;
}

.about-vietbreeze-story__primary,
.about-vietbreeze-story__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}

.about-vietbreeze-story__primary {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #0e8a63;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(14, 138, 99, 0.16);
}

.about-vietbreeze-story__primary:hover {
    background: #087454;
    color: #ffffff;
    transform: translateY(-1px);
}

.about-vietbreeze-story__link {
    color: #0e8a63;
}

.about-vietbreeze-story__link:hover {
    color: #087454;
}

.about-vietbreeze-story__media {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 330px;
    padding-left: 0;
    padding-right: 0;
}

.about-vietbreeze-story__image {
    width: min(118%, 430px);
    height: auto;
    max-height: 350px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 22px rgba(16, 56, 44, 0.12));
    transform: none;
}

.about-vietbreeze-story__features {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    width: min(100%, 310px);
    padding: 18px 20px;
    border: 1px solid rgba(14, 138, 99, 0.3);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(16, 56, 44, 0.08);
    margin: 0 0 10px 0;
}

.about-vietbreeze-story__feature {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #304a45;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.45;
}

.about-vietbreeze-story__feature + .about-vietbreeze-story__feature {
    margin-top: 10px;
}

.about-vietbreeze-story__feature i {
    color: #0e8a63;
    font-size: 1rem;
    line-height: 1.35;
}

/* 3. Our Mission & Values */
.about-mission {
    background: #f5efe4; /* Warm peach/cream background color */
    border: 1px solid rgba(14, 78, 59, 0.05);
    border-radius: 24px;
    padding: 40px 0;
}

.section-header-centered {
    max-width: 700px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.section-header-centered__eyebrow {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #0e8a63;
    margin-bottom: 12px;
    display: block;
}

.section-header-centered__title {
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #10382c;
    margin-bottom: 20px;
}

.section-header-centered__lead {
    font-size: 1.1rem;
    color: #5f736f;
    line-height: 1.6;
}

.value-card {
    background: #ffffff;
    border: 1px solid rgba(14, 78, 59, 0.05);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(16, 56, 44, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(16, 56, 44, 0.06);
    border-color: rgba(14, 138, 99, 0.15);
}

.value-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eff4f2;
    color: #0e8a63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 24px auto;
    transition: all 0.3s ease;
}

.value-card:hover .value-card__icon {
    background: #0e8a63;
    color: #ffffff;
}

.value-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #10382c;
    margin-bottom: 14px;
}

.value-card__text {
    font-size: 0.92rem;
    color: #5f736f;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .about-mission .row.g-4 {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }

    .about-mission .row.g-4 > [class*="col-"] {
        flex: 0 0 calc(50% - 0.625rem);
        max-width: calc(50% - 0.625rem);
    }

    .about-mission .value-card {
        border-radius: 18px;
        padding: 24px 14px;
        min-height: 230px;
    }

    .about-mission .value-card__icon {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
        margin-bottom: 18px;
    }

    .about-mission .value-card__title {
        font-size: 1.02rem;
        margin-bottom: 10px;
    }

    .about-mission .value-card__text {
        font-size: 0.82rem;
        line-height: 1.45;
    }
}

@media (max-width: 420px) {
    .about-mission .row.g-4 {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .about-mission .value-card {
        padding: 22px 10px;
        min-height: 220px;
    }

    .about-mission .value-card__text {
        font-size: 0.76rem;
    }
}

/* 4. Why Choose Us Section */
.about-why {
    padding: 40px 0 10px 0;
    background: #ffffff;
}

.why-grid {
    display: flex;
    flex-wrap: nowrap; /* Force 1 single line on desktop! */
    gap: 16px;
    margin-top: 30px;
}

.why-grid > div {
    flex: 1 1 0px;
    min-width: 0;
}

@media (max-width: 991px) {
    .why-grid {
        flex-wrap: wrap; /* Wrap on tablet/mobile */
    }
    .why-grid > div {
        flex: 1 1 calc(33.333% - 16px); /* 3 items per line */
        min-width: 180px;
    }
}

@media (max-width: 575px) {
    .why-grid > div {
        flex: 1 1 calc(50% - 16px); /* 2 items per line */
    }
}

.why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 30px;
}

.why-icon-box {
    width: auto;
    height: auto;
    background: transparent;
    color: #0e8a63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem; /* Large elegant outline icons */
    flex-shrink: 0;
    margin-bottom: 4px;
}

.why-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #000000; /* Pure black text */
    margin-bottom: 8px;
}

.why-content p {
    font-size: 0.85rem;
    color: #5f736f;
    line-height: 1.5;
    margin: 0;
}

.about-meaningful {
    background: #f5efe4; /* Warm peach/cream background color */
    border: 1px solid rgba(14, 78, 59, 0.05);
    border-radius: 24px;
    padding: 15px 0 40px 0; /* Tightened top padding */
}

.meaningful-title {
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #10382c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.meaningful-text {
    font-size: 1rem;
    color: #5f736f;
    line-height: 1.7;
    margin-bottom: 30px;
}

.meaningful-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.meaningful-checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 0.98rem;
    color: #10382c;
}

.meaningful-check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e3ede9;
    color: #0e8a63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.meaningful-image {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(16, 56, 44, 0.08);
    object-fit: cover;
    aspect-ratio: 16/10;
}

/* 6. Testimonials Section */
.about-testimonials {
    padding: 60px 0 20px 0;
    background: #ffffff;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(16, 56, 44, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card__quote-icon {
    font-size: 2rem;
    color: #1ab07b;
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 15px;
}

.testimonial-card__text {
    font-size: 0.98rem;
    color: #5f736f;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
    flex-grow: 1;
}

.testimonial-card__stars {
    color: #fbbc04;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.testimonial-card__footer {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid rgba(14, 78, 59, 0.06);
    padding-top: 20px;
}

.testimonial-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card__name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #10382c;
    margin: 0 0 2px 0;
}

.testimonial-card__location {
    font-size: 0.78rem;
    color: #8fa09d;
    margin: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d9d7;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #0e8a63;
    width: 24px;
    border-radius: 10px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .about-hero {
        padding: 80px 0;
    }
    .story-image-container {
        padding-right: 0;
        margin-top: 50px;
    }
    .story-floating-card {
        top: auto;
        bottom: -30px;
        right: 20px;
    }
    .testimonial-card {
        margin-bottom: 24px;
    }
    .about-vietbreeze-story {
        padding-bottom: 34px;
    }
    .about-vietbreeze-story__card {
        grid-template-columns: minmax(300px, 0.78fr) minmax(390px, 1.22fr);
        gap: 10px;
        padding: 28px;
    }
    .about-vietbreeze-story__media {
        min-height: 350px;
        padding-left: 0;
        padding-right: 0;
    }
    .about-vietbreeze-story__image {
        width: min(112%, 600px);
        max-height: 390px;
    }
    .about-vietbreeze-story__features {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: min(100%, 280px);
        display: block;
        margin: 0 0 18px 0;
    }
    .about-vietbreeze-story__feature + .about-vietbreeze-story__feature {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .about-hero__badges {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-badge-item {
        width: 100%;
    }
    .story-floating-card {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 20px;
    }
    .about-vietbreeze-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px 24px;
    }
    .about-vietbreeze-story__card {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(280px, auto);
        padding: 24px 20px;
        border-radius: 18px;
    }
    .about-vietbreeze-story__card::after {
        display: none;
    }
    .about-vietbreeze-story__title {
        font-size: clamp(1.85rem, 7vw, 2.2rem);
        max-width: 100%;
    }
    .about-vietbreeze-story__copy {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
    }
    .about-vietbreeze-story__media {
        grid-column: 1;
        grid-row: 2;
        min-height: 300px;
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 0;
    }
    .about-vietbreeze-story__image {
        width: min(112%, 520px);
        min-height: 300px;
        max-height: 380px;
        transform: none;
    }
    .about-vietbreeze-story__features {
        grid-column: 1;
        grid-row: 2;
        align-self: end;
        justify-self: end;
        grid-template-columns: 1fr;
        padding: 14px;
        margin: 0 16px 10px 0;
        width: min(100%, 285px);
        z-index: 2;
    }
    .about-vietbreeze-story__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .about-vietbreeze-story__card {
        grid-template-rows: auto minmax(250px, auto);
        padding: 22px 16px;
    }
    .about-vietbreeze-story__text {
        font-size: 0.9rem;
    }
    .about-vietbreeze-story__media {
        min-height: 270px;
        justify-content: center;
    }
    .about-vietbreeze-story__image {
        width: min(112%, 430px);
        min-height: 260px;
        max-height: 340px;
        transform: none;
    }
    .about-vietbreeze-story__features {
        width: min(100%, 265px);
        padding: 12px;
        margin-right: 22px;
    }
    .about-vietbreeze-story__feature {
        font-size: 0.86rem;
    }
}

/* 7. VietBreeze Section Refactored to Match Mockup */
.about-vietbreeze-section {
    padding: 10px 0 0 0;
    background: #ffffff;
    margin-bottom: 0 !important;
}

.about-page + .site-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.about-vietbreeze-card {
    background: #eef7f4; /* Soft mint/sage background */
    border-radius: 20px;
    padding: 0 40px; /* Zero top/bottom padding to let image overflow or align clean */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

.vietbreeze-visual-col {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
    position: relative;
}

.vietbreeze-placeholder-img {
    width: 100%;
    height: 110%; /* Overflow slightly at the top! */
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.vietbreeze-info-col {
    flex: 1;
    min-width: 250px;
    padding: 20px 0;
}

.vietbreeze-info-col h3 {
    font-family: "Lora", Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.vietbreeze-info-col p {
    font-size: 0.9rem;
    color: #444444;
    line-height: 1.45;
    margin: 0;
}

.vietbreeze-checklist-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
    flex-shrink: 0;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #000000;
}

.checklist-item i {
    color: #0e8a63;
    font-size: 1.1rem;
}

.vietbreeze-download-col {
    display: flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    padding: 20px 0;
    flex-shrink: 0;
}

.vietbreeze-qr-code {
    width: 80px;
    height: 80px;
    background: #ffffff;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.vietbreeze-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vietbreeze-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000000;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 135px;
}

.vietbreeze-btn:hover {
    background: #222222;
    transform: translateY(-1px);
}

.vietbreeze-btn i {
    font-size: 1.2rem;
}

.vietbreeze-btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.vietbreeze-btn-text .btn-label {
    font-size: 0.55rem;
    text-transform: uppercase;
    opacity: 0.6;
}

.vietbreeze-btn-text .btn-store {
    font-size: 0.82rem;
    font-weight: 700;
}

/* Responsiveness */
@media (max-width: 1199px) {
    .about-vietbreeze-card {
        flex-wrap: wrap;
        padding: 30px;
    }
    .vietbreeze-visual-col {
        display: none; /* Hide placeholder image on smaller viewports to save space */
    }
}
