.elementor-599 .elementor-element.elementor-element-ddb5d66{--display:flex;}.elementor-599 .elementor-element.elementor-element-ddb5d66:not(.elementor-motion-effects-element-type-background), .elementor-599 .elementor-element.elementor-element-ddb5d66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #0A1A0A 0%, #1A2E1A 100%);}.elementor-599 .elementor-element.elementor-element-2f7394e{--display:flex;}.elementor-599 .elementor-element.elementor-element-669f66a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-599 .elementor-element.elementor-element-669f66a:not(.elementor-motion-effects-element-type-background), .elementor-599 .elementor-element.elementor-element-669f66a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE4;}.elementor-599 .elementor-element.elementor-element-aa91795{--display:flex;}.elementor-599 .elementor-element.elementor-element-134c02a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-599 .elementor-element.elementor-element-c1219fe{--display:flex;}.elementor-599 .elementor-element.elementor-element-d72f4b3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-599 .elementor-element.elementor-element-1bc0467{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-599 .elementor-element.elementor-element-1bc0467:not(.elementor-motion-effects-element-type-background), .elementor-599 .elementor-element.elementor-element-1bc0467 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE4;}.elementor-599 .elementor-element.elementor-element-0960bb9{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-599 .elementor-element.elementor-element-ddb5d66{--content-width:1440px;}.elementor-599 .elementor-element.elementor-element-669f66a{--content-width:1440px;}.elementor-599 .elementor-element.elementor-element-134c02a{--content-width:1440px;}.elementor-599 .elementor-element.elementor-element-1bc0467{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-aaec501 *//* ===================================
   ECOMMERCE HERO
=================================== */

.ecom-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1a0a, #1a2e1a);
  padding: 88px 0 0;
}

.ecom-hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: radial-gradient(
    circle,
    rgba(245, 239, 228, 0.4) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
}

.ecom-hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px 60px;
  position: relative;
  z-index: 2;
}

/* ===================================
   BREADCRUMB
=================================== */

.ecom-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 12px;
  margin-bottom: 22px;
}

.crumb-link {
  color: var(--gold2);
  cursor: pointer;
}

.crumb-separator {
  color: rgba(245, 239, 228, 0.3);
  margin: 0 4px;
}

.crumb-current {
  color: rgba(245, 239, 228, 0.75);
  font-weight: 500;
}

/* ===================================
   BADGE
=================================== */

.ecom-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: rgba(196, 150, 58, 0.15);
  border: 1px solid rgba(196, 150, 58, 0.3);
}

.ecom-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: breathe 2s infinite;
}

.ecom-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

/* ===================================
   TITLE
=================================== */

.ecom-title {
  font-family: Fraunces, serif;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 12px;
}

.ecom-title span {
  color: var(--gold2);
}

/* ===================================
   DESCRIPTION
=================================== */

.ecom-description {
  max-width: 580px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.82;
  color: rgba(245, 239, 228, 0.7);
}

/* ===================================
   BUTTONS
=================================== */

.ecom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.ecom-btn-primary {
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(196, 150, 58, 0.35);
}

.ecom-btn-secondary {
  background: rgba(245, 239, 228, 0.1);
  color: rgba(245, 239, 228, 0.8);
  border: 1.5px solid rgba(245, 239, 228, 0.25);
  border-radius: 10px;
  padding: 12px 22px;
  font-size: 14px;
  cursor: pointer;
}

/* ===================================
   STATS
=================================== */

.ecom-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 18px;
  border-radius: 13px;
  background: rgba(245, 239, 228, 0.06);
  border: 1px solid rgba(245, 239, 228, 0.1);
}

.ecom-stat {
  text-align: center;
}

.ecom-stat-value {
  font-family: Fraunces, serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--gold2);
}

.ecom-stat-label {
  font-size: 10px;
  margin-top: 2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(245, 239, 228, 0.45);
}

