@media(max-width:1024px){.elementor-2078 .elementor-element.elementor-element-121834a{width:var( --container-widget-width, 754.027px );max-width:754.027px;--container-widget-width:754.027px;--container-widget-flex-grow:0;}.elementor-2078 .elementor-element.elementor-element-527a8ae{width:var( --container-widget-width, 744.723px );max-width:744.723px;--container-widget-width:744.723px;--container-widget-flex-grow:0;}.elementor-2078 .elementor-element.elementor-element-226f754{width:var( --container-widget-width, 752.754px );max-width:752.754px;--container-widget-width:752.754px;--container-widget-flex-grow:0;}.elementor-2078 .elementor-element.elementor-element-60ec3ac{width:var( --container-widget-width, 755.719px );max-width:755.719px;--container-widget-width:755.719px;--container-widget-flex-grow:0;}.elementor-2078 .elementor-element.elementor-element-a3077b2{width:var( --container-widget-width, 743.516px );max-width:743.516px;--container-widget-width:743.516px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-121834a *//* ===== FORCE TOPBAR VISIBLE ON ALL DEVICES ===== */

.amf-topbar{
  display:flex !important;
}

/* Tablet */
@media(max-width:900px){
  .amf-topbar{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:8px 4vw;
    gap:6px;
  }

  .amf-tb-l,
  .amf-tb-r{
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    width:100%;
    text-align:center;
  }
}

/* Mobile */
@media(max-width:640px){
  .amf-topbar{
    display:flex !important;
    flex-direction:column;
    padding:8px 4vw;
    gap:6px;
  }

  .amf-tb-l,
  .amf-tb-r{
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
  }

  .amf-tb-l a,
  .amf-tb-r a{
    font-size:12px;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-e2838e0 */html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
}

* {
  box-sizing: border-box;
}

/* Full page wrappers */
.site,
.site-content,
.page,
.page-content,
.content,
.wrapper,
.container,
.amf-wrapper,
.amf-wrap,
.amf-sw {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* All sections */
section,
.amf-section,
.amf-hero,
.amf-about,
.amf-services,
.amf-team,
.amf-clients,
.amf-contact {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Elementor full width fix */
.elementor-section,
.elementor-section-wrap,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-html {
  width: 100% !important;
  max-width: 100% !important;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

body .elementor-container {
  max-width: 100% !important;
}

/* Header / nav full width */
.amf-nav,
.amf-topbar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Inner content spacing */
.amf-nav,
.amf-topbar,
.amf-sw,
.amf-section {
  padding-left: 20px;
  padding-right: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .amf-nav,
  .amf-topbar,
  .amf-sw,
  .amf-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-527a8ae */body.amf-menu-open{
  overflow:hidden;
}

.amf-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px 22px;
  background:#fff;
  position:sticky;
  top:0;
  z-index:9999;
  box-shadow:0 4px 18px rgba(0,0,0,.08);
  box-sizing:border-box;
}

.amf-nav-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}

.amf-nav-logo-img{
  height:48px;
  width:auto;
  display:block;
  object-fit:contain;
}

.amf-nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex:1;
}

.amf-nav-links a{
  text-decoration:none;
  color:#222;
  font-size:15px;
  font-weight:600;
  transition:.25s ease;
}

.amf-nav-links a:hover{
  color:#c62828;
}

.amf-nav-r{
  display:flex;
  align-items:center;
  gap:14px;
  flex-shrink:0;
}

.amf-nav-phone{
  text-decoration:none;
  color:#111;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

.amf-btn-red{
  text-decoration:none;
  background:#c62828;
  color:#fff;
  padding:10px 16px;
  border-radius:8px;
  font-size:14px;
  font-weight:700;
  transition:.25s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.amf-btn-red:hover{
  background:#a81f1f;
}

.amf-menu-toggle{
  display:none;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  color:#0c2747;
  user-select:none;
}

.amf-mobile-overlay{
  display:none;
}

.amf-mobile-head{
  display:none;
}

@media (max-width:1024px){
  .amf-nav{
    padding:12px 18px;
  }

  .amf-nav-r{
    display:none;
  }

  .amf-menu-toggle{
    display:block;
    margin-left:auto;
  }

  .amf-nav-links{
    position:fixed;
    top:0;
    right:-100%;
    width:82%;
    max-width:320px;
    height:auto;
    max-height:100vh;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0;
    padding:0 0 10px;
    box-shadow:-10px 0 28px rgba(0,0,0,.14);
    transition:right .35s ease;
    z-index:9998;
    overflow-y:auto;
  }

  .amf-nav-links.active{
    right:0;
  }

  .amf-mobile-head{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding:16px 18px;
    border-bottom:1px solid #ececec;
    font-size:16px;
    font-weight:700;
    color:#0c2747;
    background:#fff;
    box-sizing:border-box;
    position:sticky;
    top:0;
    z-index:2;
  }

  .amf-mobile-head span{
    cursor:pointer;
    font-size:22px;
    line-height:1;
    color:#111;
  }

  .amf-nav-links a{
    width:100%;
    padding:13px 18px;
    border-bottom:1px solid #f1f1f1;
    font-size:15px;
    font-weight:600;
    color:#222;
    box-sizing:border-box;
    display:block;
    background:#fff;
  }

  .amf-nav-links a:last-child{
    border-bottom:none;
  }

  .amf-mobile-overlay{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.40);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:9997;
  }

  .amf-mobile-overlay.active{
    opacity:1;
    visibility:visible;
  }
}

@media (max-width:768px){
  .amf-nav{
    padding:12px 15px;
    gap:12px;
  }

  .amf-nav-logo-img{
    height:42px;
  }
}

@media (max-width:480px){
  .amf-nav{
    padding:10px 12px;
  }

  .amf-nav-logo-img{
    height:38px;
  }

  .amf-menu-toggle{
    font-size:28px;
  }

  .amf-nav-links{
    width:84%;
    max-width:300px;
  }

  .amf-mobile-head{
    padding:14px 16px;
    font-size:15px;
  }

  .amf-nav-links a{
    padding:12px 16px;
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee772c1 *//* ================================================================
   EASY EDIT ZONE — Sirf yahan changes karo
   ================================================================ */
:root{
  --sky:#1DA1E8;
  --sky2:#5CC8F8;
  --sky3:#1585C4;
  --pale:#F0F8FE;
  --pale2:#C8E6F7;
  --white:#ffffff;
  --navy:#0c1e35;
  --gray:#64748b;
  --light:#f8fafc;
  --red:#E8281D;
  --border:rgba(29,161,232,0.2);
}

/* ================================================================
   RESET & BASE
   ================================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{font-family:'DM Sans',sans-serif;color:var(--navy);overflow-x:hidden;-webkit-text-size-adjust:100%;min-width:0;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;}
/* Global: text clip hone se rokna */
p,h1,h2,h3,h4,li,span{overflow-wrap:break-word;word-wrap:break-word;}

/* ================================================================
   TOPBAR
   ================================================================ */
.amf-topbar{
  background:var(--navy);
  padding:8px 5vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:6px;
}
.amf-topbar a{color:rgba(255,255,255,0.55);font-size:12px;text-decoration:none;transition:color .2s;}
.amf-topbar a:hover{color:var(--sky2);}
.amf-tb-l,.amf-tb-r{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}

/* ================================================================
   NAVIGATION
   ================================================================ */
.amf-nav{
  position:sticky;top:0;z-index:999;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5vw;height:68px;
  border-bottom:1px solid rgba(29,161,232,.15);
  box-shadow:0 2px 16px rgba(29,161,232,.10);
}
.amf-nav-logo{display:flex;align-items:center;gap:10px;}
.amf-nav-logo img{
  height:44px;width:auto;
  object-fit:contain;
  display:block;
  border-radius:6px;
}
.amf-nav-links{display:flex;align-items:center;gap:22px;}
.amf-nav-links a{color:var(--gray);font-size:13px;font-weight:500;transition:color .2s;}
.amf-nav-links a:hover{color:var(--sky3);}
.amf-nav-r{display:flex;align-items:center;gap:12px;}
.amf-nav-phone{color:var(--sky3);font-weight:700;font-size:13px;}
.amf-btn-red{
  background:linear-gradient(135deg,#E8281D,#c8200f);
  color:#fff;padding:9px 18px;border-radius:6px;
  font-weight:700;font-size:13px;
  transition:all .2s;
  box-shadow:0 3px 12px rgba(232,40,29,.3);
  white-space:nowrap;
}
.amf-btn-red:hover{background:linear-gradient(135deg,#b51c0d,#8f1509);transform:translateY(-1px);}

/* Mobile hamburger */
.amf-hamburger{
  display:none;
  flex-direction:column;gap:5px;
  background:none;border:none;cursor:pointer;padding:4px;
}
.amf-hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s;}
.amf-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.amf-hamburger.open span:nth-child(2){opacity:0;}
.amf-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}

.amf-mobile-menu{
  display:none;
  position:fixed;top:68px;left:0;right:0;bottom:0;
  background:rgba(255,255,255,.98);
  z-index:998;
  padding:28px 5vw;
  flex-direction:column;gap:0;
  overflow-y:auto;
}
.amf-mobile-menu.open{display:flex;}
.amf-mobile-menu a{
  display:block;padding:15px 0;
  border-bottom:1px solid rgba(29,161,232,.1);
  color:var(--navy);font-size:16px;font-weight:600;
  transition:color .2s;
}
.amf-mobile-menu a:hover{color:var(--sky3);}
.amf-mobile-cta{
  margin-top:22px;
  background:linear-gradient(135deg,#E8281D,#c8200f);
  color:#fff!important;
  padding:14px 20px!important;
  border-radius:8px;
  text-align:center;
  font-weight:700!important;
  border:none!important;
}

/* ================================================================
   HERO
   ================================================================ */
.amf-hero{
  min-height:90vh;
  background:linear-gradient(135deg,var(--pale) 0%,var(--white) 50%,var(--pale2) 100%);
  display:flex;flex-direction:column;justify-content:center;
  padding:80px 5vw 60px;
  position:relative;overflow:hidden;
}
.amf-hero-glow{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 70% 55% at 65% 35%,rgba(29,161,232,.1) 0%,transparent 70%),
    radial-gradient(ellipse 40% 60% at 5% 75%,rgba(92,200,248,.07) 0%,transparent 60%);
  pointer-events:none;
}
.amf-hero-grid{
  position:absolute;inset:0;opacity:.04;
  background-image:linear-gradient(var(--sky) 1px,transparent 1px),linear-gradient(90deg,var(--sky) 1px,transparent 1px);
  background-size:55px 55px;
  pointer-events:none;
}
.amf-hero-in{position:relative;z-index:2;max-width:1100px;margin:0 auto;width:100%;}

/* Logo in hero */
.amf-hero-logo{
  height:64px;width:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 4px 18px rgba(29,161,232,0.18));
  border-radius:8px;
  margin-bottom:24px;
}
.amf-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(29,161,232,.1);
  border:1px solid rgba(29,161,232,.3);
  color:var(--sky3);
  padding:7px 14px;border-radius:999px;
  font-size:12px;font-weight:600;
  margin-bottom:22px;
}
.amf-eyebrow-dot{
  width:7px;height:7px;background:var(--sky);border-radius:50%;
  animation:amf-blink 2s infinite;
  flex-shrink:0;
}
@keyframes amf-blink{0%,100%{opacity:1}50%{opacity:.2}}

.amf-h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(36px,6vw,78px);
  font-weight:900;color:var(--navy);
  line-height:1.08;margin-bottom:16px;
}
.amf-h1 em{font-style:italic;color:var(--red);}
.amf-hero-sub{
  font-size:clamp(14px,2vw,18px);
  color:var(--gray);margin-bottom:28px;
  max-width:520px;line-height:1.7;
}
.amf-trust-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;}
.amf-tp{
  display:flex;align-items:center;gap:6px;
  background:#fff;border:1px solid var(--border);
  color:var(--navy);padding:7px 13px;border-radius:6px;
  font-size:12.5px;font-weight:500;
  box-shadow:0 1px 4px rgba(29,161,232,.07);
}
.amf-hero-btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:44px;}
.amf-btn-blue{
  background:linear-gradient(135deg,#1DA1E8,#1585C4);
  color:#fff;padding:14px 30px;border-radius:8px;
  font-weight:700;font-size:15px;
  transition:all .2s;
  box-shadow:0 4px 18px rgba(29,161,232,.3);
}
.amf-btn-blue:hover{background:var(--sky3);transform:translateY(-2px);}
.amf-btn-ghost{
  border:2px solid var(--sky);color:var(--sky3);
  padding:12px 26px;border-radius:8px;
  font-weight:600;font-size:15px;transition:all .2s;
}
.amf-btn-ghost:hover{background:var(--sky);color:#fff;}
.amf-media-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.amf-media-lbl{color:var(--gray);font-size:11px;text-transform:uppercase;letter-spacing:1.5px;}
.amf-media-box{
  background:#fff;border:1px solid var(--border);
  padding:7px 14px;border-radius:6px;
  box-shadow:0 1px 4px rgba(29,161,232,.06);
}
.amf-media-box img{height:18px;width:auto;filter:grayscale(1) opacity(.5);transition:filter .2s;}
.amf-media-box:hover img{filter:grayscale(0) opacity(1);}

/* ================================================================
   STATS BAR
   ================================================================ */
.amf-stats{background:var(--sky);}
.amf-stats-in{
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);
}
.amf-sb{
  padding:40px 28px;text-align:center;
  border-right:2px solid rgba(255,255,255,.2);
}
.amf-sb:last-child{border-right:none;}
.amf-sb-n{
  font-family:'Playfair Display',serif;
  font-size:clamp(34px,5vw,58px);
  font-weight:900;color:#fff;line-height:1;margin-bottom:7px;
}
.amf-sb-l{font-size:13px;font-weight:600;color:rgba(255,255,255,.75);line-height:1.45;}

/* ================================================================
   COMMON SECTION STYLES
   ================================================================ */
.amf-section{padding:80px 5vw;}
.amf-sw{max-width:1200px;margin:0 auto;}
.amf-tag{
  display:inline-block;
  background:rgba(29,161,232,.1);color:var(--sky3);
  border:1px solid rgba(29,161,232,.28);
  font-size:10px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;
  padding:5px 12px;border-radius:4px;margin-bottom:14px;
}
.amf-sec-h{
  font-family:'Playfair Display',serif;
  font-size:clamp(26px,4vw,46px);
  font-weight:900;line-height:1.12;margin-bottom:12px;
}
.amf-sec-p{color:var(--gray);font-size:15.5px;line-height:1.75;max-width:540px;}

/* ================================================================
   ABOUT SECTION
   ================================================================ */
.amf-about-g{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;align-items:start;margin-top:48px;
}
.amf-ab{font-size:15px;color:#475569;line-height:1.82;margin-bottom:20px;}
.amf-ab strong{color:var(--navy);}
.amf-hdfc-hl{
  background:linear-gradient(135deg,#E8281D,#b51c0d);
  border-radius:12px;padding:20px 22px;
  display:flex;align-items:center;gap:14px;
  margin-bottom:16px;
  box-shadow:0 6px 20px rgba(232,40,29,.25);
}
.amf-hdfc-icon{font-size:26px;flex-shrink:0;}
.amf-hdfc-txt h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:3px;}
.amf-hdfc-txt p{color:rgba(255,255,255,.8);font-size:12.5px;font-weight:500;}
.amf-tbox{
  background:#FFF5F5;border-left:4px solid #E8281D;
  padding:16px 18px;border-radius:0 10px 10px 0;margin-bottom:18px;
}
.amf-tbox p{font-size:14px;color:var(--navy);line-height:1.75;font-weight:500;}
.amf-about-bul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.amf-about-bul li{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:#475569;}
.amf-about-bul li::before{content:'→';color:#E8281D;font-weight:700;flex-shrink:0;margin-top:1px;}

/* Founder Card */
.amf-founder-card{
  background:var(--navy);border-radius:16px;padding:32px;text-align:center;
  position:relative;overflow:hidden;
}
.amf-founder-card::before{
  content:'';position:absolute;top:-50px;right:-50px;
  width:180px;height:180px;
  background:radial-gradient(circle,rgba(29,161,232,.2) 0%,transparent 70%);
}
.amf-f-photo{
  width:100px;height:100px;border-radius:50%;
  border:4px solid var(--sky);overflow:hidden;
  margin:0 auto 14px;
  position:relative;z-index:1;
  background:var(--sky);
}
.amf-f-photo img{width:100%;height:100%;object-fit:cover;}
.amf-f-name{
  font-family:'Playfair Display',serif;
  font-size:20px;font-weight:700;color:#fff;
  margin-bottom:4px;position:relative;z-index:1;
}
.amf-f-role{color:var(--sky2);font-size:12.5px;font-weight:600;margin-bottom:12px;position:relative;z-index:1;}
.amf-f-q{
  color:rgba(255,255,255,.58);font-size:13px;font-style:italic;
  line-height:1.75;position:relative;z-index:1;
  border-top:1px solid rgba(255,255,255,.1);padding-top:12px;
}
.amf-promise{
  background:linear-gradient(135deg,#E8281D,#b51c0d);
  border-radius:12px;padding:20px 22px;
  box-shadow:0 6px 22px rgba(232,40,29,.3);margin-top:14px;
}
.amf-promise h4{font-size:11px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;}
.amf-promise ul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.amf-promise ul li{font-size:13.5px;font-weight:600;color:#fff;display:flex;gap:7px;}
.amf-promise ul li::before{content:'✓';font-weight:900;}

/* ================================================================
   PILLARS
   ================================================================ */
.amf-pillars{background:var(--light);}
.amf-pg{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;}
.amf-pc{
  background:#fff;border-radius:14px;padding:30px 22px;
  border:1px solid var(--border);
  transition:all .25s;position:relative;overflow:hidden;
}
.amf-pc::after{
  content:'';position:absolute;bottom:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#1DA1E8,#E8281D);
  transform:scaleX(0);transform-origin:left;transition:transform .3s;
}
.amf-pc:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(29,161,232,.1);}
.amf-pc:hover::after{transform:scaleX(1);}
.amf-pi{font-size:32px;margin-bottom:14px;display:block;}
.amf-ph{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;margin-bottom:8px;}
.amf-pp{font-size:13px;color:var(--gray);line-height:1.7;}

/* ================================================================
   SERVICES
   ================================================================ */
.amf-svc-hl-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px;margin-bottom:18px;}
.amf-svc-hl{
  background:linear-gradient(145deg,#E8281D,#b51c0d);
  border-radius:12px;padding:22px 20px;
  box-shadow:0 8px 28px rgba(232,40,29,.25);
}
.amf-shi{font-size:24px;margin-bottom:10px;display:block;}
.amf-shh{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px;}
.amf-sha{font-size:12px;font-weight:700;color:rgba(255,255,255,.75);margin-bottom:6px;}
.amf-shp{font-size:12.5px;color:rgba(255,255,255,.65);line-height:1.55;}
.amf-svc-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.amf-scc{
  background:var(--pale);border-radius:14px;padding:24px 20px;
  border:1px solid var(--border);transition:all .25s;
}
.amf-scc:hover{background:var(--navy);transform:translateY(-3px);box-shadow:0 14px 40px rgba(29,161,232,.15);}
.amf-scc:hover .amf-sch,.amf-scc:hover .amf-sci{color:var(--sky2);}
.amf-scc:hover .amf-sli{color:rgba(255,255,255,.7);}
.amf-sci{font-size:26px;margin-bottom:10px;display:block;}
.amf-sch{font-family:'Playfair Display',serif;font-size:16px;font-weight:700;margin-bottom:12px;transition:color .25s;}
.amf-sl{list-style:none;display:flex;flex-direction:column;gap:5px;}
.amf-sli{
  font-size:12px;color:var(--gray);transition:color .25s;
  padding-left:12px;position:relative;line-height:1.4;
}
.amf-sli::before{content:'·';position:absolute;left:2px;color:var(--sky);font-size:16px;line-height:.9;}

/* ================================================================
   HOW IT WORKS
   ================================================================ */
.amf-hiw{background:var(--navy);}
.amf-hiw .amf-sec-h{color:#fff;}
.amf-hiw .amf-sec-p{color:rgba(255,255,255,.45);}
.amf-hiw .amf-tag{background:rgba(29,161,232,.15);color:var(--sky2);border-color:rgba(29,161,232,.25);}
.amf-steps{
  display:grid;grid-template-columns:repeat(6,1fr);
  gap:0;margin-top:56px;position:relative;
}
.amf-steps::before{
  content:'';position:absolute;top:25px;left:8%;right:8%;height:2px;
  background:linear-gradient(90deg,var(--sky),rgba(29,161,232,.1));z-index:0;
}
.amf-step{text-align:center;position:relative;z-index:1;}
.amf-sn{
  width:50px;height:50px;border-radius:50%;
  background:linear-gradient(135deg,#0c1e35,#1a3a5c);
  border:2px solid #E8281D;
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-weight:900;font-size:17px;color:#E8281D;
  margin:0 auto 14px;
}
.amf-step-h{font-size:12px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.3;}
.amf-step-d{font-size:11px;color:rgba(255,255,255,.4);line-height:1.55;padding:0 4px;}

/* ================================================================
   TECHNOLOGY
   ================================================================ */
.amf-tech{background:#071525;}
.amf-tech .amf-sec-h{color:#fff;}
.amf-tech .amf-sec-p{color:rgba(255,255,255,.45);}
.amf-tech .amf-tag{background:rgba(29,161,232,.12);color:var(--sky2);border-color:rgba(29,161,232,.2);}
.amf-tg{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;}
.amf-tc{
  background:rgba(29,161,232,.05);border:1px solid rgba(29,161,232,.18);
  border-radius:14px;padding:32px 20px;text-align:center;transition:all .3s;
}
.amf-tc:hover{background:rgba(29,161,232,.12);border-color:var(--sky);transform:translateY(-4px);}
.amf-ti{font-size:36px;margin-bottom:16px;display:block;}
.amf-th{font-size:14px;font-weight:700;color:#fff;margin-bottom:9px;}
.amf-tp2{font-size:12.5px;color:rgba(255,255,255,.4);line-height:1.65;}

/* ================================================================
   TEAM
   ================================================================ */
.amf-team-header{
  background:var(--navy);border-radius:12px 12px 0 0;
  padding:16px 24px;
  display:flex;align-items:center;justify-content:space-between;
}
.amf-team-header h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:900;color:#fff;}
.amf-team-header img{height:38px;width:auto;object-fit:contain;}
.amf-tgrid{
  display:grid;grid-template-columns:repeat(3,1fr);
  border:1px solid #e2e8f0;border-top:none;
  border-radius:0 0 12px 12px;
}
.amf-tgrid-4{
  display:grid;grid-template-columns:repeat(4,1fr);
  margin-top:36px;
  border:1px solid #e2e8f0;border-top:none;
  border-radius:0 0 12px 12px;
}
.amf-tcard{
  background:#fff;border-right:1px solid #e2e8f0;
  display:flex;flex-direction:column;transition:all .2s;
}
.amf-tcard:last-child{border-right:none;}
.amf-tcard:hover{box-shadow:inset 0 0 0 2px var(--sky);}
.amf-tcard-img-wrap{
  width:100%;
  /* ✏️ PHOTO HEIGHT — mobile me 160px, desktop me 190px */
  height:190px;
  overflow:hidden;
  background:linear-gradient(160deg,#1a3a6c,#1DA1E8);
  position:relative;
}
.amf-tcard-img-wrap img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:top center;
}
.amf-tcard-initial{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:52px;font-weight:900;color:#fff;
}
.amf-tcard-body{padding:16px 14px;flex:1;display:flex;flex-direction:column;}
.amf-tn{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:3px;}
.amf-tr{font-size:11.5px;font-weight:700;margin-bottom:5px;}
.amf-tgrid .amf-tr{color:var(--navy);}
.amf-tgrid-4 .amf-tcard:nth-child(1) .amf-tr{color:#E8281D;}
.amf-tgrid-4 .amf-tcard:nth-child(2) .amf-tr{color:var(--sky3);}
.amf-tgrid-4 .amf-tcard:nth-child(3) .amf-tr{color:#E8281D;}
.amf-tgrid-4 .amf-tcard:nth-child(4) .amf-tr{color:var(--sky3);}
.amf-tcard-edu{font-size:11px;color:var(--gray);font-style:italic;margin-bottom:9px;padding-bottom:9px;border-bottom:1px solid #e2e8f0;}
.amf-te{font-size:12px;color:#475569;line-height:1.6;flex:1;margin-bottom:12px;}
.amf-tbadge{
  display:block;background:var(--navy);color:#fff;
  padding:8px 12px;border-radius:6px;font-size:11px;font-weight:700;text-align:center;
}
.amf-tgrid-4 .amf-tbadge{background:var(--sky3);}
.amf-tgrid-4 .amf-tcard:nth-child(1) .amf-tbadge{background:#E8281D;}

/* Advisors */
.amf-adv-lbl{
  font-family:'Playfair Display',serif;font-size:20px;font-weight:700;
  margin:48px 0 0;padding-top:40px;border-top:1px solid var(--border);
}
.amf-adv-row{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:18px;}
.amf-adv-card{background:var(--navy);border-radius:12px;}
.amf-adv-card-top{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.1);}
.amf-adv-av{
  width:64px;height:64px;border-radius:50%;background:var(--sky);
  overflow:hidden;flex-shrink:0;border:3px solid rgba(29,161,232,.4);
}
.amf-adv-av img{width:100%;height:100%;object-fit:cover;object-position:top center;}
.amf-adv-av-init{
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:24px;font-weight:900;color:#fff;
}
.amf-adv-n{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;color:#fff;margin-bottom:3px;}
.amf-adv-r{font-size:11.5px;color:var(--sky2);margin-bottom:7px;}
.amf-adv-badges{display:flex;flex-wrap:wrap;gap:5px;}
.amf-adv-badge{background:rgba(255,255,255,.12);color:#fff;padding:3px 9px;border-radius:4px;font-size:10px;font-weight:600;}
.amf-adv-bio{padding:14px 20px;font-size:12.5px;color:rgba(255,255,255,.6);line-height:1.65;}

/* ================================================================
   CLIENTS SWIPER
   ================================================================ */
.amf-clients{
  background:linear-gradient(160deg,#F0F8FE 0%,#fff 50%,#C8E6F7 100%);
  padding:52px 5vw;
}
.amf-cl-badge{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(29,161,232,.08);border:1px solid rgba(29,161,232,.2);
  border-radius:99px;padding:6px 14px;
  font-size:12px;font-weight:700;color:var(--sky3);
  margin-top:14px;margin-bottom:6px;
}
.amf-cl-badge span{color:var(--sky);font-size:14px;font-weight:900;}
.amf-swiper{width:100%;padding:6px 44px 32px!important;margin-top:20px;}
.amf-swiper .swiper-wrapper{align-items:center;}
.amf-swiper .swiper-slide{height:auto!important;display:flex;align-items:flex-start;}
.amf-card{
  background:#fff;border:1.5px solid rgba(29,161,232,.15);
  border-radius:12px;padding:12px 10px 10px;
  display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:6px;width:100%;
  box-shadow:0 2px 10px rgba(29,161,232,.06);
  transition:all .3s;position:relative;overflow:hidden;
}
.amf-card::before{
  content:'';position:absolute;bottom:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--sky),var(--sky2));
  transform:scaleX(0);transform-origin:left;transition:transform .35s;
}
.amf-card:hover{border-color:rgba(29,161,232,.4);transform:translateY(-3px);}
.amf-card:hover::before{transform:scaleX(1);}
.amf-card img{
  display:block;
  /* ✏️ LOGO HEIGHT — yahan badlein */
  height:46px;
  width:auto;max-width:90%;object-fit:contain;
}
.amf-card-name{font-size:9.5px;font-weight:700;color:var(--gray);text-align:center;letter-spacing:.4px;text-transform:uppercase;}
.amf-swiper .swiper-button-next,
.amf-swiper .swiper-button-prev{
  width:34px;height:34px;background:#fff;
  border:1.5px solid rgba(29,161,232,.25);border-radius:50%;
  box-shadow:0 4px 14px rgba(29,161,232,.12);color:var(--sky3);
  top:42%;margin-top:0;transition:all .2s;
}
.amf-swiper .swiper-button-next{right:4px;}
.amf-swiper .swiper-button-prev{left:4px;}
.amf-swiper .swiper-button-next:hover,
.amf-swiper .swiper-button-prev:hover{background:var(--sky);color:#fff;border-color:var(--sky);}
.amf-swiper .swiper-button-next::after,
.amf-swiper .swiper-button-prev::after{font-size:10px;font-weight:900;}
.amf-swiper .swiper-pagination{bottom:4px;}
.amf-swiper .swiper-pagination-bullet{background:var(--sky);opacity:.35;width:6px;height:6px;}
.amf-swiper .swiper-pagination-bullet-active{opacity:1;width:20px;border-radius:4px;background:var(--red);}

/* ================================================================
   SISTER BRAND
   ================================================================ */
.amf-sister{
  background:var(--navy);border-radius:18px;padding:28px 32px;
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;margin-top:12px;flex-wrap:wrap;
}
.amf-sister img{height:38px;width:auto;object-fit:contain;}
.amf-sister-lbl{font-size:13.5px;color:rgba(255,255,255,.55);max-width:420px;line-height:1.6;}
.amf-sister-btn{
  background:linear-gradient(135deg,#E8281D,#b51c0d);
  color:#fff;padding:11px 22px;border-radius:8px;
  font-weight:700;font-size:13.5px;
  white-space:nowrap;transition:background .2s;
}
.amf-sister-btn:hover{background:linear-gradient(135deg,#b51c0d,#8f1509);}

/* ================================================================
   GEO / PHASES
   ================================================================ */
.amf-geo{background:var(--pale);}
.amf-phases{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;}
.amf-phase{border-radius:14px;padding:30px 22px;border:2px solid transparent;}
.amf-ph1{background:var(--navy);border-color:var(--sky);}
.amf-ph2{background:#fff;border-color:rgba(29,161,232,.28);}
.amf-ph3{background:#fff;border-color:rgba(29,161,232,.14);}
.amf-phb{
  display:inline-flex;align-items:center;gap:5px;
  font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;
  padding:4px 10px;border-radius:4px;margin-bottom:12px;
}
.amf-ph1 .amf-phb{background:var(--red);color:#fff;}
.amf-ph2 .amf-phb,.amf-ph3 .amf-phb{background:rgba(29,161,232,.1);color:var(--sky3);}
.amf-phh{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;margin-bottom:12px;}
.amf-ph1 .amf-phh{color:#fff;}
.amf-phl{list-style:none;display:flex;flex-direction:column;}
.amf-phl li{
  padding:8px 0;font-size:13px;
  border-bottom:1px solid rgba(29,161,232,.08);
  display:flex;align-items:center;gap:7px;
}
.amf-ph1 .amf-phl li{color:rgba(255,255,255,.75);}
.amf-ph2 .amf-phl li,.amf-ph3 .amf-phl li{color:var(--gray);}

/* ================================================================
   GROWTH
   ================================================================ */
.amf-growth{
  background:linear-gradient(135deg,#b51c0d 0%,#E8281D 60%,#c8200f 100%);
  padding:76px 5vw;
}
.amf-growth-c{max-width:1100px;margin:0 auto;text-align:center;}
.amf-growth-c .amf-tag{background:rgba(255,255,255,.2);color:#fff;border-color:rgba(255,255,255,.3);}
.amf-growth-c .amf-sec-h{color:#fff;}
.amf-gsub{color:rgba(255,255,255,.75);font-size:15px;margin:7px auto 44px;max-width:480px;}
.amf-gg{display:grid;grid-template-columns:repeat(3,1fr);}
.amf-gst{padding:24px;border-right:2px solid rgba(255,255,255,.2);}
.amf-gst:last-child{border-right:none;}
.amf-gn{
  font-family:'Playfair Display',serif;
  font-size:clamp(30px,5vw,52px);
  font-weight:900;color:#fff;margin-bottom:7px;
}
.amf-gl{font-size:13px;color:rgba(255,255,255,.7);font-weight:500;}

/* ================================================================
   CONTACT
   ================================================================ */
.amf-contact{background:var(--navy);}
.amf-contact .amf-sec-h{color:#fff;}
.amf-contact .amf-tag{background:rgba(29,161,232,.15);color:var(--sky2);border-color:rgba(29,161,232,.28);}
.amf-contact-g{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start;margin-top:48px;}
.amf-ci-h{font-family:'Playfair Display',serif;font-size:19px;color:#fff;margin-bottom:22px;}
.amf-phone-cta{
  display:flex;align-items:center;gap:12px;
  background:linear-gradient(135deg,#E8281D,#b51c0d);
  border-radius:12px;padding:18px 20px;
  text-decoration:none;margin-bottom:22px;
  transition:all .2s;
  box-shadow:0 6px 24px rgba(232,40,29,.35);
}
.amf-phone-cta:hover{background:linear-gradient(135deg,#b51c0d,#8f1509);transform:translateY(-2px);}
.amf-ph-icon{font-size:24px;flex-shrink:0;}
.amf-ph-t strong{display:block;font-size:18px;font-weight:800;color:#fff;}
.amf-ph-t span{font-size:12px;color:rgba(255,255,255,.75);}
.amf-cd-list{display:flex;flex-direction:column;gap:15px;}
.amf-cdi{display:flex;gap:12px;align-items:flex-start;}
.amf-cdi-icon{font-size:17px;flex-shrink:0;margin-top:1px;}
.amf-cdi-h{font-size:10.5px;font-weight:700;color:var(--sky2);text-transform:uppercase;letter-spacing:1px;margin-bottom:3px;}
.amf-cdi-v{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.55;}
.amf-cdi-v a{color:rgba(255,255,255,.6);}
.amf-cf{
  background:rgba(29,161,232,.06);
  border:1px solid rgba(29,161,232,.2);
  border-radius:16px;padding:30px;
}
.amf-cf-h{font-family:'Playfair Display',serif;font-size:19px;color:#fff;margin-bottom:20px;}
.amf-cf-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.amf-cfg{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;}
.amf-cfg label{font-size:11.5px;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.8px;}
.amf-cfg input,.amf-cfg select{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(29,161,232,.2);
  border-radius:8px;padding:11px 13px;
  color:#fff;font-family:'DM Sans',sans-serif;font-size:14px;
  outline:none;transition:border-color .2s;
  width:100%;
}
.amf-cfg input:focus,.amf-cfg select:focus{border-color:var(--sky);}
.amf-cfg select option{background:var(--navy);color:#fff;}
.amf-cf-btn{
  width:100%;
  background:linear-gradient(135deg,#E8281D,#b51c0d);
  color:#fff;border:none;padding:15px;
  border-radius:8px;
  font-family:'DM Sans',sans-serif;font-weight:700;font-size:14px;
  cursor:pointer;transition:all .2s;
}
.amf-cf-btn:hover{background:linear-gradient(135deg,#b51c0d,#8f1509);transform:translateY(-1px);}

/* ================================================================
   FOOTER
   ================================================================ */
.amf-footer{
  background:linear-gradient(135deg,#040d18,#0c1e35);
  padding:24px 5vw;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:12px;
}
.amf-footer p{color:rgba(255,255,255,.3);font-size:12.5px;}
.amf-fsoc{display:flex;gap:12px;}
.amf-fsoc a{color:rgba(255,255,255,.35);font-size:12px;transition:color .2s;}
.amf-fsoc a:hover{color:var(--sky2);}

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.amf-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}
.amf-reveal.amf-visible{opacity:1;transform:translateY(0);}

/* ================================================================
   ★ STICKY MOBILE CTA BAR
   ================================================================ */
.amf-sticky-cta{
  display:none;
  position:fixed;bottom:0;left:0;right:0;z-index:9999;
  background:var(--navy);
  border-top:2px solid rgba(29,161,232,.3);
  padding:10px 16px;
  gap:10px;
  box-shadow:0 -4px 20px rgba(0,0,0,.3);
}
.amf-sticky-cta a{
  flex:1;display:flex;align-items:center;justify-content:center;
  gap:6px;padding:12px 10px;border-radius:8px;
  font-weight:700;font-size:14px;text-align:center;
  transition:all .2s;
}
.amf-sticky-cta .amf-sc-call{
  background:linear-gradient(135deg,#E8281D,#c8200f);
  color:#fff;
  box-shadow:0 3px 12px rgba(232,40,29,.35);
}
.amf-sticky-cta .amf-sc-consult{
  background:linear-gradient(135deg,#1DA1E8,#1585C4);
  color:#fff;
  box-shadow:0 3px 12px rgba(29,161,232,.35);
}

/* ================================================================
   ★ RESPONSIVE — LARGE DESKTOP (min 1400px)
   ================================================================ */
@media(min-width:1400px){
  .amf-hero-in{max-width:1260px;}
  .amf-sw{max-width:1300px;}
  .amf-h1{font-size:82px;}
  .amf-about-g{gap:80px;}
  .amf-pg{grid-template-columns:repeat(4,1fr);gap:24px;}
  .amf-section{padding:96px 5vw;}
  .amf-stats-in{max-width:1260px;}
  .amf-growth-c{max-width:1260px;}
}

/* ================================================================
   ★ RESPONSIVE — TABLET LANDSCAPE (max 1100px)
   ================================================================ */
@media(max-width:1100px){
  .amf-nav{padding:0 4vw;}
  .amf-nav-links{gap:16px;}
  .amf-nav-links a{font-size:12.5px;}
  .amf-about-g{gap:44px;}
  .amf-contact-g{gap:36px;}
}

/* ================================================================
   ★ RESPONSIVE — TABLET (max 900px)
   ================================================================ */
@media(max-width:900px){
  /* Nav */
  .amf-nav-links{display:none;}
  .amf-hamburger{display:flex;}
  .amf-nav-r .amf-btn-red{display:none;}

  /* Topbar */
  .amf-topbar{justify-content:center;padding:6px 4vw;}
  .amf-tb-l{display:none;}
  .amf-tb-r{justify-content:center;}

  /* Hero */
  .amf-hero{min-height:auto;padding:64px 5vw 52px;}
  .amf-hero-logo{height:52px;}
  .amf-h1{font-size:clamp(30px,6.5vw,52px);}
  .amf-hero-sub{font-size:15px;}

  /* Stats */
  .amf-stats-in{grid-template-columns:repeat(3,1fr);}
  .amf-sb{padding:28px 18px;}

  /* About */
  .amf-about-g{grid-template-columns:1fr;gap:32px;}

  /* Pillars */
  .amf-pg{grid-template-columns:repeat(2,1fr);gap:16px;}
  .amf-pc{padding:24px 18px;}

  /* Services */
  .amf-svc-hl-row{grid-template-columns:repeat(2,1fr);}
  .amf-svc-cats{grid-template-columns:repeat(2,1fr);}

  /* How it works */
  .amf-steps{grid-template-columns:repeat(3,1fr);gap:20px;}
  .amf-steps::before{display:none;}

  /* Tech */
  .amf-tg{grid-template-columns:repeat(2,1fr);}

  /* Team */
  .amf-tgrid{grid-template-columns:repeat(2,1fr);}
  .amf-tgrid-4{grid-template-columns:repeat(3,1fr);}
  .amf-tcard-img-wrap{height:170px;}

  /* Advisors */
  .amf-adv-row{grid-template-columns:1fr;}

  /* Geo */
  .amf-phases{grid-template-columns:1fr;gap:16px;}

  /* Growth */
  .amf-gg{grid-template-columns:repeat(3,1fr);}

  /* Contact */
  .amf-contact-g{grid-template-columns:1fr;gap:32px;}

  /* Sister */
  .amf-sister{flex-direction:column;text-align:center;align-items:center;}

  /* Section spacing */
  .amf-section{padding:64px 5vw;}

  /* Sticky CTA — tablet mein bhi dikhao */
  .amf-sticky-cta{display:flex;}
  .amf-footer{padding-bottom:80px;}
  .amf-contact{padding-bottom:80px;}
}

/* ================================================================
   ★ RESPONSIVE — MOBILE PORTRAIT (max 640px)
   ================================================================ */
@media(max-width:640px){
  /* Nav */
  .amf-nav{height:60px;padding:0 4vw;}
  .amf-nav-logo img{height:36px;}
  .amf-nav-phone{display:none;}
  .amf-mobile-menu{top:60px;}

  /* Topbar — hide */
  .amf-topbar{display:none;}

  /* Hero */
  .amf-hero{padding:48px 4vw 44px;}
  .amf-hero-logo{height:46px;margin-bottom:16px;}
  .amf-h1{font-size:clamp(28px,8vw,42px);line-height:1.12;white-space:normal;}
  .amf-hero-sub{font-size:14px;line-height:1.7;max-width:100%;}
  .amf-hero-btns{flex-direction:column;gap:10px;}
  .amf-hero-btns .amf-btn-blue,
  .amf-hero-btns .amf-btn-ghost{
    width:100%;text-align:center;
    padding:15px 20px;font-size:15px;
    display:block;
  }
  .amf-media-row{justify-content:flex-start;gap:10px;flex-wrap:wrap;}
  .amf-trust-bar{gap:6px;flex-wrap:wrap;}
  .amf-trust-bar .amf-tp{font-size:11.5px;padding:6px 10px;}
  .amf-eyebrow{font-size:11px;padding:6px 10px;max-width:100%;white-space:normal;text-align:center;}

  /* Stats */
  .amf-stats-in{grid-template-columns:1fr;}
  .amf-sb{border-right:none;border-bottom:1px solid rgba(255,255,255,.2);padding:26px 6vw;}
  .amf-sb:last-child{border-bottom:none;}
  .amf-sb-n{font-size:clamp(32px,10vw,52px);}
  .amf-sb-l{font-size:13px;white-space:normal;}

  /* Section spacing + text fix */
  .amf-section{padding:52px 5vw;}
  .amf-sw{width:100%;overflow:visible;}
  .amf-sec-h{font-size:clamp(22px,6vw,36px);white-space:normal;line-height:1.2;}
  .amf-sec-p{font-size:14px;max-width:100%;line-height:1.7;}
  .amf-tag{font-size:9px;letter-spacing:1.5px;}

  /* About */
  .amf-about-g{gap:28px;}
  .amf-ab{font-size:14px;line-height:1.75;}
  .amf-hdfc-hl{padding:14px;gap:10px;flex-wrap:wrap;}
  .amf-hdfc-icon{font-size:22px;}
  .amf-hdfc-txt h4{font-size:13px;white-space:normal;}
  .amf-hdfc-txt p{font-size:12px;white-space:normal;}
  .amf-tbox p{font-size:13px;line-height:1.7;white-space:normal;}
  .amf-about-bul li{font-size:13px;}
  .amf-founder-card{padding:22px 16px;}
  .amf-f-q{font-size:12.5px;line-height:1.7;white-space:normal;}
  .amf-promise ul li{font-size:13px;}

  /* Pillars */
  .amf-pg{grid-template-columns:1fr;gap:14px;}
  .amf-ph{font-size:16px;}
  .amf-pp{font-size:13px;line-height:1.65;white-space:normal;}

  /* Services */
  .amf-svc-hl-row{grid-template-columns:1fr;}
  .amf-svc-cats{grid-template-columns:1fr;}
  .amf-svc-cats .amf-scc{padding:20px 16px;}
  .amf-shh{font-size:14px;white-space:normal;}
  .amf-shp{font-size:12px;line-height:1.6;white-space:normal;}
  .amf-sch{font-size:15px;white-space:normal;}
  .amf-sli{font-size:12px;line-height:1.5;white-space:normal;}

  /* How it works */
  .amf-steps{grid-template-columns:repeat(2,1fr);gap:16px;}
  .amf-step{padding:18px 12px;text-align:center;}
  .amf-step-h{font-size:12px;white-space:normal;line-height:1.4;}
  .amf-step-d{font-size:11px;white-space:normal;line-height:1.55;}

  /* Tech */
  .amf-tg{grid-template-columns:1fr 1fr;}
  .amf-tc{padding:22px 14px;}
  .amf-th{font-size:13px;white-space:normal;}
  .amf-tp2{font-size:12px;line-height:1.6;white-space:normal;}

  /* Team */
  .amf-tgrid{grid-template-columns:1fr;}
  .amf-tgrid-4{grid-template-columns:repeat(2,1fr);}
  .amf-tcard-img-wrap{height:155px;}
  .amf-team-header{flex-wrap:wrap;gap:10px;padding:14px 16px;}
  .amf-team-header h3{font-size:17px;}
  .amf-tn{font-size:14px;white-space:normal;}
  .amf-tr{font-size:11px;white-space:normal;}
  .amf-tcard-edu{font-size:10.5px;white-space:normal;}

  /* Advisors */
  .amf-adv-card{overflow:visible;}
  .amf-adv-card-top{flex-wrap:wrap;gap:10px;padding:16px;}
  .amf-adv-n{font-size:14px;white-space:normal;}
  .amf-adv-r{font-size:11px;white-space:normal;}
  .amf-adv-bio{font-size:12px;line-height:1.65;white-space:normal;padding:12px 16px;}

  /* Geo / Phases */
  .amf-phases{grid-template-columns:1fr;}
  .amf-phase{padding:22px 18px;}
  .amf-phh{font-size:16px;white-space:normal;}
  .amf-phl li{font-size:13px;white-space:normal;}

  /* Growth */
  .amf-gg{grid-template-columns:1fr;}
  .amf-gst{border-right:none;border-bottom:2px solid rgba(255,255,255,.2);padding:22px 6vw;}
  .amf-gst:last-child{border-bottom:none;}
  .amf-gn{font-size:clamp(28px,9vw,48px);}
  .amf-gl{font-size:13px;white-space:normal;}
  .amf-growth{padding:56px 5vw;}
  .amf-gsub{font-size:14px;white-space:normal;}

  /* Contact */
  .amf-cf-row{grid-template-columns:1fr;}
  .amf-cf{padding:22px 16px;}
  .amf-ci-h{font-size:17px;white-space:normal;}
  .amf-cf-h{font-size:17px;white-space:normal;}
  .amf-phone-cta{padding:14px 14px;gap:10px;}
  .amf-ph-t strong{font-size:15px;white-space:normal;}
  .amf-ph-t span{font-size:11.5px;white-space:normal;}
  .amf-cdi-v{font-size:13px;line-height:1.6;white-space:normal;}
  .amf-cfg label{font-size:11px;}
  .amf-cfg input,.amf-cfg select{font-size:14px;padding:11px 12px;}

  /* Sister */
  .amf-sister{padding:22px 18px;gap:16px;text-align:center;}
  .amf-sister-lbl{font-size:13px;white-space:normal;}

  /* Clients */
  .amf-clients .amf-sec-h{font-size:clamp(20px,6vw,32px);}

  /* Footer */
  .amf-footer{flex-direction:column;align-items:center;text-align:center;padding-bottom:90px;}
  .amf-footer p{font-size:11.5px;white-space:normal;}

  /* Swiper */
  .amf-swiper{padding:6px 36px 32px!important;}
}

/* ================================================================
   ★ RESPONSIVE — VERY SMALL (max 400px)
   ================================================================ */
@media(max-width:400px){
  .amf-tg{grid-template-columns:1fr;}
  .amf-tgrid-4{grid-template-columns:1fr;}
  .amf-steps{grid-template-columns:1fr;}
  .amf-hero-logo{height:40px;}
  .amf-h1{font-size:28px;line-height:1.15;}
  .amf-eyebrow{font-size:10px;padding:5px 8px;}
  .amf-nav{height:56px;padding:0 3vw;}
  .amf-nav-logo img{height:30px;}
  .amf-mobile-menu{top:56px;}
  .amf-section{padding:44px 4vw;}
  .amf-cf-row{grid-template-columns:1fr;}
  .amf-sticky-cta a{font-size:12px;padding:10px 6px;}
  .amf-sec-h{font-size:22px;}
  .amf-hero-sub{font-size:13.5px;}
  .amf-ab{font-size:13.5px;}
  .amf-tcard-body{padding:12px 10px;}
  .amf-tn{font-size:13px;}
}

/* ================================================================
   ELEMENTOR FIX — Images always show
   ================================================================ */
img{
  display:block !important;
  max-width:100% !important;
}
/* Prevent broken image icon when src is missing */
img::before{content:attr(alt);display:block;font-size:12px;color:#888;padding:4px;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-448a39f */.amf-services-new .amf-service-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:32px;
}

/* ===== CARD ===== */
.amf-services-new .amf-service-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:20px 18px 22px;
  min-height:170px;
  box-sizing:border-box;
  position:relative;
  transition:all .3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
}

/* TOP BORDER LINE */
.amf-services-new .amf-service-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
}

/* ===== COLORS ===== */
.amf-services-new .amf-service-orange::before{
  background:#e11d48; /* RED */
}

.amf-services-new .amf-service-blue::before{
  background:#1f6ecb;
}

.amf-services-new .amf-service-dark::before{
  background:#0c2747;
}

/* ===== HOVER ===== */
.amf-services-new .amf-service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
  border-color:#cfd8e3;
}

/* ===== ICON ===== */
.amf-services-new .amf-service-icon{
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:#fff;
  margin-bottom:14px;
  box-shadow:0 6px 14px rgba(0,0,0,0.1);
}

/* ICON COLORS */
.amf-services-new .amf-service-orange .amf-service-icon{
  background:linear-gradient(135deg,#ff3b3b,#c1121f); /* RED GRADIENT */
}

.amf-services-new .amf-service-blue .amf-service-icon{
  background:linear-gradient(135deg,#2b8cff,#1f6ecb);
}

.amf-services-new .amf-service-dark .amf-service-icon{
  background:linear-gradient(135deg,#0c2747,#091b32);
}

/* ===== TITLE ===== */
.amf-services-new .amf-service-title{
  font-size:18px;
  font-weight:800;
  line-height:1.3;
  margin-bottom:10px;
  color:#0c2747; /* SAME FOR ALL */
}

/* REMOVE COLOR VARIATION */
.amf-services-new .amf-service-orange .amf-service-title,
.amf-services-new .amf-service-blue .amf-service-title,
.amf-services-new .amf-service-dark .amf-service-title{
  color:#0c2747;
}

/* ===== TEXT ===== */
.amf-services-new .amf-service-text{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#334155;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px){
  .amf-services-new .amf-service-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .amf-services-new .amf-service-grid{
    grid-template-columns:1fr;
  }

  .amf-services-new .amf-service-title{
    font-size:16px;
  }

  .amf-services-new .amf-service-text{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3077b2 */.amf-ab{
  font-size: 18px;
  line-height: 1.8;
  color: #23364a;
  text-align: left;        /* LEFT align (important) */
  max-width: 720px;        /* clean reading width */
  margin-bottom: 22px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ea7c5d */.amf-leadership-wrap{
  background:#f3f4f6;
  padding:14px;
  border-radius:8px;
}

.amf-leadership-title{
  background:#0b1f3a;
  color:#fff;
  font-size:15px;
  font-weight:700;
  padding:10px 14px;
  border-radius:5px;
  margin-bottom:14px;
}

.amf-leadership-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.amf-lead-card{
  background:#ffffff;
  border:1px solid #d9dde4;
  border-radius:10px;
  padding:22px 18px 18px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:360px;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
  transition:all .3s ease;
}

.amf-lead-card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 24px rgba(0,0,0,0.10);
}

.amf-lead-photo-wrap{
  width:130px;
  height:130px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #0b1f3a;
  background:#eef2f7;
  margin-bottom:16px;
  flex-shrink:0;
}

.amf-lead-photo-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

/* Agar kisi image me face thoda upar niche ho to ye adjust kar sakte ho */
.amf-lead-card:nth-child(1) .amf-lead-photo-wrap img{
  object-position:center 20%;
}
.amf-lead-card:nth-child(2) .amf-lead-photo-wrap img{
  object-position:center 18%;
}
.amf-lead-card:nth-child(3) .amf-lead-photo-wrap img{
  object-position:center 16%;
}

.amf-lead-body{
  display:flex;
  flex-direction:column;
  flex:1;
  width:100%;
  align-items:center;
}

.amf-lead-body h3{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.25;
  color:#0b1f3a;
  font-weight:800;
}

.amf-lead-role{
  margin-bottom:10px;
  font-size:14px;
  line-height:1.2;
  color:#e53935;
  font-weight:700;
}

.amf-lead-body p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#334155;
  max-width:95%;
  flex:1;
}

.amf-lead-btn{
  margin-top:16px;
  display:inline-block;
  min-width:190px;
  padding:10px 14px;
  background:#0b1f3a;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  border-radius:6px;
  box-shadow:0 4px 12px rgba(11,31,58,0.15);
  transition:all .3s ease;
}

.amf-lead-btn:hover{
  background:#1d8ed1;
  box-shadow:0 8px 18px rgba(29,142,209,0.22);
}

/* Tablet */
@media (max-width: 991px){
  .amf-leadership-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px){
  .amf-leadership-grid{
    grid-template-columns:1fr;
  }

  .amf-lead-card{
    min-height:auto;
  }
}.amf-leadership-wrap{
  background:#f3f4f6;
  padding:14px;
  border-radius:8px;
  overflow:hidden;
  box-sizing:border-box;
}

.amf-leadership-title{
  background:#0b1f3a;
  color:#fff;
  font-size:15px;
  font-weight:700;
  padding:10px 14px;
  border-radius:5px;
  margin-bottom:14px;
}

.amf-leadership-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.amf-lead-card{
  background:#ffffff;
  border:1px solid #d9dde4;
  border-radius:10px;
  padding:22px 18px 18px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:360px;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
  transition:all .3s ease;
  box-sizing:border-box;
  width:100%;
}

.amf-lead-photo-wrap{
  width:130px;
  height:130px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #0b1f3a;
  background:#eef2f7;
  margin-bottom:16px;
  flex-shrink:0;
}

.amf-lead-photo-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

.amf-lead-body{
  display:flex;
  flex-direction:column;
  flex:1;
  width:100%;
  align-items:center;
}

.amf-lead-body h3{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.25;
  color:#0b1f3a;
  font-weight:800;
}

.amf-lead-role{
  margin-bottom:10px;
  font-size:14px;
  line-height:1.2;
  color:#e53935;
  font-weight:700;
}

.amf-lead-body p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#334155;
  max-width:95%;
  flex:1;
}

.amf-lead-btn{
  margin-top:16px;
  display:inline-block;
  width:100%;
  max-width:190px;
  min-width:0;
  padding:10px 14px;
  background:#0b1f3a;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  border-radius:6px;
  box-sizing:border-box;
}

/* Tablet */
@media (max-width: 991px){
  .amf-leadership-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .amf-lead-card{
    min-height:auto;
  }
}

/* Mobile */
@media (max-width: 640px){
  .amf-leadership-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px;
    overflow:visible !important;
  }

  .amf-lead-card{
    min-width:100% !important;
    max-width:100% !important;
    width:100% !important;
    min-height:auto;
    padding:18px 14px 16px;
  }

  .amf-lead-photo-wrap{
    width:100px;
    height:100px;
    margin-bottom:12px;
  }

  .amf-lead-body h3{
    font-size:16px;
  }

  .amf-lead-role{
    font-size:13px;
    margin-bottom:8px;
  }

  .amf-lead-body p{
    font-size:12px;
    line-height:1.5;
    max-width:100%;
  }

  .amf-lead-btn{
    width:100%;
    max-width:100%;
    font-size:11px;
    padding:10px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0853d22 */.amf-leadership-wrap{
  background:#f3f4f6;
  padding:14px;
  border-radius:8px;
}

.amf-leadership-title{
  background:#0b1f3a;
  color:#fff;
  font-size:15px;
  font-weight:700;
  padding:10px 14px;
  border-radius:5px;
  margin-bottom:14px;
}

.amf-leadership-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.amf-team-grid-4{
  grid-template-columns:repeat(4, 1fr);
}

.amf-lead-card{
  background:#ffffff;
  border:1px solid #d9dde4;
  border-radius:10px;
  padding:22px 16px 18px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:395px;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
  transition:all .3s ease;
}

.amf-lead-card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 24px rgba(0,0,0,0.10);
}

.amf-lead-photo-wrap{
  width:124px;
  height:124px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #0b1f3a;
  background:#eef2f7;
  margin-bottom:14px;
  flex-shrink:0;
}

.amf-lead-photo-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

.amf-lead-body{
  display:flex;
  flex-direction:column;
  align-items:center;
  flex:1;
  width:100%;
}

.amf-lead-body h3{
  margin:0 0 5px;
  font-size:18px;
  line-height:1.25;
  color:#0b1f3a;
  font-weight:800;
}

.amf-lead-role{
  margin-bottom:4px;
  font-size:14px;
  line-height:1.25;
  color:#e53935;
  font-weight:700;
}

.amf-lead-subrole{
  margin-bottom:10px;
  font-size:12px;
  line-height:1.35;
  color:#64748b;
  font-style:italic;
  font-weight:500;
}

.amf-lead-body p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#334155;
  max-width:95%;
  flex:1;
}

.amf-lead-btn{
  margin-top:16px;
  display:inline-block;
  min-width:180px;
  padding:10px 14px;
  background:#0b1f3a;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  border-radius:6px;
  box-shadow:0 4px 12px rgba(11,31,58,0.15);
  transition:all .3s ease;
}

.amf-lead-btn:hover{
  background:#1d8ed1;
  box-shadow:0 8px 18px rgba(29,142,209,0.22);
}

.amf-red-btn{
  background:#ef2d20;
}

.amf-red-btn:hover{
  background:#d92217;
}

.amf-blue-btn{
  background:#1d8ed1;
}

.amf-blue-btn:hover{
  background:#167bb6;
}

/* tablet */
@media (max-width: 991px){
  .amf-team-grid-4{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* mobile */
@media (max-width: 640px){
  .amf-team-grid-4{
    grid-template-columns:1fr;
  }

  .amf-lead-card{
    min-height:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcb6108 *//* ===== PAGE BG ===== */
body{
  margin:0;
  background:#f2f2f2;
  font-family:Arial, sans-serif;
}

/* ===== COMMON WIDTH FOR HEADER + SECTION ===== */
.amf-board-header,
.amf-board-wrap{
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}

/* ===== HEADER ===== */
.amf-board-header{
  background:#0c2747;
  color:#ffffff;
  padding:14px 24px;
  font-size:18px;
  font-weight:700;
  letter-spacing:0.3px;
  border-radius:6px;
  margin-top:12px;
  margin-bottom:18px;
}

/* ===== SECTION ===== */
.amf-board-wrap{
  padding:0;
  background:transparent;
}

/* ===== ROW ===== */
.amf-board-row{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

/* ===== CARD ===== */
.amf-board-card{
  flex:1 1 0;
  min-width:0;
  background:linear-gradient(180deg,#082e63 0%, #06224a 100%);
  border-radius:14px;
  padding:22px 18px 16px;
  box-shadow:0 10px 24px rgba(7,24,51,0.16);
  transition:0.3s ease;
  box-sizing:border-box;
}

.amf-board-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(7,24,51,0.22);
}

/* ===== TOP BORDER ===== */
.amf-board-card.orange{
  border-top:5px solid #ff8a1f;
}

.amf-board-card.blue{
  border-top:5px solid #35a8ff;
}

/* ===== TOP AREA ===== */
.amf-board-top{
  display:flex;
  align-items:center;
  gap:16px;
}

/* ===== AVATAR ===== */
.amf-board-avatar{
  width:74px;
  height:74px;
  min-width:74px;
  border-radius:50%;
  overflow:hidden;
  background:#1e90ff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:32px;
  font-weight:700;
  box-shadow:0 6px 14px rgba(0,0,0,0.2);
}

.amf-board-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* ===== TEXT ===== */
.amf-board-name{
  color:#fff;
  font-size:17px;
  font-weight:800;
  margin:0 0 4px;
}

.amf-board-role{
  color:#4fc0ff;
  font-size:12px;
  margin:0 0 12px;
  line-height:1.4;
}

/* ===== BADGES ===== */
.amf-board-badges{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.amf-board-badge{
  background:rgba(255,255,255,0.10);
  padding:5px 9px;
  border-radius:5px;
  font-size:10px;
  color:#fff;
  border:1px solid rgba(255,255,255,0.10);
  white-space:nowrap;
}

/* ===== DESCRIPTION ===== */
.amf-board-bio{
  margin-top:15px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.10);
  color:#d7e7fb;
  font-size:12px;
  line-height:1.8;
}

/* ===== MOBILE ===== */
@media (max-width: 768px){
  .amf-board-header,
  .amf-board-wrap{
    max-width:100%;
    margin-left:12px;
    margin-right:12px;
  }

  .amf-board-header{
    padding:12px 16px;
    margin-bottom:14px;
  }

  .amf-board-row{
    flex-direction:column;
  }

  .amf-board-card{
    width:100%;
  }

  .amf-board-avatar{
    width:62px;
    height:62px;
    min-width:62px;
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbe1624 */:root{
  --blue:#1DA1E8;
  --dark:#0c1e35;
  --gray:#64748b;
}

/* ===== SECTION ===== */
.amf-clients{
  background:#ffffff;
  padding:70px 20px;
}

.amf-sw{
  max-width:1240px;
  margin:auto;
}

/* ===== HEADING ===== */
.amf-tag{
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--blue);
  text-transform:uppercase;
  margin-bottom:8px;
}

.amf-sec-h{
  font-size:36px;
  font-weight:800;
  color:var(--dark);
  margin:0 0 10px;
  line-height:1.2;
}

.amf-sec-p{
  font-size:15px;
  color:var(--gray);
  line-height:1.7;
  margin:0 0 28px;
  max-width:760px;
}

.amf-cl-badge{
  margin:14px 0 30px;
  font-weight:700;
  color:var(--blue);
}

/* ===== SWIPER ===== */
.amf-logo-swiper{
  position:relative;
  padding:10px 60px;
}

/* ===== SLIDE ALIGN ===== */
.amf-logo-swiper .swiper-slide{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== LOGO WRAP ===== */
.amf-logo-item{
  width:100%;
  height:110px;   /* 👈 BIGGER */
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== LOGO IMAGE ===== */
.amf-logo-item img{
  width:auto;
  height:auto;
  max-width:180px;   /* 👈 BIGGER */
  max-height:90px;   /* 👈 BIGGER */
  object-fit:contain;
  display:block;
  transition:all .3s ease;
  opacity:0.9;
}

/* HOVER */
.amf-logo-item:hover img{
  transform:scale(1.1);
  opacity:1;
}

/* ===== ARROWS ===== */
.amf-logo-prev,
.amf-logo-next{
  width:40px !important;
  height:40px !important;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:50%;
  color:var(--blue) !important;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.amf-logo-prev::after,
.amf-logo-next::after{
  font-size:13px !important;
  font-weight:700;
}

/* ===== DOTS ===== */
.swiper-pagination-bullet{
  background:var(--blue);
  opacity:.4;
}

.swiper-pagination-bullet-active{
  opacity:1;
}

/* ===== MOBILE ===== */
@media (max-width: 767px){

  .amf-clients{
    padding:50px 14px;
  }

  .amf-sec-h{
    font-size:24px;
  }

  .amf-sec-p{
    font-size:14px;
    margin-bottom:22px;
  }

  .amf-logo-swiper{
    padding:10px 40px;
  }

  .amf-logo-item{
    height:80px;
  }

  .amf-logo-item img{
    max-width:130px;
    max-height:65px;
  }

  .amf-logo-prev,
  .amf-logo-next{
    width:32px !important;
    height:32px !important;
  }

  .amf-logo-prev::after,
  .amf-logo-next::after{
    font-size:11px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-007faf3 */.amf-housing-banner{
  background:#0b1f3a;
  border-radius:18px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:30px;
  color:#fff;
  flex-wrap:wrap;
  box-shadow:0 10px 28px rgba(11,31,58,0.16);
}

/* slide-in animation */
.amf-housing-animate{
  opacity:0;
  transform:translateY(30px);
  animation:amfHousingSlideIn .9s ease forwards;
}

@keyframes amfHousingSlideIn{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* logo box */
.amf-housing-left{
  width:140px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.amf-housing-left img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

/* content */
.amf-housing-content{
  flex:1;
  font-size:14px;
  line-height:1.7;
  color:#cbd5e1;
}

.amf-housing-content strong{
  color:#ffffff;
}

/* button */
.amf-housing-btn a{
  display:inline-block;
  background:#e8281d;
  color:#fff;
  padding:11px 18px;
  border-radius:9px;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  box-shadow:0 0 0 rgba(232,40,29,0.0);
  animation:amfGlowPulse 1.8s ease-in-out infinite;
}

.amf-housing-btn a:hover{
  background:#ff3b2f;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(232,40,29,0.38);
}

@keyframes amfGlowPulse{
  0%{
    box-shadow:0 0 0 0 rgba(232,40,29,0.00);
  }
  50%{
    box-shadow:0 0 18px 2px rgba(232,40,29,0.38);
  }
  100%{
    box-shadow:0 0 0 0 rgba(232,40,29,0.00);
  }
}

/* mobile */
@media(max-width:768px){
  .amf-housing-banner{
    flex-direction:column;
    text-align:center;
    padding:20px 18px;
  }

  .amf-housing-left{
    width:150px;
    height:60px;
  }

  .amf-housing-content{
    font-size:13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-232f34f *//* ===== SECTION ===== */
.amf-contact{
  background:#0b2540;
  padding:70px 20px;
}

.amf-contact .amf-tag{
  color:#35a8ff;
  font-size:12px;
  letter-spacing:2px;
  font-weight:700;
  text-transform:uppercase;
}

.amf-contact .amf-sec-h{
  color:#fff;
  font-size:38px;
  font-weight:800;
  line-height:1.2;
  margin:10px 0 30px;
}

/* ===== GRID ===== */
.amf-contact-g{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

/* ===== LEFT SIDE ===== */
.amf-ci-h{
  color:#fff;
  font-size:22px;
  font-weight:700;
  margin-bottom:18px;
}

/* PHONE CTA */
.amf-phone-cta{
  display:flex;
  align-items:center;
  gap:14px;
  background:linear-gradient(180deg,#f01f12 0%, #d9150b 100%);
  padding:16px;
  border-radius:12px;
  text-decoration:none;
  margin-bottom:25px;
  box-shadow:0 10px 25px rgba(217,21,11,0.25);
}

.amf-ph-icon{
  font-size:24px;
}

.amf-ph-t strong{
  color:#fff;
  font-size:18px;
}

.amf-ph-t span{
  color:#fff;
  font-size:13px;
  opacity:0.9;
}

/* CONTACT ITEMS */
.amf-cdi{
  display:flex;
  gap:12px;
  margin-bottom:16px;
}

.amf-cdi-h{
  color:#35a8ff;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}

.amf-cdi-v,
.amf-cdi-v a{
  color:#d4e4f3;
  font-size:14px;
  text-decoration:none;
  line-height:1.6;
}

/* ===== FORM BOX ===== */
.amf-cf{
  background:#0f2d4a;
  border-radius:16px;
  padding:26px;
  border:1px solid rgba(53,168,255,0.25);
  box-shadow:0 12px 30px rgba(0,0,0,0.2);
}

.amf-cf-h{
  color:#fff;
  font-size:22px;
  font-weight:700;
  margin-bottom:16px;
}

/* ===== FORM GRID ===== */
.amf-form-wrap .amf-form-grid{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.amf-form-wrap .amf-col-2{
  width:calc(50% - 7px);
}

.amf-form-wrap .amf-col-1{
  width:100%;
}

/* ===== LABELS ===== */
.amf-form-wrap label{
  display:block;
  color:#9eb7cf;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* ===== INPUTS ===== */
.amf-form-wrap input[type="text"],
.amf-form-wrap input[type="email"],
.amf-form-wrap input[type="tel"],
.amf-form-wrap select,
.amf-form-wrap textarea{
  width:100%;
  height:44px;
  margin-top:8px;
  padding:0 14px;
  border-radius:8px;
  border:1px solid rgba(53,168,255,0.25);
  background:#1a3b5d;
  color:#fff;
  font-size:14px;
}

/* placeholder */
.amf-form-wrap input::placeholder{
  color:#8fa7bf;
}

/* focus */
.amf-form-wrap input:focus,
.amf-form-wrap select:focus{
  border-color:#35a8ff;
  background:#1d4268;
}

/* ===== BUTTON ===== */
.amf-form-wrap input[type="submit"]{
  width:100%;
  height:50px;
  background:linear-gradient(180deg,#ef1d12 0%, #d9150b 100%);
  border:none;
  border-radius:8px;
  color:#fff;
  font-weight:700;
  font-size:15px;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(217,21,11,0.25);
  transition:0.3s;
}

.amf-form-wrap input[type="submit"]:hover{
  transform:translateY(-2px);
}

/* ===== CF7 FIX ===== */
.amf-form-wrap .wpcf7 form{
  margin:0;
}

.amf-form-wrap p{
  margin:0;
}

.wpcf7-response-output{
  color:#fff;
  margin-top:10px;
}

/* ===== MOBILE ===== */
@media(max-width:768px){

  .amf-contact-g{
    grid-template-columns:1fr;
  }

  .amf-contact{
    padding:50px 15px;
  }

  .amf-sec-h{
    font-size:26px;
  }

  .amf-form-wrap .amf-col-2{
    width:100%;
  }
}/* ===== FORM WRAP FIX ===== */
.amf-form-wrap .wpcf7 form{
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
}

/* remove CF7 default spacing */
.amf-form-wrap p{
  margin:0;
}

/* ===== FIELD BLOCK ===== */
.amf-form-wrap label{
  display:block;
  margin-bottom:14px;
}

/* ===== INPUT FIX ===== */
.amf-form-wrap input[type="text"],
.amf-form-wrap input[type="email"],
.amf-form-wrap input[type="tel"],
.amf-form-wrap textarea{
  width:100%;
  box-sizing:border-box;
  margin-top:6px;
}

/* ===== TEXTAREA ALIGN ===== */
.amf-form-wrap textarea{
  display:block;
}

/* ===== BUTTON ALIGN ===== */
.amf-form-wrap input[type="submit"]{
  width:100%;
  margin-top:8px;
  display:block;
}

/* ===== REMOVE EXTRA CF7 GAP ===== */
.amf-form-wrap .wpcf7-form-control-wrap{
  display:block;
}

/* ===== PERFECT SPACING ===== */
.amf-form-wrap label:last-of-type{
  margin-bottom:10px;
}

/* ===== MOBILE FIX ===== */
@media(max-width:768px){
  .amf-form-wrap label{
    margin-bottom:12px;
  }
}/* End custom CSS */
/* Start custom CSS */html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

/* Sticky header height ke hisaab se offset */
#top,
#about,
#services,
#contact,
#blogs {
  scroll-margin-top: 110px;
}

/* Agar section class same hai to ye bhi help karega */
section {
  position: relative;
}

/* Header above everything */
.amf-header,
.amf-nav,
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

/* Menu links clickable */
.amf-nav a,
.amf-nav-links a,
.menu a {
  position: relative;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
}

/* Hero ke upar koi layer click block na kare */
.amf-hero {
  position: relative;
  overflow: hidden;
}

.amf-hero-glow,
.amf-hero-grid {
  pointer-events: none;
}

.amf-hero-in {
  position: relative;
  z-index: 2;
}

/* Agar koi overlay issue ho */
.amf-overlay,
.overlay,
[class*="overlay"] {
  pointer-events: none;
}

/* Section top spacing */
#about,
#services,
#contact,
#blogs {
  padding-top: 10px;
}

/* Mobile menu support */
@media (max-width: 1024px) {
  #top,
  #about,
  #services,
  #contact,
  #blogs {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 767px) {
  #top,
  #about,
  #services,
  #contact,
  #blogs {
    scroll-margin-top: 80px;
  }

  .amf-nav a,
  .amf-nav-links a,
  .menu a {
    display: block;
    width: 100%;
  }
}/* End custom CSS */