/* ===============================
   Digi Thriva - Professional Blue Theme
================================ */
:root{
  --blue:#1f5eff;
  --blue2:#4da6ff;
  --ink:#141d2d;
  --text:#1a243b;
  --muted:#5b6b86;
  --line:rgba(37, 44, 56, 0.12);
  --soft:#f5f8ff;
  --white:#ffffff;
  --shadow:0 14px 40px rgba(13,31,62,.10);
  --shadow2:0 18px 55px rgba(13,31,62,.14);
  --radius:18px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter, Arial, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.7;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1200px,92%);margin:0 auto}

/* ===============================
   TOP BAR
================================ */
.top-bar{
  position:fixed;top:0;left:0;width:100%;
  height:45px;background:var(--ink);
  z-index:9999;
}
.top-bar-inner{
  height:45px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
}
.scrolling-text{flex:1;white-space:nowrap;overflow:hidden}
.scrolling-text span{
  display:inline-block;padding-left:100%;
  font-size:18px;font-weight:400;color:#fff;
  animation:scrollText 20s linear infinite;
}
.scrolling-text span strong{color:var(--blue2)}
@keyframes scrollText{
  0%{transform:translateX(0)}
  100%{transform:translateX(-100%)}
}
.top-contact{display:flex;align-items:center;gap:10px;white-space:nowrap}
.top-contact a{
  display:flex;align-items:center;gap:7px;
  color:#fff;font-size:13px;font-weight:800;opacity:.95
}
.top-contact a:hover{color:var(--blue2)}
.top-contact i{color:var(--blue2)}
.divider{color:rgba(255,255,255,.45)}

/* ===============================
              HEADER
================================ */
.main-header{
  position:sticky;
  top:45px;
  background:#fff;
  z-index:999;
  border-bottom:1px solid var(--line);
  box-shadow:var(--shadow);
}
.header-container{
  padding:14px 0;
  display:flex;align-items:center;gap:16px;
}
.header-logo{
  display:flex;align-items:center;gap:52px;
  font-weight:900;color:var(--ink);
}
.header-logo{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--ink)}
.header-logo img{height:54px;width:auto}

.header-logo span{display:flex;flex-direction:column;line-height:1.05}
.header-logo small{font-size:14px;font-weight:800;color:var(--muted);margin-top:3px}

/* NAV */
.header-nav{margin-left:auto;display:flex;align-items:center;gap:18px}
.header-nav a, .header-nav .nav-link{
  color:var(--muted);
  font-weight:700;
  font-size:16px;
  position:relative;
  padding:10px 10px;
  border-radius:12px;
}
.header-nav a:hover,
.header-nav a.active,
.header-nav .nav-link:hover{
  color:var(--ink);
  background:rgba(31,94,255,.08);
}
.header-nav a::after{
  content:"";position:absolute;left:10px;right:10px;bottom:6px;
  height:3px;border-radius:99px;
  background:linear-gradient(90deg,var(--blue),var(--blue2));
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s ease;
}
.header-nav a:hover::after,
.header-nav a.active::after{transform:scaleX(1)}

.cta-btn{
  padding:11px 18px;border-radius:999px;
  font-weight:900;font-size:14px;color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 14px 30px rgba(31,94,255,.22);
  display:inline-flex;align-items:center;justify-content:center;
  transition:.2s ease;
}
.cta-btn:hover{transform:translateY(-1px)}
.desktop-cta{display:inline-flex}
.mobile-cta{display:none}

.menu-btn{
  display:none;width:44px;height:44px;border-radius:12px;
  border:1px solid var(--line);background:#fff;cursor:pointer;
  transition:.2s ease;
}
.menu-btn:hover{border-color:rgba(31,94,255,.35);box-shadow:0 10px 22px rgba(13,31,62,.08)}

/* ===========
   DROPDOWN
============= */
.nav-item{position:relative}
.dropdown-menu{
  position:absolute;
  top:120%;
  left:0;
  min-width:240px;
  background:#f3f3f4;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:14px;
  padding:10px 0;
  box-shadow:0 20px 50px rgba(0,0,0,0.45);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.25s ease;
  z-index:999;
}
.dropdown:hover .dropdown-menu{
  opacity:1;visibility:visible;transform:translateY(0);
}
.dropdown-menu a{
  display:block;
  padding:10px 16px;
  font-size:14px;
  color:#0f55e0;
  border-radius:10px;
  margin:0 8px;
}
.dropdown-menu a:hover{
  background:#2563eb;
  color:#fff;
}
.dropdown-menu.show{
  opacity:1;visibility:visible;transform:translateY(0);
}


/* =====================================
       HOME PAGE BANNER
===================================== */
.services-modern-hero{
  padding:80px 0;
  background:linear-gradient(135deg,#4f6bed,#8b5cf6);
  overflow:hidden;
  
}

.services-hero-inner{
  width:min(1200px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:40px;
  
}

/* LEFT CONTENT */
.services-hero-text{
  color:#fff;
}

.services-hero-text h1{
  font-size:clamp(32px,4.5vw,46px);
  font-weight:900;
  line-height:1.2;
  margin-bottom:16px;
}

.services-hero-text p{
  font-size:17px;
  line-height:1.75;
  max-width:620px;
  opacity:.95;
}
/* BUTTONS */


.services-hero-actions{
  margin-top:28px;
  display:flex;
  gap:16px;
}

.btn-primar{
  background:#fff;
  color:#4f6bed;
  padding:14px 26px;
  border-radius:58px;
  font-weight:700;
  text-decoration:none;
}

.btn-outlin{
  border:2px solid #fff;
  color:#4f6bed;
  padding:14px 26px;
  border-radius:58px;
  font-weight:700;
  text-decoration:none;
  background: #dbe7ff;
  
}


/* RIGHT IMAGE */
.services-hero-visual{
  position:relative;
  display:flex;
  justify-content:center;
}

.services-hero-visual img{
  max-width:320px;
  border-radius:18px;
  z-index:1;
}

/* FLOATING TAGS */
.tag{
  position:absolute;
  background:#fff;
  color:#1f2937;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  animation:float 3s ease-in-out infinite;
}

.tag-top{
  top:10%;
  right:-50%;
  margin-right:-50px;
}


.tag-bottom{
  bottom:5%;
  right:-5%;
  animation-delay:2s;
  margin-right:-75px;
  

}

/* FLOAT ANIMATION */
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
/* ===============================
   HERO BLUE BACKGROUND + BLACK TEXT
================================ */
.hero-blue{
  background:#dbeafe; /* Light Blue */
  padding:120px 0 80px;
}

.hero-blue-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:50px;
}

.hero-blue-badge{
  display:inline-block;
  background:#2563eb;
  color:#fff;
  padding:10px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  margin-bottom:18px;
}

.hero-blue-content h1{
  font-size:48px;
  line-height:1.2;
  color:#000; /* BLACK TEXT */
  margin-bottom:16px;
  font-weight:800;
}

.hero-blue-content h1 span{
  color:#1d4ed8; /* Dark blue accent */
}

.hero-blue-content p{
  max-width:560px;
  font-size:17px;
  line-height:1.75;
  color:#111827; /* Near black */
  margin-bottom:28px;
}

.hero-blue-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.btn-dark{
  background:#111827;
  color:#fff;
  padding:14px 28px;
  border-radius:999px;
  font-weight:700;
  transition:.3s;
}

.btn-dark:hover{
  background:#000;
  transform:translateY(-2px);
}

.btn-outline-dark{
  border:2px solid #111827;
  color:#111827;
  padding:13px 26px;
  border-radius:999px;
  font-weight:700;
  transition:.3s;
}

.btn-outline-dark:hover{
  background:#111827;
  color:#fff;
  transform:translateY(-2px);
}

/* IMAGE */
.hero-blue-image img{
  width:100%;
  max-width:420px;
  margin:auto;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.12));
}

/* RESPONSIVE */
@media(max-width:992px){
  .hero-blue{padding:90px 0 60px}
  .hero-blue-grid{
    grid-template-columns:1fr;
    text-align:center;
  }
  .hero-blue-content p{margin:auto}
  .hero-blue-buttons{justify-content:center}
  .hero-blue-content h1{font-size:38px}
}
/* ========== AUTO SLIDER (NO CONTROLS) ========== */
.four-slide-sec{
  padding:90px 0;
  background:
    radial-gradient(1200px 500px at 10% 0%, rgba(31,94,255,.12), transparent 60%),
    radial-gradient(900px 500px at 90% 20%, rgba(77,166,255,.12), transparent 55%),
    #f7f9ff;
    
}

.four-slider{
  position:relative;
  overflow:hidden;
  border-radius:22px;
}

.four-track{
  display:flex;
  transition:transform 1s ease-in-out;
}

.four-slide{
  min-width:100%;
  padding:12px;
  
}

.four-card{
  background:#fff;
  border-radius:18px;
  padding:28px;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 18px 50px rgba(13,31,62,.12);
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:28px;
  align-items:center;
  
}

.four-img{
  height:550px;
  border-radius:16px;
  overflow:hidden;
}

.four-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.four-text h2{
  font-size:34px;
  line-height:1.15;
  margin-bottom:12px;
  color:#0b1220;
}

