body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing:antialiased;
  background-color: #fdfdfd;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color:#002D5B;
}

.quote-box {
  background: #f8f9fa;
  border-radius: 10px;
}

.footer {
  background: #003366;
  color: #fff;
}

.partner-logo img {
  filter: grayscale(100%);
  transition: 0.3s;
}

.partner-logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.feature-box {
background: #ffffff;
border-radius: 10px;
padding: 20px 10px;
height: 180px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transition: 0.3s;
}

.feature-box img {
width: 60px;
margin-bottom: 15px;
}

.feature-box h6 {
font-weight: 600;
font-size: 14px;
}

.feature-box:hover {
transform: translateY(-6px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.hospital-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hospital-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0.1);
}
.hosptial-name{
  font-size: 1.1rem;
  font-weight: 700;
  color:#1a1a1a;
  margin-bottom: 1px;
  line-height: 1.4;
}
.hospital-info{
  font-size: 14px;
  color:#6c757d;
  margin-bottom: 4px;
}
.cashless-badge {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 12px;
}
.filter-section{
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow:0 2px 15px rgba(0,0,0,0.05)
}
.search-box input, .filter-select {
  border:1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.3s;
  height: 50px;
}
.search-box input:focus,.filter-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
  outline: none;
}
.btn-filter-clear{
  background: #f8f9fa;
  color: #6c757d;
  border: 1px solid #ddd;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
}
.btn-filter-clear:hover{
  background: #e2ebea;
  color:#343a40;
}
.carousel-img{
  border-radius: 15px;
}
input.form-control{
    border: 1px solid #ddd;
    padding: 12px;
}
.insurance-type h6{
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.insurance-icon{
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  object-fit: contain;
}
 .shadow-sm {
  transition: 0.3s ease;
}
.shadow-sm:hover {
  transform: translateY(-4px);
   transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}
  .info-card {
    display: flex;
    gap: 16px;
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }

  .icon-box {
    width: 44px;
    height: 44px;
    background: #eaf1ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 20px;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #e0f2fe; /* Light blue background */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem auto;
    font-size: 1.5rem;
    color: #0d6efd; /* Primary blue color */
  }
  .list-icon {
    color: green;
    margin-right: 0.5rem;
  }

  .form-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }

  .form-control,
  .form-select {
    border-radius: 10px;
    padding: 10px 14px;
  }
  .commission-card {
    border: 2px solid #0d6efd; /* Blue border for emphasis */
    transition: all 0.3s ease;
  }
  .commission-card:hover {
    border-color: #0a58ca;
  }
  .incentives-section {
    background-color: #e0f2fe; /* Light blue background for incentives */
    border-left: 5px solid #0d6efd;
    padding: 1.5rem;
    border-radius: 0.25rem;
  }
.btn-outline-light-custom {
      color: white;
      border-color: white;
  }
  .btn-outline-light-custom:hover {
      color: #0d6efd;
      background-color: white;
  }
  /* Sticky form CSS */
  /* The parent container defines the boundary for sticking */
  .sticky-container {
      display: flex;
  }
  /* The element that will stick */
  .sticky-form-col {
    /* This makes the form stick relative to its parent (the row/container) */
    position: sticky;
    /* Adjust top value as needed so it doesn't hide behind the navbar */
    top: 20px; 
    /* Ensures it stops when the parent container ends */
    align-self: flex-start; 
  }
  .btn-primary{
    background-color: #d26e3f;
    border-color: #d26e3f;
  }