.elementor-kit-15378{--e-global-color-primary:#86C232;--e-global-color-secondary:#1C1B1B;--e-global-color-text:#363636;--e-global-color-accent:#61CE70;--e-global-color-38c42fd:#1C1B1B;--e-global-color-609cb24:#F7F7F7;--e-global-color-3d6f106:#61892F;--e-global-color-1bb2634:#101010;--e-global-color-c8bbd3c:#222629;--e-global-color-dde6947:#DDDDDD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-15378 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15378 h1{color:var( --e-global-color-38c42fd );}.elementor-kit-15378 h2{color:var( --e-global-color-38c42fd );}.elementor-kit-15378 h3{color:var( --e-global-color-38c42fd );}.elementor-kit-15378 h4{color:var( --e-global-color-38c42fd );}.elementor-kit-15378 h5{color:var( --e-global-color-38c42fd );}.elementor-kit-15378 h6{color:var( --e-global-color-38c42fd );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1230px;}.e-con{--container-max-width:1230px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ======================================================
   PART 1 — GLOBAL RESET + BASE + TYPOGRAPHY + BUTTONS
   Cleaned, merged, duplicate-free, safe version
====================================================== */

/* ---------------------------
   GLOBAL RESET
--------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  background: #f4f6f9;
  color: #0f172a;
  line-height: 1.65;
}

/* ---------------------------
   GLOBAL CONTAINER
--------------------------- */
.cv-container,
.cv-section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

/* When container is used inside hero sections */
.cv-container.small {
  max-width: 1100px;
}

/* ---------------------------
   GLOBAL TITLES
--------------------------- */
.cv-sec-title,
.cv-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 35px;
}

/* optional subtitle */
.cv-sub {
  text-align: center;
  font-size: 18px;
  color: #64748b;
  max-width: 780px;
  margin: 0 auto 30px;
}

/* ---------------------------
   GLOBAL ANIMATIONS
--------------------------- */
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp .8s ease forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s forwards;
}


/* ---------------------------
   GLOBAL BUTTONS (FINAL VERSION)
--------------------------- */

/* ===== PRIMARY BUTTON ===== */
.cv-btn-primary {
  background: #2563eb;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
}

.cv-btn-primary:hover {
  background: #1e40af;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);
}


/* ===== SECONDARY BUTTON ===== */
.cv-btn-secondary {
  background: #ffffff;
  color: #2563eb;
  border: 2px solid #2563eb;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
}

.cv-btn-secondary:hover {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);
}


/* ===== NORMAL BUTTON ===== */
.cv-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #2563eb;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.3s;
}

.cv-btn:hover {
  background: #1f4fcf;
}


/* ---------------------------
   RESPONSIVE TYPOGRAPHY
--------------------------- */
@media (max-width: 768px) {

  .cv-sec-title,
  .cv-title {
    font-size: 28px;
  }

  .cv-sub {
    font-size: 16px;
  }

  .cv-btn-primary,
  .cv-btn-secondary,
  .cv-btn {
    width: 100%;
    text-align: center;
  }
}
/* ======================================================
   PART 2 — HERO SECTIONS + BENEFITS + GRID SYSTEM
   All variants merged → final live version only
====================================================== */

/* --------------------------------------------------
   UNIVERSAL HERO WRAPPER (Base for all hero styles)
----------------------------------------------------- */
.cv-hero-base {
  text-align: center;
  padding: 120px 20px 90px;
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

/* =====================================================
   WEB-DEVELOPMENT HERO (cv-wd-hero)
===================================================== */
.cv-wd-hero {
  padding: 120px 20px 90px;
  text-align: center;
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.cv-wd-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  animation: fadeUp 0.6s ease;
}

.cv-wd-sub {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 20px;
  color: #475569;
  line-height: 1.7;
  animation: fadeUp 0.8s ease;
}

.cv-wd-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  animation: fadeUp 1s ease;
}

/* RESPONSIVE (WD Hero) */
@media(max-width: 768px){
  .cv-wd-title { font-size: 34px; }
  .cv-wd-sub { font-size: 17px; }
  .cv-wd-btns { flex-direction: column; }
}