.four-text h2 span{ color:#1f5eff; }

.four-text p{
  color:#5b6b86;
  margin-bottom:16px;
  line-height:1.7;
}

.four-text ul{
  list-style:none;
  padding:0;
}

.four-text li{
  padding-left:26px;
  position:relative;
  margin:8px 0;
}

.four-text li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:18px;
  height:18px;
  border-radius:6px;
  background:#1f5eff;
  color:#fff;
  font-size:12px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Responsive */
@media(max-width:900px){
  .four-card{
    grid-template-columns:1fr;
  }
  .four-img{ height:240px; }
  .four-text h2{ font-size:26px; }
}



/* ===============================
         HERO (Home)
================================ */

.home-hero{
  padding:120px 0 70px;
  background-color: #dee3ecfb;
      
}
.home-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:32px;
  align-items:center;
  
}
.hero-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(31,94,255,.25);
  font-weight:900;
  color:#0d1f3e;
  box-shadow:0 10px 22px rgba(13,31,62,.06);
}
.home-hero-title{
  margin-top:16px;
  font-size:clamp(34px,4.2vw,64px);
  line-height:1.05;
  letter-spacing:-1px;
  color:#0d1f3e;
}
.home-hero-title .blue{color:var(--blue)}
.home-hero-para{
  margin-top:14px;
  font-size:18px;
  max-width:720px;
  color:var(--muted);
  font-weight:650;
}
.home-hero-cta{
  margin-top:18px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-btn-main{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 18px;border-radius:14px;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;font-weight:900;
  box-shadow:0 14px 30px rgba(31,94,255,.22);
  transition:.2s ease;
}
.hero-btn-main:hover{transform:translateY(-2px)}
.hero-btn-outline{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 18px;border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-weight:900;
  transition:.2s ease;
}
.hero-btn-outline:hover{
  border-color:rgba(31,94,255,.45);
  transform:translateY(-2px);
}

.home-hero-stats{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:720px;
}
.stat-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 16px;
  box-shadow:0 12px 26px rgba(13,31,62,.06);
}
.stat-box strong{display:block;font-size:22px;color:#0d1f3e}
.stat-box span{color:var(--muted);font-weight:800;font-size:13px}

.home-hero-image{
  display:flex;justify-content:center;align-items:center;
}
.home-hero-image img{
  width:100%;
  max-width:440px;
  border-radius:40px;
  filter:drop-shadow(0 25px 45px rgba(13,31,62,.25));
  animation:floatHero 6s ease-in-out infinite;
}
@keyframes floatHero{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}


/* ===============================
             JOURNEY
================================ */
.journey-section{padding:20px 0}
.journey-head{text-align:center;margin-bottom:26px}
.journey-head h2{font-size:clamp(24px,3vw,40px);letter-spacing:-.4px}
.journey-head h2 span{color:var(--blue)}
.journey-head p{color:var(--muted);margin-top:10px}

.journey-timeline{max-width:900px;margin:0 auto;display:grid;gap:12px}
.journey-item{
  display:flex;gap:14px;align-items:flex-start;
  background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:16px;
  box-shadow:0 10px 22px rgba(13,31,62,.05)
}
.journey-year{
  min-width:82px;text-align:center;
  font-weight:900;color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  padding:10px 12px;border-radius:14px
}
.journey-content p{color:var(--muted);margin-top:6px}



/* ==========================================
   WHY DIGITAL MARKETING SERVICES MATTER
========================================== */

.dm-importance-section{
  padding:90px 0;
  background:#ffffff;
}

/* GRID */
.dm-importance-grid{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:50px;
  align-items:center;
}

/* LEFT CONTENT */
.dm-importance-content h2{
  font-size:clamp(28px,3vw,42px);
  font-weight:900;
  color:#0f172a;
  margin-bottom:20px;
  line-height:1.2;
}

.dm-importance-content h2 span{
  color:#2563eb; 
}

.dm-importance-content p{
  font-size:16px;
  color:#475569;
  line-height:1.8;
  margin-bottom:16px;
  max-width:620px;
}

/* RIGHT IMAGE */
.dm-importance-image{
  position:relative;
}

.dm-importance-image img{
  width:100%;
  border-radius:22px;
  box-shadow:0 25px 60px rgba(15,23,42,.18);
  object-fit:cover;
  height: 400px;
}


/*===============================
   SECTION BASE
================================ */
section{padding:70px 0}
.section-head{
  text-align:center;
  margin-bottom:26px;
}
.section-head h2{
  font-size:clamp(24px,3vw,42px);
  letter-spacing:-.4px;
  font-weight:1000;
}
.section-head h2 span{color:var(--blue)}
.section-head p{
  color:var(--muted);
  margin-top:10px;
  font-weight:700;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

/* ===============================
         INDUSTRIES
================================ */

.industries-head{
  text-align:center;
  margin-bottom:22px;
}

.industries-head h2{
  font-size:clamp(24px,3vw,40px);
  font-weight:900;
  letter-spacing:-.4px;
  color:var(--ink);
}

.industries-head h2 span{
  color:var(--blue);
}

.industries-head p{
  max-width:720px;
  margin:10px auto 0;
  color:var(--muted);
  font-weight:700;
  line-height:1.7;
}

.industries-section{padding:70px 0}
.text-slider{
  background:linear-gradient(135deg, rgba(31,94,255,.08), rgba(77,166,255,.10));
  border:1px solid rgba(31,94,255,.18);
  border-radius:18px;
  padding:16px;
  margin-bottom:16px;
  text-align:center;
  font-weight:900;
  color:var(--ink);
}
.text-slide{display:none}
.text-slide.active{display:block}

.industries-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.industry-card{
  background:#fff;border:1px solid var(--line);
  border-radius:20px;padding:18px;
  box-shadow:0 12px 26px rgba(13,31,62,.06);
  transition:.25s ease;
}
.industry-card:hover{transform:translateY(-4px);border-color:rgba(31,94,255,.35)}
.industry-icon{font-size:26px}
.industry-card h3{margin-top:10px;margin-bottom:8px}
.industry-card p{color:var(--muted)}
.industry-details{margin-top:10px;list-style:none;color:var(--muted);font-weight:700}
.industry-details li{margin:6px 0}

/* ===============================
          CLIENT VIDEO
================================ */
.client-video-section{padding:70px 0;background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.client-video-head{text-align:center;margin-bottom:26px}
.client-video-head h2{font-size:clamp(24px,3vw,40px);letter-spacing:-.4px}
.client-video-head h2 span{color:var(--blue)}
.client-video-head h3{color:var(--muted);margin-top:10px;font-weight:700}

.client-video-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.client-video-card{
  background:#fff;border:1px solid var(--line);
  border-radius:20px;padding:12px;
  box-shadow:0 12px 26px rgba(13,31,62,.06);
}
.client-video-card video{
  width:100%;
  height: 250px;
  border-radius:16px;
  border:1px solid var(--line);
}
.client-video-card h4{margin-top:10px}
.client-video-card span{color:var(--muted);font-weight:700}

/* ===============================
          CTA STRIP
================================ */
.cta-strip{
  padding:44px 0;
  background:
    radial-gradient(800px 320px at 20% 30%, rgba(77,166,255,.18), transparent 55%),
    radial-gradient(700px 280px at 90% 30%, rgba(31,94,255,.18), transparent 55%),
    #0b1220;
  color:#dbe7ff;
}
.cta-strip-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.cta-strip-inner h2{color:#fff;font-size:clamp(22px,2.6vw,34px);letter-spacing:-.4px}
.cta-strip-inner p{color:#b9c7e6;font-weight:700;margin-top:6px}


/* ===============================
   WHATSAPP FLOAT BUTTON FOR HOME
================================ */
#whatsappFloat{
  position:fixed;
  right:18px;
  bottom:18px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  color:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,0.25);
  z-index:9999;
  transition:0.25s ease;
}
#whatsappFloat:hover{
  transform:translateY(-4px);
}


/* ========================================================
                  ABOUTUS PAGE SECTION
========================================================== */

/*==========banner ======== */
.about-modern-hero{
  background:linear-gradient(135deg,#4f6bed,#8b5cf6);
  padding:80px 0;
  color:#fff;
  height: 600px;
  
}

.about-hero-inner{

  width:min(1200px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:40px;
  
}

/* LEFT TEXT */
.about-hero-text h1{
  font-size:44px;
  line-height:1.2;
  font-weight:800;
  margin-bottom:16px;
}

.about-hero-text p{
  font-size:18px;
  line-height:1.7;
  opacity:.95;
  max-width:520px;
  margin-bottom:28px;
}

/* BUTTONS */
.about-hero-actions{
  display:flex;
  gap:16px;
}

.btn-primay{
  background:#fff;
  color:#1f5eff;
  padding:14px 28px;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
}

.btn-outlie{
  border:2px solid #fff;
  color:#2b15be;
  padding:12px 28px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
  background: #dbeafe;
}

/* RIGHT IMAGE */
.about-hero-visual{
  position:relative;
  display:flex;
  justify-content:center;
}

.about-hero-visual img{
  max-width:100%;
  border-radius:18px;

}

/* FLOATING TAGS */
.tag{
  position:absolute;
  background:#fff;
  color:#1f5eff;
  padding:10px 18px;
  border-radius:22px;
  font-size:14px;
  font-weight:600;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.tag-top{
  top:18%;
  right:-20px;
}

.tag-middle{
  bottom:45%;
  left:-30px;
  margin-left:-50px;
  
  
}

.tag-bottom{
  bottom:15%;
  right:-10px;
}

.page-hero{
  padding:105px 0 45px;
  background:linear-gradient(180deg,var(--soft),#fff);
  margin-top:45px;
}
.page-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:center;
}
.page-kicker{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  background:#fff;border:1px solid var(--line);
  color:var(--muted);font-weight:900;
  
}
.page-kicker i{color:var(--blue)}
.page-hero-left h1{
  margin-top:14px;
  font-size:clamp(32px,4vw,54px);
  line-height:1.08;
  letter-spacing:-.8px;
}
.page-hero-left h1 span{color:var(--blue)}
.page-sub{margin-top:12px;color:var(--muted);max-width:700px;font-weight:650}
.page-hero-actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}

.trust-row{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}
.trust-pill{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:14px;
  background:#fff;border:1px solid var(--line);
  color:var(--muted);font-weight:900;
}
.trust-pill i{color:var(--blue)}

.about-hero-card{
  background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:18px;
  box-shadow:var(--shadow);
}
.about-hero-card h3{font-size:20px;margin-bottom:8px}
.about-hero-card p{color:var(--muted);font-weight:650}
.hero-mini-points{margin-top:12px;display:grid;gap:8px;color:var(--muted);font-weight:800}
.hero-mini-points i{color:var(--blue);margin-right:8px}



/* ===============================
   WHO WE ARE
================================ */
.who-section{padding:70px 0;
  background:var(--soft)}

.who-container{
  width:min(1200px,92%);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.who-tag{
  color:var(--blue);
  font-size:18px;
  font-weight:900;
  margin-bottom:10px;
  
}
.who-title{
  font-size:40px;
  font-weight:900;
  line-height:1.15;
  margin-bottom:20px;
  color:var(--black);
}
.who-title span{color:var(--blue)}
.who-text{
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
  margin-bottom:18px;
}
.who-list{margin-top:22px}
.who-list li{
  display:flex;
  gap:12px;
  margin-bottom:14px;
  font-size:15px;
  color:var(--muted);
  font-weight:900;
}
.who-list li span{color:var(--orange)}
.who-image{
  background:repeating-linear-gradient(
    -45deg,#e5e7eb,#e5e7eb 4px,#ffffff 4px,#ffffff 10px
  );
  padding:22px;
  border-radius:16px;
}
.who-image img{
  border-radius:16px;
  box-shadow:var(--shadow);
}
/* Mission Vision Values */
.mvv-section{
  padding:70px 0;
  background:var(--soft);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.mvv-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.mvv-card{
  background:#fff;border:1px solid var(--line);
  border-radius:20px;padding:18px;
  box-shadow:0 12px 26px rgba(13,31,62,.06);
  transition:.25s ease;
}
.mvv-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 45px rgba(31,94,255,.22);
  border-color:rgba(31,94,255,.35);
}
.mvv-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(31,94,255,.12), rgba(77,166,255,.14));
  border:1px solid rgba(31,94,255,.20);
  margin-bottom:12px;
}
.mvv-icon i{color:var(--blue);font-size:18px}
.mvv-card p{color:var(--muted);font-weight:650}


/* ===============================
          HOW WE WORK
================================ */
.work-section{padding:70px 0 90px;background:#ffffff}
.work-container{width:min(1200px,92%);margin:auto}
.work-title{
  text-align:center;
  font-size:40px;
  font-weight:900;
  margin-bottom:12px;
  color:var(--black);
}
.work-title span{color:var(--blue)}
.work-subtitle{
  text-align:center;
  max-width:760px;
  margin:0 auto 50px;
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
}
.work-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.work-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
  transition:.25s ease;
  box-shadow:0 10px 25px rgba(0,0,0,0.04);
  position:relative;
  overflow:hidden;
}
.work-card::before{
  content:"";
  position:absolute;
  top:0;left:0;
  height:4px;width:0%;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  transition:.25s ease;
}
.work-card:hover{
  transform:translateY(-6px);
  border-color:rgba(22, 59, 196, 0.35);
  box-shadow:0 22px 50px rgba(29, 84, 194, 0.12);
}
.work-card:hover::before{width:100%}

.work-step{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
}
.work-icon{
  width:54px;height:54px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(237, 238, 240, 0.12);
  font-size:24px;
}
.work-number{font-weight:900;color:var(--blue);font-size:14px}
.work-card h3{font-size:18px;font-weight:900;margin-bottom:10px;color:var(--black)}
.work-card p{font-size:15px;line-height:1.8;color:var(--muted)}

.work-cta{
  margin-top:45px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.work-cta a{
  padding:14px 22px;
  border-radius:14px;
  font-weight:900;
  font-size:15px;
  transition:.25s ease;
}

.btn-primary{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#ffffff;
  
}
.btn-primary:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;
  
}
.btn-outline{
  border:1px solid var(--line);
  background:#e6e7e9;
  color:var(--black);
}
.btn-outline:hover{
  border-color:var(--blue);
  color:var(--blue);
  transform:translateY(-2px);
}


/* ===============================
      WHO WE ARE MAIL BUTTON
================================ */
.about-section{padding:70px 0;background:#fff}
.about-container{width:min(1200px,92%);margin:auto}

.about-title{
  text-align:center;
  font-size:42px;
  font-weight:900;
  margin-bottom:55px;
  letter-spacing:-.5px;
}
.about-title span{color:var(--blue)}
.about-form{
  margin-top:28px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.about-form input{
  width:360px;
  padding:14px 16px;
  border:1px solid rgba(15,23,42,.18);
  border-radius:14px;
  font-size:15px;
  outline:none;
}
.about-form input:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 4px rgba(255,106,0,.15);
}
.about-form button{
  padding:14px 26px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  transition:.25s ease;
}
.about-form button:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;
}

/* ==========================================
           FOUNDER SECTION
========================================== */

.founder-section{
  padding:95px 0;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
}

.founder-wrap{
  display:grid;
  grid-template-columns:420px 1fr;
  gap:48px;
  align-items:center;
}

.founder-image{
  position:relative;
}

.founder-image img{
  width:100%;
  border-radius:26px;
  object-fit:cover;
  box-shadow:0 26px 70px rgba(15,23,42,.18);
}

/* soft glow behind image */
.founder-image::before{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:30px;
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  opacity:.12;
  z-index:-1;
}

.founder-content{
  background:#fff;
  border-radius:26px;
  padding:40px;
  box-shadow:0 20px 55px rgba(15,23,42,.12);
}

.founder-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-weight:900;
  font-size:13px;
  letter-spacing:.2px;
  margin-bottom:14px;
}

.founder-title{
  font-size:clamp(26px,2.6vw,38px);
  font-weight:900;
  color:#0f172a;
  line-height:1.15;
}

.founder-role{
  margin-top:6px;
  color:#475569;
  font-weight:700;
}

.founder-text{
  margin-top:16px;
  color:#475569;
  font-size:15.5px;
  line-height:1.8;
}

.founder-points{
  margin-top:18px;
  display:grid;
  gap:10px;
}

.fp{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:800;
  color:#0f172a;
  font-size:15px;
}

.fp i{
  margin-top:2px;
  color:#2563eb;
}

.founder-actions{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}

/* Button */
.founder-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 35px rgba(37,99,235,.35);
  transition:.25s ease;
}

.founder-btn:hover{
  transform:translateY(-2px);
}

/* Link */
.founder-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  color:#2563eb;
  text-decoration:none;
  padding:12px 6px;
  transition:.2s ease;
}

