/* LEFT */
.hero-content {
    max-width: 720px;
}

.badge-text {
    background: #fff3;
    padding: 5px 18px 7px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-bottom: 18px;
    margin-right: 14px;
}

.hero h1 span {
    color: #E47306;
}
.hero h1 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 59px;
    margin-bottom: 10px;
}

.hero h1 strong {
    color: #0d2b1f;
}

.hero p {
    margin-top: 20px;
    color: #ffffff99;
    font-size: 16px;
}

/* BUTTON */
.btn-main {
    background: #E47306;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
}


/* RIGHT */
.hero-right {
    position: relative;
    display: inline-block;
}

/* GREEN CIRCLE */
.circle-bg {
    position: absolute;
    width: 420px;
    height: 420px;
    background: #fff3;
    border-radius: 50%;
    right: 33px;
    top: -7px;
    z-index: 1;
}

/* IMAGE */
.main-img {
    position: relative;
    max-width: 519px;
    z-index: 2;
    bottom: -9px;
}

/* FLOAT CARDS */
.card-float {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-size: 14px;
    z-index: 3;
}

/* POSITIONS */
.card-top {
    top: 0px;
    right: -40px;
}

.card-bottom-left {
    bottom: 40px;
    left: -30px;
}

.card-bottom-right {
    bottom: 60px;
    right: -10px;
}
.top-strip {
    padding: 0px 0 30px;
}

.strip-item {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.strip-item i {
    color: #32d583;
    font-size: 16px;
}
.strip-item img {
    height: 20px;
}
/* SECTION */
.services-section {
    padding: 80px 0;
    background: var(--cream);
}
/* CARD */
.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 6px;
    transition: 0.4s;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
}

/* ICON */
.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #9D8553;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #b07d5b;
    transition: 0.4s;
    background: #c6a65d;
    border: #c6a45e;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* HEADING */
.service-card h3 {
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 0.7rem;
    font-weight: 800;
}

/* TEXT */
.service-card p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 1.4rem;
    max-width: 400px;
}
.service-icon img {
    height: 55px;
    width: 55px;
    padding: 8px;
    /* background: #FAF6EE; */
    border-radius: 30px;
    filter: brightness(0.5);
    border-radius: 0;
}
/* BUTTON */
a.service-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.85rem 2rem;
    background: var(--gold);
    color: var(--navy-deep);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0px;
}

/* HOVER EFFECT */
.service-card:hover {
    background: #1C2B4A;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* TEXT WHITE */
.service-card:hover h3,
.service-card:hover p{
    color:#fff;
}

/* ICON WHITE */
.service-card:hover .service-icon{
    border-color:#fff;
    color:#fff;
}

/* BUTTON INVERT */
.service-card:hover .service-btn{
    background:#fff;
    color:#000;
}

/* TOP RIGHT SHAPE */
.service-card::after{
    content:"";
    position:absolute;
    top:-40px;
    right:-40px;
    width:120px;
    height:120px;
    background:rgba(255,255,255,0.2);
    border-radius:50%;
    opacity:0;
    transition:0.4s;
}

.service-card:hover::after{
    opacity:1;
}
.section{
    padding:80px 0;
    background: #111B30;
}

/* LEFT IMAGE */
.left-img img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
}
.feature h6 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.feature p {
    margin: 0;
    color: #ffffffa6;
    font-size: 14px;
}
/* SUB TITLE */
.sub{
    color:#6fbf4b;
    font-weight:600;
    font-size:14px;
    margin-bottom:10px;
}

/* TITLE */
.title {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    font-weight: 400;
    line-height: 1.25;
}
.icon i {
    font-size: 20px;
    color: #fff;
    background: var(--gold);
    padding: 16px 18px;
    border-radius: 50px;
}
/* TEXT */
.desc {
    color: #fff;
    margin-bottom: 30px;
}
.col-lg-6.left-img img#banner_img {
    width: 90%;
    height: 732px;
    border-radius: 300px 300px  0px 0px;
}
.col-lg-6.left-img {
    position: relative;
}
/* ITEM */
.feature{
    display:flex;
    gap:20px;
    margin-bottom:25px;
}

