
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/amlvideos/videos.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: 3rem;
    line-height:23rem;
    letter-spacing: 0%;
    color: #111827;
    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;
    }
}

.display-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    /* Black */
    font-style: normal;
    font-size: 3rem;
    /* 48px */
    line-height: 100%;
    /* 1 */
    letter-spacing: 0;
    margin-bottom: 1rem;
    /* bootstrap की mb-3 जैसा */
}


/* AML Video section */


.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;
}


/* Section spacing */
.aml-section .aml-py{ padding: clamp(2rem, 6vw, 5rem) 0; }

.aml-section .aml-title{
  color: #000;
font-family: "DM Sans";
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 149.99%; /* 71.995px */
}

/* CTA button */
.aml-section .aml-btn{
  background: linear-gradient(90deg,#A142F4 0%, #F03BB3 100%);
  color:#fff; border:none; padding:.7rem 1.25rem; border-radius:999px; font-weight:600;
}
.aml-section .aml-btn:hover{ opacity:.9; color:#fff; }

/* Video card */
.aml-section .aml-video-card{
  border-radius: 1.25rem; 
  overflow:hidden;
  position: relative; 
  max-width: 520px; 
  margin-inline: auto;
}
/* no-shadow class lagayi */
.aml-section .aml-video-card.no-shadow{  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 78%, rgba(0,0,0,0));
          mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 78%, rgba(0,0,0,0)); }


.aml-section .aml-thumb{
  width:100%; aspect-ratio: 3 / 4; object-fit: cover; display:block;
}

/* Play overlay */
.aml-section .aml-play{ position:absolute; inset:0; display:grid; place-items:center; }
.aml-section .aml-ring{
  width:110px; height:110px; border:6px solid rgba(255,255,255,.9);
  border-radius:50%; display:grid; place-items:center; backdrop-filter: blur(2px);
}
.aml-section .aml-tri{
  width:0; height:0; border-left:26px solid rgba(255,255,255,.95);
  border-top:16px solid transparent; border-bottom:16px solid transparent; margin-left:6px;
}

/* Arrow */
/* .aml-section .aml-arrow{ width:32px; height:32px; object-fit:contain; cursor:pointer; } */
.aml-section .aml-arrow { 
  width: 100%;              /* container ki full width lega */
  max-width: 420px;         /* optional: max size set kar lo */
  height: auto;             /* height auto, image ratio maintain rahe */
  display: block; 
  object-fit: contain; 
}



/* AML2 */


/* spacing */
.aml4-section .aml4-wrap{ padding: clamp(2rem, 6vw, 5rem) 0; }

/* RIGHT column as 3-row grid: top / middle / bottom */
/* default: no padding on small screens */
.aml4-section .aml4-right{
  display:grid;
  grid-template-rows:auto 1fr auto;
  padding-left:0;              /* <= remove padding on small */
}

/* lg (≥992px) and up: add left padding */
@media (min-width: 992px){
  .aml4-section .aml4-right{
    padding-left:10rem;
  }
}


/* Title: start aligned with image right edge, no shadow etc. */
.aml4-section .aml4-title{
  color:#000;
  font-family:"DM Sans", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.3vw, 48px);
  font-weight:500;
  line-height:1.5;
}

/* CTA button */
.aml4-section .aml4-btn{
  background: linear-gradient(90deg,#A142F4 0%, #F03BB3 100%);
  color:#fff; border:none; padding:.7rem 1.25rem; border-radius:999px; font-weight:600;
}
.aml4-section .aml4-btn:hover{ opacity:.9; color:#fff; }

/* Middle row: keep button vertically centered within the available space */
.aml4-section .aml4-mid{
  display:flex; align-items:center; justify-content:flex-start; min-height:0;
}

/* Image block (no shadow) */
.aml4-section .aml4-media{ position:relative; border-radius:1.25rem; overflow:hidden; }
.aml4-section .aml4-img{
  width:100%; height:auto; display:block; object-fit:cover;
  /* optional bottom fade like design */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 78%, rgba(0,0,0,0));
          mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 78%, rgba(0,0,0,0));
  border-radius:1.25rem;
}

/* Play overlay (optional) */
.aml4-section .aml4-play{ position:absolute; inset:0; display:grid; place-items:center; pointer-events:none; }
.aml4-section .aml4-ring{
  width:110px; height:110px; border:6px solid rgba(155,92,246,.95);
  border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.15);
  backdrop-filter: blur(2px);
}
.aml4-section .aml4-tri{
  width:0; height:0; border-left:26px solid rgba(155,92,246,.95);
  border-top:16px solid transparent; border-bottom:16px solid transparent; margin-left:6px;
}

/* Arrow: responsive & aligned with same left line as title */
.aml4-section .aml4-nav{ width:100%; }
.aml4-section .aml4-arrow{
  width:100%;          /* right column ki full width */
  max-width:420px;     /* size control; adjust as you like */
  height:auto; display:block; object-fit:contain;
}

/* Mobile tweaks */
@media (max-width: 991.98px){
  /* thoda spacing for small screens */
  .aml4-section .aml4-right{ gap: .75rem; }
  .aml4-section .aml4-arrow{ max-width: 300px; }
}




  /* Newsletter Subscribe  */

  .py-lg-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.newsletter-section {
  font-family: "DM Sans", sans-serif;
  background: #000000; /* Black background */
}

.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: #ffffff;
  font-size: 1rem;
  line-height: normal;
  margin: 0;
}

/* ===== Figma-style chips (input + button same look) ===== */
.chip-field,
.chip-btn {
  height: 3rem; /* 48px */
  border-radius: 1.5rem; /* 24px */
  padding: 1rem 1.5rem; /* 16px 24px */
  border: 2px solid rgba(223, 10, 216, 0.444);
  background: #FFF3FD;
  width: min(100%, 19.9375rem); /* 319px max */
}

/* Input */
.chip-field {
  outline: none;
  font-size: .95rem;
  color: #ffffff; /* White text inside input */
  background: #000000; /* Black background */
}

.chip-field::placeholder {
  color: #ffffff; /* White placeholder */
  font-size: 1rem;
}

.chip-field:focus {
  box-shadow: 0 0 0 .2rem rgba(114, 9, 183, .15);
}

/* Button */
.chip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  height: 3rem;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  width: min(100%, 19.9375rem);
  border: 0;
  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 */
@media (max-width: 576px) {
  .nl-title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .nl-title {
    font-size: 2.75rem;
  }
}

.nl-form {
  padding-top: 4rem;
}

  /* CTA Section */


  /* spacing */
.aml5-section .aml5-wrap{
  padding: clamp(2.5rem, 8vw, 6rem) 0;
}

/* gradient title (purple → pink) */
.aml5-section .aml5-title{
  font-family: "DM Sans";
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 149.99%; /* 71.995px */
background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* description */
.aml5-section .aml5-desc{

color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 149.99%; /* 23.998px */
}

/* call-to-action button */
.aml5-section .aml5-btn{
  background: linear-gradient(90deg, #6C25F9 0%, #F03BB3 100%);
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  min-width: 180px;
  box-shadow: 0 8px 24px rgba(124, 44, 246, 0.25);
}
.aml5-section .aml5-btn:hover{
  opacity: .95; color:#fff;
}

/* optional: if you want the gradient to be white→pink (top white, bottom pink), swap the colors: 
   style="background: linear-gradient(180deg, #FFF 0%, #FFE9FC 100%);" */




   
  /* 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 */
}



/* 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; }
}


