/* ===========================
   ABOUT PAGE — SPECIFIC CSS
=========================== */

.about-page {
    background: #0d0d0d;
}


/* ========================
   ABOUT HERO
======================== */

.about-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: #dde8d4;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}


/*.about-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
} */

.about-hero {
    min-height: 100vh;
}

.about-hero-bg img {
    object-fit: contain;
    object-position: center bottom;
}


/* Forest tree illustration overlay effect */

.about-hero-trees-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 40% at 50% 100%, rgba(180, 200, 160, 0.35) 0%, transparent 60%);
    pointer-events: none;
}


/* Gradient fade to dark at the bottom */

.about-hero-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, #0e0f09 100%);
    pointer-events: none;
}

.about-hero-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 170px 80px 80px;
}

.about-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.why-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -20px;
    margin-top: 5px;
}

.why-q {
    font-size: clamp(43px, 7vw, 85px);
    font-weight: 500;
    line-height: 0.85;
    color: #4A3522;
}

.why-name {
    font-size: clamp(33px, 5vw, 60px);
    font-weight: 300;
    line-height: 0.9;
    color: #4A3522;
}

.why-body {
    max-width: 500px;
    margin-top: 5px;
    margin-left: 50px;
}

.why-body p {
    font-size: 15px;
    line-height: 1.75;
    color: #3b2a1d;
    margin-bottom: 22px;
    margin-left: 0;
}


/* .why-body {
    max-width: 850px;
    margin-top: 40px;
    margin-left: 220px;
    /* valathu side-il move cheyyunnu */


/* }
.why-body p {
    font-size: 18px; */


/* line-height: 1.8;
    text-align: left;
    margin-bottom: 24px;
} */


/* .about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 140px 40px 0;
} */


/* .about-hero-content {
    max-width: 900px;
    width: 100%;
    padding: 160px 40px 60px;
    margin: 0 auto;
    text-align: center;
} */


/* .why-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 50px;
    text-align: center;
}

.why-q {
    font-size: clamp(48px, 6vw, 90px);
    font-weight: 900;
    color: #0e0f09;
    line-height: 0.9;
}

.why-name {
    font-size: clamp(38px, 5vw, 65px);
    font-weight: 300;
    color: #0e0f09;
    line-height: 0.95;
}

.why-body {
    max-width: 700px;
    margin: 0 auto;
}

.why-body p {
    font-size: 24px;
    line-height: 1.9;
    color: rgba(44, 42, 30, 0.85);
    text-align: center;
} */


/* .why-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 40px;
  text-align: left;
  max-width: 680px;
  margin-left: 0;
} */


/* Full-width container for why-title positioning */


/* .about-hero-content {
    max-width: 1200px;
    width: 100%;
    padding: 140px 80px 60px;
    text-align: left;
} */


/* .why-q {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 900;
  color: var(--brown-dark);
  letter-spacing: -0.02em;
  line-height: 1;
  animation: fadeUp 1s ease both;
}

.why-name {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 900;
  color: var(--brown-dark);
  letter-spacing: -0.01em;
  line-height: 1;
  animation: fadeUp 1s 0.15s ease both;
}

.why-body {
  max-width: 560px;
  margin-left: 0;
}

.why-body p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(44,42,30,0.85);
  margin-bottom: 18px;
} */

.why-body em {
    font-style: italic;
}

.why-body strong {
    font-weight: 700;
    color: var(--brown-dark);
}


/* Bottom section — white text on dark bg transition */

