    .hero {
      padding: 80px 0;
      background-color: #f8f9fa;
    }

    .hero-title {
      font-size: 2.4rem;
      font-weight: 600;
      color: #0B1E39;
    }

    .hero-text {
      color: #6c757d;
      margin: 15px 0 25px;
      line-height: 1.5;
    }

    .cta-btn {
      background-color: #003242;
      color: white;
      padding: 12px 32px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 25px;
    }

    .cta-btn:hover {
      background-color: #003242;
      color: #fff;
    }

    /* Trust badges */
    .trust-box {
      display: flex;
      gap: 15px;
      align-items: center;
      margin-top: 10px;
    }

    .trust-icon {
      width: 45px !important;
      height: 45px !important;
      background-color: #0B1E39;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 20px;
      font-weight: 600;
    }

    .trust-text {
      font-size: 0.95rem;
      font-weight: 500;
      color: #0B1E39;
    }

    .hero-img {
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      height: 600px;
    }
/* ============================= */
/*      RESPONSIVE DESIGN        */
/* ============================= */

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .hero {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-img {
    height: 420px;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {

 .hero {
    padding: 40px 0;
  }
  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700 !important;
  }

  .hero-text {
    font-size: 0.98rem;
    margin: 12px 0 20px;
  }
 .trust-icon {
      width: 40px !important;
      height: 40px !important;
      background-color: #0B1E39;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50% !important;
      font-size: 20px;
      font-weight: 600;
    }

 
  /* Trust badges stack vertically */


  .hero-img {
    margin-top: 30px;
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
}

/* Small Phones (max-width: 480px) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-text {
    font-size: 0.9rem;
  }

  .trust-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .trust-text {
    font-size: 0.85rem;
  }

  .hero-img {
    height: 260px;
  }
}

    .about-section {
  background-color: #ffffff;
}

.about-img {
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

/* Title */
.about-title {
  color: #0B1E39;
  font-size: 2rem;
  font-weight: 700;
}

.about-title .highlight {
  color: #E6B31E;
}

/* Description */
.about-desc {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  margin-top: 12px;
}

/* Trust Items */
.trust-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.trust-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.trust-iconabout {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.trust-iconabout.dark {
  background: #0B1E39;
  color: #fff;
}

.trust-iconabout.gold {
  background: #E6B31E;
  color: #0B1E39;
}

.trust-text {
  color: #0B1E39;
  font-weight: 600;
}

/* Contact Button */
.about-btn {
  background: #003242;
  color: white;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
}

.about-btn:hover {
  background: #c49c14;
  color: #fff;
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .about-title {
    font-size: 1.7rem;
  }
  .about-desc{
    font-size: 15px;
  }

  .trust-text {
    font-size: 0.95rem;
  }
  .trust-iconabout {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}

}


.dispute-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0B1E39 !important;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.05rem;
}

/* Cards */
.dispute-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.dispute-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.18);
}

.dispute-card .card-img-top {
  border-radius: 10px;
  margin-bottom: 15px;
  height: 270px;
}

.dispute-title {
  color: #0B1E39;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

/* Buttons */
.btn-box {
  gap: 20px;
  text-align: center;
}

.dispute-btn {
  background: #003242;
  color: white;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}

.dispute-btn:hover {
  background: #c49c14;
  color: #fff;
}

.dispute-btn-outline {
  border: 2px solid #0B1E39;
  color: #0B1E39;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 18px;
  text-decoration: none;
}

.dispute-btn-outline:hover {
  background: #0B1E39;
  color: #fff;
}
.cta-section {
  background: linear-gradient(135deg, #0B1E39, #122c52);
  color: #fff;
  padding: 70px 0;
  border-radius: 0px;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-subtitle {
  font-size: 1.1rem;
  max-width: 620px;
  margin: 0 auto;
  color: #e6e6e6;
  line-height: 1.6;
}

/* Buttons Container */
.cta-btn-box {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Main CTA Button */
.cta-main-btn {
  background: white;
  color: #0B1E39 !important;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.3s ease;
}



/* Outline Button */
.cta-outline-btn {
  border: 2px solid white;
  color: white !important;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .cta-btn-box {
    flex-direction: column;
  }

  .cta-main-btn,
  .cta-outline-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}



/* Section Background */
.why-section {
  background: #f3f5f9;
}

/* Title */
.why-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0B1E39;
}

.why-title .highlight {
  color: #E6B31E;
}

/* Subtitle */
.why-subtitle {
  color: #6c757d;
  font-size: 1.05rem;
}

/* Cards */
.why-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.18);
}

/* Icons */
.why-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
}

.why-icon.dark {
  background: #0B1E39;
  color: #fff;
}

.why-icon.gold {
  background: #E6B31E;
  color: #0B1E39;
}

/* Texts */
.why-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0B1E39;
  margin-bottom: 8px;
}

.why-card-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .why-title {
    font-size: 1.7rem;
  }

  .why-card {
    padding: 20px 18px;
  }
}

@media (max-width: 480px) {
  .why-title {
    font-size: 1.5rem;
  }

  .why-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}




.footer-section {
  background: #0B1E39;
  color: #fff;
}

.footer-logo {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
}

.footer-about {
  color: #e4e4e4;
  margin-top: 10px;
  line-height: 1.7;
}

/* Headings */
.footer-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #dcdcdc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #E6B31E;
}

/* Contact Info */
.footer-contact {
  color: #dcdcdc;
  margin-bottom: 6px;
}

/* Social Icons */
.social-icons a {
  font-size: 1.3rem;
  color: #E6B31E;
  margin-right: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Divider */
.footer-line {
  border-top: 1px solid #2b3e57;
  margin-top: 25px;
}

/* Bottom Text */
.footer-bottom {
  color: #cdd2d8;
  margin-top: 15px;
  font-size: 0.95rem;
}