.ecom-divider {
  width: 1px;
  height: 26px;
  background: rgba(245, 239, 228, 0.12);
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .ecom-hero {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .ecom-hero {
    padding-top: 60px;
  }

  .ecom-hero-container {
    padding: 0 18px 50px;
  }

  .ecom-actions {
    flex-direction: column;
  }

  .ecom-btn-primary,
  .ecom-btn-secondary {
    width: 100%;
  }

  .ecom-stats {
    justify-content: center;
    gap: 18px;
  }

  .ecom-divider {
    display: none;
  }

  .ecom-stat {
    width: 100%;
  }

  .ecom-title br {
    display: none;
  }
}

@media (max-width: 480px) {
  .ecom-description {
    font-size: 14px;
  }

  .ecom-title {
    line-height: 1.15;
  }

  .ecom-badge-text {
    font-size: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-509c363 *//* ===================================
   ECOMMERCE SERVICE SECTION
=================================== */

.ecommerce-service-section {
  background: var(--beige);
  padding: 60px 0;
}

.service-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Grid */

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

/* Badge */

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
  border-radius: 30px;
  padding: 4px 14px;
  margin-bottom: 12px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.badge-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Heading */

.service-title {
  font-family: Fraunces, serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.service-description {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 22px;
}

/* Features */

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--mid);
  line-height: 1.5;
}

.feature-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(0, 90, 90, 0.08);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Process Card */

.process-card {
  background: linear-gradient(135deg, #003a3a, #005a5a);
  border-radius: 18px;
  padding: 24px;
}

.process-title {
  font-family: Fraunces, serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--beige);
  margin-bottom: 14px;
}

.process-step {
  display: flex;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.process-last {
  border-bottom: none;
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--teal);
  color: var(--white);
  font-family: Fraunces, serif;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-gold {
  background: var(--gold);
}

.process-step h4 {
  font-family: Fraunces, serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 3px;
}

.process-step p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.audit-btn {
  width: 100%;
  margin-top: 14px;
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 9px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* Result Box */

.result-box {
  background: var(--teal);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
}

.result-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.result-title {
  font-family: Fraunces, serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--beige);
  margin-bottom: 3px;
}

.result-text {
  font-size: 13px;
  color: rgba(245, 239, 228, 0.65);
  line-height: 1.65;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .ecommerce-service-section {
    padding: 50px 0;
  }

  .service-container {
    padding: 0 18px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .result-box {
    flex-direction: column;
  }

  .process-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .process-step {
    gap: 10px;
  }

  .step-number {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c39a80e *//* ===================================
   ECOMMERCE FAQ SECTION
=================================== */

.ecom-faq-section {
  background: var(--white);
  padding: 60px 0;
}

.ecom-faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Badge */

.ecom-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
  border-radius: 30px;
  padding: 4px 14px;
  margin-bottom: 12px;
}

.ecom-faq-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}

.ecom-faq-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Title */

.ecom-faq-title {
  font-family: Fraunces, serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.ecom-faq-title span {
  color: var(--teal);
}

/* Grid */

.ecom-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}

/* Card */

.ecom-faq-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px;
  transition: border-color 0.2s ease;
}

.ecom-faq-card:hover {
  border-color: var(--teal);
}

.ecom-faq-card h3 {
  font-family: Fraunces, serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 7px;
  line-height: 1.5;
}

.ecom-faq-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .ecom-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ecom-faq-section {
    padding: 50px 0;
  }

  .ecom-faq-container {
    padding: 0 18px;
  }

  .ecom-faq-card {
    padding: 16px;
  }

  .ecom-faq-card h3 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .ecom-faq-title {
    line-height: 1.3;
  }

  .ecom-faq-card {
    padding: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dffca4 *//* ===================================
   ECOMMERCE CTA SECTION
=================================== */

.ecom-cta-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1a2e1a, #0a1a0a);
  padding: 56px 0;
}

/* Background Pattern */

.ecom-cta-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 0,
    transparent 50%
  );

  background-size: 14px 14px;
}

/* Container */

.ecom-cta-container {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Title */

.ecom-cta-title {
  font-family: Fraunces, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 10px;
}

/* Description */

.ecom-cta-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245, 239, 228, 0.65);
  margin-bottom: 22px;
}

/* Buttons */

.ecom-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ecom-cta-primary {
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(196, 150, 58, 0.35);
  transition: all 0.3s ease;
}

.ecom-cta-primary:hover {
  transform: translateY(-2px);
}