/* =====================================================
   BUSINESS HERO (biz-hero)
===================================================== */
.biz-hero {
  padding: 100px 20px;
  text-align: center;
  background: linear-gradient(180deg, #f6f9ff, #ffffff);
}

.biz-title {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
}

.biz-sub {
  font-size: 18px;
  color: #475569;
  max-width: 750px;
  margin: 15px auto 30px;
  line-height: 1.7;
}

@media(max-width:768px){
  .biz-title { font-size: 32px; }
}



/* =====================================================
   CORPORATE HERO (corp-hero)
===================================================== */
.corp-hero {
  padding: 130px 20px 90px;
  text-align: center;
  background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.corp-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(90deg,#2563eb,#0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.corp-sub {
  max-width: 780px;
  margin: 0 auto 35px;
  font-size: 20px;
  color: #475569;
  line-height: 1.7;
}

@media(max-width:768px){
  .corp-title { font-size: 34px; }
  .corp-sub { font-size: 17px; }
}



/* =====================================================
   MULTI-LANG HERO (ml-hero)
===================================================== */
.ml-hero {
  text-align: center;
  padding: 100px 20px 90px;
  background: linear-gradient(180deg, #f2f7ff, #ffffff);
}

.ml-title {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
}

.ml-sub {
  font-size: 18px;
  color: #475569;
  max-width: 780px;
  margin: 10px auto 30px;
  line-height: 1.7;
}

@media(max-width:768px){
  .ml-title { font-size: 32px; }
}



/* =====================================================
   SPEED WEBSITE HERO (speed-hero)
===================================================== */
.speed-hero {
  text-align: center;
  padding: 100px 20px 90px;
  background: linear-gradient(180deg, #eef5ff, #ffffff);
}

.speed-title {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
}

.speed-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
  max-width: 780px;
  margin: auto;
}

@media(max-width:768px){
  .speed-title { font-size: 32px; }
}



/* =====================================================
   BENEFITS SECTION
===================================================== */
.cv-benefits {
  padding: 80px 20px;
  background: #ffffff;
}

.cv-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

.cv-benefit-box {
  background: #f8fafc;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.cv-benefit-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
}



/* =====================================================
   UNIVERSAL GRID SYSTEM
===================================================== */
.cv-grid,
.cv-benefits-grid,
.cv-web-sub-grid,
.cv-case-grid {
  display: grid;
  gap: 25px;
}

/* 2-column layout */
.cv-grid.two,
.cv-benefits-grid {
  grid-template-columns: repeat(2, 1fr);
}

/* 3-column layout */
.cv-web-sub-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Responsive grids */
@media(max-width: 992px){
  .cv-web-sub-grid,
  .cv-benefits-grid,
  .cv-grid.two {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width: 600px){
  .cv-web-sub-grid,
  .cv-benefits-grid,
  .cv-grid.two {
    grid-template-columns: 1fr;
  }
}
/* ======================================================
   PART 3 — CARDS + FEATURES + PROCESS + CASE STUDIES
   All variants merged → final live version only
====================================================== */

/* =====================================================
   UNIVERSAL CARD BASE
===================================================== */
.cv-card {
  background: #fff;
  padding: 34px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 26px rgba(0,0,0,0.07);
  transition: 0.35s ease;
}

.cv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

.cv-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cv-card p {
  font-size: 16px;
  color: #475569;
  line-height: 1.65;
}


/* =====================================================
   WEB SUB-SERVICES GRID (cv-web-sub)
===================================================== */
.cv-web-sub {
  padding: 80px 20px;
  background: #f5f9ff;
}

.cv-web-sub-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.cv-web-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.cv-web-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.cv-web-card:hover {
  transform: translateY(-7px);
  border-color: #2563eb;
  box-shadow: 0 16px 32px rgba(0,0,0,0.10);
}

/* Responsive */
@media(max-width:992px){
  .cv-web-sub-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width:600px){
  .cv-web-sub-grid {
    grid-template-columns: 1fr;
  }
}



/* =====================================================
   FEATURES LIST (cv-features)
===================================================== */
.cv-feature-list,
.ml-feature-list,
.biz-feature-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: auto;
}

.cv-feature-list li,
.ml-feature-list li,
.biz-feature-list li {
  font-size: 17px;
  padding: 14px 0;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 12px;
}



/* =====================================================
   PROCESS STEPS (Universal)
===================================================== */

/* Small step box (cv-step-box) */
.cv-step-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.cv-step-box:hover {
  transform: translateY(-6px);
}

/* Large steps (cv-step) */
.cv-step {
  background: #f1f5fb;
  padding: 22px;
  margin-top: 16px;
  border-left: 6px solid #2563eb;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.25s;
}

.cv-step:hover {
  background: #e3ecff;
}



/* =====================================================
   CASE STUDIES (Web Dev / Business / Corporate)
===================================================== */
.cv-wd-case,
.cv-case,
.corp-case,
.cv-brand-case {
  padding: 80px 20px;
  background: #ffffff;
}

/* Shared grid */
.cv-case-grid,
.corp-case-grid,
.cv-brand-case .cv-case-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

/* Case item */
.cv-case-box,
.corp-case-box,
.cv-brand-case .cv-case-box {
  background: #f8fafc;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.cv-case-box:hover,
.corp-case-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

/* Text inside cases */
.cv-case-box h3,
.corp-case-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.cv-case-box p,
.corp-case-box p {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
}

/* Responsive */
@media(max-width:900px){
  .cv-case-grid,
  .corp-case-grid {
    grid-template-columns: 1fr;
  }
}



/* =====================================================
   WHY CHOOSE US (cv-why)
===================================================== */
.cv-why {
  padding: 80px 20px;
  background: #ffffff;
}

.cv-why-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
}

.cv-why-box {
  background: #f8fafc;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 5px 18px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.cv-why-box:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.cv-why-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

/* Responsive */
@media(max-width:950px){
  .cv-why-grid {
    grid-template-columns: 1fr;
  }
}
/* ======================================================
   PART 4 — FAQ + CONTACT FORM + STICKY CTA + ICONS
   Clean, merged, conflict-free
====================================================== */


/* =====================================================
   FAQ SYSTEM (Universal)
===================================================== */

/* ----- Simple <details> FAQ (global) ----- */
details {
  background: #fff;
  padding: 20px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  color: #0f172a;
}

details p {
  margin-top: 12px;
  color: #475569;
  line-height: 1.6;
}


/* ----- Advanced FAQ (cv-faq-question system) ----- */
.cv-faq {
  padding: 80px 20px;
  background: #ffffff;
}

.cv-faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: 0.3s ease;
}

.cv-faq-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
}

.cv-faq-question {
  width: 100%;
  background: #f1f5f9;
  color: #0f172a;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s ease;
  border: none;
}

.cv-faq-question:hover {
  background: #e9f1ff;
}

.cv-faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.4s ease;
}

.cv-faq-answer p {
  padding: 15px 20px;
  color: #475569;
  line-height: 1.6;
}

/* Active State */
.cv-faq-question.active {
  background: #2563eb !important;
  color: #ffffff !important;
}

.cv-faq-question span {
  transition: 0.3s;
  font-size: 22px;
  font-weight: 700;
}

.cv-faq-question.active span {
  transform: rotate(45deg);
}


/* =====================================================
   CONTACT FORM
===================================================== */
.cv-contact input,
.cv-contact textarea {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #cfd4de;
  margin-bottom: 16px;
  font-size: 16px;
}

.cv-contact textarea {
  resize: none;
  height: 140px;
}

.cv-contact button {
  width: 100%;
  padding: 16px;
  background: #2563eb;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.cv-contact button:hover {
  background: #1f4fcf;
}


/* =====================================================
   STICKY CTA
===================================================== */
.cv-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2563eb;
  color: #fff;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
}