.founder-link:hover{
  gap:10px;
  color:#1e40af;
}


/* ===============================
   SERVICES GRID (Home + Services page)
================================ */
.services-section{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 26px rgba(13,31,62,.06);
  transition:.25s ease;
  cursor:pointer;
  
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(31,94,255,.35);
  box-shadow:0 20px 45px rgba(31, 94, 255, 0.22);
}
.service-icon{
  width:48px;height:48px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(31,94,255,.12), rgba(77,166,255,.14));
  border:1px solid rgba(31,94,255,.20);
  margin-bottom:12px;
}
.service-icon i{color:var(--blue);font-size:18px}
.service-card h3{font-size:16px;margin-bottom:8px}
.service-card p{color:var(--muted);font-weight:650}
.service-card ul{
  margin-top:10px;
  padding-left:18px;
  color:var(--muted);
  font-weight:750;
  display:grid;
  gap:6px;
}
/* =====================================
   DIGITAL MARKETING SERVICES SECTION
===================================== */

/* =====================
   SERVICES page banner
========================*/
.hero-city-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#4f6bed,#8b5cf6);
  z-index:1;
  height: 600px;
}

.hero-city-inner{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.hero-city-left{
  max-width:880px;
}

.hero-city-title{
  margin:0 0 18px;
  line-height:1.0;
  letter-spacing:-.8px;
}

.hero-city-title .line1{
  display:block;
  font-size:clamp(38px,6vw,66px);
  font-weight:700;
  color:#f4f5f6;
  margin-top: 50px;
}

.hero-city-title .line2{
  display:block;
  font-size:clamp(38px,6vw,66px);
  font-weight:700;
  color:#f1f1f1;
}

.hero-city-title .accent{
  background:linear-gradient(90deg,#6d6969,#4b443e,#4e4c48);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero-city-sub{
  font-size:18px;
  line-height:1.7;
  color:#f9f9fb;
  max-width:640px;
  margin:0 0 26px;
}

.hero-city-btn{
  display:inline-block;
  background:#f5f5f6;
  color:#2605db;
  padding:14px 22px;
  border-radius:28px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(225,29,46,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}

.hero-city-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(225,29,46,.32);
}

/* right side social */
.hero-city-social{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  min-width:70px;
}

.hero-city-social-label{
  writing-mode:vertical-rl;
  text-orientation:mixed;
  font-weight:800;
  color:#0b1220;
  letter-spacing:.6px;
  opacity:.75;
}

.hero-social-icon{
  width:44px;height:44px;
  display:grid;place-items:center;
  background:#eeeff0;
  color:#086ee3;
  border-radius:10px;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(11,18,32,.14);
  transition:transform .18s ease, background .18s ease;
}
.hero-social-icon:hover{
  transform:translateY(-2px);
  background:#bebee6;
}
/* ===============================
   SCROLLING SERVICES
================================ */

.hero-city-inner{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:40px;
}

/* RIGHT SIDE */
.hero-city-right{
  position:relative;
  height:260px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* SCROLLING LIST */
.service-scroll{
  display:flex;
  flex-direction:column;
  gap:16px;
  animation:serviceScroll 15s linear infinite;
}

.service-scroll span{
  padding:12px 18px;
  font-weight:700;
  font-size:35px;
  letter-spacing:.4px;
  color: #f1f1f2;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

/* Scroll animation */
@keyframes serviceScroll{
  0%{ transform:translateY(100%); }
  100%{ transform:translateY(-100%); }
}

/* SECTION */
.dm-services{
  padding:90px 0;
  background:var(--soft);
}

.dm-services-head{
  text-align:center;
  margin-bottom:50px;
}

.dm-services-head h2{
  font-size:clamp(28px,3.2vw,42px);
  font-weight:900;
  color:var(--ink);
}

.dm-services-head span{
  color:var(--blue);
}

.dm-services-head p{
  max-width:720px;
  margin:12px auto 0;
  color:var(--muted);
  font-size:16px;
}

/* LAYOUT */
.dm-services-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:30px;
  align-items:flex-start;
}

/* =====================================
   LEFT TABS
===================================== */
.dm-services-tabs{
  background:#fff;
  border-radius:18px;
  padding:14px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  gap:10px;
}

.dm-tab{
  border:none;
  background:transparent;
  padding:14px 18px;
  border-radius:14px;
  font-size:15px;
  font-weight:800;
  text-align:left;
  cursor:pointer;
  color:var(--ink);
  transition:0.3s ease;
}

.dm-tab:hover{
  background:#eff6ff;
  color:var(--blue);
}

.dm-tab.active{
  background:linear-gradient(135deg,var(--blue),#3b82f6);
  color:#fff;
  box-shadow:0 10px 26px rgba(37,99,235,.4);
}

/* =====================================
   RIGHT CONTENT
===================================== */
.dm-services-content{
  background:#fff;
  border-radius:22px;
  padding:36px;
  box-shadow:var(--shadow);
}

/* PANELS */
.dm-panel{
  display:none;
}

.dm-panel.active{
  display:block;
}

.dm-panel h3{
  font-size:26px;
  font-weight:900;
  color:var(--ink);
  margin-bottom:12px;
}

.dm-intro{
  font-size:16px;
  color:var(--muted);
  margin-bottom:26px;
  max-width:780px;
}

/* =====================================
   POINTS
===================================== */
.dm-points{
  display:grid;
  gap:18px;
}

.dm-point{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.check-icon{
  min-width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(37,99,235,.15);
  color:var(--blue);
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:14px;
}

.dm-point h4{
  margin-bottom:4px;
  font-size:17px;
  font-weight:800;
  color:var(--ink);
}

.dm-point p{
  font-size:14.5px;
  color:var(--muted);
  line-height:1.6;
}



/* ===============================
   CONTACT PAGE SECTION
================================ */
.contact-section{padding:70px 0}
.contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}
.contact-form-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 26px rgba(13,31,62,.06);
}
.contact-form-box h2{margin-bottom:8px}
.muted{color:var(--muted);font-weight:650}
.contact-form .form-group{margin-bottom:14px}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  font-family:Inter, sans-serif;
  font-weight:650;
  outline:none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:rgba(31,94,255,.45);
  box-shadow:0 0 0 4px rgba(31,94,255,.12);
}
.contact-form textarea{resize:none}
.contact-map iframe{
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
  border-radius:22px;
  box-shadow:var(--shadow);
}

/* ===============================
   FOOTER
================================ */
.main-footer{background:#06132a;color:#dbe7ff;padding-top:45px}
.footer-container{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1fr 1fr;
  gap:18px;
  padding-bottom:22px;
}
.footer-col h3,.footer-col h4{color:#fff;margin-bottom:10px}
.footer-col p,.footer-col li{color:#b9c7e6}
.footer-col ul{list-style:none;display:grid;gap:8px}
.footer-col a{color:#b9c7e6}
.footer-col a:hover{color:#fff}

.footer-social{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.footer-social a{
  width:40px;height:40px;border-radius:12px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  transition:.2s ease;
}
.footer-social a:hover{background:rgba(77,166,255,.18);border-color:rgba(77,166,255,.35)}

.newsletter-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.newsletter-form input{
  height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;padding:0 12px;outline:none;width:min(260px,100%);
}
.newsletter-form input::placeholder{color:rgba(255,255,255,.65)}
.newsletter-form button{
  height:44px;padding:0 14px;border-radius:14px;border:0;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;font-weight:900;cursor:pointer;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  padding:16px 0;
  text-align:center;
  color:#b9c7e6;
  font-weight:800;
}


/* ===============================
   HOOVER EFFECTS
================================ */
.service-card:hover{
  background-color: #1e40af;
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(39, 44, 186, 0.419);
}

.service-card:hover h3,
.service-card:hover p,
.service-card:hover li,
.service-card:hover i{
  color:#ffffff;
}

.industry-card:hover{
  background-color: #1e40af;
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(1, 8, 211, 0.419);
}

.industry-card:hover h3,
.industry-card:hover p,
.industry-card:hover li,
.industry-card:hover i{
  color:#ffffff;
}


/* ===============================
     WEB DEVELOPMENT PAGE 
================================ */

/* HERO */
.wd-hero{
  padding:110px 0 80px;
  background:
    radial-gradient(900px 450px at 15% 10%, rgba(31,94,255,.14), transparent 60%),
    radial-gradient(800px 420px at 88% 20%, rgba(77,166,255,.14), transparent 60%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 65%);
  border-bottom:1px solid rgba(13,31,62,.10);
}
.wd-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:60px;
  align-items:center;
}

.wd-topline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.wd-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  color:#0b1220;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 12px 28px rgba(13,31,62,.06);
}
.wd-badge i{color:var(--blue)}
.wd-proof{
  font-size:13px;
  font-weight:800;
  color:var(--muted);
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.wd-proof i{color:var(--blue)}

.wd-hero-content h1{
  font-size:46px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.8px;
  color:#0b1220;
}
.wd-hero-content h1 span{
  background:linear-gradient(90deg,var(--blue),var(--blue2));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.wd-sub{
  margin:14px 0 18px;
  font-size:17px;
  color:var(--muted);
  max-width:680px;
}

.wd-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 18px;
}

.wd-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 18px;
}

.wd-metrics{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:6px;
}

/* HERO RIGHT */
.wd-hero-visual{display:flex;flex-direction:column;gap:14px}
.wd-hero-image-card{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 30px 80px rgba(13,31,62,.18);
  position:relative;
}
.wd-hero-image-card img{
  width:100%;
  height:480px;
  object-fit:cover;
}
.wd-image-overlay{
  position:absolute;
  left:14px; right:14px; bottom:14px;
  display:grid;
  gap:10px;
}
.wd-mini-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

/* Sections */
.wd-section{
  padding:70px 0;
  background:#fff;
}
.wd-section.alt{
  background:linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-top:1px solid rgba(13,31,62,.08);
  border-bottom:1px solid rgba(13,31,62,.08);
}
.wd-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:22px 0 34px;
}

/* Type Cards */
.type-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}
.type-card{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 20px 50px rgba(13,31,62,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.type-card:hover{
  transform:translateY(-4px);
  border-color:rgba(31,94,255,.22);
  box-shadow:0 26px 60px rgba(13,31,62,.12);
}
.type-img img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.type-body{
  padding:18px;
}
.type-body h3{
  font-size:18px;
  font-weight:900;
  margin-bottom:6px;
}
.type-body p{
  color:var(--muted);
  font-size:14.8px;
}
.type-list{
  list-style:none;
  display:grid;
  gap:8px;
  margin:14px 0 0;
  padding:0;
}
.type-list li{
  display:flex;
  gap:10px;
  font-weight:800;
  color:#0b1220;
}
.type-list i{color:var(--blue);margin-top:3px}

/* ===============================
   DYNAMIC WEBSITE (CMS) SECTION
================================ */
.dyn-section{
  padding:80px 0;
  background:#f5f8ff;
}

.dyn-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:start;
}

/* Left content */
.dyn-badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(31,94,255,.10);
  color:#1f5eff;
  font-weight:900;
  font-size:13px;
  margin-bottom:14px;
}

.dyn-content h2{
  font-size:clamp(26px,3.4vw,38px);
  line-height:1.2;
  font-weight:900;
  color:#0b1220;
  margin:0 0 14px;
}
.dyn-content h2 span{ color:#1f5eff; }

.dyn-content p{
  color:#5b6b86;
  line-height:1.75;
  font-size:16.5px;
  margin:0 0 18px;
  max-width:720px;
}

/* feature pills */
.dyn-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:18px 0 22px;
}

.dyn-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 10px 26px rgba(13,31,62,.06);
  font-weight:800;
  color:#0b1220;
  font-size:13.5px;
}

.dyn-item i{ color:#1f5eff; margin-top:2px; }

/* buttons */
.dyn-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}

/* Right card */
.dyn-card{
  background:#ffffff;
  border:1px solid rgba(13,31,62,.10);
  border-radius:22px;
  box-shadow:0 18px 50px rgba(13,31,62,.10);
  overflow:hidden;
}

.dyn-card-top{
  padding:18px 18px 12px;
  background:linear-gradient(135deg,#1f5eff,#4da6ff);
  color:#fff;
}

.dyn-card-top h3{
  margin:0 0 6px;
  font-weight:900;
}

.dyn-card-top p{
  margin:0;
  opacity:.95;
  font-weight:700;
}

.dyn-list{
  list-style:none;
  padding:16px 18px;
  margin:0;
  display:grid;
  gap:10px;
}

.dyn-list li{
  display:flex;
  gap:10px;
  align-items:center;
  font-weight:800;
  color:#0b1220;
}
.dyn-list i{ color:#1f5eff; }

.dyn-mini{
  padding:14px 18px 18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.dyn-mini-box{
  border:1px solid rgba(13,31,62,.10);
  border-radius:16px;
  padding:12px 12px;
  background:#f8fbff;
}

.dyn-mini-box strong{
  display:block;
  font-weight:900;
  color:#0b1220;
  margin-bottom:4px;
}

.dyn-mini-box span{
  color:#5b6b86;
  font-weight:800;
  font-size:13px;
}


/* ===============================
   PPC PAGE SECTION
================================ */

.ppc-hero{
  padding:110px 0 80px;
  background:
    radial-gradient(900px 450px at 15% 10%, rgba(31,94,255,.14), transparent 60%),
    radial-gradient(800px 420px at 88% 20%, rgba(77,166,255,.14), transparent 60%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 65%);
  border-bottom:1px solid rgba(13,31,62,.10);
}
.ppc-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:60px;
  align-items:center;
}

.ppc-topline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.ppc-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  color:#0b1220;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 12px 28px rgba(13,31,62,.06);
}
.ppc-badge i{color:var(--blue)}
.ppc-proof{
  font-size:13px;
  font-weight:800;
  color:var(--muted);
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.ppc-proof i{color:var(--blue)}

.ppc-hero-content h1{
  font-size:46px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.8px;
  color:#0b1220;
}
.ppc-hero-content h1 span{
  background:linear-gradient(90deg,var(--blue),var(--blue2));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.ppc-sub{
  margin:14px 0 18px;
  font-size:17px;
  color:var(--muted);
  max-width:680px;
}

.ppc-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 18px;
}

.ppc-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 18px;
}

.ppc-metrics{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:6px;
}

/* Hero visual */
.ppc-hero-visual{display:flex;flex-direction:column;gap:14px}
.ppc-hero-image-card{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 30px 80px rgba(13,31,62,.18);
  position:relative;
}
.ppc-hero-image-card img{
  width:100%;
  height:480px;
  
}
.ppc-image-overlay{
  position:absolute;
  left:14px; right:14px; bottom:14px;
  display:grid;
  gap:10px;
}
.ppc-mini-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

/* Google + Meta split */
.ppc-split{
  padding:70px 0;
  background:#fff;
  border-top:1px solid rgba(13,31,62,.08);
  border-bottom:1px solid rgba(13,31,62,.08);
}
.ppc-split-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
  align-items:center;
}
.ppc-split .split-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:18px;
}
.ppc-split .split-image{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 18px 45px rgba(13,31,62,.08);
  position:relative;
}
.ppc-split .image-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(13,31,62,.10);
  backdrop-filter: blur(10px);
  font-weight:900;
  
}
.ppc-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

/* ===============================
          SEO SECTION
================================ */
.seo-hero{
  padding:110px 0 80px;
  background:
    radial-gradient(900px 450px at 15% 10%, rgba(31,94,255,.14), transparent 60%),
    radial-gradient(800px 420px at 88% 20%, rgba(77,166,255,.14), transparent 60%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 65%);
  border-bottom:1px solid rgba(13,31,62,.10);
}

.seo-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:60px;
  align-items:center;
}

