.elementor-4180 .elementor-element.elementor-element-52e5179{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4180 .elementor-element.elementor-element-d761c26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ── GLOBAL STYLES & VARIABLES ── */
:root {
  --navy:       #0B1C3A;
  --navy-mid:   #122044;
  --navy-deep:  #07122A;
  --gold:       #C9A84C;
  --gold-light: #E4C878;
  --gold-pale:  #F5EDD6;
  --white:      #FFFFFF;
  --off-white:  #F8F6F1;
  --stone:      #EEE9DF;
  --text-dark:  #0D1B33;
  --text-mid:   #3D4F6A;
  --text-soft:  #6B7A8F;
  --fd: 'Cormorant Garamond', Georgia, serif;
  --fb: 'Inter', sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-html-block-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 4rem; background: rgba(7,18,42,0.95);
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,168,76,0.15);
}
.nav-logo { font-family: var(--fd); font-size: 1.45rem; font-weight: 600; color: var(--white); text-decoration: none; letter-spacing: 0.02em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { background: var(--gold); color: var(--navy); padding: 0.55rem 1.4rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s; }
.nav-cta:hover { background: var(--gold-light); }
@media(max-width:900px){ .nav { padding: 1rem 1.5rem; } .nav-links { display: none; } }

/* ── HERO ── */
.hero { min-height: 100vh; background: var(--navy-deep); display: flex; align-items: center; padding: 9rem 4rem 5rem; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 65% 50%, rgba(201,168,76,0.07) 0%, transparent 65%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(18,32,68,0.8) 0%, transparent 60%); }
.hero-grid { position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(201,168,76,0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.35) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 100% at 60% 50%, black 30%, transparent 100%); }
.hero-orb { position: absolute; right: 8%; top: 50%; transform: translateY(-50%); width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.12); pointer-events: none; }
.hero-orb::before { content: ''; position: absolute; inset: 40px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.1); }
.hero-orb::after { content: ''; position: absolute; inset: 100px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.08); }
.hero-india { position: absolute; right: 22%; top: 50%; transform: translate(0,-50%); width: 90px; height: 110px; opacity: 0.5; }
.india-dot { position: absolute; border-radius: 50%; background: var(--gold); animation: pulse 3s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:0.6;transform:scale(1)} 50%{opacity:1;transform:scale(1.3)} }
.hero-content { position: relative; z-index: 2; max-width: 620px; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,0.35); padding: 0.4rem 1rem; border-radius: 2px; margin-bottom: 2rem; }
.hero-badge-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
.hero h1 { font-family: var(--fd); font-size: clamp(2.8rem, 5vw, 4.4rem); font-weight: 600; line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.68); max-width: 500px; line-height: 1.85; margin-bottom: 2.5rem; }
.hero-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.25); border-radius: 4px; padding: 1.75rem; max-width: 520px; }
.hero-form-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
.hero-form-row { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-form input { flex: 1; min-width: 180px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: var(--white); padding: 0.75rem 1rem; font-family: var(--fb); font-size: 0.9rem; border-radius: 2px; outline: none; transition: border-color 0.2s; }
.hero-form input::placeholder { color: rgba(255,255,255,0.35); }
.hero-form input:focus { border-color: var(--gold); }
.hero-form-btn { background: var(--gold); color: var(--navy); padding: 0.75rem 1.5rem; font-family: var(--fb); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: none; cursor: pointer; border-radius: 2px; white-space: nowrap; transition: background 0.2s; }
.hero-form-btn:hover { background: var(--gold-light); }
.hero-form-note { font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-top: 0.6rem; }
.hero-proof { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: 0.5rem; }
.proof-num { font-family: var(--fd); font-size: 1.5rem; font-weight: 600; color: var(--gold-light); }
.proof-label { font-size: 0.72rem; color: rgba(255,255,255,0.45); line-height: 1.3; max-width: 80px; }
.proof-divider { width: 1px; height: 30px; background: rgba(255,255,255,0.12); }

/* ── TICKER RIBBON ── */
.ribbon { background: var(--gold); padding: 0.85rem 0; overflow: hidden; white-space: nowrap; }
.ribbon-track { display: inline-flex; gap: 2rem; animation: ticker 30s linear infinite; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ribbon-item { display: inline-flex; align-items: center; gap: 0.75rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy); }
.ribbon-sep { color: rgba(11,28,58,0.35); font-size: 0.6rem; }

/* ── SHARED STRUCTURES ── */
.custom-section { padding: 6rem 4rem; font-family: var(--fb); }
.container { max-width: 1120px; margin: 0 auto; }
.container-sm { max-width: 820px; margin: 0 auto; }
.sec-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.sec-title { font-family: var(--fd); font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.sec-title-white { color: var(--white); }
.gold-rule { width: 44px; height: 3px; background: var(--gold); margin: 1.2rem 0 2rem; }
.gold-rule-c { width: 44px; height: 3px; background: var(--gold); margin: 1.2rem auto 2rem; }
.sec-body { font-size: 1rem; color: var(--text-mid); line-height: 1.85; max-width: 540px; }
@media(max-width:768px){ .custom-section { padding: 4rem 1.5rem; } }

/* ── WHO WE SERVE ── */
.who { background: var(--off-white); }
.who-intro { text-align: center; margin-bottom: 3.5rem; }
.who-intro .sec-body { margin: 0 auto; text-align: center; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media(max-width:900px){ .who-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:560px){ .who-grid { grid-template-columns: 1fr; } }
.who-card { background: var(--white); border: 1px solid rgba(11,28,58,0.09); border-top: 3px solid transparent; padding: 2rem 1.75rem; border-radius: 3px; cursor: pointer; transition: border-top-color 0.25s, box-shadow 0.25s, transform 0.2s; position: relative; }
.who-card:hover { border-top-color: var(--gold); box-shadow: 0 10px 35px rgba(11,28,58,0.09); transform: translateY(-3px); }
.who-card-tag { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); background: var(--gold-pale); padding: 0.3rem 0.75rem; border-radius: 2px; margin-bottom: 1rem; }
.who-card-title { font-family: var(--fd); font-size: 1.25rem; font-weight: 600; color: var(--navy); margin-bottom: 0.6rem; line-height: 1.3; }
.who-card-body { font-size: 0.88rem; color: var(--text-soft); line-height: 1.75; margin-bottom: 1.25rem; }
.who-card-cta { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; transition: color 0.2s; }
.who-card:hover .who-card-cta { color: var(--gold); }
.who-card-cta::after { content: '→'; transition: transform 0.2s; }
.who-card:hover .who-card-cta::after { transform: translateX(4px); }

/* ── HOW IT WORKS ── */
.how { background: var(--navy); }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 3rem; position: relative; }
.how-steps::before { content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4) 20%, rgba(201,168,76,0.4) 80%, transparent); }
@media(max-width:768px){ .how-steps { grid-template-columns: 1fr 1fr; } .how-steps::before { display: none; } }
@media(max-width:480px){ .how-steps { grid-template-columns: 1fr; } }
.how-step { padding: 0 1.5rem; text-align: center; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.35); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-family: var(--fd); font-size: 1.3rem; font-weight: 600; color: var(--gold); }
.step-title { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 0.6rem; }
.step-body { font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ── LEAD/FORM COMBO ── */
.lead { background: var(--off-white); }
.lead-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
@media(max-width:900px){ .lead-grid { grid-template-columns: 1fr; gap: 3rem; } }
.lead-copy .sec-body { max-width: 100%; }
.lead-reasons { list-style: none; margin-top: 2rem; }
.lead-reasons li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.7rem 0; font-size: 0.92rem; color: var(--text-mid); border-bottom: 1px solid rgba(11,28,58,0.07); }
.lead-reasons li:last-child { border-bottom: none; }
.lead-check { width: 20px; height: 20px; flex-shrink: 0; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--gold); font-weight: 700; margin-top: 2px; }
.lead-form-wrap { background: var(--white); border: 1px solid rgba(11,28,58,0.1); border-top: 4px solid var(--gold); border-radius: 4px; padding: 2.5rem; box-shadow: 0 10px 40px rgba(11,28,58,0.07); }
.lead-form-title { font-family: var(--fd); font-size: 1.5rem; font-weight: 600; color: var(--navy); margin-bottom: 0.25rem; }
.lead-form-sub { font-size: 0.85rem; color: var(--text-soft); margin-bottom: 1.75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media(max-width:560px){ .form-row { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.75rem; }
.form-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); }
.form-input { padding: 0.75rem 1rem; border: 1px solid rgba(11,28,58,0.18); border-radius: 2px; font-family: var(--fb); font-size: 0.92rem; color: var(--text-dark); background: var(--white); outline: none; transition: border-color 0.2s; width: 100%; }
.form-input:focus { border-color: var(--gold); }
.form-input::placeholder { color: rgba(11,28,58,0.25); }
select.form-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236B7A8F' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
textarea.form-input { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; background: var(--navy); color: var(--white); padding: 1rem; border: none; cursor: pointer; font-family: var(--fb); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 2px; transition: background 0.2s; margin-top: 0.5rem; }
.form-submit:hover { background: var(--gold); color: var(--navy); }
.form-disclaimer { font-size: 0.75rem; color: var(--text-soft); text-align: center; margin-top: 0.75rem; }

/* ── FOOTER STRIP ── */
.footer-strip { background: var(--navy-deep); padding: 2rem 4rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; border-top: 1px solid rgba(201,168,76,0.12); }
.footer-logo { font-family: var(--fd); font-size: 1.2rem; font-weight: 600; color: var(--white); }
.footer-logo span { color: var(--gold); }
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
@media(max-width:768px){ .footer-strip { padding: 2rem 1.5rem; flex-direction: column; text-align: center; } }/* End custom CSS */