.about-page .navbar {
    background: rgba(250, 248, 244, 0.97) !important;
    backdrop-filter: blur(6px);
}

.about-page .navbar .nav-links a {
    color: var(--dark) !important;
}

.about-page .navbar .nav-links a:hover,
.about-page .navbar .nav-links a.active {
    color: var(--dark) !important;
}

.about-page .navbar .nav-links a::after {
    background: var(--dark);
}

.about-page .navbar .hamburger span {
    background: var(--dark) !important;
}

/* ===========================
   PAGE HEADER
   =========================== */
.about-page-header {
    background: var(--warm-white);
    /* padding: 140px 383px 30px; */
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.about-page-header h1 {
    font-family: 'Belleza', serif;
    font-size: clamp(36px, 5vw, 80px);
    font-weight: 400;
    color: var(--dark);
    letter-spacing: 0.01em;
    width: 100%;
    padding-top: 11rem;
    padding-bottom: -1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

@media (max-width: 768px) {
    .about-page-header h1 {
        padding-top: 1.5rem;
        margin-top: 0;
    }

    .about-page-header {
        padding: 80px 24px 0;
    }
}

/* ===========================
   ABOUT HERO BANNER
   =========================== */
.about-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-hero-image {
    position: relative;
    width: 100%;
    height: 545px;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 8, 5, 0.35);
    z-index: 1;
}

.about-hero-title-img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    height: 210px;
    width: auto;
    display: block;
    margin-bottom: -44px;
}

/* ===========================
   ABOUT INTRO SECTION
   =========================== */
