/* INNER PAGES CSS business */
.business-hero {
  padding: 80px 0;
  background: #ffffff;
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #151b2d;
}

@media (min-width: 576px) {
  .hero-title {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 40px;
  }
}

.text-primary-custom {
  color: #0164e2;
  /* wheely-purple */
}

.hero-text {
  color: #6c757d;
  /* wheely-gray */
  font-size: 18px;
  max-width: 720px;
}

@media (min-width: 576px) {
  .hero-text {
    font-size: 20px;
  }
}

.btn-primary {
  background-color: #0164e2;
  border-color: #0164e2;
}

.btn-primary:hover {
  background-color: #0164e2;
  border-color: #0164e2;
}

.btn-outline-primary {
  color: #0164e2;
  border: 1px solid #0164e2;
}

.btn-outline-primary:hover {
  background-color: rgba(111, 66, 193, 0.1);
  color: #0164e2;
}

/* Enterprise Features */
.enterprise-features {
  background: #f5f8ff;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #151b2d;
}

@media (min-width: 576px) {
  .section-title {
    font-size: 36px;
  }
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.feature-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.icon-box {
  width: 80px;
  height: 80px;
  background: rgba(111, 66, 193, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box svg {
  width: 40px !important;
  height: 40px !important;
  display: block;
}

.text-primary-custom {
  color: #0164e2;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #151b2d;
}

.card-text {
  font-size: 16px;
  color: #6c757d;
}

/* Perfect for Your Industry */
.industry-section {
  background: white;
}

.section-title {
  font-size: 32px;
  color: #151b2d;
}

/* Card Style */
.industry-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-4px);
}

/* Titles */
.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #151b2d;
}

.card-text {
  color: #6c757d;
  margin-bottom: 16px;
}

/* List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

/* Icon circle */
.feature-list .icon {
  color: #0164e2;
  font-weight: bold;
}

/* Why Businesses Choose Wheely */
.why-section {
  background: #fff;
}

.section-title {
  font-size: 32px;
  color: #151b2d;
}

/* Feature row item */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
}

/* Check icon */
.check-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: rgba(111, 66, 193, 0.12);
  color: #0164e2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}

/* Text */
.feature-item p {
  margin: 0;
  color: #6c757d;
  font-size: 15px;
  line-height: 1.5;
}

/* How It Works for Your Business */
.wheely-section {
  background:white;
  padding: 70px 0;
}

.wheely-title {
  font-size: 32px;
  font-weight: 700;
  color: #151b2d;
  text-align: center;
  margin-bottom: 50px;
}