.hero-topline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.seo-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  color:#0b1220;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 12px 28px rgba(13,31,62,.06);
}
.seo-badge i{color:var(--blue)}

.hero-mini-proof{
  font-size:13px;
  font-weight:800;
  color:var(--muted);
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.hero-mini-proof i{color:var(--blue)}

.seo-hero-content h1{
  font-size:48px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.8px;
  color:#0b1220;
}
.seo-hero-content h1 span{
  background:linear-gradient(90deg,var(--blue),var(--blue2));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.seo-hero-text{
  margin:14px 0 18px;
  font-size:17px;
  color:var(--muted);
  max-width:680px;
}

.seo-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 18px;
}

.seo-hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 18px;
}
.trust-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(31,94,255,.08);
  border:1px solid rgba(31,94,255,.14);
  font-weight:900;
  font-size:13px;
}
.trust-pill i{color:var(--blue)}

.hero-metrics{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:6px;
}
.metric-card{
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  border-radius:18px;
  padding:14px 12px;
  box-shadow:0 14px 28px rgba(13,31,62,.06);
}
.metric-card strong{
  display:block;
  font-size:20px;
  font-weight:900;
}
.metric-card span{
  display:block;
  margin-top:4px;
  font-size:12.8px;
  font-weight:800;
  color:var(--muted);
}