.aboutus-section {
    /* background: #f0ebe3; */
    /* padding: 100px 40px; */
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.aboutus-container {
    /* max-width: 1100px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    /* align-items: center; */
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-items: center;
    justify-content: space-between;
    /* max-width: 1536px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.aboutus-label {
    font-size: 24px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.aboutus-text h2 {
    font-family: 'Belleza', serif;
    font-size: 75px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--dark);
    margin-bottom: 16px;
}

.aboutus-desc {
    font-size: 20px;
    line-height: 1.75;
    color: #555;
    font-weight: 400;
    /* max-width: 380px; */
    font-family: 'Jost', sans-serif;
}

.aboutus-images {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 14px;
    align-items: start;
}

.aboutus-img-main {
    overflow: hidden;
    border-radius: 5px;
}

.aboutus-img-main img {
    width: 100%;
    height: 503px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.aboutus-img-main img:hover {
    transform: scale(1.04);
}

.aboutus-img-side {
    overflow: hidden;
    border-radius: 5px;
}

.aboutus-img-side img {
    width: 100%;
    height: 528px;
    object-fit: cover;
    display: block;
    margin-top: 80px;
    transition: transform 0.5s ease;
}

.aboutus-img-side img:hover {
    transform: scale(1.04);
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 768px) {
    .about-page-header {
        padding: 80px 24px 12px;
    }

    .about-hero-image {
        height: 280px;
    }

    .about-hero-title-img {
        height: 70px;
    }

    .aboutus-section {
        padding: 70px 24px;
    }

    .aboutus-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .aboutus-desc {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .aboutus-images {
        grid-template-columns: 1fr;
    }

    .aboutus-img-side img {
        height: 200px;
    }

    .aboutus-img-main img {
        height: 240px;
    }
}


/* ===========================
   CORE VALUES SECTION
   =========================== */
.core-values-section {
    position: relative;
    width: 100%;
    padding: 80px 40px;
    background-image: url('../images/aboutus images/image banner.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.core-values-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 8, 5, 0.65);
    z-index: 0;
}

.core-values-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.core-values-content h2 {
    font-family: 'Belleza', serif;
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.core-values-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    /* max-width: 600px; */
    margin: 0 auto 40px;
    line-height: 1.7;
    font-family: 'Jost', sans-serif;
}

.core-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    text-align: left;
    width: 100%;
    /* padding-top: 5rem; */
    /* padding-bottom: 5rem; */
    /* max-width: 1536px; */
}

.core-value-card {
    background: rgba(255, 255, 255, 0.08);
    border: 3px solid rgb(198 180 138);
    border-radius: 12px;
    padding: 28px 30px;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.core-value-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.core-value-card-header h3 {
    font-family: 'Belleza', serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0;
}

.core-value-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: rgb(198 180 138);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.core-value-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.core-value-card p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 400;
    line-height: 1.85;
    margin: 0;
}

/* ===========================
   OUR STORY SECTION
   =========================== */
.our-story-section {
    background: var(--warm-white);
    /* padding: 80px 40px; */
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
}

.our-story-wrapper {
    /* max-width: 1100px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.our-story-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.our-story-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.our-story-right {
    min-width: 0;
}

.our-story-left h3 {
    font-family: 'Belleza', serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--dark);
    white-space: nowrap;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media (max-width: 768px) {
    .our-story-left h3 {
        font-size: 28px;
        white-space: normal;
    }

    .our-story-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .aboutus-text h2 {
        font-size: 36px;
    }

    .core-value-card-header h3 {
        font-size: 32px;
    }

    .core-values-content h2 {
        font-size: 36px;
    }

    .about-page-header {
        padding: 120px 20px 20px;
    }
}

.our-story-line {
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.our-story-right p {
    font-size: 20px;
    color: #555;
    font-weight: 400;
    line-height: 1.85;
    font-family: 'Jost', sans-serif;
}

/* ===========================
   RESPONSIVE - CORE VALUES & STORY
   =========================== */
@media (max-width: 768px) {
    .core-values-section {
        padding: 60px 24px;
        background-attachment: scroll;
    }

    .core-values-grid {
        grid-template-columns: 1fr;
    }

    .our-story-section {
        padding: 60px 24px;
    }

    .our-story-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.aboutus-carousel-wrap {
    background: var(--warm-white);
    padding: 30px 0;
}

.aboutus-logo-carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.aboutus-logo-carousel-track {
    display: flex;
    gap: 16px;
    animation: logoScroll 18s linear infinite;
    width: max-content;
}

.aboutus-logo-carousel-track:hover {
    animation-play-state: paused;
}

.aboutus-logo-card {
    flex: 0 0 300px; 
    height: 150px;
    width: 300px;     
    padding: 20px 32px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-logo-card img {
    max-width: 100%;
    max-height: 90px;    
    object-fit: contain;
}

section.subscribe-banner {
    padding: 163px 40px 60px;
    box-sizing: border-box;
}

.subscribe-banner-contact {
    padding: 60px;
    background: var(--warm-white, #faf9f6);
    box-sizing: border-box;
}

.subscribe-inner-contact {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d0c8b8;
    max-width: 1536px;
}

.subscribe-left-contact {
    background: #221b00;
    padding: 40px 60px 40px 44px;
    flex: 0 0 auto;
    width: 560px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.subscribe-left-contact h2 {
    font-family: 'Belleza', serif;
    font-size: clamp(20px, 2.5vw, 55px);
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.subscribe-right-contact {
    background: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 36px;
    box-sizing: border-box;
}

.subscribe-form-contact {
    display: flex;
    align-items: center;
    width: 100%;
    background: #c6b48a;
    border-radius: 5px;
    padding: 8px 4px 8px 20px;
    min-height: 98px;
    box-sizing: border-box;
}

.subscribe-form-contact input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 16px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #000000;
    background: #c6b48a;
    min-width: 0;
}

.subscribe-form-contact input::placeholder {
    color: #6b5c44;
}

.subscribe-form-contact button {
    background: #3d3526;
    color: #fff;
    border: none;
    padding: 34px 38px;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    letter-spacing: 0.04em;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.subscribe-form-contact button:hover {
    background: #3a2e1e;
}

@media (max-width: 900px) {
    .subscribe-banner-contact {
        padding: 40px 24px;
    }

    .subscribe-left-contact {
        width: 260px;
        padding: 32px 24px;
    }
}

@media (max-width: 768px) {
    .subscribe-banner-contact {
        padding: 40px 20px;
    }

    .subscribe-inner-contact {
        flex-direction: column;
    }

    .subscribe-left-contact {
        width: 100%;
        padding: 24px 20px;
        justify-content: center;
        text-align: center;
    }

    .subscribe-right-contact {
        padding: 16px;
        width: 100%;
    }

    .subscribe-form-contact {
        min-height: 56px;
        padding: 6px 6px 6px 14px;
    }

    .subscribe-form-contact input {
        font-size: 14px;
    }

    .subscribe-form-contact button {
        padding: 12px 18px;
        font-size: 14px;
        margin: 4px;
    }
}

@media (max-width: 480px) {
    .subscribe-banner-contact {
        padding: 30px 16px;
    }

    .subscribe-form-contact {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        min-height: auto;
        gap: 8px;
    }

    .subscribe-form-contact input {
        width: 100%;
        padding: 12px;
    }

    .subscribe-form-contact button {
        width: 100%;
        margin: 0;
        padding: 14px;
        font-size: 16px;
        text-align: center;
    }
}

.about-page-header,
.aboutus-section,
.core-values-content,
.our-story-section,
.subscribe-banner-contact {
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 768px) {
    .about-page-header,
    .aboutus-section,
    .core-values-content,
    .our-story-section,
    .subscribe-banner-contact {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ===========================
   APPLE LAPTOP RESPONSIVE
   1280px - 1440px
   =========================== */
@media (max-width: 1440px) {
    .about-page-header,
    .aboutus-section,
    .core-values-content,
    .our-story-section,
    .subscribe-banner-contact {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .aboutus-text h2 {
        font-size: 58px;
    }

    .core-values-content h2 {
        font-size: 44px;
    }
}

@media (max-width: 1280px) {
    .about-page-header,
    .aboutus-section,
    .core-values-content,
    .our-story-section,
    .subscribe-banner-contact {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .aboutus-text h2 {
        font-size: 48px;
    }

    .core-values-content h2 {
        font-size: 38px;
    }

    .core-value-card-header h3 {
        font-size: 26px;
    }

    .core-value-card p {
        font-size: 17px;
    }
}