.step-box {
  text-align: center;
  padding: 20px;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.icon-circle svg {
  width: 40px;
  height: 40px;
  color: #7c3aed;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: #151b2d;
  margin-bottom: 10px;
}

.step-text {
  font-size: 14px;
  color: #6b7280;
}

.feature-cta-section {
  background: #ffffff;
  padding: 90px 0;
  text-align: center;
}

.feature-cta-title {
  font-size: 24px;
  font-weight: 800;
  color: #0d1b3d;
  line-height: 1.2;
  margin-bottom: 30px;
}

.feature-cta-text {
  max-width: 950px;
  margin: 0 auto 50px;
  color: #8b94a5;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.feature-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.feature-btn-primary,
.feature-btn-outline {
  width: 177px;
  height: 35px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.feature-btn-primary {
  background: #0164e2;
  color: #fff;
}

.feature-btn-primary:hover {
  background: #0164e2;
  color: #fff;
}

.feature-btn-outline {
  border: 1.5px solid #0164e2;
  color: #0164e2;
  background: #fff;
}

.feature-btn-outline:hover {
  background: #0164e2;
  color: #fff;
}



/* INNER PAGES CSS Features */
.features-hero {
  padding: 80px 0;
  text-align: center;
  background: white;
}

.features-title {
  font-size: 40px;
  font-weight: 700;
  color: #151b2d;
  line-height: 1.2;
  max-width: 1000px;
  margin: 0 auto 24px;
}

.features-title span {
  color: #1657f0;
}

.features-text {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 1.7;
  color: #7c7c89;
}

.features-btn {
  display: inline-block;
  background: #1657f0;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}

.features-btn:hover {
  background: #0164e2;
  color: #fff;
}

/* Tablet */
@media(max-width:991px) {

  .features-title {
    font-size: 48px;
  }

  .features-text {
    font-size: 18px;
  }
}

/* Mobile */
@media(max-width:767px) {

  .features-hero {
    padding: 60px 0;
  }

  .features-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .features-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .features-btn {
    padding: 14px 28px;
    font-size: 16px;
  }

  /* Everything You Need */

}

/* ========================================
   FEATURE PAGE - WHY CHOOSE SECTION
======================================== */

.feature-why-section {
  background: #f8f7fc;
  padding: 90px 0;
}



.feature-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-why-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #6f7787;
  margin-bottom: 30px;
  line-height: 1.6;
}

.feature-why-list i {
  color: #9b87f5;
  font-size: 22px;
  flex-shrink: 0;
}


/* ========================================
   FEATURE PAGE - CTA SECTION
======================================== */
.feature-why-title::after {
  content: "";
  display: block;
  width: 80px;
  /* line length */
  height: 3px;
  /* thickness */
  background: #1657f0;
  /* same blue color */
  margin: 12px auto 0;
  /* center align */
  border-radius: 2px;

}

.feature-why-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

.feature-why-section {
  background: #ffffff;
  padding: 80px 0 75px;
}

.feature-why-title {
  font-size: 32px;
  font-weight: 800;
  color: #0d1b3d;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.1;

}

.feature-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-why-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #7d8796;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 35px;
}

.feature-why-list i {
  color: #0164e2;
  font-size: 32px;
  flex-shrink: 0;
}



/* ================= CTA SECTION ================= */
.section-line::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #1657f0;
  margin: 12px auto 0;
  border-radius: 2px;
}

.feature-cta-section {
  background: #f5f8ff;
  padding: 90px 0;
  text-align: center;
}

.feature-cta-title {
  font-size: 24px;
  font-weight: 800;
  color: #0d1b3d;
  line-height: 1.2;
  margin-bottom: 30px;
}

.feature-cta-text {
  max-width: 950px;
  margin: 0 auto 50px;
  color: #8b94a5;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.feature-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.feature-btn-primary,
.feature-btn-outline {
  width: 177px;
  height: 35px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.feature-btn-primary {
  background: #0164e2;
  color: #fff;
}

.feature-btn-primary:hover {
  background: #0164e2;
  color: #fff;
}

.feature-btn-outline {
  border: 1.5px solid #0164e2;
  color: #0164e2;
  background: #fff;
}

.feature-btn-outline:hover {
  background: #0164e2;
  color: #fff;
}


/* ================= RESPONSIVE ================= */

@media(max-width:991px) {

  .feature-why-title,
  .feature-cta-title {
    font-size: 30px;
  }

  .feature-why-list li {
    font-size: 22px;
  }

  .feature-cta-text {
    font-size: 22px;
  }

  .feature-btn-primary,
  .feature-btn-outline {
    width: 190px;
    height: 58px;
    font-size: 24px;
  }
}

@media(max-width:767px) {

  .feature-why-section {
    padding: 60px 0;
  }

  .feature-why-title,
  .feature-cta-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .feature-why-list li {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .feature-why-list i {
    font-size: 24px;
  }

  .feature-cta-text {
    font-size: 18px;
  }

  .feature-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .feature-btn-primary,
  .feature-btn-outline {
    width: 220px;
  }
}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width:991px) {

  .feature-why-title,
  .feature-cta-title {
    font-size: 40px;
  }

  .feature-why-list li {
    font-size: 16px;
  }

  .feature-cta-text {
    font-size: 18px;
  }
}

@media (max-width:767px) {

  .feature-why-section,
  .feature-cta-section {
    padding: 70px 0;
  }

  .feature-why-title,
  .feature-cta-title {
    font-size: 32px;
  }

  .feature-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .feature-btn-primary,
  .feature-btn-outline {
    width: 100%;
    max-width: 300px;
  }
}

/* Features end */

:root {
  --pink: #2563eb;
  --pink-2: #1d4ed8;

  --pink-soft: #e8f0ff;
  --pink-softer: #f3f7ff;

  --ink: #0f172a;
  --muted: #6b7280;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  background: #fff;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif
}

a {
  text-decoration: none
}

/* ===== NAVBAR (sticky + border + scroll effect) ===== */
.navbar-td {
  padding: 18px 0;
  background: #ffffff;
  border-bottom: 1px solid #f0e2e8;
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow .25s ease, padding .25s ease, background .25s ease, border-color .25s ease;
}

.navbar-td.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  box-shadow: 0 8px 24px rgba(236, 58, 122, .08);
  border-bottom-color: #fbe4ed;
}

.navbar-td .nav-link {
  color: #111 !important;
  font-weight: 500;
  margin: 0 14px;
  font-size: 15px
}

.navbar-td .nav-link:hover {
  color: var(--pink) !important
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #111
}

.brand .logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(236, 58, 122, .35);
}

.btn-pink {
  background: #0164e2;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  transition: .2s;
}


.btn-pink:hover {
  background: #0064e2;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(236, 58, 122, .35)
}

.btn-pink-outline {
  background: #fff;
  color: var(--pink);
  border: 2px solid var(--pink);
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  transition: .2s
}

.btn-pink-outline:hover {
  background: var(--pink);
  color: #fff
}


/* ============ HERO ============ */
.hero {
  padding: 60px 0 80px;
  background: white;
}

.badge-pink {
  display: inline-block;
  background: #fde4ee;
  color: #ec1e79;
  padding: 6px 16px;
  border-radius: 50px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}


.hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
}

