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('http://localhost/moontriam/images/explore/update_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 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.4rem;
font-style: normal;
font-weight: 900;
line-height: 130.083%; /* 62.44px */

}



    .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.2rem;
font-style: normal;
font-weight: 900;
line-height: normal;
   
}

 .grad1 {
    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: 2rem;
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("images/explore/star.svg") no-repeat center / contain; /* Safari/iOS */
          mask: url("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;

}





/*  Fix for short-height lg screens (1024×600 falls here) */
@media (min-width: 992px) and (max-height: 650px){
  /* Equal height for both columns */
  .aml-pic-row {
    align-items: stretch !important;    /* image aur text ko same height dega */
  }

  /* Image column ko full height lene ke liye */
  .aml-pic-figure {
    aspect-ratio: auto;                 /* fixed ratio override */
    height: 100%;                        /* image ko 100% height dijiye */
    max-width: none;                     /* 500px cap remove */
    display: flex;
  }

  .aml-pic-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;                   /* crop and fill the column height */
    object-position: center;
  }

  /* Text column ko bhi same height lene ke liye */
  .aml-tf-col {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Heading aur text ka spacing thoda compact karo */
  .aml-head {
    padding-bottom: 1rem; /* 50px → 1rem */
  }
  .aml-title {
    font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem);
    line-height: 1.25;
  }
  .aml-copy {
    font-size: .95rem;
    line-height: 1.6;
  }
}


/*  Fix for 1280×800 (landscape, short-height) */
@media (min-width: 992px) and (max-height: 820px){
  /* Equal height for both columns */
  .aml-pic-row {
    align-items: stretch !important;    /* image aur text ko same height dega */
  }

  /* Image column ko full height lene ke liye */
  .aml-pic-figure {
    aspect-ratio: auto;                 /* fixed ratio override */
    height: 100%;                        /* image ko 100% height dijiye */
    max-width: none;                     /* 500px cap remove */
    display: flex;
  }

  .aml-pic-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;                   /* crop and fill the column height */
    object-position: center;
  }

  /* Text column ko bhi same height lene ke liye */
  .aml-tf-col {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Heading aur text ka spacing thoda compact karo */
  .aml-head {
    padding-bottom: 1rem; /* 50px → 1rem */
  }
  .aml-title {
    font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem);
    line-height: 1.25;
  }
  .aml-copy {
    font-size: .95rem;
    line-height: 1.6;
  }
}





/* AML Override css */


