.navbar {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #082745;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-brand img {
  height: 40px;
}

.navbar-brand span {
  font-weight: 700;
  color: #082745;
  line-height: 1.2;
}

.navbar-nav {
  gap: 20px;
  align-items: center;
}

.nav-link {
  font-weight: 500;
  color: #082745 !important;
  text-transform: uppercase;
}

.dropdown-toggle::after {
  display: none;
}

.plus-icon {
  font-weight: bold;
  margin-left: 5px;
}


.hero-section {
  position: relative;
  padding: 80px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden; /* Prevent blur from spilling out */
  z-index: 0;
}

.hero-icons{
  width: 6%;
}

/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./images/hero.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(4px);
  opacity: 0.42;
  will-change: opacity;
  z-index: -1;
} */


.form-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.promo-box {
  background-color: transparent;
  color: #082745;
}

.promo-box h2 {
  font-size: 3rem;
}

.promo-box h2 .highlight {
  color: #ec7024;
  font-weight: 700;
}

.promo-box h2 {
  color: #082745;
  font-weight: 700;
}

.promo-box ul {
  list-style: none;
  padding: 0;
}

.promo-box ul li {
  margin-bottom: 15px;
  font-weight: 500;
}

.promo-box ul li::before {
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  font-weight: bold;
}

.form-control,
.form-select {
  margin-bottom: 15px;
}

.checkbox-label {
  font-size: 0.85rem;
}

.timeline-section {
  padding: 60px 20px;
}

.timeline {
  position: relative;
  margin-left: 25px;
}


.timeline-step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}


.step-box {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 6px;
}

.step-box h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #082745;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0;
}

.timeline-button {
  background-color: #ea6f00;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  margin-left: 40px;
  margin-top: 20px;
  border-radius: 4px;
}

.timeline-img {
  max-width: 100%;
}

.cta-button {
  background-color: #ea6f00;
  color: white;
  font-weight: 700;
  border: none;
  margin-top: 20px;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
}

.testimonial-name {
  font-size: 21px;
  font-weight: 700;
}

.benefits-section {
  padding: 60px 20px;
  background-color: #fafafa;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}

.benefit-item img {
  width: 40px;
  margin-right: 15px;
}

.benefit-item h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.benefit-item p {
  margin-bottom: 0;
  color: #333;
}

.center-image {
  max-width: 100%;
  height: auto;
}


.cta-section {
  background-color: #082745;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  margin: 40px 20px;
}

.cta-section h2 {
  font-weight: 500;
  font-size: 1.75rem;
}

.cta-section .highlight {
  font-weight: 700;
}

.cta-section p {
  font-size: 1rem;
  margin: 15px 0 25px;
  color: #eafafa;
}

.cta-button:hover {
  background-color: #082745;
  color: white;
}

.testimonial-img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.how-it-works {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.how-it-works h6 {
  font-weight: 700;
  color: #082745;
  margin-bottom: 15px;
}

.how-it-works p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  color: #082745;
}

.brand-logos {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  margin: 30px auto;
  max-width: 90%;
}

.brand-logos img {
  width: 72%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-logos img:hover {
  transform: scale(1.05);
}


.success-section {
  background-color: #fff;
  margin: 50px 0px;
}

.success-heading {
  font-weight: 600;
}

.success-heading .highlight {
  color: #00a9ad;
}

.success-btn {
  background-color: #ea6f00;
  color: black;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
}

.success-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.promo-box svg{
  width: 4%;
  background-color: #ea6f00;
  padding: 3px 4px 3px 4px;
  border-radius: 5px;
  margin-right: 5px;
}

.footer {
  padding: 60px 20px 20px;
  background-color: #082745;
}

.footer a {
  color: #c3f4f3;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-icon {
  color: #ea6f00;
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid #c3f4f3;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

.footer-logo {
  max-width: 180px;
}

.leadforms-additional-elements {
  display: none;
}

.leadforms-form-wrapper{
  background-color: white;
  width: 50rem !important;
}

.timeline-image{
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .hero-section {
    padding: 40px 10px;
  }

  .promo-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .benefits-section .row {
    flex-direction: column;
  }
  .promo-box h2 {
    font-size: 2.3rem;
}

.success-section {
  margin: 20px 50px;
}

.timeline-step{
  padding: 0px;
}
  .leadforms-form-body-wrapper .leadforms-form-body{
    padding: 0px;
  }

  .benefits-section .col-md-4,
  .benefits-section .col-md-4.text-center {
    text-align: center !important;
  }

  .timeline {
    margin-left: 0;
    padding-left: 20px;
    border-left: 2px solid #20c997;
  }

  .timeline-step::before {
    left: -23px;
  }

  .timeline-image-col {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .timeline-image {
    width: 100%;
  }
}