
:root{
  /* Unified palette (from your new hero) */
  --bg-start:#0b1224;   /* deep navy */
  --bg-end:#001b3f;     /* ink navy */
  --brand:#1e90ff;      /* dodger */
  --brand-2:#00c2ff;    /* cyan */
  --text:#eaf1ff;       /* light text on dark */
  --muted:#a9b3c7;      /* desaturated light */
  --card:#ffffff;       /* glass base */
  --ink:#0e1a2b;        /* dark on light */
  --ring: rgba(30,144,255,.4);

  --surface:#0e1833;    /* section dark */
  --paper:#f7f9ff;      /* light section */
}

body{font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial; background:#fff; color:#12213a}
a{text-decoration:none}



/* ================= HERO (header + content in one gradient) ================= */
.hero{

  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
              url('./assets/images/banner21.svg');
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Use 'fixed' for a parallax effect */
  
  min-height: 100vh; /* Ensures it covers the full screen height */
  display: flex;
  flex-direction: column;
  color: #ffffff;
  
  
}







/* HERO header (logo + contacts) */
/*.hero-head{border-bottom:1px solid rgba(255,255,255,.06)}*/
/*.hero-head .container{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}*/


/*===========New Nav content===============*/


.hero-head .hero-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
}

/* Navigation */
.main-nav {
  margin-right: 120px; /* pulls menu toward center */
}

.menu {
  display: flex;
  gap: 44px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
  transition: color 0.3s ease;
}


.menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #21c5fb;
  transition: width 0.3s ease;
}

.menu li a:hover {
  color: #21c5fb;
}

.menu li a:hover::after {
  width: 100%;
}


/*===========New Nav content ENDS===============*/