.hero h1 .pink {
  color: var(--pink);
}

.hero p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 480px;
  margin-top: 20px;
}

.phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blob {
  position: absolute;
  width: 380px;
  height: 380px;
  background: var(--pink-soft);
  border-radius: 50%;
  z-index: 0;
}

.phone {
  position: relative;
  width: 230px;
  height: 430px;
  background: #fff;
  border: 3px solid var(--pink);
  border-radius: 35px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(236, 30, 121, 0.15);
}

.qr-code {
  width: 140px;
  height: 140px;
  background:
    linear-gradient(45deg, #000 25%, transparent 25%) 0 0 / 14px 14px,
    linear-gradient(-45deg, #000 25%, transparent 25%) 0 0 / 14px 14px,
    #fff;
  border: 2px solid #000;
  margin-bottom: 14px;
}

.phone small {
  color: #777;
  font-size: .8rem;
  text-align: center;
}

.shield-badge {
  position: absolute;
  bottom: 20px;
  right: -10px;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
  z-index: 2;
}

.shield-badge i {
  color: var(--pink);
  font-size: 1.4rem;
}

.dot {
  position: absolute;
  top: 30px;
  left: 40%;
  width: 14px;
  height: 14px;
  background: var(--pink-light);
  border-radius: 50%;
  z-index: 0;
}

/* ============ SECTION HEADING ============ */
.eyebrow {
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: .85rem;
  text-transform: uppercase;
}

.section-title {
  font-weight: 700;
  /* font-size: 2.2rem; */
}



/* ===== SECTIONS ===== */
.section-eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 19px;
  font-weight: 700;
  color: #111;
  margin-bottom: 48px
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #fbe4ed;
  height: 100%;
  transition: .25s
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(236, 58, 122, .12);
  border-color: #f9c8d8
}

.icon-bubble {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px
}

.feature-card h5 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px
}

.feature-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0
}

