:root {
  --ztc-text-text-1: #101828;
  --ztc-text-text-2: #ffffff;
  --ztc-text-pera-text-1: #475467;
  --ztc-text-pera-text-2: #d0d5dd;
  --ztc-bg-main-bg-1: #101828;
  --ztc-bg-main-bg-2: #6e18ef;
  --ztc-bg-main-bg-3: #4d03bd;
  --ztc-bg-main-bg-4: #12b76a;
  --ztc-bg-bg-1: #f6f8fb;
  --ztc-bg-bg-2: #eef2f7;
  --ztc-bg-bg-3: #f8fafc;
  --ztc-bg-bg-4: #101828;
  --ztc-border-border-1: #e2e8f0;
  --ztc-border-border-2: #d5dbe5;
}

.header-area.header-area4 {
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
}

.header-area.header-area4 .header-elements {
  min-height: 84px;
  gap: 24px;
}

.header-area.header-area4 .site-logo img {
  width: 128px;
  max-width: 128px;
}

.header-area.header-area4 .main-menu-ex > ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.header-area.header-area4 .main-menu-ex > ul > li > a,
.header-area.header-area4 .header-elements .main-menu-ex > ul > li > a {
  padding: 10px 12px;
  white-space: nowrap;
}

.header-area.header-area4 .header2-buttons .theme-btn5 {
  font-size: 16px;
  line-height: 16px;
  padding: 8px 10px 8px 16px;
  white-space: nowrap;
}

.header-area.header-area4 .header2-buttons .theme-btn5 span {
  height: 36px;
  width: 36px;
  line-height: 36px;
}

.hero4 {
  min-height: 620px;
  background: #f6f8fb;
  overflow: hidden;
}

.theme-btn5 {
  box-shadow: 0 10px 24px rgba(110, 24, 239, 0.24);
}

.theme-btn5,
.theme-btn6 {
  text-decoration: none;
}

.theme-btn6 {
  border: 1px solid #d5dbe5;
  background: #ffffff;
}

.business-proof {
  background: #101828;
  color: #ffffff;
  padding: 28px 0;
}

.business-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.business-proof-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 18px;
}

.business-proof-item strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.business-proof-item span {
  color: #d0d5dd;
  font-size: 15px;
  line-height: 1.45;
}

.buyer-pathways {
  padding: 72px 0 44px;
  background: #ffffff;
}

.buyer-pathways .section-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.buyer-pathways .section-intro h2 {
  margin-bottom: 12px;
  color: #101828;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.buyer-pathways .section-intro p {
  color: #475467;
  font-size: 17px;
  line-height: 1.65;
}

.buyer-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.buyer-pathway {
  min-height: 100%;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.buyer-pathway h3 {
  margin-bottom: 10px;
  color: #101828;
  font-size: 22px;
}

.buyer-pathway p {
  color: #475467;
  line-height: 1.6;
  margin-bottom: 16px;
}

.buyer-pathway a,
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6e18ef;
  font-weight: 800;
  text-decoration: none;
}

.service4 {
  background: #f6f8fb;
}

.service4 .col-lg-6 {
  display: flex;
}

.service4 .service4-box {
  height: calc(100% - 30px);
  width: 100%;
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.06);
}

.service4 .service4-box:hover {
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.12);
}

.service4 .service4-box .icon {
  background: #f0e8ff;
}

.service4 .service4-box .heading4 h4 a {
  color: #101828;
  text-decoration: none;
}

.service4 .service4-box .heading4 p {
  color: #475467;
}

.service4 .service4-box .heading4 .service-best-for {
  margin-bottom: 10px;
  color: #344054;
  font-weight: 800;
}

.core-values-section {
  padding: 72px 0;
  background: #ffffff !important;
  text-align: left !important;
}

.core-values-section h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: #101828 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.08;
}

.core-values-section > .container > p {
  max-width: 760px;
  margin: 0 0 30px;
  color: #475467 !important;
  font-size: 17px !important;
  line-height: 1.65;
}