.cv-sticky-btn {
  background: #fff;
  color: #2563eb;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

@media(max-width:600px){
  .cv-sticky-cta {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}


/* =====================================================
   BRAND LAYOUTS (Logo/Icon Cards)
===================================================== */

/* ----- Branding Cards (Layout 1) ----- */
.cv-brand-layout1 {
  padding: 70px 20px;
  background: #ffffff;
}

.cv-brand-card-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.cv-brand-card {
  background: #f8fafc;
  padding: 32px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.cv-brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.1);
}

/* Responsive */
@media(max-width:768px){
  .cv-brand-card-grid {
    grid-template-columns: 1fr;
  }
}


/* ----- Icon Cards (Layout 3) ----- */
.cv-brand-layout3 {
  padding: 70px 20px;
  background: #ffffff;
}

.cv-icon-card-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  max-width: 900px;
  margin: auto;
}

.cv-icon-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 32px;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.cv-icon-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.cv-icon-card h3 {
  font-size: 22px;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 700;
}

.cv-icon-card p {
  color: #475569;
  font-size: 17px;
  line-height: 1.6;
}

.cv-icon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
  background: #ffffff;
}

/* Responsive */
@media(max-width:768px){
  .cv-icon-card-grid {
    grid-template-columns: 1fr;
  }
}


/* =====================================================
   ICONS (global)
===================================================== */
.cv-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
}


/* =====================================================
   ANIMATIONS (global)
===================================================== */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp .8s ease forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s forwards;
}
/* ======================================================
   PART 5 — CTA SECTIONS + CHECKLIST + FINAL CTA + RESPONSIVE
   Final master layer — clean & conflict-free
====================================================== */


