.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Poppins", sans-serif;
}
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
}
/* Colors */
:root {
  --navy: #0b1b3d;
  --dark-navy: #070f22;
  --primary: #3993d0;
  --primary-hover: #215ba8;
  --bg: #f5f7fc;
}
.container {
  width: 95% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  /* padding-left: clamp(8px, 2vw, 24px) !important;
  padding-right: clamp(8px, 2vw, 24px) !important ; */
}
/* Scroll margin for anchor links */
#overview,
#case-study,
#seo-services,
#faq,
#get-free-audit {
  scroll-margin-top: 100px;
}

.sticky-header {
  position: fixed;
  top: 0;
  z-index: 1020;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 12px 10px;
  width: 100%;
}

.header-logo img {
  max-width: 200px;
}

@media (max-width: 576px) {
  .header-logo img {
    max-width: 180px !important;
  }
}

/* herosection */
.hero-form {
  background: #fff;
  border-radius: 16px !important;
  padding: 32px;
  box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.25);
  /* max-width: 420px; */
  /* margin-left: auto; */
}
.hero-form > p {
  color: black !important;
  font-size: 14px;
  margin-bottom: 24px;
}
.btn-primary {
  /* height: 44px; */
  background: var(--primary);
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 18px !important;
  font-weight: 500;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--primary-hover) !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}

/* Navbar */
.navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
}

/* Hero */
.hero {
  background: var(--navy);
  color: #fff;
  padding: 10px 20px;
  margin-top: 80px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 700;
}
.hero-left {
  color: #e3e7eb !important;
  font-size: 18px;
  max-width: 700px;
}

@media screen and (max-width: 650px) {
  .hero h1 {
    font-size: 32px;
  }
  .hero-left {
    font-size: 16px;
  }
  .hero {
    padding: 20px 20px !important;
  }
}

.hero span {
  color: var(--primary);
}

.hero-form {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
}

.form-control::placeholder {
  color: #2b2b2b !important;
  opacity: 1;
  font-size: 14px !important;
}

textarea.lead-input:focus {
  border-color: #86b7fe;
  background-color: transparent;
  outline: 0;
}
/* bottom banner */
.bottomBanner {
  background: #f0f4ff;
  color: #fff;
  padding: 20px 20;
  border-bottom: 1px solid #dde0eb;
}
.bottom-bar {
  background: #f1f5f9;
  padding: 20px 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #1e293b;
}

.bottom-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.bottom-item span {
  color: #64748b;
  font-weight: 400;
}

/* Optional: green check styling */
.bottom-item::before {
  content: "✔";
  color: #22c55e !important;
  font-weight: bold;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .bottom-bar {
    gap: 15px;
    font-size: 13px;
    padding: 8px 10px;
  }
  .hero h1 {
    font-size: 38ok Sie px;
  }
}

@media (max-width: 480px) {
  .bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .bottom-item {
    white-space: normal;
  }
}

/* Sections */
.section {
  padding: 80px 20px !important;
}
.work-section {
  padding: 80px 20px !important;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
}
.service-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
  .section-title {
    font-size: 20px;
  }
  .service-title {
    font-size: 18px;
  }
  .section {
    padding: 50px 20px !important;
  }
  .faq-section {
    padding: 50px 20px !important;
  }
  .cta-section {
    padding: 40px 20px !important;
  }
  .work-section {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
}

/* Cards */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* steps */
.badge-custom {
  background: #ffeae4;
  color: #2cc3ff;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
}

.step-wrapper {
  position: relative;
  margin-top: 50px;
}