.about-hero-bottom-text {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 40px 100px;
    background: linear-gradient(to bottom, transparent 0%, #0e0f09 40%);
}

.why-travel-title {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 800;
    color: var(--cream);
    line-height: 1.1;
    margin-bottom: 20px;
}

.why-travel-title em {
    font-style: italic;
    color: #d4c8a0;
}

.why-travel-sub {
    font-size: 18px;
    color: rgba(240, 237, 227, 0.7);
    letter-spacing: 0.02em;
}


/* ========================
   WHY CARDS GRID
======================== */

.why-cards-section {
    background: #0e0f09;
    padding: 80px 80px 100px;
}

.why-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.why-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 48px 44px;
    transition: background var(--transition), transform var(--transition), border-color var(--transition);
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.why-card-title {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 700;
    color: var(--cream);
    line-height: 1.25;
    margin-bottom: 24px;
}

.why-card-body {
    font-size: 15px;
    font-style: normal;
    line-height: 1.75;
    color: rgba(240, 237, 227, 0.6);
    margin-bottom: 14px;
}

.why-card-body em {
    font-style: italic;
}


/* ========================
   BIG QUOTE
======================== */

.big-quote-section {
    background: #0e0f09;
    padding: 60px 80px 120px;
    text-align: center;
}

.big-quote {
    max-width: 1100px;
    margin: 0 auto 48px;
}

.big-quote p {
    font-family: var(--font-display);
    font-size: clamp(20px, 2.5vw, 32px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.65;
    color: var(--cream);
}

.btn-join {
    display: inline-block;
    padding: 18px 44px;
    border: 1.5px solid rgba(240, 237, 227, 0.4);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--cream);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.btn-join:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-3px);
}


/* About page footer override - dark style matching design */

.about-footer {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 60px 60px 0 0;
}


/* ========================
   NAVBAR OVERRIDE for about (dark text on light bg at top)
======================== */


/* HERO SECTION = BLACK TEXT */

.about-page .navbar .nav-logo-text,
.about-page .navbar .nav-links a,
.about-page .navbar .nav-search input,
.about-page .navbar .nav-search input::placeholder {
    color: #0e0f09;
}

.about-page .navbar .nav-hamburger span {
    background: #0e0f09;
}


/* BLACK SECTION = WHITE TEXT */

.about-page .navbar.dark-nav .nav-logo-text,
.about-page .navbar.dark-nav .nav-links a,
.about-page .navbar.dark-nav .nav-search input,
.about-page .navbar.dark-nav .nav-search input::placeholder {
    color: #ffffff;
}

.about-page .navbar.dark-nav .nav-hamburger span {
    background: #ffffff;
}

.about-page .navbar:not(.scrolled) .nav-hamburger span {
    background: var(--brown-dark);
}

.about-page .navbar:not(.scrolled) .nav-search svg {
    stroke: var(--brown-dark);
}

.about-page .navbar:not(.scrolled) .nav-links a::after {
    background: var(--brown-dark);
}

.about-page .navbar:not(.scrolled) .nav-search {
    border-color: rgba(44, 42, 30, 0.3);
    background: rgba(44, 42, 30, 0.08);
}

.about-page .navbar.scrolled {
    background: transparent;
    backdrop-filter: none;
}


/* ========================
   RESPONSIVE
======================== */

@media (max-width: 1200px) {
    .about-hero-content {
        padding: 130px 48px 50px;
    }
    .why-cards-section {
        padding: 60px 48px 80px;
    }
    .big-quote-section {
        padding: 60px 48px 100px;
    }
}

@media (max-width: 1024px) {
    .why-cards-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
    }
    .about-hero-content {
        padding: 120px 32px 40px;
    }
    .why-cards-section {
        padding: 50px 32px 70px;
    }
    .big-quote-section {
        padding: 50px 32px 80px;
    }
}

@media (max-width: 768px) {
    .about-hero-content {
        padding: 100px 24px 32px;
    }
    .why-q {
        font-size: 52px;
    }
    .why-name {
        font-size: 36px;
    }
    .why-card {
        padding: 32px 28px;
    }
    .why-cards-section {
        padding: 40px 24px 60px;
    }
    .big-quote-section {
        padding: 40px 24px 70px;
    }
    .about-hero-bottom-text {
        padding: 60px 24px 80px;
    }
}