.brand{display:flex;align-items:center;gap:10px;color:#fff}
.brand img{height:54px}
.contact-strip{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.contact-strip .item{display:flex;align-items:center;gap:8px;color:#dfe8ff;font-weight:600}
.contact-strip .item i{font-size:2.1rem;color:var(--brand-2)}
.contact-strip .item a{color:#dfe8ff}
.contact-strip .sep{width:1px;height:24px;background:rgba(255,255,255,.18)}

/* HERO body */
.hero-body .container{
  max-width:1500px;
  margin:0 auto;
  padding: clamp(22px, 4vw, 42px) 16px 0px;
  display:grid;
  /* Make the right column a compact column that won't balloon */
  grid-template-columns: 1fr minmax(320px, 440px);
  gap: clamp(22px, 3vw, 40px);
  align-items:center;
  min-height:76vh;
}


.form-card{
  width: 100%;                 /* lets it fill the right column */
  max-width: 440px;            /* prevents ballooning on large screens */
  justify-self: end;           /* anchor to the right side of the grid cell */
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0,0,0,.40); /* softened from heavier earlier shadow */
  padding: clamp(14px, 1.6vw, 20px);
  border: 1px solid rgba(255,255,255,.20);
  transition: transform .18s ease, box-shadow .18s ease;
  box-sizing: border-box;
}

/* Make the title smaller so the card reads lighter */
.form-card .title{
  font-weight:800;
  font-size: 1.45rem; /* compact but legible */
  color: #fff;
  margin-bottom: 6px;
}

/* Labels and inputs tuned for compactness and accessibility */
.form-label { color: #e7eefc; font-size: .95rem; font-weight:700; }

.hero-form .form-control,
.hero-form .form-select,
.hero-form textarea.form-control{
  border-radius: 12px;
  padding: .10rem .65rem;
  border: 1px solid #dfe6ff;
  background: #fbfcff;
  font-size: 0.95rem;
  line-height: 1.25;
  min-height: 40px;
  box-sizing: border-box;
}

/* Textarea slightly taller but still compact */
.hero-form textarea.form-control{ min-height: 72px; resize: vertical; }

/* CTA scaled to match the compact form */
.hero-form .cta{
  background: linear-gradient(135deg,#22a2ff,#0d6efd);
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: .78rem 1.05rem;
  font-weight:800;
  font-size: 0.98rem;
  box-shadow: 0 12px 28px rgba(13,110,253,.28);
  min-width: 140px;
}

/* Tighten vertical rhythm inside the card */
.form-card .form-row{ margin-bottom: 10px; }
.form-card small.privacy{ color:#94a0bf; font-size: .82rem; }

/* Micro interaction and focus state */
.form-card:active{ transform: translateY(0.5px); }
.form-card:focus-within{ box-shadow: 0 20px 50px rgba(0,0,0,.46), 0 0 0 .2rem var(--ring); }





/* ================= intl-tel-input alignment fix ================= */

/* Force wrapper to behave like a normal full-width input */
.hero-form .iti {
  width: 100%;
  display: block;
}

/* Make the actual input fill the wrapper */
.hero-form .iti input.form-control {
  width: 100%;
  padding-left: 58px !important; /* space for flag */
  box-sizing: border-box;
}

/* Keep dropdown + input height consistent */
.hero-form .iti--allow-dropdown .iti__flag-container {
  height: 100%;
}

/* Align flag vertically */
.hero-form .iti__flag-container {
  display: flex;
  align-items: center;
}


.hero-form .iti input.form-control {
  border-radius: 12px;
  min-height: 42px;
}





/* ---------- Responsive adjustments ---------- */

/* Large desktop: explicit layout giving form column a fixed comfortable width */
@media (min-width: 1400px){
  .hero-body .container{ grid-template-columns: 1fr 480px; }
  .form-card{ max-width: 440px; padding: 18px; border-radius: 18px; }
}

/* Medium desktop / laptop */
@media (min-width: 992px) and (max-width: 1399.98px){
  .hero-body .container{ grid-template-columns: 1fr minmax(300px, 420px); }
  .form-card{ max-width: 420px; justify-self: end; }
}

/* Tablet & mobile: stack content (form becomes full width and centered) */
@media (max-width: 991.98px){
  .hero h1{ font-size: 1.5rem;}
  .form-card .title { font-size: 1.5rem;}
  .hero-body .container{ grid-template-columns:1fr; min-height: unset; padding-bottom: 42px; }
  .form-card{ order: 2; width:100%; max-width: 720px; justify-self: center; padding: 14px; }
  .form-card .title{ font-size: 1.15rem; }
  .hero-form .form-control{ font-size: 0.95rem; padding:10px 12px; min-height:44px;}
  .hero-form .cta{ width:100%; padding:.9rem; min-width:0; }
}

/* Small phones: compact further */
@media (max-width: 440px){
  .hero h1{ font-size: 2.5rem !important;}
  .form-card .title { font-size: 1.5rem !important;}
  .form-card{ max-width: 92%; padding: 12px; border-radius:14px; }
  .form-card .title{ font-size: 1rem; }
  .hero-form .form-control{ min-height:40px; padding:9px 10px; font-size:0.92rem; }
  .hero-form .cta{ padding:10px; font-size:0.95rem; }
}



.eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:var(--muted);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:6px 10px;border-radius:999px}
.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 0 0 4px rgba(30,144,255,.18)}
.hero h1{margin:14px 0 10px;font-weight:800;line-height:1.2;font-size:clamp(28px,5.2vw,38px);color:#fff}
.hero h1 .accent{background:linear-gradient(135deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent}
.sub{color:var(--muted);font-size:clamp(14px,1.1vw,17px);max-width:60ch;line-height:1.6;margin-bottom:20px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0 22px}
.btn-soft{border-radius:35px;padding:10px 30px;font-weight:800}
.btn-primary-gradient{color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 10px 24px rgba(0,194,255,.22)}
.btn-primary-gradient:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,194,255,.28)}
.btn-ghost{color:#dfe8ff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.btn-ghost:hover{background:rgba(255,255,255,.1)}

.trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:6px;max-width:700px}
.trust .item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px}
.trust .item i{color:var(--brand-2)}
.trust .label{font-size:13px;color:#dfe8ff}
.bi {font-size: 26px;}
.stars{display:flex;align-items:center;gap:8px;margin-top:10px;color:#cdd6ea;font-size:14px}

.form-card{background:rgba(255,255,255,.04);backdrop-filter: blur(10px);color:var(--ink);border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.45);padding: clamp(18px, 2.2vw, 18px);margin-right: 29px;border:1px solid rgba(255,255,255,.35)}
.form-card .title{font-weight:800;font-size:1.9rem;color:white;line-height: 1.1}
.form-label {color: white;}
.hero-form .form-control,.hero-form .form-select{border-radius:14px;padding:.9rem 0.4rem;border:1px solid #dfe6ff;background:#fbfcff}
.hero-form .form-control:focus,.hero-form .form-select:focus{box-shadow:0 0 0 .25rem rgba(30,144,255,.12);border-color:var(--brand)}
.hero-form .cta{background:linear-gradient(135deg,#22a2ff,#0d6efd);border:none;color:#fff;border-radius:999px;padding:1rem 1.25rem;font-weight:800;font-size:1.05rem;box-shadow:0 16px 36px rgba(13,110,253,.35)}
.hero-form small.privacy{color:#7b869c}

@media (max-width: 992px){.hero-body .container{grid-template-columns:1fr;min-height:unset;padding-bottom:42px}.form-card{order:2}}

/* ============= Sections restyled to match hero look ============= */
.section{padding:64px 0}
.section.light{background:#fff}
.section.pale{background:linear-gradient(180deg, #f7faff 0%, #ffffff 100%)}
.section.dark{background:linear-gradient(180deg, var(--bg-start) 0%, var(--bg-end) 100%);color:#eaf1ff}
.section .eyebrow{color:var(--brand-2);background:rgba(30,144,255,.12);border-color:rgba(30,144,255,.18)}
.section .section-title{font-weight:800}




/* ===== Hero pointing woman ===== */
.hero-pointer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-pointer img {
  /*max-width: 280px;*/
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: translateX(-142px); /* subtle point toward form */
}

/* Desktop only – show image */
@media (min-width: 992px) {
  .hero-body .container {
    grid-template-columns: 1fr 280px minmax(320px, 440px);
  }
}

/* Tablet & below – hide image completely */
@media (max-width: 991.98px) {
  .hero-pointer {
    display: none;
  }

  .hero-body .container {
    grid-template-columns: 1fr;
  }
}







/* ===== Services grid (aligned with your current build) ===== */
.expert-grid{display:grid; gap:28px;}
@media (min-width:1200px){
.expert-grid{grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense;}
}
/* Tablet */
@media (min-width:576px) and (max-width:1199.98px){
.expert-grid{grid-template-columns: repeat(2, 1fr);}
}

/* Base cards */
.expert-item, .expert-cta{
background:#fff;
border-radius:18px;
padding:20px 24px;
box-shadow:0 10px 24px rgba(13,27,61,.10);
border:1px solid #e6ecff;
transition:transform .2s ease, box-shadow .2s ease;
min-height:120px;
display:flex; flex-direction:column;
}
.expert-item:hover, .expert-cta:hover{
transform: translateY(-4px);
box-shadow:0 18px 40px rgba(12,26,70,.12);
}
.expert-icon{
width:44px; height:44px; border-radius:12px;
display:flex; align-items:center; justify-content:center;
margin-bottom:.8rem; border:2px solid #21c5fb; color:#21c5fb; font-size:1.1rem;
}

.expert-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.expert-content .btn {
  /*align-self: center;*/
  margin-top: auto;
  margin-bottom: 4px;
}

.expert-content .btn i {
  font-size: 1rem;
  vertical-align: middle;
}





/* === Pin placement on DESKTOP (≥1200px): legal left, CTA right, row 3 === */
@media (min-width:1200px){
.service-legal{ grid-column: 1; grid-row: 3; }
.expert-cta{   grid-column: 4; grid-row: 3; }
}

/* ---- Ensure CTA lands at row 3, right end on desktop ---- */
@media (min-width:1200px){
.expert-grid{ grid-auto-flow: dense; }
.service-legal{ grid-column: 1; grid-row: 3; }
.expert-cta{   grid-column: 4; grid-row: 3; }
}

/* ---- Neon Glass CTA Card ---- */
:root{
/* Fallbacks if not defined in your page */
--brand: #1e90ff;
--brand-2: #00c2ff;
--cta-bg: rgba(10,18,40,.75);
--cta-bg-strong: rgba(10,18,40,.92);
}

.cta-hero{
position: relative;
isolation: isolate;
overflow: hidden;
border-radius: 20px;
padding: 75px 22px 20px;
color: #fff;
background:
radial-gradient(120% 120% at 110% -10%, rgba(255,255,255,.16), transparent 60%),
radial-gradient(120% 120% at -10% 110%, rgba(255,255,255,.10), transparent 60%),
linear-gradient(180deg, var(--cta-bg-strong), var(--cta-bg));
border: 1px solid rgba(255,255,255,.22);
box-shadow:
0 22px 54px rgba(0,0,0,.35),
0 10px 28px rgba(0,194,255,.18);
}

/* Glassiness when supported */
@supports (backdrop-filter: blur(8px)) {
.cta-hero{
backdrop-filter: blur(10px) saturate(120%);
-webkit-backdrop-filter: blur(10px) saturate(120%);
background:
  radial-gradient(120% 120% at 110% -10%, rgba(255,255,255,.18), transparent 60%),
  radial-gradient(120% 120% at -10% 110%, rgba(255,255,255,.12), transparent 60%),
  linear-gradient(180deg, rgba(12,22,46,.85), rgba(12,22,46,.72));
}
}





/* Badge (top-left) */
.cta-badge{
display:inline-flex; align-items:center; gap:8px;
font-weight:700; font-size:.82rem; letter-spacing:.01em;
padding:6px 10px; border-radius:999px;
background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
border:1px solid rgba(255,255,255,.22);
color:#dfe9ff; position:relative; z-index:1;
}
.cta-badge i{ color: var(--brand-2); }

/* Title & copy (high readability) */
.cta-title{
margin:12px 0 6px;
font-weight: 900;
font-size: 1.15rem;
line-height: 1.2;
background: linear-gradient(135deg, #ffffff, #eaf1ff);
-webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
text-shadow: 0 2px 10px rgba(0,0,0,.35);
position:relative; z-index:1;
}
.cta-sub{
color:#e6efff; margin:0 0 10px; line-height:1.5;
text-shadow: 0 1px 6px rgba(0,0,0,.25);
position:relative; z-index:1;
}




//* why  Section background */
/* WHY Section */
.why {
  background-color: #f8f9fa;
}

.why-surface {
  background: #ffffff;
  border-radius: 28px;
  padding: 3.5rem 3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.video-wrapper {
  margin-top: 50px;
}

/* Mobile refinements */
@media (max-width: 991px) {
  .why-surface {
    padding: 2rem 1.5rem;
  }

  .video-wrapper {
    margin-top: 20px;
  }

  .why .row>* {
    margin-top: 0;
    row-gap: 0.1rem;

  }
}


/* Process */
.process .step{background:#fff;border-radius:22px;box-shadow:0 10px 25px rgba(24,61,255,.10);padding:1.25rem;text-align:center;height:100%;border:1px solid #e9efff}
.step .badge-icon{display:inline-flex;width:56px;height:56px;border-radius:14px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:1.35rem;box-shadow:0 6px 16px rgba(24,61,255,.10)}

/* Footer */
.site-footer {
  background:
    radial-gradient(900px 400px at 100% 0%, rgba(0,194,255,.10), transparent 60%),
    radial-gradient(900px 400px at 0% 100%, rgba(30,144,255,.10), transparent 60%),
    linear-gradient(135deg, #00102a, #00091e);
  color: #d6defa;
  font-size: 0.95rem;
}


.footer-form-card {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
}






.site-footer a{color:#d6defa}

.form-card-footer{
  width: 100%;                 /* lets it fill the right column */
  max-width: 440px;            /* prevents ballooning on large screens */
  justify-self: end;           /* anchor to the right side of the grid cell */
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0,0,0,.40); /* softened from heavier earlier shadow */
  padding: clamp(14px, 1.6vw, 20px);
  border: 1px solid rgba(255,255,255,.20);
  transition: transform .18s ease, box-shadow .18s ease;
  box-sizing: border-box;
}

/* Make the title smaller so the card reads lighter */
.form-card-footer .title{
  font-weight:800;
  font-size: 1.45rem; /* compact but legible */
  color: #fff;
  margin-bottom: 6px;
}

/* Labels and inputs tuned for compactness and accessibility */
.form-label-footer { color: #e7eefc; font-size: .95rem; font-weight:700; }



/*.card-like{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:18px;box-shadow:0 18px 40px rgba(0,0,0,.18)}*/
.footer-map iframe{width:100%;height:330px;border-radius:16px}
@media (max-width:576px){.footer-map iframe{height:260px}}





/* ===== iPhone Pro Max (≤440px) Mobile Patch ===== */
@media (max-width: 440px) {
/* Base scale + safe areas */
html { font-size: 15px; }
body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.container { padding-left: 16px; padding-right: 16px; }

.trust .item {padding-left: 5px;}

/* Sections & headings */
.section { padding: 40px 0; }
.section.pale { padding: 40px 0; }
.section-title { 
font-size: clamp(20px, 6.2vw, 28px); 
line-height: 1.2; 
margin-bottom: 10px;
}
.eyebrow { font-size: 12px; letter-spacing: .02em; }

/* Generic spacing tighten */
.mb-5 { margin-bottom: 1.75rem !important; }
.g-4 { --bs-gutter-x: 16px; --bs-gutter-y: 16px; }

/* Cards & “card-like” boxes */
.card-like { padding: 16px; border-radius: 16px; }
.card-like p { margin-bottom: 0.5rem; }



/* Why Choose Us counters (e.g., 18+ Years / 20K+ Clients) */
.counters, .highlights, .stats {
display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.counter, .highlight, .stat {
padding: 12px; border-radius: 14px; text-align: center;
}
.counter .value, .stat .value { 
font-size: clamp(22px, 7vw, 30px); line-height: 1; 
}
.counter .label, .stat .label { font-size: 12px; opacity: .9; }

/* Lists (document requirements) */
.list-unstyled li { line-height: 1.35; }


/* Buttons */
.btn, .btn-primary, .btn-outline-primary { 
width: 100%; padding: 12px 16px; font-weight: 600; 
}

/* Forms */
.form-control { font-size: 14px; padding: 10px 12px; }
.input-group>.form-control { min-height: 44px; }

/* Navbar (failsafe collapse) */
.navbar .nav-link { padding: 10px 0; }
.navbar-brand img { max-height: 28px; height: auto; }
.navbar .btn { width: auto; padding: 8px 12px; }

/* Images/embeds overflow guard */
img, svg, canvas, video { max-width: 100%; height: auto; }
pre, code, .table-responsive, table { max-width: 100%; overflow-x: auto; }

/* Footer & map */
.site-footer { padding-top: 28px; padding-bottom: 24px; }
.footer-map iframe { height: 240px !important; border-radius: 14px; }


/* layout line for the hero bar */
.hero-bar{
display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.contact-strip{
display:flex; align-items:center; gap:12px; white-space:nowrap;
}
.contact-strip .item{ display:flex; align-items:center; gap:8px; }
.contact-strip .item a{ text-decoration:none; }
.contact-strip .sep{
width:1px; height:16px; background:rgba(255,255,255,.25); display:inline-block;
}









/* ===== mobile rule: keep logo left, only WhatsApp on right ===== */
@media (max-width: 440px){
.contact-strip .item.email,
.contact-strip .item.phone,
.contact-strip .sep{ display:none !important; } /* hide separators too */

.contact-strip{ margin-left:auto; }           /* pushes WhatsApp to the right */
.contact-strip .item.whatsapp a{
font-weight:600;
/* keep number tidy if space is tight */
max-width: 180px; overflow:hidden; text-overflow:ellipsis;
}
.brand img{ height:60px; width:auto; }        /* comfy logo size on mobile */
}}
/* ===== Mobile: center the block, left-align its contents ===== */
@media (max-width: 440px) {
/* 1) center the WHOLE footer-contact as a unit */
.footer-contact{
width: 100%;
max-width: 300px;           /* adjust 260–340px to taste */
margin-left: auto;
margin-right: auto;         /* centers the block under the logo */
text-align: left;           /* keep text left-aligned inside */
}

/* 2) keep the logo perfectly centered above */
.footer-contact > img{
display: block;
margin: 0 auto 14px;        /* centers logo and adds spacing */
}

/* 3) make each row (icon + text) not full-width */
.footer-contact .footer-line,
.footer-contact .d-flex{
width: 100%;
max-width: 300px;           /* same as container for clean edges */
margin-left: auto;
margin-right: auto;
justify-content: flex-start !important;
align-items: flex-start;
padding-left: 60px; 
}

/* 4) small niceties for alignment */
.footer-contact i{ min-width: 20px; line-height: 1; }
.footer-contact h6,
.footer-contact p,
.footer-contact a,
.footer-contact div{ text-align: left; }
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 0 5px #25d366, 0 0 10px #25d366, 0 0 15px #25d366;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease;
  animation: bounce 2s infinite;
}

.whatsapp-float:hover {
  box-shadow: 0 0 15px #25d366, 0 0 20px #25d366, 0 0 25px #25d366;
  transform: scale(1.1);
}

.whatsapp-float .my-float {
  margin-top: 16px;
}


.call-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 40px;
  background-color: #21c5fb;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0 0 5px #21c5fb, 0 0 10px #21c5fb, 0 0 15px #21c5fb;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease;
  animation: bounce 2s infinite;
}

.call-float:hover {
  box-shadow: 0 0 15px #21c5fb, 0 0 20px #21c5fb, 0 0 25px #21c5fb;
  transform: scale(1.1);
}

.call-float .my-float {
  margin-top: 16px;
}


/* ===== Mobile: Move buttons to center-right ===== */
@media (max-width: 440px) {

  .whatsapp-float {
    top: 65%;
    bottom: auto;              /* disable bottom */
    right: 15px;               /* keep right side */
    transform: translateY(-50%);
  }

  .call-float {
    top: calc(85% - 80px);     /* place call button above WhatsApp */
    bottom: auto;
    right: 15px;
    transform: translateY(-50%);
  }

  /* Prevent hover transform conflict */
  .whatsapp-float:hover,
  .call-float:hover {
    transform: translateY(-50%) scale(1.1);
  }
}


/*================ends of whatsapp floting=====================*/

/* ===== Team Section ===== */
.team-section {
  padding: 80px 0;
  background: radial-gradient(circle at top, #0b2a4a, #020b1a);
  overflow: hidden;
}

.section-team-title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 1px;
}


    
}

/* ===== Carousel Wrapper ===== */
.team-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ===== Moving Track ===== */
.team-track {
  display: flex;
  gap: 30px;
  animation: scroll-left 25s linear infinite;
}

/* ===== Team Card ===== */
.team-card {
  min-width: 260px;
  height: 320px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* Hover polish */
.team-card:hover {
  transform: translateY(-6px);
}

/* ===== Animation ===== */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .team-card {
    min-width: 220px;
    height: 280px;
  }

  .team-track {
    animation-duration: 18s;
  }
}
/*==========================================*/


/* ===== Testimonial section ===== */


.testimonial-title-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .testimonial-title {
    font-size: 30px;
  }

  .testimonial-title-wrapper {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-title {
    font-size: 26px;
  }
}




.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background: linear-gradient(90deg, #054d77, #1e7a63); */
    padding-top: 40px;
padding-right: 20px;
padding-bottom: 40px;
padding-left: 20px;
    flex-wrap: wrap;
    min-width: 0;
    
  }

  .review-summary {
    color: rgb(14, 13, 13);
    max-width: 250px;
    margin-right: 30px;
    text-align: center;
    flex: 1 1 220px;
    margin-top: 30px !important;
  }

  .review-summary h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .custom-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
  }

  .custom-stars img {
    width: 30px !important;
    height: 30px !important;
  }
  .custom-stars-body {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .testimonial-meta span {
    margin-top: 3px;
    display: inline-block;
  }

  .custom-stars-body img{
    width: 17px !important;
    height: 17px !important;
  }

  .review-summary p {
    margin: 5px 0;
    font-size: 20px;
  }

  .review-summary img {
    width: 150px;
    margin-top: 5px;
  }

  .splide {
    flex: 1 1 600px;
    min-width: 0;
    max-width: 1150px;
  }

  .testimonial-card {
    /*background: #fff;*/
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding-top: 25px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: Arial, sans-serif;
    background: linear-gradient(
    135deg,
    rgba(15, 169, 255, 0.18),
    rgba(255, 255, 255, 0.65)
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(15, 169, 255, 0.25);
  box-shadow:
    0 8px 30px rgba(15, 169, 255, 0.15),
    inset 0 0 0 rgba(255, 255, 255, 0.2);

  border-radius: 16px;
  }



  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .testimonial-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }

  .testimonial-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .testimonial-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #555;
    margin-top: 6px;
  }

  .new-badge {
    background-color: #f3f6f8;
    color: #151515;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  .testimonial-body {
    font-size: 14px;
    color: #000000;
    /* flex-grow: 1; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 25px;
  }

  .read-more {
    margin-top: 10px;
    font-size: 13px;
    color: #0073e6;
    cursor: pointer;
    text-decoration: underline;
    width: fit-content;
    transition: color 0.3s ease;
  }

  .read-more:hover {
    color: #004a99;
  }

  .google-logo {
    width: 25px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .splide__arrow {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 10;
  }

  .splide__arrow svg {
    fill: none;
    stroke: #aaa;
    stroke-width: 3;
    width: 20px;
    height: 20px;
  }

  .splide__arrow:hover svg {
    stroke: #0073e6;
  }

  .splide__arrow--prev {
    left: -30px;
  }

  .splide__arrow--next {
    right: -30px;
  }

  @media screen and (max-width: 768px) {
    .testimonial-section {
      flex-direction: column;
      align-items: center;

    }

    .review-summary {
      margin-right: 0;
      margin-bottom: 20px;
     
    }

    .splide__arrow--prev {
      left: -5px;
    }

    .splide__arrow--next {
      right: -5px;
    }
    
    .splide__arrow {
        visibility: hidden;
       
    }
    
    .splide {
    flex: 0 1 265px;
    min-width: 0;
    }
    
    .testimonial-section {
        padding: 0px 0px;
          
        
    }
    
    .stepsSec .steps-card .icon {
    margin-bottom: 12px;
    }
    
    
    
    
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .splide__arrow--prev {
    left: 1px !important;
  }
  @media screen and (max-width: 992px) {
    .testimonial-section {
      padding: 20px 0px;
        
    }
  
    .review-summary {
      max-width: 100%;
      text-align: center;
      margin: 0 auto 30px;
    }
  
    .splide {
      max-width: 100%;
    }
  
    .testimonial-card {
      padding: 20px;
    }
  
    .testimonial-body {
      -webkit-line-clamp: 5;
      font-size: 15px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review .titleSec h1 {
        font-size: 30px;
        font-weight: 700;
    }

    .testimonial-info h4 {
      font-size: 14px;
    }
  
    .testimonial-meta {
      font-size: 14px;
    }
  
    .read-more {
      font-size: 12px;
    }
  
    .review-summary h2 {
      font-size: 30px;
      font-weight: 600;
    }
  
    .custom-stars img {
      width: 40px !important;
      height: 40px !important;
    }
  
    .custom-stars-body img {
      width: 14px !important;
      height: 14px !important;
    }
  
    .splide__arrow {
      width: 30px;
      height: 30px;
    }
  
    .splide__arrow svg {
      width: 16px;
      height: 16px;
    }
  
    .splide__arrow--prev {
      left: 0 !important;
    }
  
    .splide__arrow--next {
      right: 0 !important;
    }
  
    .testimonial-card {
      padding: 15px;
    }
  
    .google-logo {
      width: 20px;
      top: 10px;
      right: 10px;
    }

    
  }
  
  @media screen and (max-width: 480px) {
    .testimonial-card {
      padding: 16px;
      border-radius: 12px;
      /* margin: 0 10px; */
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
      
    }
  
    .testimonial-body {
      font-size: 14px;
      line-height: 22px;
      -webkit-line-clamp: 6;
      font-weight: 500;
    }
  
    .testimonial-info h4 {
      font-size: 14px;
    }
  
    .testimonial-meta {
      /* flex-direction: column; */
      align-items: flex-start;
      gap: 4px;
      font-weight: 400;
    }
  
    .custom-stars-body img {
      width: 16px !important;
      height: 16px !important;
    }
  
    .google-logo {
      width: 30px;
      top: 12px;
      right: 12px;
    }
  
    .splide__arrow {
      background: #f1f1f1;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      visibility: hidden! important;
    }
  
}

/* ===== Certifications Section ===== */

.certifications-section {
    background:
    radial-gradient(1200px 500px at 20% -10%, rgba(0,194,255,.18), transparent 60%),
    radial-gradient(900px 400px at 80% 120%, rgba(30,144,255,.18), transparent 60%),
    linear-gradient(135deg, var(--bg-start), var(--bg-end));
  color:var(--text);
  padding: 90px 20px;
}

/* Title alignment matches other sections */
.certifications-container {
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-title-white {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Wider than normal container */
.certifications-wide {
  max-width: 1500px; /* KEY: makes cards feel larger */
  margin: 0 auto;
  padding: 0 20px;
}

/* 4 items in one row */
.certifications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* Certificate card */
.certificate-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;

  /* Slight landscape bias */
  aspect-ratio: 4 / 3;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.certificate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

.certificate-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Tablet */
@media (max-width: 992px) {
  .certifications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .section-title {
    font-size: 28px;
  }

  .certifications-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .certificate-card {
    aspect-ratio: auto;
    padding: 20px;
  }
}
