:root {
    --cream: #ffffff;
    --cream-2: #f5f3f7;
    --ink: #0e1218;
    --ink-2: #2a2f38;
    --muted: #6b6e75;
    --line: #e6e2ea;
    --teal: #2b1530;
    --teal-2: #3a1d40;
    --terra: #D3691F;
    --terra-2: #FFF4ED;
    --serif: "Geist", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    --sans: "Geist", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    --mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  }

  * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  html, body { background: var(--cream); color: var(--ink); }
  body {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: -0.005em;
  }

  /* Type scale */
  .display-serif { font-family: var(--sans); font-weight: 600; letter-spacing: -0.03em; line-height: 0.95; }
  .display-italic { font-style: italic; font-weight: 500; }
  .eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-2);
    font-weight: 500;
  }
  .eyebrow .dot { width: 6px; height: 6px; background: var(--terra); border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: 2px; }
  h1, h2, h3, h4 { letter-spacing: -0.02em; }
  .h-display { font-family: var(--sans); font-weight: 600; font-size: 70px; line-height:80px; letter-spacing: -0.035em; }
  .h-section { font-family: var(--sans); font-weight: 600; font-size: 60px; line-height: 1.02; letter-spacing: -0.03em; }
  .h-card { font-family: var(--sans); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; }
  .lead-md { font-size: 19px; color: var(--ink-2); line-height: 1.5; }
  .muted { color: var(--muted); }
  .mono { font-family: var(--mono); }

  /* Layout */
  .section { padding: 110px 0; border-top: 1px solid var(--line); }
  .section-tight { padding: 80px 0; }
  .container-xx { max-width: 1280px; padding-left: 32px; padding-right: 32px; margin-left: auto; margin-right: auto; }
  
  


  .txt1{font-family: var(--sans); font-weight: 400; font-size: 30px; line-height:35px; color:#fff; margin-bottom: 15px; }
  .txt2{font-family: var(--sans); font-weight: 400; font-size: 16px; line-height:24px; color:#fff; margin-bottom: 15px; }
  .txt3{font-family: var(--sans); font-weight: 400; font-size: 16px; line-height:24px;  margin-bottom: 15px;color: #000;width: 300px; }
  .txt4{font-family: var(--sans); font-weight: 400; font-size: 16px; line-height:24px;  margin-bottom: 15px;color: #000;  }
  .txt5{font-family: var(--sans);font-size: 20px;line-height: 28px;font-weight: 600; color:#fff;}
  .txt6{font-family: var(--sans);font-size: 17px; color:#fff;}
  .txt7{font-family: Geist; font-size: 26px; font-weight: 600; color:#fff; text-decoration: line-through;}
  .txt8{font-family: var(--sans);font-size: 35px; line-height:40px; color:#000;font-weight: 600;}
  .txt9{font-family: var(--sans);font-size:25px; line-height:30px; color:#000;font-weight: 600;}
  .txt10{font-size: 25px;line-height: 30px;color: #adacac;font-weight: 500;}
  .txt11{font-size:18px;line-height: 24px;color: #adacac;font-weight: 500;}


  .footer_text{font-family: var(--mono);font-size: 12px; line-height:20px; color: var(--muted); margin-left: 20px; display: inline-block;}
  





  .txt-blk{color:#000; }
  .txt-pink{color:var(--terra); }
  .txt-rgt{ text-align: right;}
  .txt-cntr{ text-align: center;}
  .txt-wht{ color:#fff;}
  a{ text-decoration: none;}
  a:hover{color: var(--terra);}
  #faqAcc{ background: #fff;}
  .btn-close{position: absolute;right: 10px;padding: 10px;top: 10px;}
  .popup-wrap{ background: url(../images/popup-banner.png)no-repeat center/cover; padding:100px 50px 20px 50px;border-radius: 20px;}
  .modal-content{border-radius: 20px;background: #fff; border:0px;}
  .bg-white {padding: 50px;border-radius: 20px;}
  .form-control {font-size: 15px;line-height: 20px; font-weight: 400;  color: #000; padding: 0px;  border: 1px solid #e6e6e6;border-radius: 10px; height: 50px; appearance: none; padding: 0px 15px; }
  .form-control:focus{ box-shadow: none; border: 1px solid #e6e6e6;}

.mrg-btm1{ margin-bottom: 15px;}
.brand{ width: 150px;}
.ale{ align-items: end;}
.mrg-btm2{ margin-bottom: 50px;}
.mrg-btm3{ margin-bottom: 10px;}
.mrg-btm4{ margin-bottom: 0px;}
.btn-submit{background: var(--terra);
  color: #fff;
  border: 1px solid var(--terra);
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  align-items: center;
  transition: all 0.5s ease;
  display: block;
  width: 100%; 
}
.btn-close{ background: url(../images/icon-close.svg)no-repeat center/12px;}
.modal-dialog{height: 100vh;display: flex; align-items: center;} 
.modal-backdrop.show{ opacity: 0.75;}
.d-flex1{ display: flex ;flex-wrap: wrap;justify-content: center; margin-bottom: 15px;}
.jcb{ justify-content: space-between;}
.social-icons{ margin-bottom: 15px;}
.social-icons a {
  margin:0px 10px;
}
.img1 {
  width: 25px;
}
.img2 {
  width: 15px;
}
.img3 {
  width: 25px;
}
.wdt1{ width: 400px;}
.wdt2{ width: 500px;}
.link1{font-family: var(--sans); font-weight: 400; font-size: 16px; line-height:24px;  margin-bottom: 15px;color: #000;width: 300px; }







  /* Nav */
  .nav-wrap {
    position: sticky; top: 0; z-index: 50;
    background: #fff;   
    border-bottom: 1px solid transparent;
    transition: border-color .2s ease;
  }
  .nav-wrap.scrolled { border-bottom-color: var(--line); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
  .brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
  .brand-mark {
    width: 32px; height: 32px; border-radius: 8px;
    background: var(--ink); color: var(--cream);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--sans); font-weight: 600; font-size: 22px; line-height: 1;
  }
  .brand-name { font-weight: 600; letter-spacing: -0.01em; font-size: 18px; }
  .brand-name em { font-family: var(--sans); font-style: italic; font-weight: 500; color: var(--terra); }
  .nav-links { display: none; gap: 28px; }




  /* Buttons */
  .btn-ink {
    background: var(--terra); color: #fff; border: 1px solid var(--terra);
    padding: 12px 22px; border-radius: 999px; font-weight: 500; font-size: 15px;
    display: inline-flex; align-items: center; gap: 10px;
    transition: transform .15s ease, background .15s ease;
  }
  .btn-ink:hover { background: var(--terra-2); color:var(--terra); transform: translateY(-1px); }
  .btn-terra {
    background: var(--terra); color: #fff; border: 1px solid var(--terra);
    padding: 8px 15px; border-radius: 999px; font-weight: 500; font-size: 15px;
    display: inline-flex; align-items: center; gap: 10px;
    transition: all 0.5s ease; cursor: pointer;
  }
  .btn-terra:hover { background: var(--terra-2); border-color: var(--terra); color: var(--terra);  }
  .btn-ghost {
    background: transparent; color: var(--ink); border: 1px solid var(--ink);
    padding: 12px 22px; border-radius: 999px; font-weight: 500; font-size: 15px;
    display: inline-flex; align-items: center; gap: 10px;
    transition: background .15s ease, color .15s ease;
  }
  .btn-ghost:hover { background: var(--ink); color: var(--cream); }
  .btn-arrow::after {
    content: "→"; font-family: var(--sans); font-weight: 600; font-size: 18px; line-height: 1; transform: translateY(-1px);
  }

  /* Hero */
  .hero { padding: 56px 0 90px;background: url(../images/bg-banner-v1.jpeg)no-repeat top center/cover; }
  .hero-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center;    }
  
  
  
  
  
  
  
  


    @media (min-width: 992px) { .nav-links { display: inline-flex; }  .hgt1{ height: 150px;} }
  .nav-links a { color: var(--ink-2); text-decoration: none; font-size: 15px; font-weight: 600; }
  .nav-links a:hover { color: var(--terra); }
  
  @media (min-width: 992px) { .hero-grid { grid-template-columns: 1.15fr 1fr; gap: 72px; } }
  .hero h1 .accent { font-style: italic; color: var(--teal); }
  .hero h1 .underline { position: relative; white-space: nowrap; }
  .hero h1 .underline::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 12px;
    background: var(--terra); opacity: 0.35; border-radius: 2px;
  }
  .hero-sub { font-size: 19px; color: var(--ink-2); max-width: 540px; }
  .hero-meta {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    margin: 36px 0 28px;
  }
  .hero-meta > div { padding: 18px 16px; border-right: 1px solid var(--line); }
  .hero-meta > div:last-child { border-right: 0; }
  .hero-meta .k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
  .hero-meta .v { font-family: var(--sans); font-weight: 600; font-size: 28px; line-height: 1; }
  .hero-meta .v small { font-family: var(--sans); font-size: 14px; color: var(--muted); margin-left: 2px; }

  /* Image slot */
  .img-slot {
    position: relative;
    background:url(../images/banner-img1.png)no-repeat 0px 0px/cover;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    display: flex; align-items: flex-end; justify-content: flex-start;
    color: var(--ink-2);
  }
  .img-slot .label {
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
    background: var(--cream); border: 1px solid var(--line); padding: 6px 10px; border-radius: 6px;
    margin: 14px;
  }
  .img-slot.tall { aspect-ratio: 4/5; }
  .img-slot.square { aspect-ratio: 1/1; }
  .img-slot.wide { aspect-ratio: 16/10; }

  .hero-art { position: relative; }
  .hero-art .stamp {
    position: absolute;  
    background: var(--ink); color: var(--cream);
    border-radius: 999px; padding: 14px 22px;
    font-family: var(--sans); font-style: italic; font-weight: 500; font-size: 22px;     
    z-index: 2; bottom:50px;left:20px;
  }
  .hero-art .stamp small { font-family: var(--mono); font-style: normal; display: block; font-size: 10px; letter-spacing: 0.18em; opacity: 0.7; margin-bottom: 2px; }

  /* Marquee */
  .marquee {
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: var(--cream);
    overflow: hidden; padding: 18px 0;
  }
  .marquee-track { display: flex; gap: 56px; white-space: nowrap; animation: scroll 38s linear infinite; }
  .marquee span { font-family: var(--sans); font-weight: 600; font-size: 22px; color: var(--ink); display: inline-flex; align-items: center; gap: 56px; }
  .marquee span::after { content: "✱"; font-family: var(--sans); font-weight: 600; color: var(--terra); margin-left: 56px; }
  @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* Sections backgrounds */
  .bg-cream2 { background: var(--cream-2); }
  .bg-ink {background: var(--teal);color: var(--cream); }
  .bg-ink h2, .bg-ink h3 { color: var(--cream); }
  .bg-ink .muted { color: #9aa0aa; }
  .bg-teal { background: var(--teal); color: var(--cream); }
  .bg-teal h2 { color: var(--cream); }
  .bg-teal .muted { color: #b6c4be; }

  /* Why Logistics stats */
  .stat-row { display: grid; grid-template-columns: repeat(1, 1fr); gap: 0; border-top: 1px solid var(--line); }
  @media (min-width: 768px) { .stat-row { grid-template-columns: repeat(3, 1fr); } }
  .stat-cell { padding: 32px 24px; border-bottom: 1px solid var(--line); }
  @media (min-width: 768px) {
    .stat-cell { border-bottom: 0; border-right: 1px solid var(--line); }
    .stat-cell:last-child { border-right: 0; }
  }
  .stat-cell .num { font-family: var(--sans); font-weight: 600; font-size: 76px; line-height: 0.9;   }
  .stat-cell .num small { font-family: var(--sans); font-size: 24px; vertical-align: 12px; color: var(--muted); margin-left: 4px; }
  .stat-cell .lab { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
  .stat-cell .desc { color: var(--ink-2); font-size: 15px; margin-top: 14px; max-width: 320px; }

  /* Generic card */
  .card-flat {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 28px;
  }
  .card-flat.dark { background: #181d25; border-color: #262c36; color: var(--cream); }
  .card-num {
    font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; color: var(--terra);
    margin-bottom: 14px;
  }

  /* Skills list */
  .skill-list { list-style: none; padding: 0; margin: 0; }
  .skill-list li {
    display: flex;   align-items: flex-start;
    padding: 18px 0; border-top: 1px solid var(--line);
    font-size: 18px;
  }
  .skill-list li:last-child { border-bottom: 1px solid var(--line); }
  .skill-list .num { font-family: var(--mono); font-size: 12px; color: var(--muted); padding-top: 4px; min-width: 32px; }
  .skill-list .txt { flex: 1; }

  /* Roles chips */
  .chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px; border-radius: 999px;
    background: var(--cream); border: 1px solid var(--line);
    font-size: 14px; color: var(--ink-2);
  }
  .chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terra); }

  /* Course modules */
  .module {
    border: 1px solid var(--line); border-radius: 14px; padding: 32px;
    background: var(--cream); height: 100%;
    display: flex; flex-direction: column;
  }
  .module .mtag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--terra); text-transform: uppercase; }
  .module h3 { font-family: var(--sans); font-weight: 600; font-size: 36px; margin: 8px 0 4px; letter-spacing: -0.02em; }
  .module ul { list-style: none; padding: 0; margin: 18px 0 0; }
  .module ul li { padding: 12px 0; border-top: 1px dashed var(--line); display: flex; gap: 12px; }
  .module ul li:first-child { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 16px; }
  .module ul li::before { content: "—"; color: var(--terra); font-family: var(--mono); }

  /* Comparison */
  .compare {
    display: grid; grid-template-columns: 1fr; gap: 0;
    border: 1px solid #2a313c; border-radius: 14px; overflow: hidden;
  }
  @media (min-width: 768px) { .compare { grid-template-columns: 1fr 1fr; } }
  .compare > div { padding: 36px; }
  .compare .other { background: #181d25; }
  .compare .ours { background: var(--terra); color: #fff; }
  .compare h4 { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.7; margin-bottom: 24px; }
  .compare ul { list-style: none; padding: 0; margin: 0; }
  .compare ul li { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex;  align-items: flex-start; font-size: 17px; }
  .compare ul li:first-child { border-top: 0; }
  .compare ul li .mk { font-family: var(--mono); font-size: 14px; opacity: 0.6; min-width: 22px; }
  .compare .ours h2 { font-family: var(--sans); font-weight: 600; font-size: 40px; line-height: 1; margin: 0 0 8px; color: #fff; }
  .compare .other h2 { font-family: var(--sans); font-weight: 600; font-size: 40px; line-height: 1; margin: 0 0 8px; color: var(--cream); }

  /* Tools grid */
  .tool-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
    border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  }
  @media (min-width: 768px) { .tool-grid { grid-template-columns: repeat(4, 1fr); } }
  .tool-grid > div {
    padding: 36px 20px; text-align: center; background: var(--cream);
    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  }
  @media (min-width: 768px) {
    .tool-grid > div:nth-child(4n) { border-right: 0; }
    .tool-grid > div:nth-last-child(-n+4) { border-bottom: 0; }
  }
  .tool-grid .nm { font-family: var(--sans); font-weight: 600; font-size: 28px; }
  .tool-grid .ds { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

  /* Three pillars */
  .pillar { border-top: 1px solid var(--line); padding-top: 28px; height: 100%; }
  .pillar .pn { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; color: var(--terra); margin-bottom: 14px; }
  .pillar h3 { font-family: var(--sans); font-weight: 600; font-size: 30px; line-height: 1; margin-bottom: 16px; }
  .pillar p { color: var(--ink-2); }
  .pillar ul { list-style: none; padding: 0; margin-top: 12px; color: var(--ink-2); }
  .pillar ul li { padding: 6px 0; }
  .pillar ul li::before { content: "·  "; color: var(--terra); font-weight: 700; }

  /* Program details panel */
  .program-card {
    background: var(--teal); color: var(--cream);
    border-radius: 18px; padding: 48px;
    display: grid; grid-template-columns: 1fr; gap: 32px;
  }
  @media (min-width: 992px) { .program-card { grid-template-columns: 1.1fr 1fr; padding: 64px; gap: 56px; } }
  .program-card h2 { color: var(--cream); }
  .program-card .row-line {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 18px 0; border-top: 1px solid #2a313c;
    gap: 16px;
  }
  .program-card .row-line:last-child { border-bottom: 1px solid #2a313c; }
  .program-card .row-line .k { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9aa0aa; }
  .program-card .row-line .v { font-family: var(--sans); font-weight: 600; font-size: 26px; line-height: 1; text-align: right; }
  .program-card .fee {
    background: var(--terra); color: #fff; border-radius: 14px; padding: 28px;
  }
  .program-card .fee .pf { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; }
  .program-card .fee .amt { font-family: var(--sans); font-weight: 600; font-size: 64px; line-height: 1; margin: 6px 0; }
  .program-card .fee .nt { font-size: 14px; opacity: 0.9; }

  /* Career growth */
  .salary {
    border: 1px solid var(--line); border-radius: 14px; padding: 32px;
    background: var(--cream);
    display: flex; flex-direction: column; gap: 12px; height: 100%;
  }
  .salary .loc { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
  .salary .amt { font-family: var(--sans); font-weight: 600; font-size: 30px; line-height: 1; letter-spacing: -0.02em; }
  .salary .amt small { font-family: var(--sans); font-size: 16px; color: var(--muted); }
  .salary .bar { height: 8px; background: var(--cream-2); border-radius: 4px; overflow: hidden; }
  .salary .bar > div { height: 100%; background: var(--terra); border-radius: 4px; }
  .salary .nt { font-size: 14px; color: var(--ink-2); }

  /* FAQ */
  .accordion-button:not(.collapsed) { background: var(--cream); color: var(--ink); box-shadow: none; }
  .accordion-button { background: var(--cream); color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: 26px; letter-spacing: -0.015em; padding: 26px 24px; }
  .accordion-button:focus { box-shadow: none; border-color: var(--line); }
  .accordion-item { background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0 !important; }
  .accordion-item:last-of-type { border-bottom: 1px solid var(--line); }
  .accordion-body { padding: 0 24px 28px 24px; color: var(--ink-2); font-size: 17px; max-width: 760px; }
  .accordion-button::after {
    background-image: none;
    content: "+"; font-family: var(--sans); font-weight: 600; font-size: 32px; line-height: 1; color: var(--ink); transform: none;
    width: auto; height: auto;
  }
  .accordion-button:not(.collapsed)::after {background-image: none; content: "-"; transform: none;font-family: var(--sans); font-weight: 600; font-size: 32px; line-height: 1; color: var(--ink); }

  /* For who */
  .for-who {
    display: grid; grid-template-columns: 1fr; gap: 0;
    border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  }
  @media (min-width: 768px) { .for-who { grid-template-columns: repeat(2, 1fr); } }
  .for-who > div {
    padding: 32px;
    border-bottom: 1px solid var(--line);
    background: var(--cream);
  }
  .for-who > div:nth-child(odd) { border-right: 1px solid var(--line); }
  @media (min-width: 768px) {
    .for-who > div:nth-last-child(-n+2) { border-bottom: 0; }
  }
  .for-who .num { font-family: var(--sans); font-weight: 600; font-size: 36px; color: var(--terra); line-height: 1; margin-bottom: 12px; }
  .for-who h4 { font-family: var(--sans); font-weight: 600; font-size: 19px; }

  /* Final CTA */
  .final-cta {
    background: var(--teal); color: var(--cream);
    border-radius: 18px; padding: 80px 32px;
    text-align: center;
    position: relative; overflow: hidden;
  }
  @media (min-width: 768px) { .final-cta { padding: 120px 64px; } }
  .final-cta::before, .final-cta::after {
    content: ""; position: absolute; border-radius: 50%; pointer-events: none;
  }
  .final-cta::before { width: 280px; height: 280px; background: rgba(217,119,87,0.18); top: -80px; left: -80px; filter: blur(20px); }
  .final-cta::after { width: 240px; height: 240px; background: rgba(217,119,87,0.14); bottom: -80px; right: -60px; filter: blur(20px); }
  .final-cta h2 { font-family: var(--sans); font-weight: 600; font-size: clamp(48px, 7vw, 92px); line-height: 0.95; max-width: 880px; margin: 0 auto; color: var(--cream); position: relative; z-index: 1; }
  .final-cta p { color: #cdd9d4; max-width: 520px; margin: 24px auto 36px; position: relative; z-index: 1; }
  .final-cta .btns { position: relative; z-index: 1; }
  .final-cta .btn-terra {  border-color: var(--terra); }
  .final-cta .btn-ghost-light {
    background: transparent; color: var(--cream); border: 1px solid rgba(246,243,236,0.5);
    padding: 12px 22px; border-radius: 999px; font-weight: 500; font-size: 15px;
    display: inline-flex; align-items: center; gap: 10px;
  }
  .final-cta .btn-ghost-light:hover { background: var(--cream); color: var(--teal); }






.program-card{ position: relative;}
.program-card::before, .program-card::after {
    content: ""; position: absolute; border-radius: 50%; pointer-events: none;
  }
  .program-card::before { width: 280px; height: 280px; background: rgba(217,119,87,0.18); top: 0px; left: 0px; filter: blur(20px); }
  .program-card::after { width: 240px; height: 240px; background: rgba(217,119,87,0.14); bottom: 0px; right:0px; filter: blur(20px); }

  .program-card .btn-ghost-light {
    background: transparent; color: var(--cream); border: 1px solid rgba(246,243,236,0.5);
    padding: 12px 22px; border-radius: 999px; font-weight: 500; font-size: 15px;
    display: inline-flex; align-items: center; gap: 10px;
  }
  .program-card .btn-ghost-light:hover { background: var(--cream); color: var(--teal); }















  /* Footer */
  footer { padding: 56px 0 36px; border-top: 1px solid var(--line); }
  footer .col-links a { color: var(--ink-2); text-decoration: none; display: block; padding: 4px 0; font-size: 15px; }
  footer .col-links a:hover { color: var(--ink); }
  footer .col-links h5 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
  footer .copy { font-family: var(--mono); font-size: 12px; color: var(--muted); }

  /* Tiny utility */
  .divider-dot { width: 6px; height: 6px; background: var(--terra); border-radius: 50%; display: inline-block; margin: 0 8px; vertical-align: 3px; }
  .pill {
    display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px;
    background: rgba(217,119,87,0.12); color: var(--terra-2); border-radius: 999px;
    font-family: var(--mono); font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase;
  }
  .ringed { border: 1px solid var(--line); border-radius: 14px; padding: 28px; background: var(--cream); }

  /* Section header pattern */
  .sec-head { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: end; margin-bottom: 56px; }
  @media (min-width: 992px) { .sec-head { grid-template-columns: 1fr 1fr; gap: 56px; } }
  .sec-head .lead-md { max-width: 520px; }

  /* Star bullet decoration */
  .star { color: var(--terra); font-family: var(--sans); font-weight: 600; }

  /* prevent FOUC of fonts */
  html { font-display: swap; }









@media (max-width:1600px) {

.h-display {font-size: 60px;line-height: 70px;}
.h-section {font-size: 50px;line-height: 60px;}
.compare .other h2,.compare .ours h2{font-size: 35px;line-height: 45px; }
.program-card .fee .amt{ font-size: 55px;line-height: 65px;}
.accordion-button{ font-size: 20px; line-height: 28px;}
}












  @media (max-width: 768px) {
.modal-dialog{height: auto;  align-items: top;} 
.h-display {font-size: 45px;line-height: 55px; }
.h-section { font-size: 30px; line-height:35px; }
.module h3{font-size: 30px; line-height:35px;}
.compare .other h2{font-size: 30px; line-height:35px;}
.pillar h3{font-size: 25px; line-height:30px;}
.program-card .row-line .v{font-size: 20px; line-height: 30px;}
.program-card .fee .amt{font-size: 35px; line-height: 45px;}
.txt10{font-size: 20px; line-height: 30px;}
 .txt8 {font-size: 28px;line-height: 38px;}
.txt9{font-size: 22px;line-height: 26px;} 
.accordion-button{ font-size: 20px;}
.for-who > div,.salary{ padding: 20px;}
    .section { padding: 72px 0; }
    .container-xx { padding-left: 20px; padding-right: 20px; }
    .btn-terra{ padding: 8px 20px;}
    .stat-cell .num{font-size: 55px;}
    .module{ padding: 22px;}
    .module ul{margin: 0px 0 0;}
    .tool-grid > div{padding: 25px 10px;}
    .sec-head{margin-bottom: 30px;}
    .program-card{padding: 30px;}
    footer,footer .txt-rgt{ text-align: center;}
    footer .txt-cntr{ margin: 10px 0px;}
    .compare > div{padding: 30px 20px; }
    .mrg-btm2{ margin-bottom:20px;}
    .hero {padding: 50px 0 50px;}
  }

  @media (max-width:575px) {
  .wdt1{ width: auto;}
.wdt2{ width: auto;}

  }






