/* ICON */
.icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed var(--gold);
    display: flex;
    justify-content: center;
    align-items: center;
}
div#icon {
    width: 72px;
}
div#icon1 {
    width: 82px;
}
.left-img img {
    height: 468px;
    width: 92%;
    border-radius: 0px 59px 0px 59px;
    object-fit: cover;
    margin-left: auto;
}
.process-section {
    background: var(--cream);
    padding: 80px 0 0;
    text-align: center;
    position: relative;
}

/* top line */
.process-line {
    position: absolute;
    top: 375px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #111B30;
    z-index: 0;
}
section.process-section .row {
    position: relative;
    z-index: 9;
}
/* circle wrapper */
.process-img {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    z-index: 2;
}

/* rotating dotted border */
.process-img::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border: 2px dashed #131C31;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    animation: rotateCircle 8s linear infinite;
}

/* animation */
@keyframes rotateCircle {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* image */
.process-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* number */
.process-number {
    background: #111B30;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    margin: 15px auto;
    font-weight: 600;
}

/* cards */
.process-card {
    background: #fff;
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0 0 25px rgba(0,0,0,0.05);
    height: 53%;
    transition: 0.3s;
}
.col-lg-2 {
    flex: 0 0 auto;
    width: 19.666667% !important;
}
.process-card h5 {
    color: #111B30;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
}

.process-card p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 1.4rem;
}

/* optional hover */
.process-card:hover {
    transform: translateY(-5px);
}



.why-section{
    padding: 80px 0;
    background: #f9f7f6;
}

/* Image Shape */
.why-img {
    position: relative;
}

.why-img img {
    width: 95%;
    height: 518px;
    object-fit: cover;
    border-radius: 0px 59px 0px 59px;
}

/* Heading */
.sub-title {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.7rem;
}

.main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    color: var(--navy);
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

.desc {
    margin-bottom: 30px;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-muted);
    margin-top: 1rem;
}

/* Feature box */
.feature-box {
    display: flex;
    gap: 15px;
    margin-bottom: -1px;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #efe7e357;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #D4B87B;
}

.feature-box h5 {
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 1.4rem;
}