.core-values-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
}

.core-value-item {
  min-width: 0;
  padding: 24px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
  text-align: left !important;
}

.core-value-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08) !important;
}

.core-value-icon,
.core-value-item h3 {
  color: #6e18ef !important;
}

.core-value-icon {
  display: inline-flex;
  margin-bottom: 16px !important;
  font-size: 30px !important;
}

.core-value-item h3 {
  margin-bottom: 10px !important;
  font-size: 21px !important;
  line-height: 1.25;
}

.core-value-item p {
  margin: 0 !important;
  color: #475467 !important;
  font-size: 15.5px !important;
  line-height: 1.6;
}

.work4 {
  background: #ffffff;
}

.work4 .heading4 .span {
  color: #6e18ef;
}

.work4 .work4-box {
  height: calc(100% - 30px);
  background: #f8fafc;
  border-color: #e2e8f0;
  border-radius: 8px;
  box-shadow: none;
}

.work4 .work4-box::after,
.work4 .work4-box:hover::after {
  height: 4px;
  background-color: #6e18ef;
}

.work4 .work4-box:hover {
  border-color: #e2e8f0;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
  transform: translateY(-4px);
}

.work4 .work4-box h4 {
  color: #101828;
  font-size: 21px;
  line-height: 1.25;
}

.work4 .work4-box p {
  color: #475467;
  line-height: 1.6;
}

.work4 .work4-box .process-output {
  margin-top: 14px;
  margin-bottom: 0;
  color: #101828;
  font-weight: 800;
}

.cta4 .cta-bg-area {
  background: #101828 !important;
  border-radius: 8px;
}

.footer4 .single-footer-items .social-icon {
  display: none;
}

.testimonial4 .author span {
  display: inline-block;
  color: #101828;
  font-weight: 800;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .hero4 {
    min-height: auto;
    padding: 120px 0 64px;
  }

  .hero4 .main-heading {
    margin-top: 0 !important;
  }

  .hero4 .main-heading .slider-area {
    margin-top: 36px;
  }

  .business-proof-grid,
  .buyer-pathway-grid,
  .core-values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .mobile-header {
    padding: 18px 0;
  }

  .mobile-logo img {
    width: 250px;
    max-width: calc(100vw - 96px);
  }

  .hero4 {
    padding: 82px 0 54px;
  }

  .hero4 .main-heading h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .hero4 .main-heading .slider-area {
    margin-top: 30px;
  }

  .hero4 .main-image {
    display: none !important;
  }

  .business-proof-grid,
  .buyer-pathway-grid,
  .core-values-list {
    grid-template-columns: 1fr !important;
  }

  .business-proof-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0 0;
  }
}

/* ==========================================================================
   Antigravity Custom UI/UX Overrides (Desktop & Global Branding)
   ========================================================================== */

/* 1. Logo tagline visibility overrides */
.site-logo {
  max-width: 220px !important;
}

.header-area.header-area4 .site-logo img {
  width: 220px !important;
  max-width: 220px !important;
}

/* 2. Modern Transparent Header on Load, Sticky White Header on Scroll */
.header-area.header-area4 {
  background-color: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.header-area.header-area4.sticky {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06) !important;
}

/* 3. Hero section structural improvements to bring stats above the fold */
.hero4 {
  min-height: auto !important;
  display: flex !important;
  align-items: flex-start !important;
  padding-top: 110px !important;
  padding-bottom: 12px !important;
}

.hero4 .main-heading span.span {
  margin-bottom: 6px !important;
}

.hero4 .main-heading h1 {
  font-size: 48px !important;
  line-height: 56px !important;
}

.hero4 .main-heading p {
  padding-top: 10px !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.hero4 .main-heading .space30 {
  height: 18px !important;
}

.hero4 .main-heading .slider-area {
  margin-top: 26px !important;
  margin-right: 0 !important;
}

.hero4 .main-heading .slider-area h3 {
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #667085 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}