.seo-hero-visual{display:flex;flex-direction:column;gap:14px}
.seo-hero-card{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 30px 80px rgba(13,31,62,.18);
  position:relative;
}
.seo-hero-card img{
  width:100%;
  height:580px;
  object-fit:cover;
}
.seo-card-overlay{
  position:absolute;
  left:14px; right:14px; bottom:14px;
  display:grid;
  gap:10px;
}
.overlay-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(13,31,62,.10);
  backdrop-filter: blur(10px);
}
.overlay-item i{
  width:40px;height:40px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg, rgba(31,94,255,.14), rgba(77,166,255,.12));
  color:var(--blue);
}
.overlay-item strong{
  display:block;
  font-weight:900;
  font-size:14px;
}
.overlay-item span{
  display:block;
  font-weight:800;
  font-size:12.5px;
  color:var(--muted);
  margin-top:2px;
}

.hero-side-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.mini-glass-card{
  display:flex;
  gap:10px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 14px 28px rgba(13,31,62,.06);
}
.mini-glass-card i{
  width:40px;height:40px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg, rgba(31,94,255,.14), rgba(77,166,255,.12));
  color:var(--blue);
}
.mini-glass-card strong{display:block;font-weight:900;font-size:14px}
.mini-glass-card span{display:block;font-weight:800;font-size:12.5px;color:var(--muted);margin-top:2px}