/* =====================================================
   CTA SECTIONS (Global)
===================================================== */

.cv-cta,
.speed-cta,
.ml-cta,
.biz-pricing,
.corp-cta,
.cv-final-cta {
  padding: 70px 20px;
  text-align: center;
  background: linear-gradient(120deg, #2563eb, #1e40af);
  color: #ffffff;
  border-radius: 16px;
  margin: 80px 0;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.cv-cta h2,
.speed-cta h2,
.ml-cta h2,
.biz-pricing h2,
.corp-cta h2,
.cv-final-cta h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
}

.cv-cta p,
.speed-cta p,
.ml-cta p,
.biz-pricing p,
.corp-cta p,
.cv-final-cta p {
  max-width: 700px;
  margin: 10px auto 25px;
  font-size: 18px;
  line-height: 1.6;
}

/* Button inside CTA */
.cv-final-cta .cv-btn-primary {
  margin-top: 10px;
}


/* =====================================================
   DELIVERY CHECKLIST
===================================================== */

.cv-delivery {
  padding: 80px 20px;
  background: #f8fbff;
}

.cv-checklist {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
  color: #0f172a;
}

.cv-checklist li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cv-checklist li::before {
  content: "✓";
  color: #2563eb;
  font-weight: 800;
  margin-top: 3px;
}


/* =====================================================
   CASE STUDIES (Universal layout)
===================================================== */

.cv-case,
.corp-case,
.cv-wd-case {
  padding: 80px 20px;
  background: #ffffff;
}

.cv-case-grid,
.corp-case-grid,
.cv-wd-case .cv-case-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  max-width: 900px;
  margin: auto;
}

.cv-case-box,
.corp-case-box,
.cv-wd-case .cv-case-box {
  background: #f8fafc;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.cv-case-box:hover,
.corp-case-box:hover,
.cv-wd-case .cv-case-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}


/* =====================================================
   WHY CHOOSE US / FEATURE LIST
===================================================== */

.cv-why,
.corp-features,
.biz-features,
.ml-features {
  padding: 80px 20px;
  background: #ffffff;
}

.cv-why-grid,
.corp-feature-list,
.biz-feature-list,
.ml-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.cv-why-box,
.corp-feature-list li,
.biz-feature-list li,
.ml-feature-list li {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.cv-why-box:hover,
.corp-feature-list li:hover,
.biz-feature-list li:hover,
.ml-feature-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}


/* =====================================================
   UNIVERSAL GRID CLEANUP
===================================================== */

.cv-grid,
.cv-benefits-grid,
.cv-web-sub-grid,
.corp-sol-grid,
.biz-sol-grid,
.ml-sol-grid,
.speed-sol-grid {
  gap: 28px;
}


/* =====================================================
   GLOBAL RESPONSIVE FRAMEWORK (FINAL)
===================================================== */

@media (max-width: 992px) {

  .cv-grid,
  .cv-web-sub-grid,
  .cv-benefits-grid,
  .cv-why-grid,
  .cv-case-grid,
  .corp-sol-grid,
  .corp-case-grid,
  .cv-process-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 768px) {

  /* Titles */
  .cv-sec-title,
  .cv-title {
    font-size: 28px;
  }

  /* Content containers */
  .cv-container,
  .cv-section {
    padding: 60px 20px;
  }

  /* Hero */
  .cv-wd-title,
  .corp-title,
  .biz-title,
  .ml-title,
  .speed-title {
    font-size: 32px !important;
  }

  /* Buttons full width */
  .cv-btn-primary,
  .cv-btn-secondary,
  .cv-btn {
    width: 100%;
    text-align: center;
  }

  /* Grids → 1 column */
  .cv-grid,
  .cv-benefits-grid,
  .cv-web-sub-grid,
  .cv-case-grid,
  .corp-sol-grid,
  .corp-case-grid,
  .cv-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {

  .cv-cta h2,
  .cv-final-cta h2 {
    font-size: 28px;
  }

  .cv-final-cta p {
    font-size: 16px;
  }
}


/* =====================================================
   MICRO UTILITY CLASSES (super useful)
===================================================== */

.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }

.flex { display: flex; }
.flex-center { display: flex; justify-content: center; align-items: center; }

.w-100 { width: 100%; }

.rounded { border-radius: 12px; }
.shadow { box-shadow: 0 8px 20px rgba(0,0,0,0.08); }/* End custom CSS */