/* Responsive */
@media(max-width:991px){
    .main-title{
        font-size: 32px;
    }
}
@media(max-width:767px){
    section.process-section .col-lg-2 {
    width: 100% !important;
}
.process-line {
    display: none;
}
section.process-section {
    padding: 60px 0px 51px;
}
.left-img img {
    height: 300px;
    width: 100%;
}
.why-img img {
    width: 100%;
    height: 300px;
}
.d-flex.justify-content-left.gap-4 {
    display: grid !important;
    grid-template-columns: 56% 1fr;
}
nav#mainNav {
    justify-content: space-evenly;
}
.icon-box {
    width: 105px !important;
    height: 51px !important;
}
.card-float {
    display: none;
}
img.main-img {
    margin-left: -21px;
}
}


  :root {
    --navy: #1B2A4A;
    --navy-deep: #0F1A2E;
    --gold: #C8A45C;
    --gold-light: #D4B87A;
    --gold-muted: #A8935A;
    --cream: #FAF6EE;
    --warm-white: #FEFCF8;
    --light-gray: #F0EDE6;
    --charcoal: #2D2D2D;
    --text-muted: #8A8578;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Poppins', sans-serif;
    background: var(--warm-white);
    color: var(--charcoal);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.018'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 10000;
  }

  img { display: block; max-width: 100%; }
  a { text-decoration: none; color: inherit; }

  /* ============================================
     NAVIGATION — single line, logo + links + login + cta
     ============================================ */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.5rem !important;
    height: 80px;
    background: var(--warm-white);
    border-bottom: 1px solid var(--light-gray);
    transition: all 0.4s ease;
  }

  .nav.scrolled {
    background: rgba(254,252,248,0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 20px rgba(15,26,46,0.04);
  }

  /* Logo system (text-based, matches brand guidelines) */
  .nav-logo, .hero-logo, .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    line-height: 1;
  }

  .logo-wordmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }

  .logo-divider {
    width: 100%;
    height: 1.5px;
    display: block;
  }

  .logo-descriptor {
    font-family: 'Poppins', sans-serif;
    font-size: 0.48rem;
    font-weight: 300;
    letter-spacing: 0.4em;
    text-align: center;
  }

  .logo-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 0.15rem;
  }

  /* hero logo handled by nav; hero shows tagline instead */

  .hero-tagline-block {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 1.8rem;
    opacity: 0;
    animation: fadeUp 0.65s ease 0.15s forwards;
  }

  .hero-sanskrit {
      font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.06em;
    color: var(--gold);
    font-weight: 900;
  }

  .hero-sanskrit-meaning {
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #ffffffb5;
    opacity: 1;
  }

  .nav-middle {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
  }

  .nav-middle a {
    font-size: 0.73rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--charcoal);
    transition: color 0.3s;
    padding: 0.2rem 0;
  }

  .nav-middle a:hover {
    color: var(--navy);
    border-bottom: 1.5px solid var(--gold);
    padding-bottom: 0.15rem;
  }

  /* Right side: login + CTA on one line */
  .nav-right {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    white-space: nowrap;
  }

  .nav-login {
    font-size: 0.73rem;
    font-weight: 400;
    color: var(--charcoal);
    transition: color 0.3s;
  }

  .nav-login:hover { color: var(--gold); }

  .nav-cta {
    font-family: 'Poppins', sans-serif;
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 0.6rem 1.5rem;
    background: var(--gold);
    color: var(--navy-deep);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
  }

  .nav-cta:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(200,164,92,0.2);
  }

  /* ============================================
     1. HERO — tighter spacing, original logo
     ============================================ */
  .hero {
    min-height: auto !important;
    background: var(--navy-deep);
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: 10%; right: 10%;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,92,0.04) 0%, transparent 65%);
    pointer-events: none;
  }

  .hero-watermark {
    position: absolute;
    right: 8%;
    top: 42%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 28rem;
    font-weight: 300;
    color: rgba(200,164,92,0.018);
    pointer-events: none;
    user-select: none;
    line-height: 1;
  }

  .hero-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.65fr;
    align-items: end;
    padding: 0 0 0 6rem;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 80px);
  }

  .hero-content {
    padding-bottom: 0;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }

  /* Original logo in hero */
  /* hero logo handled by .hero-logo above */

  /* hero eyebrow replaced by hero-tagline-block */

  .hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 4.5vw, 4.5rem);
    font-weight: 400;
    line-height: 1.08;
    color: var(--cream);
    margin-bottom: 1.5rem;
    max-width: 600px;
    opacity: 0;
    animation: fadeUp 0.65s ease 0.35s forwards;
  }

  .hero-headline em {
    font-style: italic;
    font-weight: 300;
    color: var(--gold);
  }

 .hero-sub {
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-muted);
    max-width: 654px;
    margin-bottom: 2.2rem;
    opacity: 0;
    animation: fadeUp 0.65s ease 0.48s forwards;
}

  .hero-actions {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    opacity: 0;
    animation: fadeUp 0.65s ease 0.6s forwards;
  }

  .btn-primary {
    font-family: 'Poppins', sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.85rem 2rem;
    background: var(--gold);
    color: var(--navy-deep);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
  }

  .btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(200,164,92,0.2);
  }

  .btn-ghost {
    font-family: 'Poppins', sans-serif;
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0.85rem 1.6rem;
    background: transparent;
    color: var(--cream);
    border: 1px solid rgba(250,246,238,0.2);
    cursor: pointer;
    transition: all 0.3s;
  }

  .btn-ghost:hover {
    border-color: var(--cream);
    background: rgba(250,246,238,0.05);
  }

  .hero-visual {
    height: 100%;
    background: linear-gradient(180deg, rgba(27,42,74,0.4) 0%, rgba(15,26,46,0.8) 100%);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5.5rem;
    opacity: 0;
    animation: fadeIn 0.8s ease 0.5s forwards;
  }

  .hero-visual-label {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }

  /* ============================================
     2. INVESTMENT ARCHITECTURE
     ============================================ */
  .architecture {
    padding: 6rem 6rem 5rem;
    background: var(--cream);
    position: relative;
  }

  .architecture-inner { max-width: 1200px; margin: 0 auto; }

  .section-eyebrow {
  font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0px;
  }

  .section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    color: var(--navy);
    line-height: 1.15;
    margin-bottom: 0.5rem;
  }

  .section-sub-caps {
    font-size: 0.72rem;
    font-weight: 300;
    color: var(--text-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 3rem;
  }

  .gold-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent 60%);
    margin-bottom: 3rem;
  }

  .arch-bg-text {
    position: absolute;
    right: 5rem;
    top: 5.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 9rem;
    font-weight: 300;
    font-style: italic;
    color: rgba(200,164,92,0.04);
    pointer-events: none;
    user-select: none;
  }

  .arch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    background: transparent;
  }

  .arch-card {
    padding: 2.6rem 2.4rem;
    background: var(--warm-white);
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid var(--light-gray);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.45s ease;
  }

  .arch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px -20px rgba(15, 26, 46, 0.18),
                0 8px 24px -8px rgba(15, 26, 46, 0.08);
    border-color: rgba(200, 164, 92, 0.35);
  }

  .arch-card.navy {
    background: var(--navy);
    border-color: var(--navy);
  }

  .arch-card.navy:hover {
    box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.4),
                0 8px 24px -8px rgba(0, 0, 0, 0.2);
    border-color: rgba(200, 164, 92, 0.5);
  }

  .arch-card-icon {
    width: 28px; height: 28px;
    margin-bottom: 1.2rem;
    stroke-width: 1.2;
    fill: none;
    transition: transform 0.45s ease;
  }

  .arch-card:hover .arch-card-icon {
    transform: scale(1.08);
  }

  .arch-card:not(.navy) .arch-card-icon { stroke: var(--gold); }
  .arch-card.navy .arch-card-icon { stroke: var(--gold-light); }

  .arch-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
  }

  .arch-card:not(.navy) h3 { color: var(--navy); }
  .arch-card.navy h3 { color: var(--cream); }

  .arch-card p {
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 1.4rem;
    max-width: 400px;
  }

  .arch-link {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    border-bottom: 1.5px solid var(--gold);
    padding-bottom: 2px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.3s ease;
  }

  .arch-card:hover .arch-link {
    gap: 0.7rem;
  }

  /* ============================================
     3. WHY NORTHBRIDGE
     ============================================ */
  .why-section {
    padding: 6rem;
    background: var(--warm-white);
  }

  .why-inner { max-width: 1200px; margin: 0 auto; }

  .why-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
  }

  .why-header-right p {
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-muted);
    margin-top: 1rem;
  }

  .why-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .why-stat-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border: 1px solid var(--light-gray);
    transition: border-color 0.3s;
  }

  .why-stat-card:hover { border-color: var(--gold); }

  .why-stat-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 0.4rem;
  }

  .why-stat-value span { color: var(--gold); }

  .why-stat-label {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
  }

  .why-stat-desc {
    font-size: 0.76rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text-muted);
  }

  /* ============================================
     4. OUR PHILOSOPHY (no "advisory/advisor")
     ============================================ */
  .philosophy {
    background: var(--navy-deep);
    color: var(--cream);
    padding: 6rem;
    position: relative;
    overflow: hidden;
  }

  .philosophy::before {
    content: '';
    position: absolute;
    top: -20%; right: -5%;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,92,0.035) 0%, transparent 65%);
    pointer-events: none;
  }

  .philosophy-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .philosophy h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    font-weight: 400;
    line-height: 1.25;
  }

  .philosophy-pillars {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
  }

  .pillar {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
  }

  .pillar-line {
    width: 2px;
    min-height: 48px;
    flex-shrink: 0;
    background: linear-gradient(180deg, var(--gold), transparent);
    margin-top: 0.2rem;
  }

  .pillar h4 {
    font-size: 0.86rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }

  .pillar p {
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--text-muted);
  }

  .philosophy-right { display: flex; flex-direction: column; justify-content: center; }

  .philosophy-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;
    color: var(--cream);
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    border-left: 2px solid var(--gold);
  }

  .philosophy-quote-attr {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--gold);
    padding-left: 2rem;
  }

  .philosophy-quote-role {
    font-size: 0.68rem;
    font-weight: 300;
    color: var(--text-muted);
    padding-left: 2rem;
    margin-top: 0.15rem;
  }

  .philosophy-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    margin-left: 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--gold);
    border-bottom: 1px solid rgba(200,164,92,0.35);
    padding-bottom: 0.4rem;
    transition: all 0.35s ease;
    width: fit-content;
  }

  .philosophy-cta .arrow {
    display: inline-block;
    transition: transform 0.35s ease;
  }

  .philosophy-cta:hover {
    color: var(--gold-light);
    border-bottom-color: var(--gold);
  }

  .philosophy-cta:hover .arrow {
    transform: translateX(4px);
  }

  /* ============================================
     5. INSIGHTS
     ============================================ */
  .insights {
    padding: 6rem;
    background: var(--cream);
  }

  .insights-inner { max-width: 1200px; margin: 0 auto; }

  .insights-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
  }

  .view-all {
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    border-bottom: 1.5px solid var(--gold);
    padding-bottom: 2px;
    transition: letter-spacing 0.3s;
  }

  .view-all:hover { letter-spacing: 0.24em; }

  .insights-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2rem;
  }

  .insight-card {
    background: var(--warm-white);
    padding: 2rem;
    border-top: 2px solid var(--light-gray);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  }

  .insight-card:hover {
    border-top-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -20px rgba(15, 26, 46, 0.12);
  }

  /* Featured (large) card on the left */
  .insight-card.featured {
    grid-row: span 2;
    padding: 2.6rem 2.4rem;
    background: var(--cream);
    border-top-width: 3px;
    justify-content: flex-end;
    min-height: 360px;
    position: relative;
  }

  .insight-card.featured::before {
    content: 'FEATURED';
    position: absolute;
    top: 2rem;
    right: 2.4rem;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: var(--gold);
  }

  .insight-card.featured h3 {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 95%;
  }

  .insight-card.featured p {
    font-size: 0.82rem;
    line-height: 1.7;
    max-width: 92%;
    margin-bottom: 1.4rem;
  }

  /* Smaller stacked cards on the right */
  .insight-card.compact {
    padding: 1.6rem 1.8rem;
  }

  .insight-card.compact h3 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
  }

  .insight-card.compact p {
    font-size: 0.74rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }

  .insights-right-stack {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }

  .insight-tag {
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-muted);
    margin-bottom: 0.8rem;
  }

  .insight-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.3;
    margin-bottom: 0.7rem;
  }

  .insight-card p {
    font-weight: 300;
    color: var(--text-muted);
    margin-bottom: 1rem;
  }

  .insight-date {
    font-size: 0.62rem;
    font-weight: 400;
    color: var(--text-muted);
    margin-top: auto;
  }

  /* ============================================
     6. TESTIMONIAL
     ============================================ */
  .testimonial-section {
    padding: 5.5rem 6rem;
    background: var(--navy-deep);
    color: var(--cream);
    position: relative;
    overflow: hidden;
  }

  .testimonial-section::before {
    content: '';
    position: absolute;
    top: 50%; left: -10%;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,164,92,0.04) 0%, transparent 65%);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .testimonial-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .testimonial-icon {
    width: 36px; height: 36px;
    margin: 0 auto 2rem;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.2;
  }

  .testimonial-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.55;
    margin-bottom: 2rem;
  }

  .testimonial-gold-rule {
    width: 40px;
    height: 1.5px;
    background: var(--gold);
    margin: 0 auto 1.5rem;
  }

  .testimonial-author-name { font-size: 0.8rem; font-weight: 500; }

  .testimonial-author-role {
    font-size: 0.7rem;
    font-weight: 300;
    color: var(--text-muted);
    margin-top: 0.2rem;
  }

  /* ============================================
     7. CONTACT — with income bracket
     ============================================ */
  .contact {
    padding: 6rem;
    background: var(--warm-white);
  }

  .contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }

  .contact-left h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    font-weight: 400;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 1rem;
  }

  .contact-left p {
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 420px;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.5rem;
  }

  .contact-info-item {
    font-size: 0.78rem;
    font-weight: 300;
    color: var(--charcoal);
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .contact-info-item svg {
    width: 16px; height: 16px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
    flex-shrink: 0;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem;
    border: 1px solid var(--light-gray);
    background: var(--cream);
  }

  .contact-form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0.5rem;
  }

  .cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .cf-field label {
    display: block;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-muted);
    margin-bottom: 0.35rem;
  }

  .cf-field input,
  .cf-field select,
  .cf-field textarea {
    width: 100%;
    padding: 0.75rem 0.9rem;
    background: var(--warm-white);
    border: 1px solid var(--light-gray);
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--charcoal);
    outline: none;
    transition: border-color 0.3s;
  }

  .cf-field input::placeholder,
  .cf-field textarea::placeholder { color: var(--text-muted); }

  .cf-field input:focus,
  .cf-field select:focus,
  .cf-field textarea:focus { border-color: var(--gold); }

  .cf-field select {
    appearance: none;
    cursor: pointer;
    color: var(--charcoal);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23A8935A' stroke-width='1.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
  }

  .cf-field textarea { resize: vertical; min-height: 80px; }

  .cf-submit {
    font-family: 'Poppins', sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 1rem;
    background: var(--navy);
    color: var(--cream);
    border: 1px solid var(--navy);
    cursor: pointer;
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .cf-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(200,164,92,0.18) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
  }

  .cf-submit:hover {
    background: var(--navy-deep);
    border-color: var(--gold);
    color: var(--gold-light);
    transform: translateY(-3px);
    box-shadow:
      0 18px 40px -12px rgba(200, 164, 92, 0.35),
      0 8px 20px -8px rgba(15, 26, 46, 0.4),
      0 0 0 1px rgba(200, 164, 92, 0.2);
  }

  .cf-submit:hover::before {
    transform: translateX(100%);
  }

  .cf-submit:active {
    transform: translateY(-1px);
  }

  /* ============================================
     8. FOOTER
     ============================================ */
  .footer {
    background: var(--navy-deep);
    padding: 20px;
    color: var(--cream);
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(200,164,92,0.08);
    margin-bottom: 2rem;
  }

  /* Footer brand block */
  .footer-brand-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    margin-bottom: 1rem;
  }

  .footer-wordmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--cream);
  }

  .footer-divider-line {
    width: 100%;
    max-width: 160px;
    height: 1.5px;
    background: var(--gold);
  }

  .footer-wealth {
    font-family: 'Poppins', sans-serif;
    font-size: 0.42rem;
    font-weight: 300;
    letter-spacing: 0.35em;
    color: var(--gold);
    align-self: center;
    width: 100%;
    max-width: 160px;
    text-align: center;
  }

  .footer-sanskrit {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.6rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.05em;
    color: var(--gold-muted);
    opacity: 0.7;
    margin-top: 0.1rem;
    align-self: center;
    width: 100%;
    max-width: 160px;
    text-align: center;
  }

  .footer-brand-col p {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--text-muted);
    max-width: 260px;
  }

  .footer-col h4 {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-muted);
    margin-bottom: 1rem;
  }

  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .footer-col ul a {
    font-size: 0.74rem;
    font-weight: 300;
    color: var(--text-muted);
    transition: color 0.3s;
  }

  .footer-col ul a:hover { color: var(--cream); }

  .footer-bottom {
    justify-content: space-between;
    align-items: center;
  }

 .footer-bottom p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
  .footer-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.82rem;
    font-style: italic;
    color: var(--text-muted);
  }

  /* ============================================
     ANIMATIONS
     ============================================ */
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: all 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .reveal.visible { opacity: 1; transform: translateY(0); }

  .reveal-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .reveal-stagger.visible > *:nth-child(1) { transition-delay: 0s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
  .reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }

  /* ============================================
     MOBILE COMPONENTS
     ============================================ */

  /* Hamburger button (hidden on desktop) */
  .nav-hamburger {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .nav-hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--navy);
    transition: all 0.3s ease;
  }

  .nav-hamburger.open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .nav-hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .nav-hamburger.open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  /* Mobile menu drawer */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--warm-white);
    z-index: 499;
    flex-direction: column;
    padding: 2rem 1.4rem 6rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-menu.open {
    transform: translateX(0);
  }

  .mobile-menu a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--navy);
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--light-gray);
    text-decoration: none;
    display: block;
  }

  .mobile-menu .mobile-login {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-muted);
    margin-top: 1.5rem;
    padding: 1rem 0;
    border-bottom: none;
  }

  .mobile-menu-cta {
    display: block;
    margin-top: 2rem;
    padding: 1.2rem 1.5rem;
    background: var(--gold);
    color: var(--navy-deep);
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    width: 100%;
    cursor: pointer;
  }

  /* Sticky bottom CTA bar (mobile only) */
  .sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    padding: 0.8rem 1.4rem calc(0.8rem + env(safe-area-inset-bottom));
    background: rgba(15, 26, 46, 0.96);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(200, 164, 92, 0.18);
    box-shadow: 0 -8px 30px rgba(15, 26, 46, 0.2);
  }

  .sticky-cta-btn {
    display: block;
    width: 100%;
    padding: 1.1rem;
    background: var(--gold);
    color: var(--navy-deep);
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(200, 164, 92, 0.3);
  }

  /* Body padding when sticky bar is visible */
  body.has-sticky-cta {
    padding-bottom: 0;
  }

  /* ============================================
     RESPONSIVE
     ============================================ */
  @media (max-width: 1024px) {
    .nav { padding: 0 2.5rem; }
    .nav-middle { display: none; }
    .hero-inner { grid-template-columns: 1fr; padding: 0 3rem; }
    .hero-visual { display: none; }
    .architecture, .why-section, .philosophy, .insights, .testimonial-section, .contact, .footer { padding-left: 3rem; padding-right: 3rem; }
    .why-header { grid-template-columns: 1fr; gap: 1.5rem; }
    .philosophy-grid { grid-template-columns: 1fr; gap: 3rem; }
    .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
    .footer-top { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 768px) {
    /* Show hamburger, hide desktop nav right */
    .nav-hamburger { display: flex; }
    .nav-right { display: none; }
    .mobile-menu { display: flex; }
    .sticky-cta { display: block; }
    body { padding-bottom: 80px; }

    .nav { padding: 0 1.4rem; height: 68px; }
    .hero { padding-top: 68px; min-height: auto; }
    .hero-inner { padding: 0 1.4rem; min-height: auto; }
    .hero-content { padding: 2.5rem 0 3.5rem; }
    .hero-watermark { display: none; }

    /* Tagline + headline mobile sizing */
    .hero-tagline-block { margin-bottom: 1.2rem; }
    .hero-sanskrit { font-size: 1rem; }
    .hero-sanskrit-meaning { font-size: 0.7rem; }

    .hero-headline {
      font-size: 2.6rem;
      line-height: 1.08;
      margin-bottom: 1.2rem;
    }

    .hero-sub {
      font-size: 0.95rem;
      line-height: 1.65;
      margin-bottom: 2rem;
    }

    .hero-actions {
      flex-direction: column;
      gap: 0.8rem;
      width: 100%;
    }

    .btn-primary, .btn-ghost {
      width: 100%;
      padding: 1.1rem 1.5rem;
      font-size: 0.78rem;
      text-align: center;
    }

    /* Section padding tightened */
    .architecture, .why-section, .philosophy, .insights, .testimonial-section, .contact, .footer {
      padding-left: 1.4rem;
      padding-right: 1.4rem;
    }

    .architecture { padding-top: 4rem; padding-bottom: 4rem; }
    .why-section { padding-top: 4rem; padding-bottom: 4rem; }
    .philosophy { padding-top: 4rem; padding-bottom: 4rem; }
    .insights { padding-top: 4rem; padding-bottom: 4rem; }
    .testimonial-section { padding-top: 4rem; padding-bottom: 4rem; }
    .contact { padding-top: 4rem; padding-bottom: 4rem; }

    /* Section headings sized for mobile */
    .section-heading {
      font-size: 2rem;
      line-height: 1.2;
    }

    .section-eyebrow {
      font-size: 0.65rem;
    }

    .arch-bg-text { display: none; }

    /* Service cards */
    .arch-grid {
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }

    .arch-card {
      padding: 2rem 1.6rem;
    }

    .arch-card h3 { font-size: 1.5rem; }
    .arch-card p { font-size: 0.92rem; line-height: 1.65; }
    .arch-link { font-size: 0.7rem; padding: 0.5rem 0; }

    /* Why stats - better spacing */
    .why-stats {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .why-stat-card {
      padding: 2.2rem 1.5rem;
    }

    .why-stat-value { font-size: 2.6rem; }
    .why-stat-label { font-size: 0.72rem; }
    .why-stat-desc { font-size: 0.88rem; }

    /* Philosophy */
    .philosophy h2 { font-size: 1.8rem; line-height: 1.2; }
    .philosophy h2 br { display: none; }
    .pillar h4 { font-size: 1rem; }
    .pillar p { font-size: 0.92rem; line-height: 1.65; }
    .philosophy-quote { font-size: 1.3rem; padding-left: 1.2rem; }
    .philosophy-quote-attr,
    .philosophy-quote-role { padding-left: 1.2rem; }
    .philosophy-cta { margin-left: 1.2rem; font-size: 0.85rem; }

    /* Insights magazine layout collapses cleanly */
    .insights-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .insight-card.featured {
      grid-row: auto;
      min-height: auto;
      padding: 2rem 1.6rem;
    }
    .insight-card.featured h3 { font-size: 1.5rem; }
    .insight-card.featured p { font-size: 0.92rem; }
    .insight-card.featured::before { top: 1.4rem; right: 1.6rem; }
    .insight-card.compact { padding: 1.6rem; }
    .insight-card.compact h3 { font-size: 1.2rem; }
    .insight-card.compact p { font-size: 0.88rem; }
    .insights-right-stack { gap: 1rem; }

    .insights-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.2rem;
    }

    /* Testimonial */
    .testimonial-quote { font-size: 1.3rem; line-height: 1.5; }

    /* Contact form */
    .contact-left h2 { font-size: 2rem; line-height: 1.2; }
    .contact-left p { font-size: 0.95rem; line-height: 1.65; }
    .contact-info-item { font-size: 0.92rem; padding: 0.6rem 0; }

    .contact-form { padding: 1.8rem 1.4rem; }
    .contact-form-title { font-size: 1.4rem; }
    .cf-row { grid-template-columns: 1fr; gap: 0.8rem; }
    .cf-field label { font-size: 0.7rem; }
    .cf-field input,
    .cf-field select,
    .cf-field textarea {
      padding: 1rem;
      font-size: 1rem;
      min-height: 48px;
    }
    .cf-field textarea { min-height: 100px; }
    .cf-submit {
      padding: 1.2rem;
      font-size: 0.78rem;
    }

    /* Footer */
    .footer-top {
      grid-template-columns: 1fr;
      gap: 2.2rem;
      padding-bottom: 2.2rem;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 0.8rem;
      text-align: center;
    }
    .footer-col h4 { font-size: 0.7rem; }
    .footer-col ul a { font-size: 0.88rem; padding: 0.3rem 0; display: inline-block; }
  }

  @media (max-width: 480px) {
    .hero-headline { font-size: 2.3rem; }
    .section-heading { font-size: 1.8rem; }
    .arch-card { padding: 1.8rem 1.4rem; }
    .arch-card h3 { font-size: 1.4rem; }
  }

  /* Reduced motion for performance and accessibility */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }



