    
      body {
        font-family: "Poppins", sans-serif;
        color: #1f1f1f;
        background: #f9fafb;
      }
      .btn-primary {
        background: linear-gradient(90deg, #2b59c3, #00bfa6);
        border: none;
      }
      .btn-primary:hover {
        background: linear-gradient(90deg, #2445a2, #00a389);
      }
      .hero-section {
        padding: 6rem 0;
        background: linear-gradient(120deg, #eaf2ff, #ffffff);
      }
      .feature-icon {
        font-size: 2rem;
        color: #2b59c3;
      }
      .section-title {
        font-weight: 700;
        margin-bottom: 1rem;
      }
      .template-card img {
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      }
      .stats {
        background: #2b59c3;
        color: white;
        padding: 4rem 0;
      }
      footer {
        background: #1f1f1f;
        color: #bbb;
        padding: 2rem 0;
      }
      footer a {
        color: #00bfa6;
        text-decoration: none;
      }
      /* separate out the following css */
      .hero {
        background: linear-gradient(120deg, #f4f8ff, #ffffff);
        font-family: "Poppins", sans-serif;
      }
      .hero h1 {
        color: #1c1f33;
      }
      .hero .btn-primary {
        background: linear-gradient(90deg, #2b59c3, #00bfa6);
        border: none;
      }
      .hero .btn-primary:hover {
        background: linear-gradient(90deg, #2445a2, #00a389);
      }
      .hero .btn-outline-secondary {
        border-color: #2b59c3;
        color: #2b59c3;
      }
      .hero .btn-outline-secondary:hover {
        background: #2b59c3;
        color: #fff;
      }
      .hero-mockup img {
        border-radius: 16px;
        transform: perspective(800px) rotateY(-5deg);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
      }
      .hero-mockup img:hover {
        transform: perspective(800px) rotateY(0deg) scale(1.02);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      }
      .template-showcase {
        background: linear-gradient(180deg, #f9fafc 0%, #ffffff 100%);
      }

      .template-showcase .section-title {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #1c1f33;
        letter-spacing: -0.5px;
      }

      .template-card {
        background: #fff;
        border-radius: 16px;
        padding: 1rem;
        transition: all 0.35s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        cursor: pointer;
      }

      .template-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      }

      .template-card h6 {
        color: #2b59c3;
        transition: color 0.3s ease;
      }

      .template-card:hover h6 {
        color: #00bfa6;
      }

      .template-img {
        overflow: hidden;
        border-radius: 12px;
      }

      .template-img img {
        border-radius: 12px;
        transition: transform 0.4s ease, filter 0.4s ease;
      }

      .template-card:hover img {
        transform: scale(1.05);
        filter: brightness(1.1);
      }

      .feature-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid rgba(0, 0, 0, 0.05);
      }

      .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      }

      .feature-icon {
        background: linear-gradient(
          135deg,
          rgba(43, 89, 195, 0.1),
          rgba(0, 191, 166, 0.1)
        );
        color: #2b59c3;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 1rem auto;
      }
      .feature-toggle {
        color: #2b59c3;
        transition: transform 0.3s ease;
      }

      .feature-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
      }

      .feature-toggle i {
        transition: transform 0.3s ease;
      }
      .why-cvturner {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.why-cvturner .section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1c1f33;
  letter-spacing: -0.5px;
}
.cvturner-journey {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.cvturner-journey .section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1c1f33;
  letter-spacing: -0.5px;
}

.journey-flow {
  position: relative;
}

.journey-step {
  text-align: center;
  min-width: 150px;
}

.journey-card {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
}

.journey-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.journey-card h6 {
  font-weight: 600;
  margin-top: 0.5rem;
  color: #1c1f33;
}

.icon-wrap {
  background: linear-gradient(135deg, rgba(43, 89, 195, 0.1), rgba(0, 191, 166, 0.1));
  color: #2B59C3;
  width: 60px;
  height: 60px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.journey-arrow {
  font-size: 2rem;
  color: #00BFA6;
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .journey-arrow {
    display: block;
    text-align: center;
    transform: none;
  }

  .journey-step {
    margin-bottom: 1.5rem;
  }

  .journey-flow .row {
    flex-direction: column !important;
    align-items: center;
  }

  .journey-arrow::before {
    content: "↓";
    font-size: 1.6rem;
    color: #00BFA6;
  }
}
.stats-section {
  background: linear-gradient(135deg, #2B59C3, #00BFA6);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  filter: blur(100px);
}

.stat-card {
  padding: 1rem;
}

.stat-icon {
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.stats-section h2 {
  font-weight: 700;
  color: #fff;
}

.counter {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #fff;
}
.testimonials-section {
  background: linear-gradient(180deg, #f9fafc 0%, #ffffff 100%);
  font-family: 'Poppins', sans-serif;
}

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.testimonial-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #2B59C3;
}

.blockquote {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  font-style: italic;
}

.highlight {
  color: #2B59C3;
  font-weight: 600;
}

.stars {
  letter-spacing: 1px;
}

.btn-primary {
  background: linear-gradient(90deg, #2B59C3, #00BFA6);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #2445a2, #00a389);
}
.faq-section {
  background: linear-gradient(180deg, #f9fafc 0%, #ffffff 100%);
  font-family: 'Poppins', sans-serif;
}

.accordion-item {
  border-radius: 16px;
  overflow: hidden;
}

.accordion-button {
  background-color: #fff;
  border: none;
  font-size: 1rem;
  color: #1c1f33;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #2B59C3, #00BFA6);
  color: #fff;
}

.accordion-body {
  background-color: #ffffff;
  color: #555;
  line-height: 1.6;
}

.accordion-button::after {
  filter: invert(0.5);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.cvturner-footer {
  background: linear-gradient(135deg, #23408f, #009e8f);
  color: #f0f4ff; /* Softer white for readability */
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.cvturner-footer::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  filter: blur(100px);
}
.cvturner-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* dark overlay for better contrast */
  z-index: 0;
}

.cvturner-footer > .container {
  position: relative;
  z-index: 1;
}
/* 🧭 Footer Links */
.cvturner-footer a {
  color: #e3ebfa;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cvturner-footer a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00f5c9; /* light aqua accent */
  transition: width 0.3s ease;
  border-radius: 2px;
}

.cvturner-footer a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.cvturner-footer a:hover::after {
  width: 100%;
}
.cvturner-footer h4,
.cvturner-footer h6 {
  color: #ffffff;
}

.cvturner-footer ul li a {
  display: inline-block;
  margin-bottom: 0.4rem;
}

.cvturner-footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.social-link {
  color: #e3ebfa;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.cvturner-footer .small,
.cvturner-footer p {
  color: rgba(240, 244, 255, 0.85);
}

.cvturner-footer .opacity-75 {
  opacity: 0.9 !important;
}
