body {
  font-family: Neue Haas Display;
}

.hero-badge {
  background-color: rgba(173, 216, 230, 0.3);
  color: #2c3e50;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
}

.nav-link {
  color: #2c3e50;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
  color: #2171c1;
}

.btn-primary {
  background-color: #2171c1;
  border-color: #2171c1;
  padding: 12px 24px;
  font-weight: 500;
}

.btn-outline-primary {
  border-color: #2171c1;
  color: #2171c1;
  padding: 12px 24px;
  font-weight: 500;
}

.btn-outline-primary:hover {
  background-color: #2171c1;
  border-color: #2171c1;
}

.stat-card {
  padding: 1.5rem;
  border: none;
  background: transparent;
}

.stat-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
}

.notification-badge {
  background-color: #2171c1;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  position: absolute;
}

.section-badge {
  color: #2171c1;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: block;
}

.process-card {
  background-color: #2171c1;
  color: white;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.process-number {
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  opacity: 1;
  color: black;
  -webkit-text-stroke: 1px #ffffffff;
}

.process-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 5rem;
  margin-bottom: 1rem;
  position: relative;
}

.process-description {
  font-size: 1rem;
  opacity: 0.9;
  position: relative;
}

.process-icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 20%;
  height: 40%;
}

.claim-types-section {
  background-color: #2171c1;
  color: white;
  padding: 2.5rem 0;
  margin: 0;
}

.claim-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

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

.claim-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.claim-card h4 {
  color: black;
}

.abs .claim-card {
  padding: 1rem !important;
}

.sd-abs,
.nsd-abs {
  justify-content: center;
  align-items: center;
}

.sd-abs img,
.nsd-abs img {
  max-width: 350px;
  height: auto;
}

.claim-card p {
  color: #666;
  margin-bottom: 0;
}

