/* ═══════════════════════════════════════════════════════
   NRI.CSS  —  Sarvottam Group
   Palette: #0a0a0a · #ffffff · #c1d3ee · #8b4040
   Fonts  : Nocturnal-Light · GeneralSans
═══════════════════════════════════════════════════════ */

:root {
    --black    : #0a0a0a;
    --white    : #ffffff;
    --blue     : #c1d3ee;
    --burg     : #8b4040;
    --burg-dk  : #6e3030;
    --grey     : #f5f5f5;
    --text     : #444444;
    --text-lt  : rgba(255,255,255,0.72);

    --fh : "Nocturnal-Light","Nocturnal",serif;
    --fb : "GeneralSans-Regular","GeneralSans",sans-serif;
    --fu : "GeneralSans-Medium","GeneralSans",sans-serif;

    --ease : cubic-bezier(0.16,1,0.3,1);
}

/* ─── HERO (original intact) ──────────────────────── */
.contact-hero {
    position: relative;
    height: 100vh;
    background: url("/assets/images/frontend/nri/nri-banner-1.webp") center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.25) 100%);
    z-index: 1;
}
.contact-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    width: 100%;
}
.hero-heading {
   font-size: clamp(40px,6vw,80px);
    font-weight: 500;
    letter-spacing: -2px;
    font-family: var(--fh);
    line-height: 1;
    margin-bottom: 24px;
    opacity: 0;
}
.hero-sub {
    font-size: 1.15rem;
    opacity: 0;
    font-family: var(--fu);
    line-height: 1.75;
    color: rgba(255,255,255,0.88);
}

/* ─── BREADCRUMB (original intact) ────────────────── */
.breadcrumb-section {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    font-family: var(--fu);
}
.breadcrumb-item { color: #888; }
.breadcrumb-item a { color: #111; text-decoration: none; transition: opacity .25s; }
.breadcrumb-item a:hover { opacity: .7; }
.breadcrumb-item.active { color: #111; font-weight: 600; }
.breadcrumb-separator { opacity: .5; font-size: 12px; color: #888; }

/* ─── SHARED LABEL ─────────────────────────────────── */
.nri-label {
    display: inline-block;
    font-family: var(--fu);
    font-size: 11px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--burg);
    margin-bottom: 14px;
}
.nri-label.light { color: rgba(255,255,255,0.55); }


/* ═══════════════════════════════════════════════════
   SECTION 1 — India's Growth
   Clean col-lg-6 split. White background.
═══════════════════════════════════════════════════ */
.nri-growth-section {
    padding: 90px 0;
    background: #fff;
}

/* Image */
.nri-img-wrap {
    position: relative;
    overflow: hidden;
}
.nri-main-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.7s var(--ease);
}
.nri-img-wrap:hover .nri-main-img { transform: scale(1.03); }

/* Text */
.nri-growth-text h2 {
    font-family: var(--fh);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.15;
    color: var(--black);
    margin-bottom: 18px;
}
.nri-growth-text p {
    font-family: var(--fb);
    font-size: 16px;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 36px;
}

/* Stats row */
.nri-stats-row {
    display: flex;
    gap: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 28px;
}
.nri-stat-box {
    flex: 1;
    padding-right: 24px;
    border-right: 1px solid #e5e5e5;
    margin-right: 24px;
}
.nri-stat-box:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.nri-stat-box strong {
    display: block;
    font-family: var(--fh);
    font-size: 30px;
    letter-spacing: -1px;
    color: var(--burg);
    line-height: 1;
    margin-bottom: 5px;
}
.nri-stat-box span {
    display: block;
    font-family: var(--fu);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888;
}


/* ═══════════════════════════════════════════════════
   SECTION 2 — Why Invest (Fixed Parallax BG)
   background-attachment: fixed — dark overlay — white text
═══════════════════════════════════════════════════ */
.nri-parallax-section {
    position: relative;
    padding: 110px 0;
    background: url("/assets/images/frontend/nri/invest-nri-background.webp") center/cover no-repeat;
    background-attachment: fixed;
}
.nri-parallax-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,10,10,0.82);
    z-index: 0;
}
.nri-parallax-section .container {
    position: relative;
    z-index: 1;
}

.nri-para-light {
    font-family: var(--fb);
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-lt);
    margin-top: 8px;
}

.text-white{
    font-size: 30px;
}

/* Invest list */
.nri-invest-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.nri-invest-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 28px 0;
}


.nri-invest-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(193,211,238,0.12);
    border: 1px solid rgba(193,211,238,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--blue);
    transition: background .3s;
}
.nri-invest-item:hover .nri-invest-icon-wrap {
    background: var(--burg);
    border-color: var(--burg);
    color: #fff;
}

.nri-invest-content h3 {
    font-family: var(--fu);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px;
}
.nri-invest-content p {
    font-family: var(--fb);
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,0.55);
    margin: 0;
}


/* ═══════════════════════════════════════════════════
   SECTION 3 — What We Do Differently
   Light grey bg. Card grid with variant colours.
═══════════════════════════════════════════════════ */
.nri-diff-section {
    background: var(--grey);
    padding: 90px 0;
}
.nri-diff-header {
    margin-bottom: 52px;
}
.nri-diff-header h2 {
    font-family: var(--fh);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: var(--black);
    margin-bottom: 14px;
}
.nri-diff-sub {
    font-family: var(--fb);
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
    max-width: 560px;
    margin: 0 auto;
}