/* .how-section {
  padding: 80px 0;
  background:#fff5f8
} */

.why-section {
  padding: 80px 0;
  background: #ffffff
}

.why-card {
  background: transparent;
  text-align: center;
  padding: 24px 16px
}

.why-card .icon-bubble {
  background: #fff;
  box-shadow: 0 8px 20px rgba(236, 58, 122, .12)
}

.why-card h5 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px
}

.why-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0
}

/* ===== CTA ===== */
.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff4d8d 0%, #ec3a7a 60%, #d62e6c 100%);
  color: #fff;
  padding: 56px;
  margin: 40px 0 80px
}

.cta-banner h2 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 14px
}

.cta-banner p {
  opacity: .92;
  max-width: 520px;
  margin-bottom: 26px;
  line-height: 1.6
}

.btn-white {
  background: #fff;
  color: var(--pink);
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: .2s
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  color: var(--pink)
}

.cta-art {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  max-width: 520px;
  opacity: .85;
  pointer-events: none
}

.cta-art svg {
  width: 100%;
  height: auto
}

.cta-art .qr-mini {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 12px;
  padding: 6px
}

.cta-art .qr-mini img {
  width: 100%;
  height: 100%
}


@media(max-width:575px) {
  .hero h1 {
    font-size: 34px
  }

  .hero-actions .btn {
    display: block;
    width: 100%;
    margin: 0 0 12px 0
  }
}

/* footer */

.footer-section {
  background: #1a1f2c;
  color: #fff;
  padding: 48px 0;
}