.checklist-section {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.checklist-item {
  background: #2171c1;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease;
  color: white;
}

.checklist-section {
  background-repeat: no-repeat;
}

.checklist-container {
  display: flex;
  flex-wrap: wrap;
}

.checklist-text {
  position: sticky;
  top: 0;
}

.checklist-items {
  overflow-y: auto;
  height: 75vh;
}

.checklist-item img {
  width: 15%;
}

.checklist-number {
  background: white;
  color: #2171c1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.expectations-section,
.important-info-section {
  padding: 5rem 0 0rem;
}

.expectation-card {
  padding: 2rem;
  margin-bottom: 2rem;
}

.expectation-number {
  color: #2171c1;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.expectation-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.expectation-description {
  color: #666;
  line-height: 1.6;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.info-card {
  background: #2171c1;
  color: white;
  border-radius: 20px;
  padding: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  overflow: hidden;
}

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

.info-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.info-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.info-card p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 0;
  padding: 0 0.5rem 1rem;
}

.bottom-grid {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.cta-section {
  background: #ffffffff;
  padding: 5rem 0;
  text-align: center;
}

.cta-card {
  background: #2171c1;
  color: white;
  border-radius: 20px;
  padding: 2rem;
  margin: 1rem;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.cta-card img {
  width: 300px;
  object-fit: cover;
}

.cta-button {
  background: white;
  color: #2171c1;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.footer {
  background: #f8f9fa;
  padding: 4rem 0 2rem;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 2rem;
}

.footer-heading {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-link {
  color: #666;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #2171c1;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #2171c1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

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

.copyright {
  text-align: center;
  color: #666;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

.logo {
  width: 50%;
}

.brand-text {
  color: #1f6eb6 !important;
}

.brand-outline-btn {
  padding: 12px 20px !important;
  background-color: transparent !important;
  color: #1f6eb6 !important;
  border: 1px solid #1f6eb6 !important;
  border-radius: 5px !important;
  font-size: 1rem;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 0.3s, color 0.3s;
}

.brand-outline-btn:hover {
  background-color: #1f6eb6 !important;
  color: white !important;
}

.brand-btn {
  padding: 12px 20px !important;
  background-color: #1f6eb6 !important;
  color: white;
  border: none;
  border-radius: 5px !important;
  font-size: 1rem;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 0.3s;
}

.brand-btn:hover,
.brand-btn:focus,
.brand-btn:active {
  background-color: #005BB5 !important;
  color: white !important;
}

.brand-light-bg {
  background-color: #f1f1f1 !important;
  color: #1f6eb6;
  transition: background-color 0.3s;
}

.brand-light-btn {
  padding: 12px 20px !important;
  color: #1f6eb6 !important;
  background: #CDE4FF !important;
  border: none;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: background-color 0.3s;
}

.brand-light-btn:hover {
  background-color: #1f6eb6 !important;
  color: white !important;
}

/* Large Screens */
@media (min-width: 995px) {
  body {
    /* background-color: indigo; */ */
  }

  .sd-abs img,
  .nsd-abs img {
    width: 321px;
  }

  .footer-heading {
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
  }

  .sd-abs {
    top: -65px;
    right: 100px;
  }

  .nsd-abs {
    top: -65px;
    left: -30px;
  }

  .hero-image-background {
    height: 60vh !important;
    width: 85% important;
  }

  .hero-image-overlay {
    top: 24%;
    left: 45%;
    width: 65%;
  }

  .notification-badge {
    top: 90px;
    right: 35px;
  }

  .container {
    max-width: 1140px;
  }

  .process-card {
    min-height: 300px;
  }

  .checklist-items {
    overflow-y: auto;
    height: 65vh;
  }
}

/* Medium Screens */
@media (max-width: 991px) {
  body {
    /* background-color: orange; */
  }

  .footer-heading {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .hero-image {
    margin-top: 5rem;
  }

  .process-card {
    min-height: 250px;
  }

  .bottom-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .info-grid {
    gap: 2rem !important;
  }

  .hero-image-background {
    height: 46vh !important;
    width: 85% important;
  }

  .hero-image-overlay {
    top: 40%;
    left: 50%;
    width: 55%;
  }

  .notification-badge {
    top: 180px;
    right: 95px;
  }

  .sd-abs {
    top: -66px;
    right: 60px;
  }

  .nsd-abs {
    top: -65px;
    left: -10px;
  }

  .sd-abs img,
  .nsd-abs img {
    width: 290px !important;
  }

  .f24 {
    font-size: 24px;
  }
}

/* Small Screens */
@media (max-width: 767px) {
  body {
    /* background-color: yellow; */
  }

  .hero-badge {
    font-size: 0.9rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .stat-card {
    text-align: center;
  }

  .process-card {
    min-height: auto;
    margin-bottom: 1.5rem;
  }

  .sd-abs img,
  .nsd-abs img {
    width: 100%;
    max-width: 350px;
  }

  .checklist-text {
    position: relative;
    margin-bottom: 2rem;
  }

  .checklist-items {
    height: auto;
    overflow: visible;
  }

  .hero-image-background {
    height: 35vh !important;
  }

  .hero-image {
    margin-top: 3rem;
  }

  .hero-image-overlay {
    top: 38%;
  }

  .sd-abs img,
  .nsd-abs img {
    width: 310px !important;
  }

  .sd-abs {
    top: -60px !important;
    right: 90px !important;
  }

  .nsd-abs {
    top: -60px;
    left: -28px;
  }
}

/* Extra Small Screens */
@media (max-width: 575px) {
  body {
    /* background-color: red; */
  }

  .f24 {
    font-size: 20px;
  }

  .navbar-brand {
    max-width: 200px;
  }

  .logo {
    width: 75%;
  }

  .hero-image {
    margin-top: 2rem;
  }

  .notification-badge {
    right: 15px;
  }

  .info-card {
    margin: 0 1rem;
  }

  .cta-card {
    margin: 1rem 0;
  }

  .footer {
    text-align: center;
  }

  .bottom-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-image-background {
    height: 30vh !important;
  }

  .hero-image-overlay {
    top: 36%;
    width: 60%;
  }

  .abs {
    margin-top: 8% !important;
    padding: 0 6% !important;
  }

  .sd-abs {
    top: 8px !important;
    right: 104px !important;
}

  .nsd-abs {
    top: 8px;
    left: -32px;
  }

  .sd-abs img,
  .nsd-abs img {
    width: 268px !important;
  }

}