.elementor-5324 .elementor-element.elementor-element-16596fc:not(.elementor-motion-effects-element-type-background), .elementor-5324 .elementor-element.elementor-element-16596fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5324 .elementor-element.elementor-element-16596fc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5324 .elementor-element.elementor-element-16596fc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5324 .elementor-element.elementor-element-85cd006:not(.elementor-motion-effects-element-type-background), .elementor-5324 .elementor-element.elementor-element-85cd006 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5324 .elementor-element.elementor-element-85cd006{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5324 .elementor-element.elementor-element-85cd006 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5324 .elementor-element.elementor-element-b80b453:not(.elementor-motion-effects-element-type-background), .elementor-5324 .elementor-element.elementor-element-b80b453 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5324 .elementor-element.elementor-element-b80b453{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-5324 .elementor-element.elementor-element-b80b453 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-950cb39 */.case-study {
  background: #000; /* black background */
  color: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* TAG */
.tag {
  display: inline-block;
  background: rgba(247, 154, 31, 0.1);
  color: #f79a1f;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid rgba(247, 154, 31, 0.4);
}

/* HEADING */
.main-heading {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

/* highlight number */
.main-heading span {
  color: #f79a1f;
}

/* META */
.meta {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  color: #aaa;
  font-size: 15px;
  margin-bottom: 50px;
}

/* STATS GRID */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* BOX */
.stat-box {
  padding: 40px 30px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.stat-box:last-child {
  border-right: none;
}

/* NUMBERS (Blue for contrast) */
.stat-box h2 {
  font-size: 48px;
  color: #2f7fb3;
  margin-bottom: 10px;
}

/* TITLE */
.stat-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* TEXT */
.stat-box p {
  font-size: 14px;
  color: #bbb;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .main-heading {
    font-size: 34px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .stat-box:last-child {
    border-bottom: none;
  }
}


.case-study h4,
/* HEADING FIX */
.case-study .main-heading {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfba008 *//* ================= SECTION ================= */
.cs-about {
  background: #f5f7fa;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* ================= GRID ================= */
.cs-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start;
}

/* ================= TAG ================= */
.cs-tag {
  background: #111;
  color: #f79a1f;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
}

/* ================= HEADING ================= */
.cs-left h2 {
  font-size: 38px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
}

/* ================= TEXT ================= */
.cs-left p {
  color: #222;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ================= CHALLENGE HEADING ================= */
.challenge-heading {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 30px 0 20px;
  font-weight: 600;
}

/* ================= CHALLENGE ITEM ================= */
.challenge-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
  transition: 0.3s;
}

.challenge-item:hover {
  transform: translateX(5px);
}

/* ================= ICON ================= */
.challenge-item .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  color: #f79a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
}

/* ================= CHALLENGE TEXT ================= */
.challenge-item h5 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #000;
  font-weight: 600;
}

.challenge-item p {
  font-size: 14px;
  color: #444;
}

/* ================= CARD ================= */
.cs-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ================= CARD TITLE ================= */
.cs-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

/* ================= LIST ================= */
.cs-card ul {
  list-style: none;
  padding: 0;
}

.cs-card li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #111;
}

.cs-card li span {
  color: #666;
}

/* ================= SERVICES TAG ================= */
.services {
  margin-top: 20px;
}

.services span {
  background: rgba(47,127,179,0.1);
  color: #2f7fb3;
  padding: 6px 12px;
  border-radius: 20px;
  margin: 5px;
  display: inline-block;
  font-size: 12px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .cs-grid {
    grid-template-columns: 1fr;
  }

  .cs-left h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b776b3f *//* SECTION */
.seo-strategy {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

/* TAG */
.seo-tag {
  color: #f79a1f;
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

/* HEADING */
.seo-strategy h2 {
  font-size: 38px;
  margin-bottom: 10px;
  color: #000;
}

/* DESC */
.seo-desc {
  color: #555;
  max-width: 600px;
  margin-bottom: 40px;
}

/* GRID */
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.seo-card {
  background: #f9fafb;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.seo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON */
.seo-card .icon {
  width: 40px;
  height: 40px;
  background: rgba(47,127,179,0.1);
  color: #2f7fb3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* TITLE */
.seo-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

/* TEXT */
.seo-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

/* LIST */
.seo-card ul {
  padding-left: 18px;
}

.seo-card li {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .seo-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6070502 */.timeline-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.tl-tag {
  color: #16a34a;
  font-size: 12px;
  letter-spacing: 2px;
}

.timeline-section h2 {
  font-size: 40px;
  margin: 10px 0;
  color: #0f172a;
}

.tl-desc {
  color: #475569;
  margin-bottom: 50px;
}

/* TIMELINE */
.timeline {
  position: relative;
  margin-left: 20px;
}

/* LINE */
.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #16a34a;
}

/* ITEM */
.tl-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}

/* DOT */
.tl-dot {
  width: 40px;
  height: 40px;
  background: #16a34a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 2;
}

/* CARD */
.tl-content {
  background: #f9fafb;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  width: 100%;
}

/* LABEL */
.tl-content span {
  font-size: 12px;
  color: #16a34a;
  letter-spacing: 1px;
}

/* TITLE */
.tl-content h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #0f172a;
}

/* TEXT */
.tl-content p {
  font-size: 14px;
  color: #475569;
}

/* HOVER */
.tl-content:hover {
  transform: translateY(-3px);
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .timeline::before {
    left: 15px;
  }

  .tl-dot {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1c509a */.keyword-results {
  background: #f8fafc;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* TAG */
.kr-tag {
  color: #16a34a;
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

/* HEADING */
.keyword-results h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* DESC */
.kr-desc {
  color: #475569;
  max-width: 700px;
  margin-bottom: 40px;
}

/* TABLE BOX */
.table-box {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

/* TABLE */
.kr-table {
  width: 100%;
  border-collapse: collapse;
}

/* HEADER */
.kr-table thead {
  background: #0b1f33;
}

.kr-table th {
  color: #cbd5e1;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 16px;
  text-align: left;
}

/* BODY */
.kr-table td {
  padding: 18px 16px;
  border-top: 1px solid #e2e8f0;
  color: #1e293b;
  font-size: 14px;
}

/* FIRST COLUMN BOLD */
.kr-table td:first-child {
  font-weight: 600;
}

/* BAD TEXT */
.bad {
  color: #ef4444;
  font-weight: 500;
}

/* GOOD TEXT */
.good {
  color: #16a34a;
  font-weight: 600;
}

/* BADGE */
.badge {
  background: #dcfce7;
  color: #16a34a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* ROW HOVER */
.kr-table tbody tr:hover {
  background: #f1f5f9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .keyword-results h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae8d184 *//* ===== SECTION ===== */
.diff-section {
  background: #f5f7fa;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

/* TAG */
.diff-tag {
  color: #f79a1f;
  font-size: 12px;
  letter-spacing: 2px;
}

/* HEADING */
.diff-section h2 {
  font-size: 42px;
  margin: 10px 0;
  color: #0f172a;
  font-weight: 700;
}

/* DESC */
.diff-desc {
  color: #475569;
  margin-bottom: 50px;
  max-width: 650px;
  line-height: 1.6;
}

/* GRID */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.diff-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

/* HOVER */
.diff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* TOP ACCENT LINE */
.diff-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #f79a1f, #2f7fb3);
}

/* NUMBER (FIXED & PREMIUM) */
.diff-card .number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 80px;
  font-weight: 800;
  color: rgba(15,23,42,0.06); /* subtle grey watermark */
  z-index: 0;
}

/* TITLE */
.diff-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0f172a;
  position: relative;
  z-index: 2;
}

/* TEXT */
.diff-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .diff-grid {
    grid-template-columns: 1fr;
  }

  .diff-section h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd97000 *//* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #2f7fb3, #0f172a); /* blue + dark */
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.cta-container {
  max-width: 800px;
  margin: auto;
}

/* HEADING */
.cta-section h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

/* TEXT */
.cta-section p {
  color: #dbeafe;
  font-size: 16px;
  margin-bottom: 35px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* PRIMARY (ORANGE) */
.btn.primary {
  background: #f79a1f;
  color: #fff;
}

.btn.primary:hover {
  background: #e68900;
}

/* SECONDARY (OUTLINE WHITE) */
.btn.secondary {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 28px;
  }
}

/* REMOVE UNDERLINE ALWAYS */
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none !important;
}

/* PRIMARY BUTTON */
.btn.primary {
  background: #f79a1f;
  color: #fff;
}

.btn.primary:hover {
  background: #e68900;
  color: #fff; /* keep white */
}

/* SECONDARY BUTTON */
.btn.secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
  color: #fff; /* keep white */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fc835a *//* ===== SECTION ===== */
.case-section {
  background: #f5f7fa;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.case-tag {
  color: #2f7fb3;
  font-size: 12px;
  letter-spacing: 2px;
}

.case-section h2 {
  font-size: 42px;
  margin: 10px 0 40px;
  color: #0f172a;
}

/* GRID */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.case-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
}

/* HOVER */
.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* CATEGORY */
.case-category {
  font-size: 12px;
  letter-spacing: 1px;
  color: #16a34a;
}

/* TITLE */
.case-card h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #0f172a;
}

/* GROWTH */
.case-growth {
  font-size: 28px;
  font-weight: 700;
  color: #f79a1f; /* brand orange */
  margin: 10px 0;
}

/* TEXT */
.case-card p {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 15px;
}

/* LINK */
.case-link {
  font-size: 14px;
  color: #2f7fb3;
  font-weight: 600;
  text-decoration: none !important;
}

/* HOVER LINK */
.case-link:hover {
  color: #1d4ed8;
  text-decoration: none !important;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-section h2 {
    font-size: 28px;
  }
}/* End custom CSS */