@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root{
  --cream:#ffffff;
  --paper:#ffffff;
  --mint:#edf6ea;
  --mint2:#dcebd8;
  --sage:#9fbd98;
  --green:#35633c;
  --green2:#5f8661;
  --deep:#19301f;
  --black:#171c18;
  --muted:#68736a;
  --line:#e3e9e1;
  --shadow:0 16px 45px rgba(43,76,47,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--black);font-family:"DM Sans",Arial,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,92%);margin:auto}

.top{font-size:12px;color:#607064;background:#ffffff;border-bottom:1px solid var(--line)}
.top .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}

.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.navin{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px}
.logo{width:44px;height:44px;border-radius:15px;background:var(--deep);display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:0 7px 18px rgba(25,48,31,.14)}
.logo:before,.logo:after{content:"";position:absolute;background:#b9d6b1;border-radius:100% 0 100% 0}
.logo:before{width:18px;height:27px;left:10px;top:5px;transform:rotate(-35deg)}
.logo:after{width:14px;height:21px;right:7px;bottom:5px;transform:rotate(35deg)}
.brandname{font-family:"Playfair Display",serif;font-size:23px;line-height:1;color:var(--deep)}
.brandname small{font:600 9px "DM Sans";display:block;letter-spacing:.16em;text-transform:uppercase;color:#708071;margin-top:4px}

.links{display:flex;align-items:center;gap:5px}
.links a{font-size:13px;padding:10px 14px;color:#4f5e52;border-radius:999px}
.links a:hover,.links a.active{background:var(--mint);color:var(--green)}
.cta{background:var(--green)!important;color:#fff!important;border-radius:999px!important;padding:11px 17px!important;box-shadow:0 7px 18px rgba(53,99,60,.18)}
.menu{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 11px}

.hero{padding:72px 0 68px;background:#ffffff;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:55px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--green);font-weight:700;background:var(--mint);padding:8px 12px;border-radius:999px}
.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--sage)}
h1,h2,h3{margin-top:0}
h1{font:600 clamp(48px,6vw,76px)/1.03 "Playfair Display",serif;letter-spacing:-.045em;color:var(--deep);margin:17px 0 20px}
h1 em{font-style:normal;color:var(--green)}
.lead{font-size:17px;color:#5e6b61;max-width:610px;line-height:1.8}
.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;gap:9px;border:1px solid #ceddca;padding:12px 18px;border-radius:999px;font-weight:600;font-size:13px;background:#fff;transition:.2s}
.btn.primary{background:var(--green);border-color:var(--green);color:#fff}
.btn:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(43,76,47,.12)}

.hero-photo{min-height:510px;border-radius:38px;overflow:hidden;position:relative;background:linear-gradient(135deg,#dcebd7,#f1f4eb 50%,#cbdcc6);box-shadow:var(--shadow);border:7px solid rgba(255,255,255,.65)}
.hero-photo img{width:100%;height:100%;min-height:496px;object-fit:cover;display:block}
.hero-photo:before{content:"";position:absolute;inset:0;border:1px solid rgba(53,99,60,.14);border-radius:31px;z-index:2;pointer-events:none}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(25,48,31,.18))}
.photo-note{position:absolute;z-index:3;right:22px;bottom:22px;background:rgba(255,253,247,.94);padding:15px 18px;border-radius:18px;max-width:245px;box-shadow:0 12px 30px rgba(0,0,0,.09)}
.photo-note strong{font-family:"Playfair Display",serif;font-size:20px;color:var(--deep)}
.photo-note span{font-size:12px;color:#68736a}

.section{padding:82px 0}
.section.soft{background:#ffffff;border-block:1px solid var(--line)}
.kicker{display:inline-block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--green);font-weight:700;background:var(--mint);padding:7px 11px;border-radius:999px}
.title{font:600 clamp(32px,4vw,48px)/1.1 "Playfair Display",serif;letter-spacing:-.025em;color:var(--deep);margin:12px 0 15px}
.sub{max-width:760px;color:#68736a;line-height:1.8}
.intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:start}
.intro .large{font:500 25px/1.5 "Playfair Display",serif;color:#334b38}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.stat{background:var(--paper);border:1px solid var(--line);border-radius:19px;padding:20px}
.stat strong{display:block;font:600 33px "Playfair Display";color:var(--green)}
.stat span{font-size:12px;color:var(--muted)}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:35px}
.card{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 7px 26px rgba(43,76,47,.045);transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.icon{width:47px;height:47px;border-radius:16px;display:grid;place-items:center;background:var(--mint);color:var(--green);font-weight:700;margin-bottom:18px}

.card h3{font:600 22px "Playfair Display";color:var(--deep);margin-bottom:8px}
.card p{margin:0;color:#6a756c;font-size:14px;line-height:1.75}

.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:19px;margin-top:35px}
.service{padding:0;overflow:hidden}
.service-img{height:205px;background:var(--mint2);overflow:hidden}
.service-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.service:hover .service-img img{transform:scale(1.035)}
.service-body{padding:26px}
.service-body h3{font-size:25px}
.service-body p{font-size:14px}
.learn{display:inline-block;margin-top:18px;font-size:12px;font-weight:700;color:var(--green)}

.team{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}
.person{display:flex;gap:18px;align-items:center}
.avatar{width:95px;height:95px;border-radius:22px;object-fit:cover;background:var(--mint2)}
.person h3{margin-bottom:3px}.person small{color:var(--muted)}

.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:30px}
.quote{font:500 17px/1.7 "Playfair Display",serif;color:#334338}
.quote:before{content:"“";color:#83a37f;font-size:44px;line-height:0;vertical-align:-13px;margin-right:4px}
.client{display:flex;gap:10px;align-items:center;margin-top:20px}
.client img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:var(--mint2)}
.client strong{font-size:12px}.client small{display:block;color:var(--muted);font-size:11px}

.band{background:var(--deep);color:#fff;padding:25px 0}
.band .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.band .btn{background:#e3f0df;border-color:#e3f0df;color:var(--deep)}

.office{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}
.map{min-height:330px;border-radius:24px;overflow:hidden;border:1px solid var(--line)}
.map iframe{width:100%;height:100%;min-height:330px;border:0}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}
.contact-item{padding:17px 0;border-bottom:1px solid var(--line)}
.contact-item:last-child{border-bottom:0}
.contact-item small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:3px}
.form{display:grid;gap:12px}
.form input,.form textarea{width:100%;padding:13px 15px;border:1px solid #d6e1d2;border-radius:15px;background:#fff;color:#18221b;font:inherit;outline:none}
.form textarea{min-height:135px;resize:vertical}
.form input:focus,.form textarea:focus{border-color:#8baa85;box-shadow:0 0 0 3px #e9f3e6}

.page-head{padding:62px 0 38px;background:#ffffff;border-bottom:1px solid var(--line)}
.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:18px}
.legal{max-width:900px}
.legal h2{font:600 25px "Playfair Display";color:var(--deep);margin-top:30px}
.legal p,.legal li{color:#68736a;line-height:1.8}

footer{background:#15241a;color:#dce8dd;padding:48px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:30px}
.footer h4{font-size:13px;margin:0 0 12px}
.footer p,.footer a{font-size:12px;color:#9eaea2;line-height:1.8;display:block;margin:3px 0}
.footer .brandname{color:#fff}.footer .brandname small{color:#9eaea2}
.disclaimer{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:28px;font-size:10px;line-height:1.7;color:#809084}

@media(max-width:850px){
  .hero-grid,.intro,.office,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .hero-photo,.hero-photo img{min-height:390px}
  .cards,.testimonials{grid-template-columns:1fr 1fr}
  .links{display:none}.menu{display:block}
  .nav.open .links{display:flex;position:absolute;left:0;right:0;top:78px;background:#fff;padding:10px;flex-direction:column;border-bottom:1px solid var(--line)}
  .links a{width:100%;text-align:center}
  .service-grid,.team{grid-template-columns:1fr}
}
@media(max-width:560px){
  .top .container{justify-content:center;text-align:center}
  .cards,.testimonials,.stats{grid-template-columns:1fr}
  h1{font-size:49px}
  .hero{padding-top:48px}
  .section{padding:60px 0}
  .band .container{flex-direction:column;align-items:flex-start}
}


/* FINAL APPROVED WHITE BACKGROUND */
html, body {
  background:#ffffff !important;
}
.top,
.hero,
.page-head,
.section.soft {
  background:#ffffff !important;
}
.nav {
  background:rgba(255,255,255,.96) !important;
}
.card,
.stat,
.service,
.photo-note {
  background:#ffffff;
}
.hero-photo {
  background:linear-gradient(135deg,#f2f8f0,#ffffff 55%,#e6f0e2);
}


/* =========================================================
   FOOTER — aligned to original www.dhatrifin.in structure
   Our Office | Services | Legal | Quick Links
   ========================================================= */
.original-footer{
  grid-template-columns:1.5fr .9fr .9fr .9fr;
  gap:48px;
  align-items:start;
}
.footer-col{
  min-width:0;
}
.footer-col h4{
  margin:0 0 15px;
  color:#f3f7f3;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}
.footer-col p,
.footer-col a{
  margin:0 0 7px;
  display:block;
  font-size:12px;
  line-height:1.75;
  color:#aebcaf;
}
.footer-col a:hover{
  color:#ffffff;
}
.footer-office p{
  max-width:290px;
}
.footer-bottom{
  margin-top:32px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:35px;
  align-items:center;
}
.footer-brandline{
  display:flex;
  align-items:center;
  gap:22px;
  min-width:0;
  color:#91a094;
  font-size:10px;
}
.footer-brandline .brand{
  flex:0 0 auto;
}
.footer-brandline .brandname{
  color:#ffffff;
}
.footer-brandline .brandname small{
  color:#9eaea2;
}
.footer-legal-copy{
  text-align:right;
}
.footer-legal-copy p{
  margin:0 0 5px;
  color:#819185;
  font-size:10px;
  line-height:1.65;
}
.footer-legal-copy p:last-child{
  margin-bottom:0;
}

@media(max-width:900px){
  .original-footer{
    grid-template-columns:1fr 1fr;
    gap:30px 40px;
  }
  .footer-bottom{
    grid-template-columns:1fr;
    gap:18px;
  }
  .footer-legal-copy{
    text-align:left;
  }
}
@media(max-width:560px){
  .original-footer{
    grid-template-columns:1fr;
    gap:24px;
  }
  .footer-brandline{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
}


/* =========================================================
   INDEX — LIFE GOALS HERO VISUAL
   ========================================================= */
.goals-hero-visual{
  min-height:510px;
  padding:30px;
  background:
    radial-gradient(circle at 80% 18%,rgba(169,205,161,.42),transparent 27%),
    radial-gradient(circle at 12% 82%,rgba(225,240,220,.85),transparent 28%),
    linear-gradient(145deg,#ffffff 0%,#f4faf1 55%,#e5f1e1 100%);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.goals-hero-visual:after{
  background:none;
}
.goals-visual-head{
  position:relative;
  z-index:4;
  max-width:360px;
}
.goals-small{
  display:block;
  color:var(--green);
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  margin-bottom:10px;
}
.goals-visual-head strong{
  display:block;
  color:var(--deep);
  font:600 27px/1.16 "Playfair Display",serif;
}
.goals-visual-head p{
  color:#718074;
  font-size:12px;
  margin:8px 0 0;
}
.goals-orbit{
  position:relative;
  z-index:3;
  height:300px;
  margin-top:5px;
}
.goals-orbit:before,
.goals-orbit:after{
  content:"";
  position:absolute;
  border:1px dashed rgba(53,99,60,.20);
  border-radius:50%;
  left:50%; top:52%;
  transform:translate(-50%,-50%);
}
.goals-orbit:before{width:265px;height:265px}
.goals-orbit:after{width:190px;height:190px}
.goal-center{
  position:absolute;
  left:50%;top:52%;
  transform:translate(-50%,-50%);
  width:104px;height:104px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-content:center;
  text-align:center;
  box-shadow:0 15px 35px rgba(53,99,60,.22);
}
.goal-center span{
  font-size:9px;
  letter-spacing:.18em;
}
.goal-center strong{
  font:600 22px "Playfair Display",serif;
}
.goal-bubble{
  position:absolute;
  width:112px;
  min-height:74px;
  padding:10px 7px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(53,99,60,.12);
  border-radius:19px;
  box-shadow:0 9px 25px rgba(43,76,47,.08);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.goal-bubble b{
  margin-top:4px;
  font-size:10px;
  color:#314735;
  font-weight:600;
}
.goal-icon{
  width:32px;height:32px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#e4f1e0;
  color:#2f6939;
  font-size:18px;
  font-family:Arial,sans-serif;
  font-weight:700;
}
.goal-home{left:1%;top:16%}
.goal-retire{left:4%;bottom:2%}
.goal-vacation{left:50%;bottom:-2%;transform:translateX(-50%)}
.goal-marriage{right:3%;bottom:3%}
.goal-health{right:0;top:17%}
.goal-giving{left:50%;top:-1%;transform:translateX(-50%)}

@media(max-width:850px){
  .goals-hero-visual{min-height:500px}
}
@media(max-width:560px){
  .goals-hero-visual{padding:22px;min-height:520px}
  .goals-orbit{transform:scale(.88);transform-origin:center}
  .goal-bubble{width:104px}
}


/* =========================================================
   FINAL DHATRI LOGO
   Uses the uploaded official Dhatri logo on every page.
   ========================================================= */
.brand.brand-image{
  display:flex;
  align-items:center;
  padding:0;
  background:transparent;
  box-shadow:none;
}
.brand.brand-image img,
.brand-logo-img{
  display:block;
  width:auto;
  height:62px;
  max-width:220px;
  object-fit:contain;
  object-position:left center;
}
.nav .brand.brand-image img{
  height:58px;
}
footer .brand.brand-image img,
.footer-logo img{
  height:54px;
  max-width:190px;
  background:#fff;
  border-radius:8px;
  padding:4px 8px;
}
.footer-brandline .brand{
  min-width:0;
}
@media(max-width:560px){
  .nav .brand.brand-image img{
    height:48px;
    max-width:170px;
  }
  footer .brand.brand-image img{
    height:48px;
    max-width:165px;
  }
}


/* =========================================================
   TOP-LEFT BRAND — LARGE LOGO + ARN LABEL
   ========================================================= */
.navin{
  min-height:92px;
  height:auto;
  padding:10px 0;
}
.brand-with-label{
  display:flex !important;
  align-items:center;
  gap:14px;
  min-width:0;
}
.nav .brand-with-label img{
  height:76px !important;
  width:auto !important;
  max-width:150px !important;
  object-fit:contain;
  flex:0 0 auto;
  border-radius:0;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1.05;
  min-width:0;
}
.brand-copy strong{
  font-family:"Playfair Display",serif;
  font-size:30px;
  font-weight:600;
  color:var(--deep);
  letter-spacing:-.02em;
}
.brand-copy small{
  margin-top:7px;
  font-family:"DM Sans",Arial,sans-serif;
  font-size:11px;
  font-weight:600;
  color:var(--green);
  letter-spacing:.02em;
  white-space:nowrap;
}
.nav .links{
  flex:0 0 auto;
}

@media(max-width:980px){
  .nav .brand-with-label img{
    height:68px !important;
    max-width:132px !important;
  }
  .brand-copy strong{
    font-size:26px;
  }
  .brand-copy small{
    font-size:10px;
  }
}

@media(max-width:700px){
  .navin{
    min-height:82px;
    padding:8px 0;
  }
  .nav .brand-with-label img{
    height:58px !important;
    max-width:112px !important;
  }
  .brand-copy strong{
    font-size:23px;
  }
  .brand-copy small{
    font-size:9px;
    white-space:normal;
    max-width:180px;
    line-height:1.25;
  }
}

@media(max-width:430px){
  .brand-with-label{
    gap:9px;
  }
  .nav .brand-with-label img{
    height:50px !important;
    max-width:96px !important;
  }
  .brand-copy strong{
    font-size:20px;
  }
  .brand-copy small{
    font-size:8px;
    max-width:145px;
  }
}


/* Contact page: requested section disabled */
.disabled-help-section{
  display:none !important;
}


/* Contact page: Send an enquiry section disabled */
.disabled-enquiry-section{
  display:none !important;
}

/* Previous How can we help section restored */
.disabled-help-section{
  display:initial;
}


/* Contact page: enquiry form removed, left contact details retained */
.contact-grid.contact-grid-single{
  grid-template-columns:minmax(0,760px);
  justify-content:start;
}
.contact-grid.contact-grid-single > *{
  width:100%;
}
.team-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.team-social a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(25, 78, 56, 0.20);
    border-radius: 50%;
    background: #ffffff;
    line-height: 1;
    transition: all 0.25s ease;
}

.team-social a svg {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    display: block;
    flex: none;
    fill: var(--green);
}

.team-social a:hover {
    background: var(--green);
    transform: translateY(-2px);
}

.team-social a:hover svg {
    fill: #ffffff;
}