/* ===============================
    seo Service Strategy
================================ */
.service-detail{padding:70px 0;background:#fff}
.section-head{margin-bottom:18px}
.section-head.tight{margin-bottom:10px}
.section-head h2{
  font-size:34px;
  font-weight:900;
  letter-spacing:-.4px;
  line-height:1.2;
}
.section-head h2 span{color:var(--blue)}
.section-head p{
  margin-top:10px;
  color:var(--muted);
  font-size:16px;
  max-width:900px;
}

/* Pro Cards */
.pro-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:22px 0 34px;
}
.pro-card{
  padding:22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 20px 50px rgba(13,31,62,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pro-card:hover{
  transform:translateY(-4px);
  border-color:rgba(31,94,255,.22);
  box-shadow:0 26px 60px rgba(13,31,62,.12);
}
.pro-card-icon{
  width:48px;height:48px;border-radius:18px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg, rgba(31,94,255,.14), rgba(77,166,255,.12));
  color:var(--blue);
  margin-bottom:12px;
}
.pro-card h3{font-size:18px;font-weight:900;margin-bottom:6px}
.pro-card p{color:var(--muted);font-size:14.8px}

/* Split Section */
.split-section{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
  margin:10px 0 46px;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(13,31,62,.10);
  background:
    radial-gradient(700px 240px at 10% 20%, rgba(31,94,255,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow:0 18px 45px rgba(13,31,62,.08);
}
.split-title{
  font-size:22px;
  font-weight:900;
  letter-spacing:-.2px;
}
.split-title span{color:var(--blue)}
.split-text p{margin:10px 0 12px;color:var(--muted);font-size:15.5px}
.split-list{
  list-style:none;
  display:grid;
  gap:8px;
  margin:14px 0 16px;
  padding:0;
}
.split-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:800;
  color:#0b1220;
}
.split-list i{color:var(--blue);margin-top:3px}

.split-image{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(13,31,62,.10);
}
.split-image img{
  width:100%;
  height:320px;
  object-fit:cover;
}
.image-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(13,31,62,.10);
  backdrop-filter: blur(10px);
  font-weight:900;
}
.image-badge i{color:var(--blue)}

/* Timeline */
.timeline{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  position:relative;
}
.timeline::before{
  content:"";
  position:absolute;
  left:24px;
  top:6px;
  bottom:6px;
  width:2px;
  background:linear-gradient(180deg, rgba(31,94,255,.45), rgba(77,166,255,.20));
}
.timeline-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.timeline-dot{
  width:48px;height:48px;
  min-width:48px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(90deg,var(--blue),var(--blue2));
  box-shadow:0 18px 35px rgba(31,94,255,.20);
  position:relative;
  z-index:2;
}
.timeline-card{
  flex:1;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  border-radius:20px;
  padding:18px;
  box-shadow:0 18px 42px rgba(13,31,62,.08);
}
.timeline-card h3{
  font-size:18px;
  font-weight:900;
  margin-bottom:6px;
}
.timeline-card p{color:var(--muted);font-size:15px}
.seo-mini-list{
  margin:10px 0 0 18px;
  color:var(--muted);
  font-size:14.6px;
  line-height:1.8;
}
.seo-mini-list li{margin:2px 0}

/* Results */
.results-wrap{
  margin:54px 0 44px;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(13,31,62,.10);
  background:
    radial-gradient(700px 240px at 20% 20%, rgba(31,94,255,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow:0 18px 45px rgba(13,31,62,.08);
}
.results-grid{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.result-tile{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 14px 28px rgba(13,31,62,.06);
  font-weight:900;
}
.result-tile i{
  width:38px;height:38px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg, rgba(31,94,255,.14), rgba(77,166,255,.12));
  color:var(--blue);
}

/* FAQ */
.faq-grid{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
.faq-item{
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 18px 42px rgba(13,31,62,.08);
  overflow:hidden;
}
.faq-item summary{
  cursor:pointer;
  padding:16px 16px;
  font-weight:900;
  color:#0b1220;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  font-weight:900;
  font-size:18px;
  color:var(--blue);
}
.faq-item[open] summary::after{content:"−"}
.faq-item p{
  padding:0 16px 16px;
  margin:0;
  color:var(--muted);
  font-size:14.8px;
}

/* CTA BOX */
.service-cta{margin-top:40px}
.service-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:26px;
  border-radius:26px;
  background:linear-gradient(120deg, rgba(31,94,255,.14), rgba(77,166,255,.12));
  border:1px solid rgba(31,94,255,.20);
}
.service-cta-box h3{
  margin:0 0 6px;
  font-size:20px;
  font-weight:900;
}
.service-cta-box p{margin:0;color:var(--muted);font-weight:700}



/* Reset */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Inter, Arial, sans-serif;color:var(--ink);background:#fff;line-height:1.75}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1200px,92%);margin:0 auto}

/* Buttons */
.btn-primary{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--blue);color:#fff;
  padding:12px 16px;border-radius:14px;font-weight:900;
  box-shadow:0 12px 26px rgba(31,94,255,.22);
}
.btn-primary:hover{filter:brightness(.95)}
.btn-outline{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:#fff;color:var(--blue);
  padding:12px 16px;border-radius:14px;font-weight:900;
  border:1px solid rgba(31,94,255,.25);
}
.btn-outline:hover{background:rgba(31,94,255,.06)}

/* HERO */
.svc-hero{
  padding:110px 0 70px;
  background:linear-gradient(180deg,#f5f8ff,#ffffff);
}
.svc-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  
}
.svc-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(31,94,255,.1);
  color:var(--blue);
  padding:8px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  margin-bottom:14px;
  
}
.svc-hero-left h1{
  font-size:44px;
  line-height:1.25;
  font-weight:900;
  margin-bottom:12px;
}
.svc-hero-left h1 span{color:var(--blue)}
.svc-lead{color:var(--muted);font-size:17px;margin-bottom:22px}
.svc-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.svc-trust{
  display:flex;gap:14px;flex-wrap:wrap;
  font-size:14px;font-weight:700;color:var(--blue);
}
.svc-trust i{margin-right:6px}

/* Right card */
.svc-card{
  background:#fff;
  border-radius:22px;
  border:1px solid rgba(13,31,62,.08);
  box-shadow:0 20px 50px rgba(13,31,62,.12);
  padding:20px;
}
.svc-card h3{font-weight:900;margin-bottom:6px}
.svc-card p{color:var(--muted)}
.svc-mini{margin-top:12px;display:grid;gap:8px}
.svc-mini p{color:var(--ink);font-weight:700}
.svc-mini i{color:var(--blue);margin-right:8px}
.svc-stats{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.svc-stats > div{
  background:#f5f8ff;
  border-radius:14px;
  padding:12px;
  text-align:center;
}
.svc-stats strong{display:block;color:var(--blue);font-weight:900}
.svc-stats span{font-size:12px;color:var(--muted)}

/* Sections */
.svc-section{padding:70px 0}
.svc-soft{background:var(--bg-soft)}
.svc-head{text-align:center;max-width:850px;margin:0 auto 18px}
.svc-head h2{font-size:30px;font-weight:900}
.svc-head h2 span{color:var(--blue)}
.svc-head p{color:var(--muted);margin-top:10px}

/* Cards grid */
.svc-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 28px rgba(13,31,62,.06);
}
.ic-icon{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(31,94,255,.12);
  color:var(--blue);
  margin-bottom:10px;
}
.info-card h4{font-weight:900;margin-bottom:6px}
.info-card p{color:var(--muted)}

/* Steps */
.svc-steps{display:grid;gap:12px;margin-top:10px}
.step{
  display:flex;gap:14px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  background:#fff;
  box-shadow:0 12px 28px rgba(13,31,62,.06);
}
.step-num{
  width:42px;height:42px;min-width:42px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(31,94,255,.12);
  color:var(--blue);
  font-weight:900;
}
.step-body h3{font-size:16px;font-weight:900;margin-bottom:4px}
.step-body p{margin:0;color:var(--muted)}

/* Highlight checklist */
.svc-highlight{
  border:1px solid rgba(31,94,255,.22);
  background:linear-gradient(135deg, rgba(31,94,255,.10), rgba(77,166,255,.08));
  border-radius:22px;
  padding:22px;
}
.svc-highlight h2{font-size:24px;font-weight:900;margin-bottom:10px}
.svc-highlight h2 span{color:var(--blue)}

.svc-checklist{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  padding:0;
}
.svc-checklist li{
  background:#fff;
  border:1px solid rgba(13,31,62,.10);
  border-radius:14px;
  padding:12px 12px 12px 14px;
  font-weight:700;
}
.svc-checklist li::before{
  content:"✔ ";
  color:var(--blue);
  font-weight:900;
}

/* CTA */
.svc-cta{margin-top:22px}
.svc-cta-box{
  border:1px solid rgba(31,94,255,.25);
  background:linear-gradient(135deg, rgba(31,94,255,.10), rgba(77,166,255,.08));
  border-radius:20px;
  padding:22px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
}
.svc-cta-box h3{margin:0 0 6px;font-size:20px;font-weight:900}
.svc-cta-box p{margin:0;color:var(--muted)}

/* WhatsApp float */
.whatsapp-float{
  position:fixed;right:18px;bottom:18px;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#25D366;color:#fff;font-size:28px;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  z-index:99999;
  transition:transform .25s ease, filter .25s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px);
  filter:brightness(.95);
}



/* ===============================
   SMM PAGE (AGENCY) – ADD BELOW
================================ */

.smm-hero{
  padding:110px 0 80px;
  background:
    radial-gradient(900px 450px at 15% 10%, rgba(31,94,255,.14), transparent 60%),
    radial-gradient(800px 420px at 88% 20%, rgba(77,166,255,.14), transparent 60%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 65%);
  border-bottom:1px solid rgba(13,31,62,.10);
}
.smm-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:60px;
  align-items:center;
}

.smm-topline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.smm-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  color:#0b1220;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 12px 28px rgba(13,31,62,.06);
}
.smm-badge i{color:var(--blue)}
.smm-proof{
  font-size:13px;
  font-weight:800;
  color:var(--muted);
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.smm-proof i{color:var(--blue)}

.smm-hero-content h1{
  font-size:46px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:-.8px;
  color:#0b1220;
}
.smm-hero-content h1 span{
  background:linear-gradient(90deg,var(--blue),var(--blue2));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.smm-sub{
  margin:14px 0 18px;
  font-size:17px;
  color:var(--muted);
  max-width:680px;
}

.smm-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 18px;
}

.smm-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 14px;
}

.smm-platforms{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:8px 0 18px;
}
.plat{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 12px 26px rgba(13,31,62,.06);
  font-weight:900;
  color:#0b1220;
  font-size:13.5px;
}
.plat i{color:var(--blue);font-size:16px}