.footer-logo {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-tagline {
  color: #c4b5fd;
  font-size: 16px;
  margin: 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #c4b5fd;
  text-decoration: none;
  font-size: 16px;
  transition: .3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(155, 135, 245, .30);
  text-align: center;
  color: #c4b5fd;
  font-size: 14px;
}

@media(max-width:767px) {

  .footer-section {
    padding: 32px 0;
  }

  .footer-logo {
    font-size: 24px;
  }

  .footer-tagline {
    font-size: 14px;
  }

  .footer-links {
    gap: 24px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 24px;
    font-size: 12px;
  }
}

:root {
  --primary-blue: #1657f0;
  --primary-blue-dark: #0d3fc1;
  --light-blue-bg: #eef3ff;
  --very-light-blue: #f5f8ff;
  --dark-blue: #0a2762;
  --text-dark: #0f1b3d;
  --text-muted: #6b7280;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: #f5f8ff;
  overflow-x: hidden;
}

/* NAVBAR */
.navbar-custom {
  background: #fff;
  padding: 18px 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .logo-shield {
  width: 50px;
  height: 56px;
  background: var(--primary-blue);
  clip-path: polygon(50% 0%, 100% 15%, 100% 60%, 50% 100%, 0 60%, 0 15%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
} */

.logo-shield-final {
  max-height: 105px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-left: -75px;
}

/* .logo-shield .qr-mini {
  position: absolute;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%);
  background-size: 4px 4px; */


.brand-text .name {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-blue);
  line-height: 1;
}

.brand-text .tag {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #16a34a;
  font-weight: 600;
  margin-top: 3px;
}

.nav-link-custom {
  color: var(--text-dark) !important;
  font-weight: 500;
  font-size: 15px;
  margin: 0 16px;
}

.btn-login {
  color: var(--text-dark);
  background: transparent;
  border: none;
  font-weight: 500;
  margin-right: 12px;
}

.btn-primary-custom {
  background: black;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
}

.btn-primary-custom:hover {
  background: var(--primary-blue-dark);
  color: #fff;
}

/* HERO */
.hero {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -120px;
  width: 520px;
  height: 520px;
  /* background: var(--primary-blue); */
  border-radius: 50%;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: #e2ecff;
  color: var(--primary-blue);
  padding: 6px 18px;
  border-radius: 50px;
  /* font-size: 13px; */
  font-style: italic;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero h1 .accent {
  color: var(--primary-blue);
}

.hero-desc {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 32px;
}

.btn-outline-custom {
  background: #fff;
  border: 1.5px solid var(--primary-blue);
  color: var(--primary-blue);
  padding: 10px 28px;
  border-radius: 50px;
  font-weight: 600;
  margin-left: 10px;
}

.btn-outline-custom:hover {
  background: var(--primary-blue);
  color: #fff;
}

.feature-pills {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.feature-pill {
  background: #fff;
  border-radius: 50px;
  padding: 10px 22px 10px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 18px rgba(22, 87, 240, .1);
  font-size: 14px;
  font-weight: 500;
}

.feature-pill .pill-icon {
  width: 32px;
  height: 32px;
  background: var(--very-light-blue);
  color: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.hero-visual {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: #e8efff;
  border-radius: 50%;
}

.phone-mockup {
  position: relative;
  z-index: 3;
  width: 280px;
  height: 560px;
  background: #1a1a1a;
  border-radius: 42px;
  padding: 14px;
  box-shadow: 0 30px 60px rgba(10, 39, 98, .25);
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 22px;
  background: #1a1a1a;
  border-radius: 0 0 14px 14px;
  z-index: 5;
}

.qr-image {
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #eee;
  margin: -20px 0 25px;
}

.phone-text {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

.phone-shield-icon {
  margin-top: auto;
  width: 50px;
  height: 50px;
  background: #f0f5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
}

/* .float-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(22, 87, 240, .18);
  color: var(--primary-blue);
  font-size: 22px;
  z-index: 4;
} */

/* .float-car {
  top: 35%;
  left: 5%;
  display: none;
}

.float-lock {
  top: 25%;
  right: 5%;
  display: none;
}

.float-bell {
  bottom: 12%;
  right: 8%;
  display: none;
} */

/* SECTIONS */
.section-title-small {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title-small::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary-blue);
  margin: 10px auto 0;
}

.how-section {
  padding: 70px 0;
}

.step-card {
  background: #fff;
  border: 1px solid #f0f1f5;
  border-radius: 14px;
  padding: 35px 20px 28px;
  text-align: center;
  position: relative;
  height: 100%;
}

/* .step-num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--primary-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
} */

.step-icon {
  width: 70px;
  height: 70px;
  background: var(--very-light-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 20px;
  color: var(--primary-blue);
  font-size: 26px;
}

.step-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}



.why-section {
  padding: 70px 0;
  background: #f5f8ff
}

.why-card {
  text-align: center;
  padding: 20px;
}

.why-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  color: var(--primary-blue);
  font-size: 28px;
  box-shadow: 0 6px 18px rgba(22, 87, 240, .1);
}

.why-card h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}

.stats-section {
  padding: 30px 0;
}

.stats-bar {
  background: linear-gradient(135deg, #0D6EFD, #24C38F);
  border-radius: 14px;
  padding: 40px 30px;
  color: #fff;
}

.stat-item {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .25);
  padding: 5px 10px;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item .stat-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.stat-item .stat-num {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.stat-item .stat-label {
  font-size: 14px;
  opacity: .9;
  margin-top: 6px;
}

.cta-section {
  padding: 30px 0 60px;
}

.cta-bar {
  background: linear-gradient(135deg, #0D6EFD, #24C38F);
  border-radius: 14px;
  padding: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-bar h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 14px;
}

.cta-bar p {
  font-size: 14px;
  opacity: .92;
  max-width: 460px;
  margin-bottom: 26px;
}

.btn-white {
  background: #fff;
  color: var(--primary-blue);
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
}

.testimonials-section {
  padding: 60px 0;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #eef0f5;
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  gap: 16px;
  height: 100%;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-stars {
  color: #facc15;
  font-size: 14px;
  margin-bottom: 8px;
}

.testimonial-quote {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 12px;
}

.testimonial-name {
  font-weight: 700;
  font-size: 14px;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 30px;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d8e0;
}

.carousel-dots span.active {
  background: var(--primary-blue);
  width: 24px;
  border-radius: 4px;
}

footer {
  background: var(--dark-blue);
  color: #d6dceb;
  padding: 50px 0 25px;
}

footer .brand-text .name {
  color: #fff;
}

footer h6 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  font-size: 14px;
  color: #b9c3d9;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  background: var(--primary-blue);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  padding-top: 25px;
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
  color: #8c97b3;
}

@media (max-width:991px) {
  .hero h1 {
    font-size: 40px;
  }

  .step-connector {
    display: none;
  }

  .stat-item {
    border-right: none;
    margin-bottom: 20px;
  }
}



.section-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #E8F8F2;
  color: #18A66A;
  font-weight: 600;
  font-size: 14px;
}

.section-heading {
  font-size: 40px;
  font-weight: 700;
  margin-top: 15px;
  color: #163A63;
}

.section-subtitle {
  color: #667085;
  max-width: 700px;
  margin: auto;
}


/* WHO CAN USE IT css */



.perfect-card .btn {
  background-color: #007bff;
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.perfect-card .btn:hover {
  background-color: #0056b3;
}

.perfect-card,
.security-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
  transition: .35s;
  height: 100%;
}

.perfect-card:hover,
.security-card:hover {
  transform: translateY(-10px);
}

.perfect-icon,
.security-card i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0D6EFD, #24C38F);
  color: #fff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.security-card i {
  font-size: 30px;
}

.security-section {
  background: #F7FAFC;
}

.free-section {
  background: #fff;
}

.free-box {
  background: linear-gradient(135deg, #0B6CFB, #22C58B);
  color: #fff;
  padding: 60px;
  border-radius: 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin: 18px 0;
  font-size: 18px;
}

.feature-list i {
  color: #fff;
  margin-right: 12px;
  font-size: 20px;
}


.perfect-card-title {
  font-size: 17px !important;
  font-weight: 700;
  color: #0b1b4d;
  margin: 20px 0 12px;
  line-height: 1.2;
}

.perfect-card-text {
  font-size: 14px !important;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

@media (max-width:768px) {
  .perfect-card-title {
    font-size: 22px !important;
  }

  .perfect-card-text {
    font-size: 15px !important;
  }
}


/* Security Section Heading */

.security-section .section-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.security-section .section-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 15px;
}

/* Card Heading */
.security-section .security-card h5 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Card Description */
.security-section .security-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width:768px) {

  .security-section .section-heading {
    font-size: 26px;
  }

  .security-section .security-card h5 {
    font-size: 20px;
  }

  .security-section .security-card p {
    font-size: 15px;
  }
}

/* about section css */

.premium-section .col-lg-6:first-child {
  padding-right: 20px;
}

.premium-section .col-lg-6:last-child {
  padding-left: 20px;
}

.premium-section {
  padding: 80px 0;
  background: #ffffff;
}


.img-clean-wrap {
  width: 100%;
  text-align: center;
}

/* IMAGE */
.img-clean {
  width: 100%;
  max-width: 600px;
  /* 👈 size control */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}

/* OPTIONAL (premium look) */
.img-clean {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* TAG */
.tag {
  background: #eaf2ff;
  color: #2b6df8;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 14px;
}

/* TITLE */
.title {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-left: 16px;
}

.title span {
  color: #2b6df8;
}

/* GRID */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 30px;
}

/* FEATURE */
.feature {
  display: flex;
  gap: 15px;
}

/* NUMBER CIRCLE */
.circle {
  width: 42px;
  height: 42px;
  min-width: 42px;
  /* IMPORTANT */
  flex-shrink: 0;
  /* IMPORTANT */

  background: #2b6df8;
  color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
}

/* TEXT */
.feature h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

/* BUTTON */
.btn-main {
  margin-top: 35px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg, #2b6df8, #1e5ae0);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
}