body {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

/* ==========================================================================
   About Page Navigation Active State
   ========================================================================== */
.nav-links li a.active {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 12%;
    text-underline-offset: 24%;
    text-underline-position: from-font;
}

.nav-links li a.active svg {
    color: #C9A961;
}

/* ==========================================================================
   About Section 1: Hero
   ========================================================================== */

.about-section1 {
    position: relative;
    width: 100%;
    height: 541px;
    background-image: url('Assets/About/AboutHeroBgImage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
}

.about-section1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.60) 50%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 1;
}

.about-section1-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Breadcrumb Styling */
.about-breadcrumb {
    margin-bottom: 24px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.about-breadcrumb a {
    color: #FFF;
    font-weight: 300;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.about-breadcrumb a:hover {
    opacity: 1;
}

.about-breadcrumb .current {
    font-weight: 500;
}

/* Hero Title Styling */
.about-section1-title {
    margin-bottom: 24px;
}

.about-section1-title .light-text {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 75px;
    letter-spacing: 0.264px;
}

.about-section1-title .bold-text {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.264px;
}

/* Hero Description Styling */
.about-section1-desc {
    width: 100%;
    max-width: 800px;
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.5px;
    letter-spacing: -0.449px;
}

/* Responsive Design for About Hero */
@media (max-width: 1024px) {
    .about-section1 {
        height: auto;
        min-height: 500px;
        align-items: flex-end;
        padding: 120px 20px 60px 20px;
    }

    .about-section1-content {
        padding-top: 60px;
    }

    .about-section1-title .light-text,
    .about-section1-title .bold-text {
        font-size: 32px;
        line-height: 1.4;
    }

    .about-section1-desc {
        font-size: 18px;
        line-height: 1.6;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .about-section1 {
        min-height: 500px;
        height: auto;
        align-items: flex-end;
        padding: 280px 16px 40px 16px;
    }

    .about-section1-content {
        padding-top: 40px;
    }

    .about-section1-title {
        margin-bottom: 12px;
    }

    .about-section1-title br {
        display: none;
    }

    .about-section1-title .light-text,
    .about-section1-title .bold-text {
        display: block;
        font-size: 22px;
        line-height: 32px;
    }

    .about-section1-title .bold-text {
        margin-top: 4px;
    }

    .about-section1-desc {
        font-size: 14px;
        line-height: 24px;
        padding: 0 4px;
    }

    .about-breadcrumb {
        margin-bottom: 16px;
        font-size: 12px;
    }
}

/* ==========================================================================
   Section 2: About Us
   ========================================================================== */
.about-us-section {
    padding: 80px 0;
    background: #FFF;
    overflow: hidden;


}

.about-us-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px auto;
}

.about-us-title {
    color: #2A2A2A;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 24px;
    margin-top: 0;
}

.about-us-subtitle {
    color: #4A5565;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

.about-us-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.about-us-text-col {
    flex: 1;
    max-width: 580px;
}

.about-us-heading {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 24px;
    margin-top: 0;
}

.about-us-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 24px;
}

.about-us-desc:last-child {
    margin-bottom: 0;
}

.about-us-img-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

.about-polaroid {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: #F5F2ED;
    padding: 16px 16px 40px 16px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
}

.about-polaroid-img {
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightgray;
    width: 100%;
}

/* Polaroids 1 & 2 (Section 2) */
.about-polaroid-1 {
    width: 340px;
    transform: rotate(15deg);
    z-index: 1;
    margin-right: -60px;
}

.about-polaroid-2 {
    width: 260px;
    transform: rotate(-20deg);
    z-index: 2;
    margin-top: 120px;
}

.about-polaroid-1 .about-polaroid-img {
    height: 320px;
    background-image: url('Assets/About/about-section2-img1.png');
}

.about-polaroid-2 .about-polaroid-img {
    height: 260px;
    background-image: url('Assets/About/about-section2-img2.png');
}

/* Polaroids 3 & 4 (Section 3) */
.about-polaroid-3 {
    width: 340px;
    transform: rotate(-20deg);
    z-index: 1;
    margin-right: -60px;
}

.about-polaroid-4 {
    width: 260px;
    transform: rotate(-20deg);
    z-index: 2;
    margin-top: 120px;
}

.about-polaroid-3 .about-polaroid-img {
    height: 320px;
}

.about-polaroid-4 .about-polaroid-img {
    height: 260px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .about-us-content {
        flex-direction: column;
        gap: 60px;
    }

    .about-us-text-col {
        max-width: 100%;
        text-align: center;
    }

    .about-us-desc {
        text-align: center;
    }

    .about-us-img-col {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .about-polaroid-1,
    .about-polaroid-3 {
        margin-right: -80px;
    }

    .about-polaroid-2,
    .about-polaroid-4 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {

    .about-us-title,
    .about-us-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .about-us-desc,
    .about-us-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .about-polaroid-1,
    .about-polaroid-3 {
        width: 320px;
        margin-right: -60px;
    }

    .about-polaroid-1 .about-polaroid-img,
    .about-polaroid-3 .about-polaroid-img {
        height: 300px;
    }

    .about-polaroid-2,
    .about-polaroid-4 {
        width: 250px;
        margin-top: 80px;
    }

    .about-polaroid-2 .about-polaroid-img,
    .about-polaroid-4 .about-polaroid-img {
        height: 260px;
    }
}

@media (max-width: 480px) {
    .about-us-section {
        padding: 40px 0;
    }

    .about-polaroid-1,
    .about-polaroid-3 {
        width: 250px;
        margin-right: -40px;
    }

    .about-polaroid-1 .about-polaroid-img,
    .about-polaroid-3 .about-polaroid-img {
        height: 240px;
    }

    .about-polaroid-2,
    .about-polaroid-4 {
        width: 200px;
        margin-top: 60px;
    }

    .about-polaroid-2 .about-polaroid-img,
    .about-polaroid-4 .about-polaroid-img {
        height: 200px;
    }
}

/* Reverse layout for Section 3 (Images Left, Text Right on Desktop) */
@media (min-width: 1025px) {
    .about-us-reverse {
        flex-direction: row-reverse;
    }
}

/* ==========================================================================
   Section 4: Our Mission
   ========================================================================== */
.about-mission-section {
    padding: 100px 0;
    background: #FFF;
}


.about-mission-header {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.about-mission-title {
    flex: 1;
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin: 0;
}

.about-mission-subtitle {
    flex: 1;
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

.about-mission-content {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

/* Left Column */
.about-mission-left {
    display: flex;
    flex-direction: column;
}

.about-mission-polaroids {
    display: flex;
    align-items: flex-start;
}

.mission-polaroid {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: #F5F2ED;
    padding: 12px 12px 24px 12px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    box-sizing: border-box;
}

.mission-polaroid-1 {
    width: 190px;
    transform: rotate(-8deg);
    z-index: 1;
}

.mission-polaroid-2 {
    width: 190px;
    transform: rotate(8deg);
    z-index: 2;
    margin-left: -20px;
    margin-top: 40px;
}

.mission-polaroid-img {
    width: 166px;
    height: 154px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightgray;
}

.about-mission-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.mission-stat {
    display: flex;
    flex-direction: column;
}

.mission-stat-number {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin: 0 0 8px 0;
}

.mission-stat-text {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

/* Middle Column */
.about-mission-middle {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mission-main-img {
    width: 540px;
    max-width: 100%;
    height: 346px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}

/* Right Column */
.about-mission-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-feature {
    display: inline-flex;
    padding: 8px 45px 8px 8px;
    align-items: center;
    gap: 16px;
    border-radius: 50px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    background: #FFF;
    width: fit-content;
}

.mission-feature-icon {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1A4D2E;
    box-sizing: border-box;
}

.mission-feature-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.mission-feature-text {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.312px;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-mission-header {
        flex-direction: column;
        gap: 24px;
    }

    .about-mission-content {
        flex-direction: column;
        gap: 60px;
    }

    .about-mission-left {
        align-items: center;
    }

    .about-mission-stats {
        justify-content: center;
        text-align: center;
    }

    .about-mission-right {
        align-items: center;
        width: 100%;
    }

    .mission-feature {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .about-mission-title {
        font-size: 28px;
        line-height: 34px;
    }

    .mission-main-img {
        height: auto;
        aspect-ratio: 540/346;
    }

    .mission-feature {
        padding: 6px 24px 6px 6px;
    }

    .mission-feature-text {
        font-size: 16px;
    }

    .mission-feature-icon {
        width: 48px;
        height: 48px;
    }
}

/* ==========================================================================
   Section 5: Meet the Team
   ========================================================================== */
.about-team-section {
    padding: 80px 0;
    background: #fff;
    padding-top: 0px !important;
}

.about-team-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.about-team-title {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
}

.about-team-subtitle {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 318px;
    height: 464px;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.team-card-img {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

.team-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.team-card-name {
    color: #1A4D2E;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.439px;
    margin: 0 0 8px 0;
}

.team-card-role {
    color: #4A5565;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0 0 20px 0;
}

.team-card-socials {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.team-social-icon {
    display: flex;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    padding: 3px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #C9A961;
    text-decoration: none;
    transition: background 0.3s ease;
}

.team-social-icon:hover {
    background: #B0914F;
}

.team-social-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .about-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .team-card {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-team-title {
        font-size: 28px;
        line-height: 34px;
    }

    .about-team-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Section 8: Traveller Stories
   ========================================================================== */
.about-stories-section {
    padding: 100px 0;
    background: #FFF;
    padding-top: 50px !important;
}

.about-stories-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-stories-title {
    color: #2A2A2A;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
}

.about-stories-subtitle {
    color: #4A5565;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

.about-stories-grid {
    display: flex;
    gap: 24px;
}

.story-card {
    position: relative;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.story-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
    z-index: 1;
}

.story-card-large {
    flex: 1;
    height: 648px;
}

.story-card-stack {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.story-card-small {
    width: 100%;
    height: 200px;
}

.story-play-btn {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.story-play-btn:hover {
    transform: scale(1.05);
}

.story-play-btn-large {
    width: 80px;
    height: 80px;
    padding-left: 5px;
}

.story-play-btn-large svg {
    width: 32px;
    height: 32px;
}

.story-play-btn-small {
    width: 56px;
    height: 56px;
    padding-left: 3px;
}

.story-play-btn-small svg {
    width: 20px;
    height: 20px;
}

.story-card-info {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 2;
}

.story-card-small .story-card-info {
    bottom: 24px;
    left: 24px;
}

.story-card-name {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 4px 0;
}

.story-card-small .story-card-name {
    font-size: 18px;
    line-height: 24px;
}

.story-card-trip {
    color: #E5E7EB;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.story-card-small .story-card-trip {
    font-size: 14px;
    line-height: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .about-stories-grid {
        flex-direction: column;
    }

    .story-card-large {
        width: 100%;
        flex: none;
        height: 400px;
    }
    
    .story-card-stack {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .story-card-large {
        height: 300px;
    }

    .story-card-small {
        height: 200px;
    }

    .about-stories-title {
        font-size: 28px;
        line-height: 34px;
    }
}