.smm-metrics{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:6px;
}

/* Hero visual */
.smm-hero-visual{display:flex;flex-direction:column;gap:14px}
.smm-hero-image-card{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  box-shadow:0 30px 80px rgba(13,31,62,.18);
  position:relative;
}
.smm-hero-image-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  height: 400px;
}
.smm-image-overlay{
  position:absolute;
  left:14px; right:14px; bottom:14px;
  display:grid;
  gap:10px;
}
.smm-mini-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

/* Strategy mini split */
.smm-strategy-split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  margin-top:26px;
  align-items:stretch;
}
.smm-strategy-card{
  background:#fff;
  border:1px solid rgba(13,31,62,.12);
  border-radius:22px;
  padding:22px;
  box-shadow:0 16px 40px rgba(13,31,62,.08);
}
.smm-strategy-card h3{
  margin:0 0 8px;
  font-size:18px;
  font-weight:900;
  color:#0b1220;
  display:flex;
  align-items:center;
  gap:10px;
}
.smm-strategy-card p{margin:0 0 14px;color:var(--muted)}
.smm-strategy-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.smm-mini-step{
  border:1px solid rgba(13,31,62,.10);
  background:linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-radius:14px;
  padding:12px 12px;
  font-weight:800;
  color:#0b1220;
  font-size:14px;
}
.smm-mini-step strong{color:var(--blue)}
.smm-strategy-image{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(13,31,62,.10);
  box-shadow:0 18px 45px rgba(13,31,62,.08);
}
.smm-strategy-image img{
  width:100%;
  height:350px;
  min-height:320px;
  object-fit:cover;
}

/* Content types */
.content-types{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.type-pill{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(31,94,255,.08);
  border:1px solid rgba(31,94,255,.14);
  font-weight:900;
  color:#0b1220;
}
/* ===============================
   ORM AND CONTENT AND INFULENCE 
================================ */

/* ===========================
   PAGE HERO (TOP BANNER)
============================= */
.page-hero{
  padding:74px 0 40px;
  background:
    radial-gradient(900px 450px at 12% 10%, rgba(31,94,255,.22), transparent 60%),
    radial-gradient(700px 420px at 90% 18%, rgba(77,166,255,.18), transparent 60%),
    linear-gradient(180deg, #ffffff, #f7faff);
  border-bottom:1px solid var(--line);
}
.page-hero-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:26px;
  align-items:stretch;
}
.page-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(31,94,255,.10);
  color:var(--blue);
  font-weight:800;
  font-size:13px;
}
.page-kicker i{color:var(--blue)}
.page-hero-left h1{
  margin-top:14px;
  font-size:42px;
  line-height:1.12;
  letter-spacing:-.6px;
}
.page-hero-left h1 span{
  color:var(--blue);
}
.page-sub{
  margin-top:12px;
  color:var(--muted);
  font-size:16px;
  max-width:60ch;
}
.page-hero-actions{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.hero-btn-main,
.hero-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  font-weight:900;
  transition:.22s ease;
}
.hero-btn-main{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
  box-shadow:0 16px 34px rgba(31,94,255,.22);
}
.hero-btn-main:hover{transform:translateY(-1px); box-shadow:0 20px 40px rgba(31,94,255,.28)}
.hero-btn-outline{
  border:1px solid rgba(31,94,255,.26);
  color:var(--blue);
  background:#fff;
}
.hero-btn-outline:hover{background:rgba(31,94,255,.06); border-color:rgba(31,94,255,.38)}

/* right card */
.page-hero-right{display:flex}
.about-hero-card{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px 18px;
}
.about-hero-card h3{
  font-size:16px;
  color:#132038;
  margin-bottom:10px;
}
.hero-mini-points{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.hero-mini-points p{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  color:#1a2842;
  background:rgba(31,94,255,.06);
  border:1px solid rgba(31,94,255,.12);
  padding:10px 12px;
  border-radius:14px;
}
.hero-mini-points i{color:var(--blue)}

/* ===============================
   SERVICE DETAIL SECTION
================================ */
.service-detail{
  padding:70px 0;
  background:#fff;
}
.service-hero{
  text-align:center;
  max-width:920px;
  margin:0 auto 26px;
}
.service-badge{
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(31,94,255,.10);
  color:var(--blue);
  font-weight:900;
  font-size:13px;
}
.service-hero h1{
  margin-top:14px;
  font-size:40px;
  line-height:1.15;
  letter-spacing:-.6px;
}
.service-hero h1 span{color:var(--blue)}
.service-lead{
  margin-top:10px;
  color:var(--muted);
  font-size:16px;
}
.service-hero-actions{
  margin-top:16px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.btn-primary,.btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  font-weight:900;
  transition:.22s ease;
}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;
  box-shadow:0 16px 34px rgba(31,94,255,.22);
}
.btn-primary:hover{transform:translateY(-1px); box-shadow:0 20px 40px rgba(31,94,255,.28)}
.btn-outline{
  border:1px solid rgba(31,94,255,.26);
  color:var(--blue);
  background:#fff;
}
.btn-outline:hover{background:rgba(31,94,255,.06); border-color:rgba(31,94,255,.38)}

/* blocks */
.service-block{
  margin-top:34px;
  background:var(--bg-soft);
  border:1px solid rgba(31,94,255,.12);
  border-radius:var(--radius);
  padding:26px;
}
.service-block h2{
  font-size:26px;
  letter-spacing:-.3px;
}
.service-block h2 span{color:var(--blue)}
.service-block p{
  margin-top:10px;
  color:var(--muted);
  font-size:15px;
}

/* cards */
.service-cards{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 24px rgba(13,31,62,.06);
  transition:.22s ease;
}
.info-card:hover{transform:translateY(-3px)}
.info-card h4{
  font-size:16px;
  color:#132038;
}
.info-card p{
  margin-top:8px;
  color:var(--muted);
  font-size:14px;
}

/* steps */
.service-steps{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.service-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  display:flex;
  align-items:flex-start;
  gap:14px;
  box-shadow:0 10px 24px rgba(13,31,62,.06);
}
.step-num{
  width:42px;height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  flex:0 0 auto;
}
.step-body h3{
  font-size:16px;
  color:#132038;
}
.step-body p{
  margin-top:6px;
  color:var(--muted);
  font-size:14px;
}

/* highlight checklist */
.service-highlight{
  margin-top:30px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  background:
    radial-gradient(850px 420px at 10% 20%, rgba(31,94,255,.12), transparent 60%),
    #fff;
  box-shadow:var(--shadow);
}
.service-highlight h2{
  font-size:26px;
}
.service-highlight h2 span{color:var(--blue)}
.service-checklist{
  margin-top:14px;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.service-checklist li{
  position:relative;
  padding:12px 12px 12px 42px;
  border-radius:14px;
  background:rgba(31,94,255,.06);
  border:1px solid rgba(31,94,255,.12);
  font-weight:800;
  color:#18243b;
}
.service-checklist li:before{
  content:"✓";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:22px;height:22px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  font-size:14px;
  font-weight:900;
}



/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 980px){
  .page-hero-grid{grid-template-columns:1fr}
  .service-cards{grid-template-columns:1fr}
  .service-checklist{grid-template-columns:1fr}
  .footer-container{grid-template-columns:1fr 1fr; gap:22px}
}

@media (max-width: 820px){
  .desktop-cta{display:none}
  .menu-btn{display:inline-flex}

  /* Mobile nav (works with your script.js toggle) */
  .header-nav{
    position:fixed;
    top:123px; /* 45 topbar + 78 header */
    right:-100%;
    width:min(360px,88%);
    height:calc(100vh - 123px);
    background:#fff;
    flex-direction:column;
    align-items:stretch;
    padding:16px;
    gap:8px;
    border-left:1px solid var(--line);
    box-shadow:var(--shadow);
    transition:.28s ease;
    overflow:auto;
  }
  .header-nav.open{right:0}
  .header-nav > a,
  .nav-link{
    padding:12px 12px;
    border-radius:14px;
  }
  .mobile-cta{display:inline-flex; width:100%}
  .dropdown-menu{
    position:static;
    width:100%;
    box-shadow:none;
    border:1px solid var(--line);
    border-radius:14px;
    display:none; /* open via JS if you want, hover not reliable on mobile */
  }
  .dropdown.open .dropdown-menu{display:block}
  .dropdown:hover .dropdown-menu{display:none}
}

@media (max-width: 520px){
  .top-contact{display:none}
  .page-hero-left h1{font-size:34px}
  .service-hero h1{font-size:32px}
  .cta-strip-inner{flex-direction:column; align-items:flex-start}
}

/* ===============================
   THANK YOU PAGE
================================ */
.thankyou-section{
  padding: 120px 0 80px; /* space below fixed header */
  background: var(--bg-soft, #f5f8ff);
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}

.thankyou-card{
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(13,31,62,.10);
  border-radius: 18px;
  padding: 42px 28px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(13,31,62,.10);
}

.thankyou-card .tick{
  font-size: 56px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--blue, #1f5eff);
}

.thankyou-card h1{
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--ink, #0b1220);
  margin-bottom: 10px;
  font-weight: 900;
}

.thankyou-card p{
  color: var(--muted, #5b6b86);
  margin: 6px 0;
  font-size: 16px;
}



.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31,94,255,.22);
}