/* 🔧 Equal-height fix for 1024×1366 (and all lg+ in general) */
@media (min-width: 992px){
  /* columns ko equal height pe stretch karo */
  .aml-detail-section .aml-row{
    align-items: stretch !important;  /* align-items-start ko override */
  }

  /* IMAGE column: figure ko full column height do */
  .aml-detail-section .aml-figure{
    /* width already 100% hai; height match karane ke liye ratio hatao */
    aspect-ratio: auto;     /* lock to nahi chahiye */
    height: 100%;           /* column jitna tall */
    max-width: none;        /* 500px cap remove (agar column > 500 hua to) */
    display: flex;
  }
  .aml-detail-section .aml-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* neatly fill (crop allowed) */
    object-position: center;
    display: block;
  }

  /* TEXT column bhi full height + flexible */
  .aml-detail-section .aml-col{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

/* Optional: EXACT 1024×1366 portrait fine-tune (keep if needed) */
@media (width: 1024px) and (height: 1366px) and (orientation: portrait){
  /* agar spacing thoda tight chahiye ho to */
  .aml-detail-section .aml-head{ padding-bottom: 1.25rem; } /* was 50px */
  .aml-detail-section .aml-title{
    font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.2rem);
    line-height: 1.3;
  }
  .aml-detail-section .aml-copy{
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}




/* 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;
  }


  
/* ============ 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:10px; 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;
  }
}



 /* Reviews / Testimonials Section  */

  .py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

  .reviews-section{ font-family:"DM Sans",sans-serif; background:#ffffff; }

  .reviews-title{
    font-weight:900; 
    font-size:2.5rem; 
    line-height:1.1;
     margin:2.5rem ;
    padding-bottom: 6rem;
    background:linear-gradient(90deg,#7209B7 0%,#B5179E 100%);
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  }

  /* equal-height columns on desktop */
  .reviews-grid > [class*="col-"]{ display:flex; }

  /* LEFT stack: coma top, arrow bottom, caption center-ish */
  .reviews-left{
    display:flex; flex-direction:column;
     align-items:flex-start;
    justify-content:space-between; 
    padding-left: 2.5rem;
    width:100%; 
    height:100%;
  }
  .reviews-left > *{ margin:0 !important; }  /* कोई extra margins नहीं */

  .quote-img{ height:3rem; width:auto; display:block; }              /* TOP line-up */
  .left-caption{ 

    color:#000000; 
    font-size:1.875rem;
     line-height:3.375rem; 

    }   /* MIDDLE */
  .arrow-img{ 

    height:0.93rem; 
    width:14.68rem;
     display:block; 
    
    }            /* BOTTOM line-up */

  /* MIDDLE photo — same height as right card (desktop) */
  .reviews-figure{
    width:100%; height:100%;
    border-radius:1rem; overflow:hidden;
    box-shadow:0 1rem 2.5rem rgba(17,24,39,.12);
  }
  .reviews-figure img{
    width:100%; height:100%; object-fit:cover; object-position:center; display:block;
  }

  /* RIGHT card — match photo height (desktop) */
  .testimonial-card{
    background:#f7edff; border-radius:1rem; 
    padding:4rem;
    box-shadow:0 .75rem 2rem rgba(114,9,183,.10);
    height:100%; display:flex; flex-direction:column;
  }
  .testimonial-title{
     font-weight:600;
      font-size:1.28rem;
       line-height:1.25;
        margin:0;
        padding-bottom: 3rem;
        padding-top: 1rem;
     }
  .testimonial-title .black{ color:#111; }
  .grad{
    background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; display:inline-block;
  }
  .testimonial-text
  { color:#7209B7; 
    font-size:0.90rem;
     line-height:1.7; 
     margin:0;
     font-weight: 400;
     }
  .testimonial-author
  { color:#000000; 
    font-weight:500; 
    font-size:1rem; 
    margin-top:2rem;
    padding-top: 4rem;
}

  /* Bottom nav buttons */
  .nav-btn{
    width:2.5rem; height:2.5rem; border:0; border-radius:999px;
    display:inline-flex; align-items:center; justify-content:center;
    cursor:pointer; box-shadow:0 .15rem .4rem rgba(0,0,0,.08);
  }
  .nav-prev{ background:#f3f4f6; }
  .nav-next{ background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%); }

  /* Responsive */
  @media (max-width:62rem){ /* ≤992px */
    .reviews-title{ font-size:2.125rem; }
    .testimonial-title{ font-size:1.75rem; }
  }
  @media (max-width:36rem){ /* ≤576px */
    .reviews-title{ font-size:1.75rem; }
    /* मोबाइल पर natural stack; equal-height की जरूरत नहीं */
    .reviews-figure{ height:auto; aspect-ratio:3/4; }
    .reviews-figure img{ height:100%; object-fit:cover; }
  }


  /* FAQ Section */


.py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

  .faq-section{
    font-family:"DM Sans",sans-serif;
    background: linear-gradient(180deg, #ffeefd 0%, #ffffff 60%, #ffffff 100%);
  }

  /* Left image card */
 .faq-figure{
  /* Figma ratio: 569 × 681  ⇒  61/73 */
  aspect-ratio: 61 / 73;

  /* fluid width, but cap at Figma size on large screens */
  width: 100%;
  max-width: 35.56rem;   /* 569px */

  /* aesthetics (आपके पहले वाले जैसे) */
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.5rem rgba(17,24,39,.12);

  /* center inside column */
  margin-left: auto;
  margin-right: auto;
}
 .faq-figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* cover = fill nicely, crop हो सकता है */
  object-position: center;
}

  /* Title (purple gradient) */
 .faq-title{
  margin: 0 0 2rem 0;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.15;
  background: linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

  @media (max-width: 576px){
  .faq-figure{ max-width: 22rem; } /* ~352px; चाहो तो हटाओ */
}
/* Responsive: smaller heading on mobiles */
@media (max-width: 576px){
  .faq-title{ font-size: 2rem; }
}

  /* FAQ list */
.faq-list{
  display: grid;
  gap: 1rem;
}

.faq-item{
  background: rgba(114,9,183,.06);
  border-radius: .75rem;
  box-shadow: 0 .75rem 2rem rgba(114,9,183,.08);
  overflow: hidden;           /* clean corners while animating */
}

.faq-toggle{
  width: 100%;
  border: 0;
  background: transparent;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .875rem 1rem;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
}

.chev-img{
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  transition: transform .25s ease;
}

/* open state पर rotate */
.faq-item.open .chev-img{
  transform: rotate(180deg);
}

/* बाकी accordion animation जैसा का तैसा */
.faq-content{
  overflow: hidden;
  height: 0;
  padding: 0 1rem;
  transition: height .28s ease;
}
.faq-content p{
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.7;
  margin: .5rem 0 1rem 0;
}

.faq-item{ background:rgba(114,9,183,.06); border-radius:.75rem; box-shadow:0 .75rem 2rem rgba(114,9,183,.08); }
.faq-item.open .faq-toggle{ background:rgba(114,9,183,.08); }
  .faq-toggle:hover{ background: rgba(114,9,183,.08); }

  /* Chevron (CSS only) */
  .chev{
    width:1.25rem; height:1.25rem; flex:0 0 1.25rem; border-radius:999px;
    position:relative; background:#fff; box-shadow:0 .1rem .3rem rgba(0,0,0,.08);
  }
  .chev::before{
    content:""; position:absolute; inset:0; margin:auto; width:.55rem; height:.35rem;
    background:conic-gradient(from 45deg at 50% 50%, transparent 0 25%, #7209B7 0 75%, transparent 0);
    -webkit-mask: radial-gradient(circle at 50% 50%, #000 68%, transparent 69%);
            mask: radial-gradient(circle at 50% 50%, #000 68%, transparent 69%);
    transform: rotate(0deg); transition: transform .25s ease;
  }

  .faq-content{
    overflow:hidden; height:0; padding:0 1rem; /* padding for text sides */
    transition: height .28s ease;
  }
  .faq-content p{
    color:#4b5563; font-size:.95rem; line-height:1.7; margin: .5rem 0 1rem 0;
  }

  /* Open state */
  .faq-item.open .chev::before{ transform: rotate(180deg); }
  .faq-item.open .faq-toggle{ background: rgba(114,9,183,.08); }





  /* 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: 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);
}



/* 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; }
}


@media (width: 768px) and (height: 1024px) and (orientation: portrait){
  .aml-title{
    padding-top: 2rem;
  }

  .grad1{

     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;
  }

  .grad1{

     padding-top: 2rem;
  }
  

}