.step-line {
  position: absolute;
  top: 35px;
  left: 15%;
  width: 70%;
  margin: auto;
  border-top: 2px dashed #cfd8e3;
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.circle {
  width: 70px;
  height: 70px;
  background: #0b2545;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.step h5 {
  font-weight: 700;
  color: #0b2545;
}

.step p {
  color: #6c757d;
  font-size: 14px;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .step-line {
    display: none;
  }

  .step {
    margin-bottom: 40px;
  }
}

/* case studies */

.badge-orange {
  background: #ffe9e3;
  color: #2c8fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.Sound-title {
  font-size: 20px;
  font-weight: 600;
}
.icon-number {
  font-size: 38px;
  font-weight: 700;
  color: #c5c8d3;
  line-height: 1;
  margin-bottom: 8px;
}
.problem-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--primary);
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}
.problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.case-box {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #e2e8f0;
}

.badge-green {
  background: #e6f4ea;
  color: #2e7d32;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}

.case-heading {
  font-weight: 700;
  color: #0b2545;
}

.case-text {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
}

.stat-card {
  background: #f1f5f9;
  padding: 10px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  height: 100% !important;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.stat-card h3 {
  margin: 0;
  font-weight: 700;
  color: #0b2545;
}

.stat-card p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #6c757d;
}

.testimonial-box {
  background: #0b2545;
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
}

.testimonial-text {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.avatar {
  width: 45px;
  height: 45px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.user-info {
  margin-left: 10px;
}

.user-info h6 {
  margin: 0;
  font-size: 14px;
}

.user-info small {
  font-size: 12px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .case-box {
    padding: 20px;
  }
}

/* testimonials */
.bg-common {
  background: var(--bg);
}
.testimonials {
  /* text-align: center; */
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
}

.testimonials *,
.testimonials *::before,
.testimonials *::after {
  box-sizing: border-box;
}

.slider-viewport {
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.testimonial-card {
  flex: 0 0 33.3333%;
  padding: 0 8px;
}

.card-inner {
  background: #fff;
  border: 1px solid rgba(87, 87, 94, 0.12);
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow:
    0 4px 4px -4px rgba(12, 12, 13, 0.05),
    0 16px 16px -8px rgba(12, 12, 13, 0.1);
  height: 100%;
  text-align: left;
}

.card-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.avatar {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  border: 2px solid #3993d0;
  object-fit: cover;
  flex-shrink: 0;
}

.name {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.role {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.stars {
  color: #ffc107;
  font-size: 16px;
  margin: 10px 0;
}

.text {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  color: #6c757d;
}
/* Avatar Base */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

/* Different Colors for 3 testimonials */
.avatar-blue {
  background: #3993d0;
}

.avatar-green {
  background: #1a9e6b;
}

.avatar-purple {
  background: #8b2fc9;
}
.controls {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.ctrl-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.ctrl-btn.prev {
  background: #3993d0;
  border: none;
  color: #fff;
}

.ctrl-btn.next {
  background: #fff;
  border: 1px solid #3993d0;
  color: #3993d0;
}

@media (max-width: 991px) {
  .testimonial-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}

/* CTA */
.cta-section {
  padding: 80px 0;
  background: var(--navy);
  font-family: "Inter", sans-serif;
  margin-top: 30px;
}

.cta-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 18px;
}
.cta-para {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 30px;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 25px;
  background: var(--primary);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;

  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.cta-btn2 {
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 18px !important;
  font-weight: 500;
  border: var(--primary);
  color: #ffffff;
  line-height: 150%;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  /* color: var(--primary-hover); */
}

.cta-btn2:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: var(--primary);
  border: 1px solid var(--primary) !important;
}

@media (max-width: 768px) {
  .cta-title {
    font-size: 26px;
  }
  .cta-para {
    font-size: 16px;
  }

  .cta-btn,
  .cta-btn2 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .cta-wrapper {
    padding: 0 15px;
  }
}

/* What We Do */
.badge-orange {
  background: #ffe9e3;
  color: #ff5a2c;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.section-subtext {
  color: #6c757d;
  max-width: 500px;
}

.service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: rgba(57, 147, 208, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.service-text {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
}

.best-for {
  color: var(--primary);
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
}

/* FAQ */

.faq-section {
  padding: 60px 10px;
  background: #ffffff;
}
.common-badge {
  background: rgba(57, 147, 208, 0.12);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.faq-title {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}

.faq-row {
  align-items: flex-start;
}

.faq-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-left img {
  max-width: 100%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border-radius: 10px;
  overflow: hidden;
}

.faq-head {
  height: 45px;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-head span {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.faq-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e1e1e;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.faq-item.active .faq-dot {
  background: #ffffff;
}

.faq-head svg {
  width: 18px;
  height: 18px;
  transition: 0.3s ease;
}

.faq-item:not(.active) .faq-head {
  /* background: #f3f7fd; */
  border-bottom: 1px solid rgb(226, 223, 223);
}

.faq-item:not(.active) span {
  color: #1e1e1e;
}

.faq-item:not(.active) svg {
  stroke: #1e1e1e;
}

.faq-item.active .faq-head {
  background: var(--primary);
}

.faq-item.active span {
  color: #ffffff;
}

.faq-item.active svg {
  stroke: #ffffff;
  transform: rotate(180deg);
}

.faq-body {
  background: #f3f7fd;
  padding: 20px 24px 24px;
  display: none;
}

.faq-body p,
.faq-body li {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #6c757d;
}

.faq-body strong {
  font-weight: 700;
}

.faq-body ul {
  padding-left: 18px;
  margin-top: 10px;
}

.faq-item.active .faq-body {
  display: block;
}

@media (max-width: 991px) {
  .faq-left,
  .faq-right {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }
}

/* Footer */
.footer-section {
  background: var(--dark-navy);
  padding: 20px 0;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

/* Logo */

.footer-wrapper .brand-logo img {
  max-width: 200px;
}

@media (max-width: 576px) {
  .footer-wrapper .brand-logo img {
    max-width: 180px !important;
  }
}
/* Center Links */
.center-content ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.center-content a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.center-content a:hover {
  color: var(--primary);
}

/* Copyright */
.footer-copy {
  color: white;
  font-size: 14px;
}

/* 🔥 RESPONSIVE */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .center-content ul {
    flex-direction: column;
    gap: 10px;
  }

  .brand-logo {
    justify-content: center;
  }
}

/* result */
.stats-section {
  background: var(--navy);
}

.result-card {
  background: #172747;
  border-radius: 14px;
  padding: 30px 20px;
  transition: 0.3s;
}

.result-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.stat-title {
  color: var(--primary) !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.stat-sub {
  color: #9fb3c8;
  font-size: 14px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .stats-section {
    padding: 60px 0;
  }

  .stat-number {
    font-size: 32px;
  }
}

.navbar-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: end;
}

.nav-link {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #215ba8;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1030;
}

.hamburger-menu span {
  width: 25px;
  height: 3px;
  background-color: #2b2b2b;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1030;
  font-size: 28px;
  color: #2b2b2b;
  transition: color 0.3s ease;
}

.hamburger-btn:hover {
  color: #215ba8;
}

.hamburger-btn i {
  display: block;
}

@media (max-width: 768px) {
  .hamburger-btn {
    display: block;
  }

  .navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    position: fixed;
    gap: 0 !important;
    top: 90px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    z-index: 1020;
  }

  .nav-menu.active {
    max-height: 400px;
    overflow-y: auto;
  }

  .nav-menu li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-menu li:last-child {
    border-bottom: none;
  }

  .nav-link {
    display: block;
    padding: 16px 20px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
  }

  .nav-link:hover {
    background-color: #f3f6ff;
    color: #215ba8;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    justify-content: space-between;
    gap: 20px;
  }

  .nav-menu {
    display: flex !important;
    gap: 20px;
  }
}

@media (min-width: 769px) {
  .nav-menu {
    display: flex !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background-color: transparent !important;
    max-height: none !important;
    overflow: visible !important;
    box-shadow: none !important;
    flex-direction: row;
    gap: 40px;
  }

  .nav-menu li {
    border-bottom: none !important;
  }

  .nav-link {
    padding: 0 !important;
  }
}

.nav-link.active {
  color: #215ba8;
  font-weight: 600;
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #215ba8;
}
