:root{
  --brand-primary:#1B4F9C; /* Logo primary */
  --brand-accent:#F5A623; /* Logo accent */
  --neutral-1:#0f172a;
  --neutral-2:#f3f4f6;
  --neutral-3:#ffffff;
  --text:#0b1220;
  --muted:#64748b;
  --radius:12px;
  --space-1:.5rem; --space-2:1rem; --space-3:1.5rem; --space-4:2rem;
  --shadow-sm:0 6px 18px rgba(0,0,0,.08);
  --shadow-md:0 12px 28px rgba(0,0,0,.12);
}
html{scroll-behavior:smooth}
body{
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Inter,sans-serif;
  color:var(--text);
  line-height:1.6;
  background:#fff;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand-primary)}
a:hover{color:var(--brand-accent)}
.text-accent{color:var(--brand-accent)!important}
.bg-soft{background:var(--neutral-2)}
.section{padding:64px 0}
.section-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;position:relative}
.section-title::after{content:"";display:block;width:56px;height:3px;background:linear-gradient(90deg,var(--brand-accent),var(--brand-primary));border-radius:2px;margin-top:.5rem}

.visually-hidden-focusable:active,.visually-hidden-focusable:focus{position:absolute;clip:auto;width:auto;height:auto;margin:0;overflow:visible}


/* HEADER REPLACEMENT/OVERRIDES */
.site-header {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(10px);
  transition: box-shadow .2s;
}

.site-header.scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

.brand-logo {
  width: 100%;
  height: 60px;
}

.brand-text {
  font-weight: 700;
  font-size: 1.125rem;
}

.main-nav .menu {
  gap: 0.25rem;
}

.nav-link {
  display: inline-block;
  color: #0b1220;
  text-decoration: none;
  font-weight: 600;
  padding: .6rem .8rem;
  border-radius: 10px;
  transition: color .2s, background .2s;
}

.nav-link:hover {
  color: var(--brand-primary);
  background: rgba(27, 79, 156, .06);
}

.nav-link.active {
  color: var(--brand-accent);
  position: relative;
  background: rgba(245, 166, 35, .08);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brand-accent), var(--brand-primary));
}

.header-ctas .btn-sm {
  padding: .45rem .7rem;
}