/* =========================================================
   ✅ FINAL MOBILE OVERRIDE (PASTE AT VERY BOTTOM)
   This block must be LAST in your CSS file.
========================================================= */
@media (max-width: 820px){

  /* ---- Safety: stop horizontal scroll ---- */
  html, body{
    width:100% !important;
    overflow-x:hidden !important;
  }
  *{
    box-sizing:border-box !important;
    max-width:100% !important;
  }

  /* ---- Fix missing variables used in your CSS ---- */
  :root{
    --bg-soft:#f5f8ff;   /* you used this many times */
    --black:#0b1220;     /* you used var(--black) */
    --orange:#ff6a00;    /* you used var(--orange) */
    --orange2:#ff8a00;
  }

  /* ---- Container ---- */
  .container,
  .services-hero-inner,
  .about-hero-inner,
  .who-container,
  .work-container{
    width:100% !important;
    margin:0 auto !important;
    padding:0 14px !important;
  }

  /* ---- Top bar ---- */
  .top-contact{display:none !important;}
  .scrolling-text span{font-size:14px !important;}

  /* ---- Header spacing (topbar 45px + header ~70px) ---- */
  body{
    padding-top:115px !important;
  }

  /* Keep header fixed to avoid sticky bugs on mobile */
  .main-header{
    position:fixed !important;
    top:45px !important;
    left:0 !important;
    width:100% !important;
    z-index:9999 !important;
  }

  .header-container{
    padding:10px 0 !important;
  }

  .header-logo img{height:44px !important;}

  /* ---- Mobile menu button ---- */
  .menu-btn{display:inline-flex !important;}
  .desktop-cta{display:none !important;}
  .mobile-cta{display:inline-flex !important; width:100% !important;}

  /* ---- Mobile nav drawer (uses .open) ---- */
  .header-nav{
    position:fixed !important;
    top:115px !important;                 /* matches body padding */
    right:-110% !important;
    width:min(360px, 92%) !important;
    height:calc(100vh - 115px) !important;
    background:#fff !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    padding:14px !important;
    gap:8px !important;
    border-left:1px solid var(--line) !important;
    box-shadow:var(--shadow) !important;
    overflow:auto !important;
    transition:.28s ease !important;
    z-index:99999 !important;
  }
  .header-nav.open{right:0 !important;}

  .header-nav a,
  .header-nav .nav-link{
    width:100% !important;
    padding:12px 12px !important;
    border-radius:14px !important;
  }

  /* ---- Dropdown: hover doesn’t work on mobile ---- */
  .dropdown-menu{
    position:static !important;
    min-width:100% !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    display:none !important;
    box-shadow:none !important;
    border:1px solid var(--line) !important;
    background:#fff !important;
    margin-top:6px !important;
  }
  .dropdown.open .dropdown-menu{display:block !important;}
  .dropdown:hover .dropdown-menu{display:none !important;}

  /* =================================================
     ✅ Convert ALL desktop grids to 1 column
  ================================================= */
  .home-hero-grid,
  .hero-blue-grid,
  .services-hero-inner,
  .about-hero-inner,
  .dm-importance-grid,
  .dm-services-layout,
  .page-hero-grid,
  .svc-hero-grid,
  .wd-hero-grid,
  .ppc-hero-grid,
  .seo-hero-grid,
  .smm-hero-grid,
  .who-container,
  .founder-wrap,
  .work-grid,
  .services-grid,
  .industries-grid,
  .client-video-grid,
  .mvv-grid,
  .wd-card-grid,
  .type-grid,
  .dyn-grid,
  .dyn-features,
  .hero-side-cards,
  .pro-card-grid,
  .results-grid,
  .faq-grid,
  .ppc-split-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  /* ---- HERO headings scale ---- */
  .home-hero{padding:55px 0 35px !important;}
  .home-hero-title{font-size:30px !important; line-height:1.15 !important;}
  .home-hero-para{font-size:15px !important;}

  .services-modern-hero,
  .about-modern-hero,
  .hero-blue,
  .wd-hero,
  .ppc-hero,
  .seo-hero,
  .smm-hero,
  .svc-hero,
  .page-hero{
    padding:55px 0 35px !important;
  }

  /* ---- Remove ALL fixed heights on mobile ---- */
  .about-modern-hero,
  .hero-city-overlay{
    height:auto !important;
  }

  .four-img,
  .dm-importance-image img,
  .wd-hero-image-card img,
  .ppc-hero-image-card img,
  .seo-hero-card img,
  .smm-hero-image-card img{
    height:auto !important;
    max-height:320px !important;
    object-fit:cover !important;
  }

  /* Slider card fix */
  .four-card{grid-template-columns:1fr !important;}
  .four-text h2{font-size:24px !important;}

  /* Stats become 1 column */
  .home-hero-stats{grid-template-columns:1fr !important;}
  .wd-metrics, .ppc-metrics, .hero-metrics, .smm-metrics, .svc-stats{
    grid-template-columns:1fr !important;
  }

  /* Buttons full width */
  .home-hero-cta,
  .services-hero-actions,
  .about-hero-actions,
  .hero-blue-buttons,
  .wd-actions,
  .ppc-actions,
  .seo-hero-actions,
  .smm-actions,
  .page-hero-actions,
  .svc-hero-actions,
  .work-cta{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .home-hero-cta a,
  .services-hero-actions a,
  .about-hero-actions a,
  .hero-blue-buttons a,
  .wd-actions a,
  .ppc-actions a,
  .seo-hero-actions a,
  .smm-actions a,
  .page-hero-actions a,
  .svc-hero-actions a{
    width:100% !important;
    text-align:center !important;
    justify-content:center !important;
  }

  /* Videos responsive */
  .client-video-card video{
    height:auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  /* Footer */
  .footer-container{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  /* Floating tags should not go outside screen */
  .tag-top, .tag-bottom, .tag-middle{
    position:static !important;
    margin:10px 0 0 !important;
    display:inline-flex !important;
  }
}

/* Extra small mobiles */
@media (max-width: 520px){
  .home-hero-title{font-size:26px !important;}
  .page-hero-left h1{font-size:30px !important;}
  .service-hero h1{font-size:28px !important;}
}
/* =========================================
   MOBILE: Show ONLY hero image
========================================= */
@media (max-width: 768px){

  /* Hide entire text side */
  .services-hero-text{
    display:none !important;
  }

  /* Hide floating tags */
  .services-hero-visual .tag{
    display:none !important;
  }

  /* Center image */
  .services-modern-hero{
    padding:20px 12px !important;
  }

  .services-hero-inner{
    display:block !important;
  }

  .services-hero-visual{
    width:100% !important;
    margin:0 auto !important;
  }

  .services-hero-visual img{
    width:100% !important;
    height:auto !important;
    display:block !important;
    object-fit:contain !important;
  }
}
/* =========================================
   ABOUT US – MOBILE: SHOW ONLY IMAGE
========================================= */
@media (max-width: 768px){

  /* ===== FIRST HERO (about-modern-hero) ===== */

  /* Hide text + buttons */
  .about-modern-hero .about-hero-text,
  .about-modern-hero .about-hero-actions{
    display:none !important;
  }

  /* Hide floating tags */
  .about-modern-hero .tag{
    display:none !important;
  }

  /* Layout cleanup */
  .about-modern-hero{
    padding:20px 12px !important;
  }

  .about-modern-hero .about-hero-inner{
    display:block !important;
  }

  .about-modern-hero .about-hero-visual{
    width:100% !important;
    margin:0 auto !important;
  }

  .about-modern-hero .about-hero-visual img{
    width:100% !important;
    height:auto !important;
    display:block !important;
    object-fit:contain !important;
  }


  /* ===== SECOND HERO (page-hero) ===== */

  /* Hide entire left & right content */
  .page-hero .page-hero-left,
  .page-hero .page-hero-right{
    display:none !important;
  }

  /* Remove spacing so it doesn't look empty */
  .page-hero{
    padding:0 !important;
    margin:0 !important;
  }

}
/* =========================================
   FIX: Mobile layout for your hero + benefit cards
   (Matches your "four-*" section)
========================================= */
@media (max-width: 768px){

  html, body{ overflow-x:hidden !important; }

  /* The big area that has image left + cards right */
  .four-card{
    display:flex !important;
    flex-direction:column !important;
    gap:16px !important;
    align-items:stretch !important;
  }

  /* Image full width */
  .four-img{
    width:100% !important;
    max-width:100% !important;
  }
  .four-img img{
    width:100% !important;
    height:auto !important;
    display:block !important;
    object-fit:contain !important;
  }

  /* The right side (white cards) full width */
  .four-text,
  .four-right,
  .four-benefits{
    width:100% !important;
    max-width:100% !important;
  }

  /* Make the benefit cards 1 column */
  .four-benefits{
    display:grid !important;
    grid-template-columns: 1fr !important;
    gap:14px !important;
  }

  /* Each white card full width */
  .four-mini-card,
  .four-benefit,
  .benefit-card,
  .feature-card{
    width:100% !important;
    max-width:100% !important;
    min-height:auto !important;
    margin:0 !important;
    position:relative !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
  }
}
