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;
   
  }

 .grad_insight {
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
    font-family: "DM Sans";
font-style: normal;
font-weight: 900;
line-height: normal;
}

  /* Hero with background image */
  .hero{
    position:relative;
    overflow:hidden;
    margin-top:80px;
    min-height:90vh;
    display:flex;
    align-items:center;
    background:url('https://www.moontriam.com/images/explore/insight_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;
    font-style:normal;
    font-size:48px;
    line-height:4rem;
    letter-spacing:0%;
    color:#111827;
  }
  .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;
    }
  }

  

/* AML Details Section CSS*/


.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: #000;
font-family: "DM Sans";
font-size: 2.5rem;
font-style: normal;
font-weight: 900;
line-height: normal;

}



    .grad {
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
    font-family: "DM Sans";
font-size: 2.5rem;
font-style: normal;
font-weight: 900;
line-height: normal;
}


.grad2{
	
	
	 color:#7209B7;
   
    font-family: "DM Sans";
font-size: 2.3rem;
font-style: normal;
font-weight: 900;
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;
 
}
.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 */
}



/* star */



.aml-star-list {
  list-style: none;        /* default bullets hatao */
  margin: 0;
  padding-left: 0;
}

.aml-star-list li {
  position: relative;
  padding-left: 28px;      /* icon ke liye left space */
  line-height: 3;
  color: #7209B7;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;

}

.aml-star-list li::before {
  content: "";
  position: absolute;
  left: 0;
  /* text baseline ke hisaab se thoda niche */
  top: 1em;

  /* Figma size */
  width: 15px;
  height: 14.25px;
  flex-shrink: 0;

  /* Gradient fill (applies via mask) */
  background: linear-gradient(180deg, #7209B7 0%, #B5179E 100%);

  /* SVG ko mask ki tarah use karo (works with external file) */
  -webkit-mask: url("https://www.moontriam.com/images/explore/star.svg") no-repeat center / contain; /* Safari/iOS */
          mask: url("https://www.moontriam.com/images/explore/star.svg") no-repeat center / contain;
}

/* Spacing tweak on small screens */
@media (max-width: 575.98px) {
  .aml-list li { padding-left: 26px; }
}

/* ---------- AML Figure: responsive with given aspect ratio ---------- */
.aml-star-figure {
  /* Figma base */
  max-width: 523px;   /* cap on large screens */
  width: 100%;        /* fluid */
  aspect-ratio: 38 / 55;  /* = 523x757 approx */
  margin: 0;

  /* Optional: nice rounding and shadow like modern UI */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.aml-star-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* design ke hisaab se crop */
  display: block;
}

/* Layout niceties for the right column image block */
@media (min-width: 992px) {
  .aml-star-figure { margin-left: auto; }
}

/* Optional: smooth reveal animation hook if you're using 'reveal-up' */
.reveal-up {
  will-change: transform, opacity;
  transition: transform 400ms ease, opacity 400ms ease;
}






.aml-pic-row  {
  display: flex;
  align-items: stretch; /* dono column ko same height */
}

.aml-pic-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* optional: agar content ko evenly rakhna hai */
  padding-right: 5rem;
}


@media (max-width: 991.98px) {  /* lg se chhota */
  .aml-pic-col {
    padding-right: 2rem;
  }
}

.aml-tf-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* optional: agar content ko evenly rakhna hai */
  padding-left: 5rem;
}


@media (max-width: 991.98px) {  /* lg se chhota */
  .aml-tf-col {
    padding-left: 1rem;
  }
}


.aml-pic-figure{
  height: 100%;       /* image wrapper ko pura stretch karna */
  display: flex;
}

.aml-pic-figure img {
  object-fit: cover;  /* image nicely fit ho jaye */
  height: 100%;
  width: 100%;
}


.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;

}


/* AML Detail override CSS */


/* 🔧 1024×600 जैसी short-height lg screens पर fix */
@media (min-width: 992px) and (max-height: 650px){

  /* row spacing (Bootstrap utilities ko override) */
  .aml-detail-section .aml-row{
    align-items: stretch !important;                 /* equal column heights */
    margin-top: 1.25rem !important;                  /* mt-5 → compact */
    margin-bottom: 1.25rem !important;               /* mb-5 → compact */
    padding-top: 1rem !important;                    /* pt-4 → compact */
    padding-bottom: 6rem !important;                 /* pb-5 → compact */
  }

  /* IMAGE column = FULL height of its col */
  .aml-detail-section .aml-figure{
    width: 100%;
    max-width: none;          /* 500px cap हटाओ ताकि stretch हो सके */
    aspect-ratio: auto;       /* fixed ratio हटाओ */
    height: 100%;             /* col की पूरी ऊँचाई लो */
    display: flex;
  }
  .aml-detail-section .aml-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;        /* neatly fill (crop allowed) */
    object-position: center;
  }

  /* TEXT column = FULL height + spacing compact */
  .aml-detail-section .aml-col{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .aml-detail-section .aml-head{ padding-bottom: 1rem; }  /* 50px → 1rem */
  .aml-detail-section .aml-title{
    font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem);
    line-height: 1.2;
  }
  .aml-detail-section .aml-copy{
    font-size: .95rem;
    line-height: 1.6;
    
  }

  /* star list (agar use ho) line-height halka compact */
  .aml-detail-section .aml-star-list li{ line-height: 2.2; }
}

/*  Exact 1024×600 fine-tune (optional) */
@media (width: 1024px) and (height: 600px){
  .aml-detail-section .aml-figure img{ object-position: center; }
}




/* 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 */

.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: white !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);
}


@media (width: 768px) and (height: 1024px) and (orientation: portrait){
  .aml-title{
    padding-top: 2rem;
  }

  .grad{

     padding-top: 2rem;
  }
}



/* Special case: 912px width screens (Surface Pro, large tablets) */
@media (max-width: 920px) and (min-width: 880px) {
  

  .aml-title{
    padding-top: 2rem;
  }

  .grad{

     padding-top: 2rem;
  }

}








