.hero h1 span,
.hero small,
.logo,
.nav-link:hover {
  color: #1748d6;
}
.feature-icon,
.trusted {
  display: flex;
  align-items: center;
}
.service-card,
.why-card {
  text-align: center;
  transition: 0.4s;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
body {
  background: #f8f9fd;
}
header {
  background: #fff;
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.navbar {
  padding: 20px 10px;
}
.logo {
  font-size: 28px;
  font-weight: 800;
}
.logo i {
  margin-right: 10px;
}
.nav-link {
  font-weight: 500;
  margin: 0 12px;
  color: #222;
}
.hero-buttons,
.trusted {
  margin-top: 40px;
}
.btn-main {
  background: #1748d6;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
}
.btn-main:hover {
  background: #0d3fc7;
  color: #fff;
}
.btn-blue,
.btn-outline-custom:hover {
  background: #1748d6;
  color: #fff;
}
.hero {
  padding: 80px 0;
}
.hero small {
  font-weight: 700;
  letter-spacing: 1px;
}
.hero h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  margin: 20px 0;
}
.card-box h5,
.feature-box h6,
.quote-box h5 {
  font-weight: 700;
}
.hero p {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}
.btn-blue {
  padding: 15px 40px;
  border-radius: 12px;
  font-weight: 600;
}
.about,
.card-box,
.feature-box,
.why-us {
  background: #fff;
}
.btn-outline-custom {
  border: 2px solid #ddd;
  padding: 15px 35px;
  border-radius: 12px;
  margin-left: 15px;
  font-weight: 600;
  background: #fff;
}
.trusted {
  gap: 15px;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -10px;
}
.card-box,
.feature-box,
.feature-icon {
  border-radius: 15px;
}
.about-image,
.hero-right {
  position: relative;
}
.person {
  width: 100%;
  max-width: 520px;
}
.card-box {
  position: absolute;
  padding: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.card1 {
  left: -20px;
  top: 20px;
}
.card2 {
  right: -20px;
  top: 60px;
}
.card3 {
  left: 20px;
  bottom: 40px;
}
.card4 {
  right: -20px;
  bottom: 20px;
}
.card-box h5 {
  margin-bottom: 8px;
}
.card-box p {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.feature-box {
  text-align: center;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.feature-icon {
  width: 60px;
  height: 60px;
  margin: auto auto 15px;
  justify-content: center;
  background: #eef3ff;
  color: #1b49d4;
  font-size: 28px;
}
.service-icon,
.why-icon {
  display: flex;
  align-items: center;
}
.conversion-card,
.service-card {
  background: #fff;
  border-radius: 18px;
}
.feature-box p {
  font-size: 13px;
  color: #777;
}
.about-image img {
  border-radius: 20px;
}
.conversion-card {
  position: absolute;
  right: 20px;
  bottom: 30px;
  padding: 20px 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-card {
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.service-card:hover,
.why-card:hover {
  transform: translateY(-10px);
}
.service-icon {
  width: 70px;
  height: 70px;
  margin: auto auto 20px;
  background: #eef3ff;
  color: #1748d6;
  justify-content: center;
  border-radius: 18px;
  font-size: 32px;
}
.service-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.service-card p {
  color: #777;
  font-size: 15px;
  min-height: 60px;
}
.service-card a {
  text-decoration: none;
  font-weight: 600;
}
.counter-section {
  background: #1246d8;
  padding: 45px 0;
  color: #fff;
}
.counter-box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.counter-icon {
  font-size: 38px;
  margin-bottom: 15px;
}
.counter-box h2 {
  font-size: 40px;
  font-weight: 700;
}
.counter-box p {
  margin: 0;
  opacity: 0.9;
}
.why-card {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.why-icon {
  width: 75px;
  height: 75px;
  margin: auto auto 20px;
  background: #eef3ff;
  color: #1748d6;
  justify-content: center;
  font-size: 34px;
  border-radius: 18px;
}
.cta-section {
  padding: 80px 0;
  background: #f6f8ff;
}

.quote-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.quote-box p {
  color: #666;
  line-height: 30px;
}
.footer-logo,
.footer-section h5 {
  margin-bottom: 25px;
  font-weight: 700;
}
.footer-section {
  background: #071738;
  padding: 80px 0 30px;
  color: #fff;
}
.footer-contact,
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-text {
  color: #cbd5e1;
  line-height: 30px;
}
.footer-links {
  margin: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  text-decoration: none;
  color: #d4d4d4;
  transition: 0.3s;
}
.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}
.footer-contact li {
  margin-bottom: 18px;
  color: #ddd;
}
.footer-contact i {
  margin-right: 10px;
  color: #1e6bff;
}
.social-icons {
  margin-top: 20px;
}
.social-icons a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10337d;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #1e6bff;
}
.form-control {
  border: none;
  padding: 15px;
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: none;
}
.footer-line {
  margin: 50px 0 20px;
  border-color: rgba(255, 255, 255, 0.12);
}
.copyright {
  color: #c9c9c9;
  font-size: 15px;
}
@media (max-width: 991px) {
  .cta-section,
  .footer-section,
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-right {
    margin-top: 50px;
  }
  .card-box {
    display: none;
  }
  .counter-box {
    border: none;
    margin-bottom: 35px;
  }
  .cta-man {
    margin: 40px 0;
  }
  .social-icons {
    justify-content: center;
    display: flex;
  }
}