/* Hamburger */
.hamburger {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hamburger span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #0b1220;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}

.hamburger span:nth-child(1) {
  top: 14px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .85);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.mobile-menu a {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  padding: .75rem 1rem;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: var(--brand-accent);
}


/* Hero */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;color:#0b1220}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-backdrop{position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.85),rgba(255,255,255,.65));z-index:1}
.hero .container{z-index:2}
.hero-device{filter:drop-shadow(0 12px 24px rgba(0,0,0,.15))}
.lottie-overlay{position:absolute;inset:0;pointer-events:none;z-index:2}

/* Typing */
.typing-usp{font-family:"Inter",system-ui,sans-serif;font-weight:600;color:var(--brand-primary)}
.caret{animation:blink .9s step-end infinite}
@keyframes blink{50%{opacity:0}}

/* CTA icon buttons */
.cta-group .btn-icon{
width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;
}
.cta-group .btn-icon svg{display:block}
.btn-brand .btn-icon{color:#fff}
.btn-outline-brand .btn-icon{color:var(--brand-primary)}
.btn-lg.d-inline-flex{padding-left:1rem;padding-right:1.1rem}

/* Feature cards */
.feature-card{background:#fff;border-radius:var(--radius);padding:1rem;border:1px solid #eef1f5;box-shadow:var(--shadow-sm);height:100%}
.feature-card .icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;background:rgba(27,79,156,.1);color:var(--brand-primary);margin-bottom:.5rem}

/* Service card */
.service-card{background:#fff;border-radius:var(--radius);padding:1.25rem;border:1px solid #eef1f5;transition:transform .2s,box-shadow .2s}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.svc-icon{font-size:1.5rem}

/* Steps */
.step-card{background:#fff;border-radius:var(--radius);text-align:center;padding:1rem;border:1px solid #eef1f5;box-shadow:var(--shadow-sm)}
.step-icon{font-size:1.5rem;margin-bottom:.25rem}

/* Testimonials */
.testimonial{background:#fff;border:1px solid #eef1f5;border-radius:16px;padding:1rem;box-shadow:var(--shadow-sm);height:100%}
.client-top{display:flex;justify-content:space-between;align-items:center}
.client-photo{width:72px;height:72px;border-radius:50%;object-fit:cover}
.client-logo{max-height:24px;opacity:.8}
.client-meta{font-size:.95rem;margin:.5rem 0}
.stars{color:#f5b50a;font-size:1rem}
.star{letter-spacing:1px}
.star.half{color:#f5b50aaa}

/* Tech marquee */
.tech-marquee{overflow:hidden;border-radius:12px;border:1px solid #eef1f5;background:#fff}
.tech-marquee .track{display:flex;gap:48px;animation:marquee 35s linear infinite}
.tech-marquee .group{display:flex;gap:48px;padding:1rem 1.25rem}
.tech-marquee img{height:36px;opacity:.8;transition:opacity .2s}
.tech-marquee img:hover{opacity:1}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* Client slider */
.client-item{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #eef1f5;border-radius:12px;padding:16px;height:90px}
.client-item img{max-height:40px;filter:grayscale(100%);opacity:.9;transition:filter .2s,opacity .2s}
.client-item img:hover{filter:none;opacity:1}

/* Portfolio */
.project-card{background:#fff;border:1px solid #eef1f5;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s}
.project-card:hover{transform:translateY(-4px)}
.project-thumb{width:100%;height:200px;object-fit:cover}
.project-info{padding:1rem}

/* Forms */
.form-card{background:#fff;border:1px solid #eef1f5;border-radius:16px;padding:1rem;box-shadow:var(--shadow-sm)}
.form-control,.form-select{border-radius:10px}
.form-control:focus,.form-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 .2rem rgba(27,79,156,.15)}
.btn{border-radius:12px;position:relative;overflow:hidden}
.btn-brand{background:linear-gradient(135deg,var(--brand-primary),#143a74);color:#fff;border:0;box-shadow:0 12px 24px rgba(27,79,156,.25)}
.btn-brand:hover{color:#fff}
.btn-outline-brand{border:2px solid var(--brand-primary);color:var(--brand-primary);background:transparent}
.btn-outline-brand:hover{background:rgba(27,79,156,.06);color:var(--brand-primary)}
/* Lighting sheen effect */
.btn::before{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-15deg)}
.btn:hover::before{animation:sheen .8s linear}
@keyframes sheen{0%{left:-150%}100%{left:200%}}

/* Footer */
.site-footer .footer-links a{color:#cbd5e1;text-decoration:none}
.site-footer .footer-links a:hover{color:#fff}
/* .social-link{color:#e2e8f0;font-size:.9rem} */

.social a.facebook-icon:hover{color:#0866ff}
.social a.instagram-icon:hover{color:#e1306c}
.social a.linkedin-icon:hover{color:#0077b5}
.social a.github-icon:hover{color:#171515}
.social a.twitter-icon:hover{color:#1da1f2}
.social a{display:inline-flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:rgba(255,255,255,.06);margin-right:8px;text-decoration:none; color: #fff; cursor: pointer;}

.site-footer .badge-group img{height:70px; padding-right: 5px; padding-left: 5px;}

.newsletter .email-input{width: 71% !important;}

/* Floating buttons */
.fab{position:fixed;z-index:1080;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;box-shadow:0 10px 24px rgba(0,0,0,.2);background:#fff}
.fab img{pointer-events:none}
.fab-whatsapp{left:16px;bottom:16px;background:#25D366; text-decoration: none;}
.fab-whatsapp:hover{filter:brightness(0.95)}
.fab-top{right:16px;bottom:16px;background:#111827;color:#fff;display:none}
.fab-whatsapp{animation:blink2 1.2s infinite}
@keyframes blink2{0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.6)}50%{box-shadow:0 0 0 12px rgba(37,211,102,0)}}

/* Utilities */
.z-2{z-index:2}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .hero{padding-top:88px;padding-bottom:32px}
  .hero-video{display:none} /* Fallback to poster image on mobile */
  .hero{background: #fff url('../images/banner-poster.png') center/cover no-repeat}
  .hero-backdrop{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.95))}
  .tech-marquee .track{animation-duration:45s}
}

/* CLIENTS SECTION STYLING */
/* CLIENTS SECTION — Hybrid marquee + mini grid (light theme) */

.clients-pro .clients-belt {
  border-radius: 20px;
  border: 1px solid #eef1f5;
  background: linear-gradient(180deg, rgba(27,79,156,0.04), rgba(245,166,35,0.04));
  padding: 12px 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .04);
}

.client-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.client-item {
  margin: 0 8px;
  height: 86px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s, box-shadow .25s, filter .25s, opacity .25s, border-color .25s;
  filter: grayscale(100%);
  opacity: .9;
}

.client-item:hover,
.client-item:focus {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
  border-color: #e5e7eb;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.client-item img {
  /* max-height: 44px;
  max-width: 140px;
  width: auto;
  height: auto; */
  width: 100%;
  object-fit: contain;
}

/* Featured grid cards */
.client-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
  transition: transform .25s, box-shadow .25s, filter .25s, opacity .25s;
  filter: grayscale(20%);
}

.client-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
  filter: none;
}

.client-card img {
  max-height: 46px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* CTA area spacing */
.clients-cta .btn {
  min-width: 210px;
}

/* Compact section padding */
#clients.section {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
  .client-item {
    height: 78px;
    padding: 12px;
  }

  .client-item img {
    max-height: 38px;
  }

  .client-card {
    height: 84px;
  }

  .client-card img {
    max-height: 40px;
  }
}
/* Client section end */

/* Slick navigation reset and custom theme */
.slider-wrap { position: relative; }
.slider-controls { position: relative; padding-top: 14px; }

/* Arrows */
.slider-controls .slick-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--brand-primary);
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  transition: transform .2s, box-shadow .2s, color .2s, background .2s;
  z-index: 2;
}
.slider-controls .slick-prev { left: -18px; }
.slider-controls .slick-next { right: -18px; }
.slider-controls .slick-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  color: var(--brand-accent);
}
.slider-controls .slick-arrow.slick-disabled { opacity: .45; cursor: not-allowed; }

/* Dots */
.slider-controls .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0 0;
}
.slider-controls .slick-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background: #d1d5db;
  text-indent: -9999px;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.slider-controls .slick-dots li.slick-active button {
  background: var(--brand-accent);
  transform: scale(1.2);
}

/* Testimonials */
.testimonial-slider .testimonial,
.portfolio-slider .project-card { margin: 0 10px; }

.testimonial {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.client-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: .35rem; }
.client-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.client-logo { max-height: 50px; border-radius: 5px;}
.client-meta { font-size: .95rem; margin: .35rem 0; }
.stars { color: #f5b50a; font-size: 1rem; }

/* Portfolio */
.project-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.project-thumb { width: 100%; height: 200px; object-fit: cover; }
.project-info { padding: 1rem; }

/* Responsive arrow positioning */
@media (max-width: 991.98px) {
  .slider-controls .slick-prev { left: 4px; }
  .slider-controls .slick-next { right: 4px; }
}
@media (max-width: 575.98px) {
  .slider-controls .slick-arrow { width: 38px; height: 38px; top: 40%; }
}


/* === Custom Toastr Styling === */
:root {
  --toast-bg: #ffffff;
  --toast-border: #e0e6ef;
  --toast-text: #1f2d3d;
  --toast-success: #007bff; /* your primary blue */
  --toast-error: #e74c3c;
  --toast-shadow: rgba(0, 0, 0, 0.1);
}

#toast-container > .toast {
  border-radius: 10px;
  background-color: var(--toast-bg);
  border-left: 5px solid var(--toast-border);
  color: var(--toast-text);
  box-shadow: 0 4px 12px var(--toast-shadow);
  padding: 15px 20px;
  font-size: 15px;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

#toast-container > .toast-success {
  border-left-color: var(--toast-success);
}

#toast-container > .toast-error {
  border-left-color: var(--toast-error);
}

#toast-container > div:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  transition: all 0.25s ease;
}

.toast-title {
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--toast-text);
}

.toast-message {
  color: var(--toast-text);
}

#toast-container > .toast:before {
  content: '';
}
