html,
body {
    font-family: "DM Sans", sans-serif;
    color: #161616;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar {
    padding: 38px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.nav-link {
    font-weight: 500;
    color: #374151 !important;
}

.nav-link.active,
.nav-link:hover {
    color: #7209B7 !important;
    font-size: 16px;
    font-weight: 500;

}

/* Hero with background image */
.hero {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: url('http://localhost/moontriam/images/explore/hero.png') center/cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.4) 100%); */
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 56px;
    color: #111827;
}

@media (min-width:992px) {
    .hero .container {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

/* Hero Heading Styling (Figma based) */
.display-title {
    font-family: 'DM Sans', sans-serif;
  font-weight: 900;      /* Black */
  font-style: normal;
  font-size: 3rem;       /* 48px */
  line-height: 3.7rem;     /* 1 */
  letter-spacing: 0;
  margin-bottom: 1rem;   /* bootstrap की mb-3 जैसा */
    padding-bottom: 3rem;
}

.display-title .accent {
    color: #7209B7;
}

.lead-copy {
    color: #000000;
    max-width: 60ch;
    font-size: 1rem;
    line-height: 150%;
}

.kicker {
    font-weight: 400;
    color: #7209B7;
    font-size: 1rem;
}

@media (max-width:768px) {
    .display-title {
        font-size: 32px;
    }
}



/* About Section */


.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* helper */

.about-hero {
    font-family: "DM Sans", sans-serif;
    background: linear-gradient(180deg, #ffeefd 0%, #ffffff 55%, #ffffff 100%);
}

/* Eyebrow title */
.about-eyebrow {
    font-family: "DM Sans";
    font-weight: 900;
    font-style: normal;
    font-size: 3rem;
    /* 32px desktop */
    line-height: normal;
    margin: 0;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-sub {
    font-family: "DM Sans";
    color: #7b7f88;
    font-size: 1rem;
    font-weight: 400;
    line-height: 149.99%;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2rem;
}

/* Main headline */
.about-title {
    font-family: "DM Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 149.99%;
    /* 71.995px */
    padding-bottom: 2rem;
}

.about-title .black {
    color: #000;
    font-family: "DM Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 149.99%;
}

.grad {
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Paragraphs */
.about-lead {
    max-width: 50rem;
    /* ~800px */
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.99%;
    /* 23.998px */
}

.about-copy {
    max-width: 52rem;
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.99%;
    /* 23.998px */
}

/* AML Section CSS*/

/* Base */
.aml-detail-section{
  font-family:"DM Sans",sans-serif;
  background: linear-gradient(180deg,#fff0fb 0%, #ffffff 60%, #ffffff 100%);
}

/* EXACT 60px gap between image & text columns */
.aml-row{ --bs-gutter-x: 60px; }

/* Make text column start at very top so title aligns with image top */
.aml-col{
  display:flex;
  flex-direction:column;
  justify-content:flex-start; /* title = top line with image */
}

/* Heading row + icon */
.aml-head{ padding-bottom:50px; }  /* exactly as requested */
.aml-icon{
  width:42px; height:42px; border-radius:.75rem;
  display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(90deg,rgba(114,9,183,.12) 0%, rgba(181,23,158,.12) 100%);
}
.aml-icon img{ width:26px; height:26px; display:block; }

.aml-title{

 color: #7209B7;
font-family: "DM Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;

}

/* Body text + list */
.aml-copy{
  color: #000;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 149.99%; /* 23.998px */
}
.aml-list{
 color: #000;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
  line-height:2.6;
   padding-left:1rem;
}

/* === FIGMA-ACCURATE IMAGE BOX ===
   width:500px, height:453px, aspect-ratio:117/106
   Responsively scales down, never grows beyond 500px width */
.aml-figure{
  width:100%;
  max-width:500px;          /* Figma width cap */
  aspect-ratio:117 / 106;   /* exact proportion */
  border-radius:1rem;
  overflow:hidden;
  /* box-shadow:0 1rem 2rem rgba(17,24,39,.12); */
}
.aml-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

/* Mobile tweaks */
@media (max-width:576px){
  .aml-figure{ margin-inline:auto; }  /* center the image on small screens */
}


/* ===== CTA styles ===== */
.cta-sec{
  font-family: "DM Sans", sans-serif;
  background:#000;              /* pure black */
  color:#fff;
}

.cta-title{
color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 2.7rem;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 72px */
}

.cta-brand{
background: linear-gradient(90deg, #7209B7 31.25%, #B5179E 89.9%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "DM Sans";
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 150%;
}

.cta-copy{
  max-width:36rem;              /* keeps line length readable */
color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

/* Button */
.cta-btn{
 color: #FFF;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: normal;
border: none;
  background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
  /* box-shadow:0 .5rem 1.25rem rgba(114,9,183,.25); */
  transition:transform .12s ease, box-shadow .2s ease, opacity .2s ease;
}
.cta-btn:hover{ transform:translateY(-1px); opacity:.95; }
.cta-btn:active{ transform:translateY(0); box-shadow:0 .35rem 1rem rgba(114,9,183,.25); }




/* ===== Why Choose Us styles ===== */
.why-aml-sec{
  font-family:"DM Sans",sans-serif;
  background:linear-gradient(180deg,#fff5fb 0%, #ffffff 70%, #ffffff 100%);
  color:#111;
}

/* Big title with gradient accents */
.why-title{
    font-family: "DM Sans";
  font-weight:900;
  line-height:1.15;
  margin:0;
  font-size:clamp(1.6rem, 1.1rem + 2.4vw, 2.4rem);
}
.grad{
  background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Left image look */
.why-figure{
  border-radius:1rem;
  overflow:hidden;
  box-shadow:0 1.25rem 2.25rem rgba(17,24,39,.12);
  aspect-ratio: 3/4;               /* tall feel like mock */
}
.why-figure img{
  width:100%; height:100%;
  object-fit:cover; display:block;
}

/* Right column blocks */
.why-item{ margin-bottom:1.25rem; }
.why-sub{
    font-family: "DM Sans";
  /* margin:0 0 .35rem 0; */
  font-weight:700;
  color:#7209B7;                    /* purple subheads */
  font-size:clamp(1rem, .95rem + .4vw, 1.125rem);
  /* font-size: 20px; */
  font-weight: 400;
}
.why-copy{
 color: #000;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;

}







/* Figma-exact, responsive tall figure */
.tall-figure{
  width:100%;                /* shrink on small screens */
  max-width:582px;           /* never exceed Figma width */
  aspect-ratio:194 / 345;    /* exact proportion (≈0.562) */
  border-radius:1rem;        /* optional */
  overflow:hidden;           /* optional: rounded crop */
  box-shadow:0 1rem 2rem rgba(17,24,39,.12); /* optional */
}

.tall-figure img{
  width:100%;
  height:100%;
  object-fit:cover;          /* fill figure neatly */
  object-position:center;
  display:block;
}

/* center on very small screens */
@media (max-width:576px){
  .tall-figure{ margin-inline:auto; }
}




/* Spacing/gap between columns on large screens */
@media (min-width:992px){
  .why-aml-sec .row{ --bs-gutter-x: 3rem; }
}

/* Mobile tweaks */
@media (max-width:576px){
  .why-figure{ aspect-ratio: 4/3; } /* lighter crop on small screens */
}




/* Our Client */




  .py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

  .clients-section{
    background:#000000; 
    color:#fff; 
    font-family:"DM Sans",sans-serif;
  }
  .clients-title{
    font-weight:900; 
    font-size:3rem;
     line-height:1.1; 
     margin:0;
     padding-top: 1rem;
     padding-bottom: 14px;
    background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
    -webkit-background-clip:text;
     background-clip:text;
      -webkit-text-fill-color:transparent;
  }
  .clients-subtitle{
    color:#ffff;
     font-size:0.875rem;
      line-height:1.6;
    margin:0;
    font-weight: 400;
  }

  /* Marquee layout (JS animates transform) */
  .clients-marquee{
    width:100%; overflow:hidden; padding:2rem 0;
  }
  .marquee-track{
    display:flex; align-items:center; gap:4rem;
    will-change: transform;           /* smoother on GPU */
  }

  .client-logo{
    height:3.5rem; width:auto; display:block;
    background:#fff; border-radius:.25rem;
    padding:.25rem .75rem; box-shadow:0 .25rem .75rem rgba(0,0,0,.15);
  }

  @media (min-width:992px){
    .clients-title{ font-size:2.75rem; }
    .client-logo{ height:4.5rem; }
    .marquee-track{ gap:5rem; }
  }
  @media (max-width:576px){
    .clients-title{ font-size:2rem; }
    .client-logo{ height:2.8rem; }
    .marquee-track{ gap:2rem; }
  }


  /* Why MoonTriam */

  :root{
  --gap: 18px;
  --radius: 24px;
  --track-md: 156px;      /* md row height for small tiles */
  --track-xl: 172px;      /* xl row height */
}

/* ====== Mosaic (LEFT) ====== */
.mosaic{
  display:grid;
  grid-template-columns: 1fr;       /* mobile: single column */
  grid-auto-rows: auto;             /* content-driven on mobile */
  gap: var(--gap);
}
.tile{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f9fafb;
  padding: 16px;
}
.tile.big{ grid-row: span 2; }

.tile-img{ padding:0; background:#fff; }
.tile-img img{ width:100%; height:100%; object-fit:cover; display:block; }

/* TR (soft lilac) */
.tile-white{
  background:#F2DEFF; color:#000;
  font-family:"DM Sans", sans-serif;
  font-size:clamp(16px, 1.2vw + 12px, 20px);
  line-height:1.5;
  display:flex; align-items:center; justify-content:center; text-align:center; /* centered */
  padding: 14px 16px;
}

/* BL (black) */
.tile-black{
  background:#000; color:#fff;
  font-family:"DM Sans", sans-serif;
  font-size:clamp(16px, 1.2vw + 12px, 20px);
  line-height:1.5;
  display:flex; align-items:center; justify-content:center; text-align:center;  /* centered */
  padding: 18px;
}

/* BR (gradient blue/purple) */
.tile-blue{
  background: linear-gradient(109deg, #7209B7 42.47%, #B5179E 112.05%);
  color:#fff;
  font-family:"DM Sans", sans-serif;
  font-size:clamp(15px, 1vw + 11px, 17px);
  line-height:1.5;
  padding: 20px 24px 32px;   /* extra bottom space for border + arrow */
  border-bottom: 2px solid #fff;
  overflow: visible;         /* so arrow bahar dikh sake */
}

/* BLUE box arrow: OUTSIDE bottom-right border line */
.tile-blue .bottom-arrow{
  position: absolute;
  right: -1px;               /* thoda bahar */
  bottom: -1px;              /* border line ke saath */
  width: 56px;               /* adjust if needed */
  height: auto;
  pointer-events: none;
}

/* md+ : 2 columns with fixed tracks so alignment clean रहे */
@media (min-width: 768px){
  .mosaic{
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: var(--track-md);
    align-items: stretch;
  }
  .mosaic .tile{ height:100%; display:flex; align-items:center; }
}
@media (min-width: 1200px){
  .mosaic{ grid-auto-rows: var(--track-xl); }
}

/* ====== Headline (RIGHT->LEFT now by order) ====== */
.approach-headline{
  --pad: 0;
  /* padding-left: var(--pad); */
}
@media (min-width: 992px){
  .approach-headline{ --pad: 5rem; }
}

.approach-headline h2{
  color:#000;
  font-family:"DM Sans", sans-serif;
  font-weight:500;
  line-height:1.5;
  font-size: clamp(1.75rem, 1rem + 2.4vw, 3rem);
  margin:0;
}
.approach-headline h2 .break{ display:block; }

/* Arrow below headline (same) */
.headline-arrow{
  margin-top: clamp(1rem, 4vw, 3rem);
  padding-left: var(--pad);
}
.headline-arrow img{
  display:block;
  width: min(24.68rem, 100%);
  height:auto;
}

/* spacing tweaks */
.container.py-5.mt-5.pt-5{ padding-top: clamp(2rem, 4vw, 5rem) !important; }
.col-lg-6 > .approach-headline{ margin-top: .5rem; }


/* ============ Stats Strip styles ============ */
.stats-strip{
  font-family:"DM Sans",sans-serif;
  background:#fff;
}

.stat-card{
  position:relative;
  min-height:110px;
  padding-left:2.2rem;              /* space for the vertical bar (md+) */
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  text-align:center;
}

/* Vertical black bar (md+) */
.stat-card::before{
  content:"";
  position:absolute;
  left:0; top:50%; transform:translateY(-50%);
  width:6px; height:82px;
  background:#0b0b0b;
  border-radius:4px;
}

/* Numbers + labels */
.accuracy{

    text-align: center;
font-family: "Roboto", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;

background: linear-gradient(90deg, #7209B7 24%, #B5179E 81.75%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.accuracy-label{

    color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Mobile: bar becomes a small top line centered (cleaner for narrow screens) */
@media (max-width: 575.98px){
  .stat-card{ padding-left:0; padding-top:1.4rem; }
  .stat-card::before{
    left:50%; top:0; transform:translateX(-50%);
    width:42px; height:6px; border-radius:3px;
  }
}



  /* Newsletter Subscribe  */

  .py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

  .newsletter-section{
    font-family:"DM Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #fff2fb 55%, #ffeafd 100%);
  }

  .nl-title{
    font-weight:900;
     line-height:normal;
      margin:0;
    font-size:3rem; /* 40px */
    background: linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  }
  .nl-sub{
     color:#000000;
      font-size:1rem; 
      line-height:normal;
       margin:0; 
    }

  /* ===== Figma-style chips (input + button same look) ===== */
  .chip-field, .chip-btn{
    /* Figma specs translated to responsive */
    height: 3rem;                         /* 48px */
    border-radius: 1.5rem;                /* 24px */
    padding: 1rem 1.5rem;                 /* 16px 24px */
    border: 2px solid #7209B7;
    background: #FFF3FD;
    /* width fluid, but cap at ~319px like Figma */
    width: min(100%, 19.9375rem);         /* 319px */
  }

  /* Input (text color & focus) */
  .chip-field{
    outline: none;
    font-size:.95rem;
    color:#111;
  }
  .chip-field::placeholder{ 
    color:#9ca3af; 
    font-size: 1rem;
    background: linear-gradient(90deg, #B5179E 0%, #7209B7 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
  .chip-field:focus{
    box-shadow: 0 0 0 .2rem rgba(114,9,183,.15);
  }

  /* Button same chip look + pointer & bold text */
 .chip-btn{
  display:flex; align-items:center;
   justify-content:center; 
   gap:.625rem;
  height: 3rem;                 /* 48px */
  border-radius: 1.5rem;        /* 24px */
  padding: 1rem 1.5rem;         /* 16px 24px */
  width: min(100%, 19.9375rem); /* 319px max */
  border: 0;                    /* gradient fill, border नहीं */
  background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
  color:#ffffff; 
  font-weight:500;
  box-shadow: 0 .6rem 1.4rem rgba(114,9,183,.25);
  cursor:pointer;
  transition: filter .15s ease, transform .02s ease-in-out;
  font-size: 1.25rem;
    
}
  .chip-btn:hover{ filter: brightness(.96); }
.chip-btn:active{ transform: translateY(1px); }
.chip-btn:focus-visible{ outline: 2px solid rgba(114,9,183,.35); outline-offset: 2px; }

  /* Responsive tweaks */
  @media (max-width:576px){
    .nl-title{ font-size:2rem; }        /* 32px */
  }
  @media (min-width:992px){
    .nl-title{ font-size:2.75rem; }     /* 44px */
  }

  .nl-form{
    padding-top: 4rem;
  }



  
  /* Footer Section */

   .footer-section{
    font-family:"DM Sans",sans-serif;
    color:#fff;
    background: linear-gradient(135deg, #7209B7 0%, #B5179E 100%);
  }

  .footer-logo
  { 
    height:35px; 
    width:auto; 
    object-fit:contain;
 }
  .footer-brand{ font-weight:800; letter-spacing:.08em; }

  .footer-tagline
  { 

    color:#fff; 
    font-size:0.90rem;
    /* text-align: center;  */
    line-height: normal;
    font-weight: 300;
}

  .soc{
    width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center;
    border:1px solid rgba(255,255,255,.35); border-radius:50%;
    transition: background .2s ease, transform .1s ease;
  }
  .soc:hover{ background:rgba(255,255,255,.12); transform: translateY(-1px); }

  .footer-head{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight:500; 
    margin-bottom:.75rem; 
    letter-spacing:.02em;
    font-size: 1.25rem;
  }

  .footer-links
  { list-style:none; 
    padding:0; margin:0;
 }
  .footer-links li{
   
    margin:.45rem 0;
  
    
 }
  .footer-links a{
     font-family: "Roboto", sans-serif; 
      color: #fff;
     text-decoration:none; 
       font-size: 0.875rem;
           font-weight: 400;
             line-height: normal;
    font-style: normal;

  }
  .footer-links a:hover{ color:#fff; text-decoration:underline; }

  .footer-hr{
    border:0; height:1px; background: rgba(255,255,255,.45);
  }

  .footer-mini{

    color:#fff; 
    text-decoration:none;
    font-size: 0.90rem;
  }
  .footer-mini:hover{ color:#fff; text-decoration:underline; }

  /* Responsive tweaks */
  @media (max-width: 576px){
    .footer-brand{ font-size:1rem; }
    .footer-logo{ height:32px; }
  }
.location{
     font-family: "Roboto", sans-serif; 

color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}





/* reveal section */

/* slide up from bottom, slow and smooth */
.reveal-up{
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.98);
  transition:
    transform 900ms cubic-bezier(.22,1,.36,1),
    opacity   900ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: transform, opacity;
}
.reveal-up.show{
  opacity: 1;
  transform: none;
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal-up{ transition: none; transform: none; opacity:1; }
}




/* Dropdown */


:root{ --accent:#7209B7; }

/* Active color for top nav links */
.navbar .nav-link.active{ color: var(--accent) !important; }

/* Dropdown items: active/pressed color */
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--accent) !important;
  color:#fff !important;
}

/* Nice dropdown look */
.dropdown-menu{
  border-radius: 12px;
}

/* Hover to open (desktop only) */
@media (min-width: 992px){
  .navbar .dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0; /* snap to toggle */
  }
}

/* Optional: subtle hover colors */
.navbar .nav-link:hover{ color: var(--accent); }
.dropdown-item:hover{
  background: rgba(114,9,183,.08);
  color: var(--accent);
}