.ecom-cta-secondary {
  background: rgba(245, 239, 228, 0.1);
  color: var(--beige);
  border: 1.5px solid rgba(245, 239, 228, 0.25);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ecom-cta-secondary:hover {
  background: rgba(245, 239, 228, 0.15);
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {
  .ecom-cta-section {
    padding: 52px 0;
  }
}

@media (max-width: 767px) {
  .ecom-cta-section {
    padding: 48px 0;
  }

  .ecom-cta-container {
    padding: 0 18px;
  }

  .ecom-cta-title {
    line-height: 1.2;
  }

  .ecom-cta-description {
    font-size: 14px;
  }

  .ecom-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .ecom-cta-primary,
  .ecom-cta-secondary {
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 480px) {
  .ecom-cta-title {
    font-size: 1.75rem;
  }

  .ecom-cta-primary,
  .ecom-cta-secondary {
    max-width: 100%;
    padding: 12px 20px;
  }

  .ecom-cta-title br {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c968ba2 *//* ===================================
   RELATED SERVICES
=================================== */

.related-services-section {
  background: var(--beige);
  padding: 44px 0;
}

.related-services-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Heading */

.related-services-title {
  font-family: Fraunces, serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 18px;
}

.related-services-title span {
  color: var(--teal);
}

/* ===================================
   SERVICE GRID
=================================== */

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*
  Keeping your existing card design intact.
  These styles only add responsiveness and cleanup.
*/

.svc-card {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
}

/* Existing classes preserved:
   .svc-web
   .svc-seo
   .svc-header
   .svc-header-icon
   .svc-body
   .svc-title
   .expand-pill
   .ep-ico
   .ep-txt
*/

.svc-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:40px;}
@media(min-width:640px){.svc-grid{grid-template-columns:1fr 1fr;gap:14px;}}
@media(min-width:1024px){.svc-grid{grid-template-columns:repeat(3,1fr);gap:16px;}}
.svc-card{background:var(--white);border:1px solid var(--border);border-radius:18px;overflow:hidden;cursor:pointer;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s;}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,90,90,.1);border-color:var(--teal);}
/* CSS-only card header — always renders */
.svc-header{height:160px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:16px;}
.svc-header-overlay{position:absolute;inset:0;opacity:.18;transition:opacity .3s;}
.svc-card:hover .svc-header-overlay{opacity:.28;}
.svc-header-icon{font-size:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);opacity:.35;transition:all .3s;}
.svc-card:hover .svc-header-icon{opacity:.55;transform:translate(-50%,-55%) scale(1.1);}
/* Each service gets unique gradient */
.svc-seo .svc-header{background:linear-gradient(135deg,#005a5a 0%,#007a7a 60%,#003d3d 100%);}
.svc-social .svc-header{background:linear-gradient(135deg,#1a3a3a 0%,#005a5a 50%,#c4963a 100%);}
.svc-web .svc-header{background:linear-gradient(135deg,#003d3d 0%,#005a5a 100%);}
.svc-design .svc-header{background:linear-gradient(135deg,#c4963a 0%,#8a6020 60%,#005a5a 100%);}
.svc-content .svc-header{background:linear-gradient(135deg,#2d4040 0%,#005a5a 60%,#e2c98a 100%);}
.svc-ads .svc-header{background:linear-gradient(135deg,#8a6020 0%,#c4963a 50%,#004848 100%);}
.svc-body{padding:22px 22px 20px;}
.svc-title{font-family:'Fraunces',serif;font-size:18px;font-weight:700;color:var(--dark);margin-bottom:7px;}
.svc-desc{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:16px;}
/* Expanding pill */
.expand-pill{height:32px;border-radius:9999px;background:var(--teal);display:flex;align-items:center;overflow:hidden;width:32px;transition:width .35s ease;cursor:pointer;}
.svc-card:hover .expand-pill{width:128px;}
.ep-ico{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.ep-ico svg{transition:transform .35s var(--ease);}
.svc-card:hover .ep-ico svg{transform:rotate(-45deg);}
.ep-txt{font-size:12px;font-weight:500;color:var(--white);white-space:nowrap;padding-right:14px;opacity:0;transition:opacity .2s ease .1s;}
.svc-card:hover .ep-txt{opacity:1;}/* End custom CSS */