
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/giftcity/giftcity_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;
    }
}



.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;
}


/* International finance section */



.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: 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.3rem;
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;
  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 */
}



/* 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' */


/* AML Overried css */




/*  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;
  }
}







/* 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; }
}







.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;
}

.Assist{

      font-family: "DM Sans";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 150.042%; /* 48.014px */
background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.why-copy{
 color: #000;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;

}




/* ===== 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 */
}


/* Why Moontriam */



/* 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; }



 /* 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);
}


