/*
Theme Name: CompareSEO Theme
Theme URI: https://www.compareseo.net/
Author: CompareSEO
Description: High-performance digital marketing agency theme for Delhi NCR.
Version: 3.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: compareseo
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter','Segoe UI',Arial,sans-serif;color:#1f2937;background:#fff;line-height:1.7}
a{text-decoration:none;color:#1e3a8a;transition:color .2s}
a:hover,a:focus{color:#f59e0b}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.cs-container{max-width:1200px;margin:0 auto;padding:0 24px}
.cs-section-pad{padding:20px 0}
.cs-bg-light{background:#f8fafc}
.cs-bg-blue{background:#1e3a8a}
.cs-text-center{text-align:center}
.cs-mt-40{margin-top:40px}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.cs-section-title{font-size:2rem;font-weight:800;color:#1e3a8a;text-align:center;margin-bottom:14px;line-height:1.2}
.cs-section-sub{text-align:center;color:#6b7280;font-size:1.05rem;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}

/* ============================================================
   BUTTONS
   ============================================================ */
.cs-btn-primary{display:inline-block;background:#f59e0b;color:#fff!important;font-weight:700;font-size:1rem;padding:16px 36px;border-radius:10px;border:none;cursor:pointer;transition:background .3s,transform .2s;text-align:center}
.cs-btn-primary:hover{background:#d97706;transform:translateY(-2px)}
.cs-btn-outline{display:inline-block;border:2px solid #1e3a8a;color:#1e3a8a!important;font-weight:600;font-size:1rem;padding:14px 32px;border-radius:10px;transition:all .3s}
.cs-btn-outline:hover{background:#1e3a8a;color:#fff!important}

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
.cs-skip-link{position:absolute;top:-100%;left:12px;background:#1e3a8a;color:#fff;padding:8px 16px;border-radius:0 0 8px 8px;font-weight:700;z-index:9999;transition:top .2s}
.cs-skip-link:focus{top:0}
.cs-honeypot{display:none!important;visibility:hidden!important;position:absolute!important}

/* ============================================================
   NAVBAR
   ============================================================ */
.cs-navbar{background:#1e3a8a;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.15)}
.cs-navbar-inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.cs-navbar-logo{font-size:1.4rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:4px;flex-shrink:0}
.cs-navbar-logo span{color:#f59e0b}
.cs-navbar-logo img{height:40px;width:auto}
.cs-navbar-menu{display:flex;gap:18px;align-items:center;list-style:none}
.cs-navbar-menu>li>a{color:#bfdbfe;font-size:.88rem;font-weight:500;transition:color .2s;padding:6px 2px;white-space:nowrap}
.cs-navbar-menu>li>a:hover{color:#fff}
.cs-nav-item{position:relative}
.cs-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;background:#fff;min-width:250px;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:10px 0;z-index:999;list-style:none}
.cs-nav-item:hover .cs-dropdown,
.cs-nav-item:focus-within .cs-dropdown{display:block}
.cs-dropdown li a{display:block;padding:10px 20px;color:#1f2937;font-size:.88rem;transition:all .2s}
.cs-dropdown li a:hover{background:#eff6ff;color:#1e3a8a;padding-left:26px}
.cs-navbar-cta{background:#f59e0b!important;color:#fff!important;padding:9px 18px!important;border-radius:8px!important;font-weight:700!important;font-size:.86rem!important}
.cs-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;gap:5px}
.cs-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}
.cs-hamburger.cs-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.cs-hamburger.cs-open span:nth-child(2){opacity:0}
.cs-hamburger.cs-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* ============================================================
   HERO
   ============================================================ */
.cs-hero{background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 60%,#3b82f6 100%);color:#fff;padding:15px 0 20px;text-align:center}
.cs-hero-badge{display:inline-block;background:rgba(245,158,11,.2);border:1px solid #f59e0b;color:#fbbf24;padding:6px 18px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:22px}
.cs-hero h1{font-size:clamp(1.9rem,4.5vw,3.4rem);font-weight:900;line-height:1.15;margin-bottom:20px;max-width:860px;margin-left:auto;margin-right:auto}
.cs-hero h1 span{color:#fbbf24}
.cs-hero-sub{font-size:clamp(1rem,2vw,1.15rem);color:#bfdbfe;max-width:700px;margin:0 auto 16px}
.cs-hero-stats{display:flex;justify-content:center;gap:clamp(16px,4vw,10px);margin-bottom:10px;flex-wrap:wrap}
.cs-hero-stat strong{color:#fff;font-size:clamp(1.2rem,3vw,1.5rem);display:block;font-weight:800}
.cs-hero-stat{color:#93c5fd;font-size:.9rem;text-align:center}
.cs-hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}
.cs-hero-btn-outline{border:2px solid #fff;color:#fff!important;display:inline-block;padding:14px 28px;border-radius:10px;font-weight:600;transition:all .3s;font-size:1rem}
.cs-hero-btn-outline:hover{background:#fff;color:#1e3a8a!important}
.cs-hero-tags{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}
.cs-hero-tag{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#bfdbfe;padding:7px 16px;border-radius:50px;font-size:.85rem}
.cs-trust-badges{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.cs-trust-badge{background:rgba(245,158,11,.15);border:1px solid #f59e0b;color:#fbbf24;padding:5px 14px;border-radius:50px;font-size:.8rem;font-weight:600}

/* ============================================================
   WHY US
   ============================================================ */
.cs-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.cs-why-card{background:#fff;border:2px solid #e0e7ff;border-radius:16px;padding:12px 12px;text-align:center;transition:box-shadow .3s,transform .3s}
.cs-why-card:hover{box-shadow:0 16px 40px rgba(30,58,138,.12);transform:translateY(-4px)}
.cs-why-icon{font-size:2.2rem;margin-bottom:16px}
.cs-why-card h3{font-size:1.1rem;font-weight:700;color:#1e3a8a;margin-bottom:12px}
.cs-why-card p{color:#4b5563;font-size:.93rem;line-height:1.7}

/* ============================================================
   SERVICES
   ============================================================ */
.cs-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.cs-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:box-shadow .3s,transform .3s}
.cs-service-card:hover{box-shadow:0 20px 48px rgba(30,58,138,.12);transform:translateY(-4px)}
.cs-service-card-header{background:#1e3a8a;padding:22px 26px;display:flex;align-items:center;gap:12px}
.cs-svc-icon{font-size:1.7rem;flex-shrink:0}
.cs-service-card-header h3{color:#fff;font-size:1rem;font-weight:700;line-height:1.3}
.cs-service-card-body{padding:12px 16px}
.cs-service-card-body p{color:#4b5563;font-size:.9rem;margin-bottom:16px;line-height:1.7}
.cs-service-link{color:#1e3a8a;font-weight:600;font-size:.88rem}
.cs-service-link:hover{color:#f59e0b}

/* ============================================================
   PRICING
   ============================================================ */
.cs-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:24px}
.cs-pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.cs-pricing-card.cs-popular{border-color:#f59e0b;box-shadow:0 8px 32px rgba(245,158,11,.2)}
.cs-pricing-card-header{background:#1e3a8a;padding:26px 22px;text-align:center}
.cs-pricing-card.cs-popular .cs-pricing-card-header{background:#92400e}
.cs-popular-badge{display:inline-block;background:#f59e0b;color:#fff;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:700;margin-bottom:8px}
.cs-pricing-card-header h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:6px}
.cs-price{color:#fbbf24;font-size:1.9rem;font-weight:900}
.cs-price-sub{color:#93c5fd;font-size:.8rem}
.cs-pricing-card-body{padding:26px 22px;flex:1;display:flex;flex-direction:column}
.cs-pricing-features{margin-bottom:22px;flex:1}
.cs-pricing-features li{display:flex;align-items:flex-start;gap:10px;color:#374151;font-size:.9rem;padding:7px 0;border-bottom:1px solid #f3f4f6}
.cs-pricing-features li:last-child{border-bottom:none}
.cs-check{color:#10b981;font-weight:700;flex-shrink:0}
.cs-pricing-note{text-align:center;font-size:.8rem;color:#6b7280;margin-bottom:18px}
.cs-pricing-card-body .cs-btn-primary{width:100%;display:block}

/* ============================================================
   CITIES
   ============================================================ */
.cs-cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px}
.cs-city-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:22px 18px;text-align:center;transition:all .3s;display:block}
.cs-city-card:hover{background:rgba(255,255,255,.16);transform:translateY(-3px)}
.cs-city-icon{font-size:1.8rem;margin-bottom:10px}
.cs-city-card h3{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:6px}
.cs-city-card p{color:#93c5fd;font-size:.8rem;line-height:1.5;margin-bottom:10px}
.cs-city-link{color:#fbbf24;font-size:.8rem;font-weight:600}

/* ============================================================
   CASE STUDIES
   ============================================================ */
.cs-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.cs-case-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:box-shadow .3s}
.cs-case-card:hover{box-shadow:0 16px 40px rgba(0,0,0,.1)}
.cs-case-header{padding:18px 22px}
.cs-case-header.cs-blue{background:#dbeafe}
.cs-case-header.cs-green{background:#dcfce7}
.cs-case-header.cs-yellow{background:#fef9c3}
.cs-case-header h3{font-size:.95rem;font-weight:700;color:#1e3a8a;margin-bottom:8px}
.cs-case-metrics{display:flex;gap:6px;flex-wrap:wrap}
.cs-case-metric{background:#1e3a8a;color:#fbbf24;padding:3px 10px;border-radius:50px;font-size:.75rem;font-weight:700}
.cs-case-body{padding:18px 22px}
.cs-case-label{font-size:.72rem;font-weight:700;text-transform:uppercase;color:#9ca3af;margin-bottom:3px;margin-top:10px;letter-spacing:.05em}
.cs-challenge{font-size:.86rem;color:#6b7280;line-height:1.6}
.cs-solution{font-size:.86rem;color:#374151;line-height:1.6}
.cs-result{font-size:.86rem;color:#065f46;font-weight:600;line-height:1.6}

/* ============================================================
   INDUSTRIES — HOME GRID
   ============================================================ */
.cs-industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}
.cs-industry-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:26px 18px;text-align:center;transition:all .3s;display:block}
.cs-industry-card:hover{border-color:#1e3a8a;box-shadow:0 8px 24px rgba(30,58,138,.1)}
.cs-industry-icon{font-size:2rem;margin-bottom:12px}
.cs-industry-card h3{font-size:.9rem;font-weight:700;color:#1e3a8a;margin-bottom:6px}
.cs-industry-card p{font-size:.8rem;color:#4b5563;line-height:1.5}

/* ============================================================
   INDUSTRIES — FULL PAGE GRID
   ============================================================ */
.cs-industries-full-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px}
.cs-industry-full-card{display:flex;gap:20px;align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 24px;transition:all .3s;text-decoration:none}
.cs-industry-full-card:hover{border-color:#1e3a8a;box-shadow:0 16px 40px rgba(30,58,138,.1);transform:translateY(-3px)}
.cs-industry-full-icon{font-size:2.4rem;flex-shrink:0;margin-top:4px}
.cs-industry-full-body h3{font-size:1.05rem;font-weight:700;color:#1e3a8a;margin-bottom:8px}
.cs-industry-full-body p{font-size:.88rem;color:#4b5563;line-height:1.65;margin-bottom:12px}
.cs-industry-full-body ul{margin:0 0 14px 0;list-style:none}
.cs-industry-full-body ul li{font-size:.83rem;color:#374151;padding:3px 0}
.cs-industry-link{color:#1e3a8a;font-size:.85rem;font-weight:600}
.cs-industry-full-card:hover .cs-industry-link{color:#f59e0b}

/* ============================================================
   INDUSTRY PAGE LAYOUT
   ============================================================ */
.cs-industry-page-layout{display:grid;grid-template-columns:1fr 300px;gap:44px;align-items:start}
.cs-industry-main{min-width:0}
.cs-service-hero .cs-hero-subtitle{font-size:1.05rem;color:#bfdbfe;max-width:640px;margin:0 auto;line-height:1.7}
.cs-widget-services li.cs-active a{color:#f59e0b;font-weight:700;pointer-events:none}

/* ============================================================
   PROCESS
   ============================================================ */
.cs-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}
.cs-process-grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:40px}
.cs-process-step{background:#fff;border-radius:14px;padding:26px 16px;text-align:center;border:1px solid #e0e7ff;position:relative}
.cs-process-grid-6 .cs-process-step:not(:last-child)::after{content:'›';position:absolute;right:-12px;top:50%;transform:translateY(-50%);color:#1e3a8a;font-size:1.1rem;font-weight:700;z-index:1}
.cs-step-num{width:46px;height:46px;background:#1e3a8a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.05rem;margin:0 auto 14px}
.cs-process-step h3{color:#1e3a8a;font-size:.88rem;font-weight:700;margin-bottom:8px;line-height:1.3}
.cs-process-step p{color:#4b5563;font-size:.80rem;line-height:1.6}

/* ============================================================
   FAQ
   ============================================================ */
.cs-faq-list{max-width:800px;margin:0 auto}
.cs-faq-item{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;overflow:hidden}
.cs-faq-question{background:#eff6ff;padding:16px 22px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#1e3a8a;font-size:.94rem;border:none;width:100%;text-align:left;transition:background .2s;line-height:1.5}
.cs-faq-question:hover{background:#dbeafe}
.cs-faq-arrow{transition:transform .3s;flex-shrink:0;margin-left:12px;font-size:.75rem}
.cs-faq-answer{display:none;padding:16px 22px;color:#374151;font-size:.91rem;line-height:1.75}
.cs-faq-item.cs-open .cs-faq-answer{display:block}
.cs-faq-item.cs-open .cs-faq-arrow{transform:rotate(180deg)}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cs-cta-final{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);padding:10px 0;text-align:center}
.cs-cta-final h2{font-size:clamp(1.7rem,3.5vw,2.3rem);color:#fff;font-weight:800;margin-bottom:14px}
.cs-cta-lead{color:#bfdbfe;font-size:1.05rem;margin-bottom:12px;max-width:640px;margin-left:auto;margin-right:auto}
.cs-cta-checks{display:flex;justify-content:center;gap:clamp(12px,3vw,28px);flex-wrap:wrap;margin-bottom:40px}
.cs-cta-check{color:#93c5fd;font-size:.9rem}
.cs-cta-check span{color:#10b981;margin-right:5px}
.cs-cta-form{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:36px;max-width:700px;margin:0 auto}
.cs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.cs-cta-form input{width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:13px 16px;color:#fff;font-size:.93rem;outline:none;font-family:inherit;transition:border-color .2s}
.cs-cta-form input::placeholder{color:rgba(255,255,255,.5)}
.cs-cta-form input:focus{border-color:#f59e0b}
.cs-cta-form .cs-btn-primary{width:100%;font-size:1.05rem;padding:17px;margin-top:8px;display:block}
.cs-form-note{color:#93c5fd;font-size:.8rem;margin-top:14px}

/* ============================================================
   BLOG LAYOUT
   ============================================================ */
.cs-blog-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}
.cs-cat-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}
.cs-cat-btn{padding:7px 16px;border-radius:50px;border:2px solid #e5e7eb;color:#4b5563;font-size:.85rem;font-weight:600;transition:all .3s;background:#fff}
.cs-cat-btn:hover,
.cs-cat-btn.cs-active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}
.cs-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px}
.cs-post-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column}
.cs-post-card:hover{box-shadow:0 16px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.cs-post-thumb{display:block;overflow:hidden;height:190px;background:#eff6ff;flex-shrink:0}
.cs-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.cs-post-card:hover .cs-post-thumb img{transform:scale(1.04)}
.cs-post-thumb-placeholder{display:flex;align-items:center;justify-content:center;height:190px;background:#eff6ff}
.cs-post-placeholder-inner{font-size:2.5rem;color:#93c5fd}
.cs-post-card-body{padding:18px 22px;flex:1;display:flex;flex-direction:column}
.cs-post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:8px;flex-wrap:wrap}
.cs-post-cat{background:#eff6ff;color:#1e3a8a;font-size:.72rem;font-weight:700;padding:3px 9px;border-radius:50px}
.cs-post-date{color:#9ca3af;font-size:.78rem}
.cs-post-title{font-size:.97rem;font-weight:700;line-height:1.4;margin-bottom:8px}
.cs-post-title a{color:#1f2937;transition:color .2s}
.cs-post-title a:hover{color:#1e3a8a}
.cs-post-excerpt{color:#4b5563;font-size:.86rem;margin-bottom:14px;line-height:1.6;flex:1}
.cs-post-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f3f4f6;padding-top:12px;margin-top:auto}
.cs-read-time{color:#9ca3af;font-size:.78rem}
.cs-read-more{color:#1e3a8a;font-size:.85rem;font-weight:600;transition:color .2s}
.cs-read-more:hover{color:#f59e0b}
.cs-pagination{margin-top:44px;text-align:center}
.cs-pagination ul{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;list-style:none}
.cs-pagination ul li a,
.cs-pagination ul li span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid #e5e7eb;color:#374151;font-weight:600;font-size:.88rem;transition:all .2s}
.cs-pagination ul li a:hover,
.cs-pagination ul li span.current{background:#1e3a8a;border-color:#1e3a8a;color:#fff}

/* ============================================================
   SIDEBAR — SHARED BASE
   ============================================================ */
.cs-sidebar{position:sticky;top:90px}
.cs-widget{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;margin-bottom:22px}
.cs-widget-title{font-size:.95rem;font-weight:700;color:#1e3a8a;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #eff6ff}
.cs-recent-posts li{padding:9px 0;border-bottom:1px solid #f3f4f6}
.cs-recent-posts li:last-child{border-bottom:none}
.cs-recent-posts li a{color:#1f2937;font-size:.85rem;font-weight:600;display:block;margin-bottom:3px;line-height:1.4;transition:color .2s}
.cs-recent-posts li a:hover{color:#1e3a8a}
.cs-recent-posts li span{color:#9ca3af;font-size:.76rem}
.cs-cat-list li{padding:7px 0;border-bottom:1px solid #f3f4f6}
.cs-cat-list li:last-child{border-bottom:none}
.cs-cat-list li a{display:flex;justify-content:space-between;color:#374151;font-size:.85rem;transition:color .2s}
.cs-cat-list li a:hover{color:#1e3a8a}
.cs-widget-services li{padding:7px 0;border-bottom:1px solid #f3f4f6}
.cs-widget-services li:last-child{border-bottom:none}
.cs-widget-services li a{color:#374151;font-size:.85rem;font-weight:500;transition:color .2s;display:block}
.cs-widget-services li a:hover{color:#f59e0b}
.cs-widget-services li.cs-active a{color:#f59e0b;font-weight:700;pointer-events:none}

/* ============================================================
   SIDEBAR — SINGLE POST STICKY
   ============================================================ */
.cs-single-sidebar{
  position:sticky;
  top:90px;
  max-height:calc(100vh - 100px);
  overflow-y:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.cs-single-sidebar::-webkit-scrollbar{display:none}

/* ============================================================
   SIDEBAR — TOC WIDGET
   ============================================================ */
.cs-toc-widget .cs-widget-title{
  font-size:.95rem;
  font-weight:700;
  color:#1e3a8a;
  margin-bottom:12px;
  padding-bottom:8px;
  border-bottom:2px solid #eff6ff;
}
.cs-toc-widget .ez-toc-list{list-style:none;margin:0;padding:0}
.cs-toc-widget .ez-toc-list li{padding:5px 0;border-bottom:1px solid #f3f4f6;font-size:.84rem;line-height:1.5}
.cs-toc-widget .ez-toc-list li:last-child{border-bottom:none}
.cs-toc-widget .ez-toc-list a{color:#374151;display:block;transition:color .2s,padding-left .2s}
.cs-toc-widget .ez-toc-list a:hover{color:#1e3a8a;padding-left:5px}
.cs-toc-list{list-style:none;margin:0;padding:0}
.cs-toc-list li{padding:5px 0;border-bottom:1px solid #f3f4f6;font-size:.84rem}
.cs-toc-list li:last-child{border-bottom:none}
.cs-toc-list li a{color:#374151;display:block;line-height:1.5;transition:color .2s,padding-left .2s}
.cs-toc-list li a:hover{color:#1e3a8a;padding-left:5px}

/* ============================================================
   SIDEBAR — CTA WIDGET
   ============================================================ */
.cs-sidebar-cta-widget{
  background:linear-gradient(135deg,#1e3a8a,#1d4ed8) !important;
  border:none !important;
  text-align:center;
  padding:26px 20px !important;
}
.cs-sidebar-cta-icon{font-size:2rem;margin-bottom:10px;display:block}
.cs-sidebar-cta-widget h4{color:#fff;font-size:1rem;font-weight:800;margin-bottom:8px}
.cs-sidebar-cta-widget p{color:#bfdbfe;font-size:.83rem;line-height:1.6;margin-bottom:18px}
.cs-sidebar-cta-btn{
  display:block;
  width:100%;
  background:#f59e0b;
  color:#fff !important;
  padding:12px 18px;
  border-radius:8px;
  font-size:.9rem;
  font-weight:700;
  text-align:center;
  transition:background .2s,transform .2s;
}
.cs-sidebar-cta-btn:hover{background:#d97706;transform:translateY(-2px)}

/* ============================================================
   SERVICE SIDEBAR WIDGETS
   ============================================================ */
.cs-service-sidebar-widget{background:#1e3a8a;border-radius:14px;padding:26px;color:#fff;margin-bottom:22px;text-align:center}
.cs-service-sidebar-widget p{color:#93c5fd;font-size:.87rem;margin-bottom:18px}
.cs-service-sidebar-prices{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin-bottom:22px}
.cs-service-sidebar-prices h4{font-size:.9rem;font-weight:700;color:#1e3a8a;margin-bottom:12px}
.cs-price-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f3f4f6;font-size:.86rem}
.cs-price-row:last-child{border-bottom:none}
.cs-price-row .cs-plan{color:#374151;font-weight:600}
.cs-price-row .cs-amt{color:#1e3a8a;font-weight:700}

/* ============================================================
   SINGLE POST — PAGE WRAPPER
   ============================================================ */
.cs-single-wrap{padding-top:48px}
.cs-main-article{min-width:0}

/* ============================================================
   SINGLE POST — BREADCRUMB
   ============================================================ */
.cs-breadcrumb{font-size:.82rem;color:#6b7280;margin-bottom:22px}
.cs-breadcrumb a{color:#1e3a8a;transition:color .2s}
.cs-breadcrumb a:hover{color:#f59e0b}

/* ============================================================
   SINGLE POST — HEADER
   ============================================================ */
.cs-single-header{margin-bottom:28px}
.cs-post-cats{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}
.cs-cat-tag{background:#eff6ff;color:#1e3a8a;font-size:.78rem;font-weight:700;padding:4px 12px;border-radius:50px;transition:all .2s;display:inline-block}
.cs-cat-tag:hover{background:#1e3a8a;color:#fff}
.cs-single-header h1{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#1f2937;line-height:1.3;margin-bottom:14px}
.cs-single-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  color:#6b7280;
  font-size:.85rem;
  margin-top:12px;
  padding:12px 0;
  border-top:1px solid #f3f4f6;
  border-bottom:1px solid #f3f4f6;
}
.cs-meta-author{display:flex;align-items:center;gap:6px;font-weight:600;color:#374151}
.cs-meta-avatar{border-radius:50%;vertical-align:middle;width:32px;height:32px;border:2px solid #e0e7ff}
.cs-meta-divider{color:#d1d5db;font-size:.8rem}
.cs-meta-read-time{color:#6b7280;font-size:.83rem}

/* ============================================================
   SINGLE POST — FEATURED IMAGE
   ============================================================ */
.cs-single-featured-img{
  border-radius:14px;
  overflow:hidden;
  margin:24px 0 32px;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
}
.cs-feat-img{width:100%;height:auto;border-radius:12px;display:block}

/* ============================================================
   SINGLE POST — BODY CONTENT
   ============================================================ */
.cs-single-content{font-size:1.06rem;line-height:1.85;color:#374151}
.cs-single-content h2{
  font-size:1.55rem;
  font-weight:800;
  color:#1e3a8a;
  margin:44px 0 14px;
  padding-top:10px;
  border-top:2px solid #eff6ff;
}
.cs-single-content h3{font-size:1.18rem;font-weight:700;color:#1f2937;margin:28px 0 10px}
.cs-single-content h4{font-size:1rem;font-weight:700;color:#374151;margin:20px 0 8px}
.cs-single-content p{margin-bottom:20px;line-height:1.85}
.cs-single-content ul,
.cs-single-content ol{margin:0 0 20px 22px}
.cs-single-content li{margin-bottom:9px;line-height:1.75}
.cs-single-content blockquote{
  border-left:4px solid #1e3a8a;
  padding:14px 22px;
  background:#eff6ff;
  border-radius:0 8px 8px 0;
  margin:22px 0;
  font-style:italic;
  color:#1e3a8a;
}
.cs-single-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.93rem}
.cs-single-content table th{background:#1e3a8a;color:#fff;padding:12px 16px;text-align:left;font-weight:700}
.cs-single-content table td{padding:11px 16px;border-bottom:1px solid #e5e7eb;color:#374151}
.cs-single-content table tr:nth-child(even) td{background:#f8fafc}
.cs-single-content table tr:hover td{background:#eff6ff}

/* ============================================================
   SINGLE POST — SUMMARY & CALLOUT BOXES
   ============================================================ */
.cs-summary-box{
  background:#f0f7ff;
  border-left:4px solid #1e3a8a;
  padding:20px 24px;
  border-radius:0 8px 8px 0;
  margin:0 0 32px 0;
  font-size:.97rem;
  line-height:1.8;
  color:#1f2937;
}
.cs-summary-box strong{color:#1e3a8a}
.cs-callout-box{
  background:#fff8e1;
  border:1px solid #fbbf24;
  padding:16px 20px;
  border-radius:8px;
  margin:24px 0;
  font-size:.93rem;
  line-height:1.75;
  color:#374151;
}
.cs-callout-box strong{color:#92400e}
.cs-info-box{
  background:#ecfdf5;
  border:1px solid #10b981;
  padding:16px 20px;
  border-radius:8px;
  margin:24px 0;
  font-size:.93rem;
  line-height:1.75;
  color:#065f46;
}

/* ============================================================
   SINGLE POST — MID-CONTENT CTA BANNER
   ============================================================ */
.cs-mid-cta{
  background:#eff6ff;
  border:2px solid #1e3a8a;
  border-radius:12px;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:36px 0;
  flex-wrap:wrap;
}
.cs-mid-cta p{margin:0;font-size:.95rem;color:#1e3a8a;font-weight:600;line-height:1.5}
.cs-mid-cta a{
  flex-shrink:0;
  background:#1e3a8a;
  color:#fff !important;
  padding:11px 24px;
  border-radius:8px;
  font-weight:700;
  font-size:.9rem;
  white-space:nowrap;
  transition:background .2s;
}
.cs-mid-cta a:hover{background:#f59e0b}

/* ============================================================
   SINGLE POST — POST TAGS
   ============================================================ */
.cs-post-tags{margin:28px 0;padding:18px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}
.cs-tag{display:inline-block;background:#f3f4f6;color:#374151;padding:3px 10px;border-radius:6px;font-size:.8rem;margin:3px;transition:all .2s}
.cs-tag:hover{background:#1e3a8a;color:#fff}

/* ============================================================
   SINGLE POST — AUTHOR BIO BOX
   ============================================================ */
.cs-author-box,
.cs-author-bio{
  display:flex;
  gap:20px;
  align-items:flex-start;
  background:#f8f9fa;
  border:1px solid #e0e7ff;
  border-radius:14px;
  padding:26px;
  margin:48px 0 32px;
}
.cs-author-box .cs-author-avatar,
.cs-author-bio .cs-author-avatar{
  border-radius:50%;
  flex-shrink:0;
  width:80px;
  height:80px;
  border:3px solid #e0e7ff;
}
.cs-author-info,
.cs-author-bio .cs-author-info{display:flex;flex-direction:column;gap:4px}
.cs-author-info strong,
.cs-author-bio .cs-author-name{font-size:1rem;font-weight:800;color:#1e3a8a;margin-bottom:2px;display:block}
.cs-author-title{font-size:.8rem;color:#9ca3af;font-weight:500;letter-spacing:.03em}
.cs-author-info p,
.cs-author-bio .cs-author-desc{color:#4b5563;font-size:.88rem;margin:6px 0 0;line-height:1.65}
.cs-author-info a,
.cs-author-bio .cs-author-linkedin{color:#0077b5;font-weight:600;font-size:.84rem;margin-top:6px;display:inline-block;transition:color .2s}
.cs-author-info a:hover,
.cs-author-bio .cs-author-linkedin:hover{text-decoration:underline}

/* ============================================================
   SINGLE POST — BOTTOM CTA BLOCK
   ============================================================ */
.cs-bottom-cta{
  background:linear-gradient(135deg,#1e3a8a,#1d4ed8);
  color:#fff;
  text-align:center;
  padding:40px 32px;
  border-radius:14px;
  margin-top:48px;
}
.cs-bottom-cta h3{color:#fff;font-size:1.35rem;font-weight:800;margin-bottom:10px}
.cs-bottom-cta p{color:#bfdbfe;font-size:.95rem;margin-bottom:22px;line-height:1.7}
.cs-cta-btn{
  background:#f59e0b;
  color:#fff !important;
  padding:13px 32px;
  border-radius:8px;
  font-weight:700;
  font-size:.97rem;
  display:inline-block;
  transition:background .2s,transform .2s;
}
.cs-cta-btn:hover{background:#d97706;transform:translateY(-2px)}

/* ============================================================
   SINGLE POST — NAVIGATION
   ============================================================ */
.cs-post-nav{display:flex;gap:14px;margin:32px 0}
.cs-post-nav-item{flex:1;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:18px;display:block;transition:all .2s}
.cs-post-nav-item:hover{border-color:#1e3a8a;background:#eff6ff}
.cs-post-nav-item span{display:block;color:#9ca3af;font-size:.78rem;margin-bottom:5px}
.cs-post-nav-item strong{color:#1f2937;font-size:.88rem;font-weight:600;display:block;line-height:1.4}
.cs-post-nav-next{text-align:right}

/* ============================================================
   SINGLE POST — RELATED POSTS
   ============================================================ */
.cs-related-posts{margin-top:44px;padding-top:32px;border-top:1px solid #e5e7eb}
.cs-related-posts h3{font-size:1.2rem;font-weight:700;color:#1e3a8a;margin-bottom:22px}
.cs-posts-grid-3{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.cs-post-card-sm .cs-post-thumb{height:130px}

/* ============================================================
   SERVICE ARCHIVE & SINGLE SERVICE
   ============================================================ */
.cs-service-archive-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s;display:block}
.cs-service-archive-card:hover{box-shadow:0 20px 48px rgba(30,58,138,.12);transform:translateY(-4px)}
.cs-service-archive-header{background:#1e3a8a;padding:22px;display:flex;align-items:center;gap:12px}
.cs-service-archive-icon{font-size:1.8rem}
.cs-service-archive-body{padding:18px 22px}
.cs-service-archive-body p{color:#4b5563;font-size:.88rem;line-height:1.6;margin-bottom:14px}
.cs-service-archive-link{color:#1e3a8a;font-weight:600;font-size:.86rem}
.cs-service-hero{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);color:#fff;padding:90px 0;text-align:center}
.cs-service-hero .cs-hero-badge{margin-bottom:14px}
.cs-service-hero h1{font-size:clamp(1.7rem,3.5vw,2.8rem);font-weight:900;margin:14px 0}
.cs-service-hero p{font-size:1.05rem;color:#bfdbfe;max-width:640px;margin:0 auto 28px}
.cs-service-content{font-size:1.02rem;line-height:1.85;color:#374151}
.cs-service-content h2{font-size:1.4rem;font-weight:700;color:#1e3a8a;margin:32px 0 12px}
.cs-service-content h3{font-size:1.15rem;font-weight:700;color:#1f2937;margin:22px 0 8px}
.cs-service-content p{margin-bottom:16px}
.cs-service-content ul{margin:0 0 16px 20px}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.cs-contact-hero{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);color:#fff;padding:90px 0;text-align:center}
.cs-contact-hero h1{font-size:clamp(1.7rem,3.5vw,2.8rem);font-weight:900;margin-bottom:10px}
.cs-contact-hero p{color:#bfdbfe;font-size:1.05rem}
.cs-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-top:56px}
.cs-contact-info h3{font-size:1.2rem;font-weight:700;color:#1e3a8a;margin-bottom:18px}
.cs-contact-items{display:flex;flex-direction:column;gap:16px}
.cs-contact-item{display:flex;align-items:flex-start;gap:14px;background:#f8fafc;border-radius:12px;padding:18px}
.cs-contact-item-icon{font-size:1.4rem;flex-shrink:0}
.cs-contact-item h4{font-size:.9rem;font-weight:700;color:#1e3a8a;margin-bottom:3px}
.cs-contact-item p,
.cs-contact-item a{font-size:.86rem;color:#4b5563}
.cs-contact-form-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px}
.cs-contact-form-wrap h3{font-size:1.2rem;font-weight:700;color:#1e3a8a;margin-bottom:22px}
.cs-form-group{margin-bottom:16px}
.cs-form-group label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:5px}
.cs-form-group input,
.cs-form-group textarea,
.cs-form-group select{width:100%;border:2px solid #e5e7eb;border-radius:8px;padding:11px 14px;font-size:.93rem;outline:none;transition:border-color .2s;font-family:inherit;background:#fff;color:#1f2937}
.cs-form-group input:focus,
.cs-form-group textarea:focus,
.cs-form-group select:focus{border-color:#1e3a8a}
.cs-form-group textarea{height:130px;resize:vertical}
.cs-form-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px}

/* ============================================================
   BLOG HOME / SEARCH / 404
   ============================================================ */
.cs-blog-home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.cs-search-hero{background:#eff6ff;padding:56px 0;text-align:center;border-bottom:1px solid #e0e7ff}
.cs-search-hero h1{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;color:#1e3a8a}
.cs-404{text-align:center;padding:100px 0}
.cs-404-num{font-size:clamp(4rem,12vw,7rem);color:#1e3a8a;font-weight:900;line-height:1;display:block;margin-bottom:8px}
.cs-404 h2{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700;color:#1f2937;margin-bottom:12px}
.cs-404 p{color:#6b7280;margin-bottom:28px}

/* ============================================================
   FOOTER
   ============================================================ */
.cs-footer{background:#0f172a;color:#94a3b8;padding:60px 0 28px}
.cs-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:44px}
.cs-footer-logo{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:12px;display:inline-block}
.cs-footer-logo span{color:#f59e0b}
.cs-footer-desc{font-size:.85rem;line-height:1.8;margin-bottom:18px}
.cs-footer-contact a{display:block;color:#93c5fd;font-size:.85rem;margin-bottom:5px;transition:color .2s}
.cs-footer-contact a:hover{color:#f59e0b}
.cs-footer-contact span{display:block;font-size:.83rem;color:#64748b;margin-top:4px}
.cs-footer-col h4{color:#fff;font-size:.92rem;font-weight:700;margin-bottom:16px}
.cs-footer-col ul li{margin-bottom:9px}
.cs-footer-col ul li a{color:#94a3b8;font-size:.85rem;transition:color .2s}
.cs-footer-col ul li a:hover{color:#f59e0b}
.cs-footer-bottom{border-top:1px solid #1e293b;padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.cs-footer-bottom p{font-size:.8rem}
.cs-footer-badges{display:flex;gap:8px;flex-wrap:wrap}
.cs-footer-badge{background:#1e293b;color:#64748b;padding:3px 10px;border-radius:6px;font-size:.76rem}

/* ============================================================
   RESPONSIVE — TABLET (max 992px)
   ============================================================ */
@media(max-width:992px){
  .cs-blog-layout{grid-template-columns:1fr}
  .cs-industry-page-layout{grid-template-columns:1fr}
  .cs-industry-page-layout .cs-sidebar{position:static}
  .cs-sidebar{position:static}
  .cs-single-sidebar{position:static;max-height:none;overflow-y:visible}
  .cs-footer-grid{grid-template-columns:1fr 1fr}
  .cs-contact-grid{grid-template-columns:1fr}
  .cs-process-grid-6{grid-template-columns:repeat(3,1fr)}
  .cs-process-grid-6 .cs-process-step::after{display:none}
  .cs-industries-full-grid{grid-template-columns:1fr}
}

/* ============================================================
   RESPONSIVE — MOBILE (max 768px)
   ============================================================ */
@media(max-width:768px){
  .cs-navbar-menu{display:none;flex-direction:column;position:absolute;top:70px;left:0;right:0;background:#1e3a8a;padding:16px 20px;z-index:999;box-shadow:0 8px 24px rgba(0,0,0,.2);gap:4px}
  .cs-navbar-menu.cs-open{display:flex}
  .cs-navbar-menu>li>a{padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.08);font-size:.95rem}
  .cs-dropdown{position:static;box-shadow:none;background:rgba(255,255,255,.08);border-radius:8px;padding:6px 0;margin:4px 0 4px 12px;min-width:unset}
  .cs-dropdown li a{color:#bfdbfe;padding:8px 16px}
  .cs-hamburger{display:flex}
  .cs-hero{padding:60px 0 56px}
  .cs-section-pad{padding:56px 0}
  .cs-why-grid,
  .cs-services-grid,
  .cs-cases-grid,
  .cs-industries-grid,
  .cs-process-grid,
  .cs-blog-home-grid,
  .cs-pricing-grid,
  .cs-posts-grid{grid-template-columns:1fr}
  .cs-process-grid-6{grid-template-columns:repeat(2,1fr)}
  .cs-cities-grid{grid-template-columns:repeat(2,1fr)}
  .cs-industry-full-card{flex-direction:column;gap:12px}
  .cs-form-row,
  .cs-form-2col{grid-template-columns:1fr}
  .cs-post-nav{flex-direction:column}
  .cs-author-box,
  .cs-author-bio{flex-direction:column;align-items:center;text-align:center}
  .cs-mid-cta{flex-direction:column;text-align:center}
  .cs-single-header h1{font-size:1.5rem}
  .cs-bottom-cta{padding:28px 20px}
  .cs-footer-grid{grid-template-columns:1fr}
  .cs-footer-bottom{flex-direction:column;text-align:center}
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (max 480px)
   ============================================================ */
@media(max-width:480px){
  .cs-container{padding:0 16px}
  .cs-hero-btns{flex-direction:column;align-items:center}
  .cs-cities-grid{grid-template-columns:1fr}
  .cs-process-grid-6{grid-template-columns:1fr}
  .cs-single-content h2{font-size:1.3rem}
  .cs-single-content h3{font-size:1.05rem}
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media(prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
  html{scroll-behavior:auto}
}

/* ============================================================
   SERVICE PAGE — ELEMENTOR COMPATIBILITY
   ============================================================ */
.cs-elementor-mode{padding:0!important;margin:0!important}
.cs-elementor-wrap{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}
.cs-elementor-content{width:100%!important;max-width:100%!important;float:none!important;flex:none!important}
.cs-elementor-content .elementor-section-stretched{left:0!important;width:100vw!important}
.cs-sidebar-audit-btn{display:block;background:#e63946;color:#fff!important;padding:13px 18px;border-radius:6px;font-weight:700;text-align:center;text-decoration:none;font-size:.9rem;transition:background .2s;margin-bottom:12px}
.cs-sidebar-audit-btn:hover{background:#c1121f}
.cs-sidebar-phone{font-size:.82rem;color:#bfdbfe;margin:0}
.cs-sidebar-phone a{color:#fbbf24!important;text-decoration:none;font-size:1rem;font-weight:700}
.cs-sidebar-pricing-link{display:block;text-align:center;margin-top:14px;background:#eff6ff;color:#1e3a8a!important;padding:10px;border-radius:6px;font-size:.85rem;font-weight:600;text-decoration:none;border:1px solid #e0e7ff;transition:all .2s}
.cs-sidebar-pricing-link:hover{background:#1e3a8a;color:#fff!important}
.cs-service-sidebar-widget h4{color:#fbbf24;font-weight:700;font-size:1rem;margin:0 0 8px}