section.services-section .col-md-6.col-lg-4:nth-child(2) .service-card {
    background: #111c2f;
    color: #fff;
}

section.services-section .col-md-6.col-lg-4:nth-child(2) .service-card h3 {
    color: #fff;
}

section.services-section .col-md-6.col-lg-4:nth-child(2) .service-card p {
    color: #fff;
}

section.services-section .col-md-6.col-lg-4:nth-child(2) .service-card:after {
    opacity: 1;
}
.contact-inner img {
    position: absolute;
    max-width: 450px;
    left: 18%;
    bottom: 0;
}

section#contact .contact-inner {
    position: relative;
}

section#contact {
    padding-bottom: 0;
}

@media(max-width:767px){
    .hero h1 {
    font-size: 39px;
    line-height: 40px;
    text-align: center;
}

p.hero-sub {
    text-align: center;
}

.hero-sanskrit {
    text-align: center;
}

.hero-sanskrit-meaning {
    text-align: center;
}

.hero-actions {
    display: flex;
    flex-direction: row;
}

.hero-actions button.btn-primary {
    width: 47%;
    font-size: 10px;
    padding: 14px 0;
}

.hero-actions  button.btn-ghost {
    width: 47%;
}

img.main-img {
    height: 350px;
}
.contact-inner img{
    display: none;
}
.testimonial-inner {
    padding: 0 37px;
    font-size: 12px !important;
}

.testimonial-inner p.testimonial-quote {
    font-size: 16px;
}
.hero-content .d-flex.justify-content-left.gap-4 {
    display: block !important;
}

.hero-content .d-flex.justify-content-left.gap-4 .strip-item {
    padding: 10px 0;
    text-align: center;
    justify-content: center;
}

.hero-actions button.btn-primary {
    width: 100%;
}
}