/* Cards */
.nri-diff-row {
    border: 1px solid #ddd;
}
.nri-diff-card {
    background: #fff;
    padding: 44px 36px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: background 0.45s var(--ease), box-shadow 0.45s var(--ease);
    display: flex;
    flex-direction: column;
    min-height: 260px;
    overflow: hidden;
}
.nri-diff-card:hover {
    background: var(--blue);
    box-shadow: 0 12px 40px rgba(139,64,64,0.1);
    z-index: 2;
}

/* All text & icon transitions on hover */
.nri-diff-num {
    font-family: var(--fu);
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #bbb;
    margin-bottom: auto;
    display: block;
    transition: color 0.45s var(--ease);
}
.nri-diff-card:hover .nri-diff-num { color: var(--burg); }

.nri-diff-icon {
    font-size: 28px;
    color: var(--burg);
    line-height: 1;
    margin-bottom: 16px;
    display: block;
    transition: color 0.45s var(--ease), transform 0.45s var(--ease);
}


.nri-diff-card h3 {
    font-family: var(--fu);
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
    transition: color 0.45s var(--ease);
}
.nri-diff-card:hover h3 { color: var(--black); }

.nri-diff-card p {
    font-family: var(--fb);
    font-size: 14px;
    line-height: 1.75;
    color: var(--text);
    margin: 0;
    transition: color 0.45s var(--ease);
}
.nri-diff-card:hover p { color: #2a3f58; }

/* Remove any old variant overrides — all cards now white base */
.nri-diff-card--dark,
.nri-diff-card--blue { background: #fff; }

.nri-diff-card--dark .nri-diff-num,
.nri-diff-card--blue .nri-diff-num { color: #bbb; }

.nri-diff-card--dark h3,
.nri-diff-card--blue h3 { color: var(--black); }

.nri-diff-card--dark p,
.nri-diff-card--blue p { color: var(--text); }

.nri-diff-card--dark .nri-diff-icon,
.nri-diff-card--blue .nri-diff-icon { color: var(--burg); }

/* CTA variant — stays burgundy, no hover fill */
.nri-diff-card--cta {
    background: var(--burg);
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.nri-diff-card--cta:hover { background: var(--burg-dk); }
.nri-diff-card--cta p {
    font-family: var(--fh);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    margin: 0;
    transition: none;
}
.nri-diff-card--cta:hover p { color: #fff; }

/* CTA Button inside card */
.nri-cta-btn {
  display: inline-block;
  font-family: var(--fu);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--burg);
  background: #fff;
  padding: 13px 28px;
  text-decoration: none;
  border: 1px solid #fff;
  margin-top: 4px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: color .35s ease;
  z-index: 1;
}

/* Black fill layer */
.nri-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
  z-index: -1;
}

/* Hover */
.nri-cta-btn:hover {
  color: #fff;
}

.nri-cta-btn:hover::before {
  transform: scaleX(1);
}


/* ═══════════════════════════════════════════════════
   SECTION 4 — FAQ (original CSS, kept exactly)
═══════════════════════════════════════════════════ */
.faq-section {
    background: #c1d3ee;
    padding: 80px 20px;
    color: #2c2c2c;
}
.faq-inner {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.faq-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #1f2d3d;
    font-family: var(--fu);
    letter-spacing: 1px;
}
.faq-list {
    border-top: 1px solid rgba(0,0,0,0.12);
}
.faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}
.faq-question > span:first-child {
    font-family: var(--fu);
    font-size: 16px;
    font-weight: 500;
    color: #1f2d3d;
}
.faq-chevron {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
    transition: transform .3s;
}
.faq-item.open .faq-chevron { transform: rotate(-135deg); }
.faq-item.open .faq-question > span:first-child { color: var(--burg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.faq-item.open .faq-answer {
    max-height: 350px;
    padding-bottom: 18px;
}
.faq-answer p, .faq-answer ul, .faq-answer li {
    font-family: var(--fb);
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}
.faq-answer ul { padding-left: 18px; margin-top: 8px; }
.faq-answer li { margin-bottom: 5px; }


/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 992px) {
    .nri-growth-section { padding: 64px 0; }
    .nri-parallax-section { padding: 80px 0; background-attachment: scroll; }
    .nri-diff-section { padding: 64px 0; }
    .nri-main-img { height: 380px; }
}

@media (max-width: 768px) {
    .contact-hero { background-attachment: scroll; height:60vh; }
    .nri-main-img { height: 300px; }
    .nri-stats-row { flex-direction: column; gap: 20px; }
    .nri-stat-box { border-right: none; padding-right: 0; margin-right: 0; border-bottom: 1px solid #eee; padding-bottom: 16px; }
    .nri-stat-box:last-child { border-bottom: none; }
    .nri-diff-card { min-height: auto; }
    .faq-section { padding: 60px 16px; }
    .faq-title { font-size: 20px; }
    .nri-growth-text h2{ font-size:25px; }
    .text-white{font-size:25px;}
    .nri-diff-header h2{font-size:25px;}
    
}