/* Topbar */
.topbar {
  background: #0d6efd;
}

/* Hero */
.hero-section {
  padding: 70px 0;
  background: linear-gradient(
    135deg,
    #f8f9ff 0%,
    #ffffff 40%,
    #eef4ff 100%
  );
}

.hero-search .form-control {
  border-radius: 0.35rem;
}

/* Section titles */
.section-title {
  font-weight: 600;
}

/* Feature cards */
.feature-card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7f1ff;
  font-size: 20px;
  color: #0d6efd;
}

/* How We Help section */
.help-section {
  background: #f5f7fb;
}

.help-card {
  border: none;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.help-card-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.help-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e7f1ff;
  color: #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.help-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}


/* About hero - same design family */
.about-hero {
  background: linear-gradient(135deg, #0b3a86, #0d6efd);
  color: #ffffff;
  padding: 48px 0 64px;
}

.about-hero h1 {
  font-size: 2rem;
}

.about-hero p {
  max-width: 650px;
  margin: 0 auto;
}

/* Services hero - same style as doctor-hero */
.services-hero {
  background: linear-gradient(135deg, #0d6efd, #0b3a86);
  color: #ffffff;
  padding: 48px 0 64px;
}

.services-hero h1 {
  font-size: 2rem;
}

.services-hero p {
  max-width: 650px;
  margin: 0 auto;
}

/* Process steps */
.process-step {
  padding: 15px 10px;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #0d6efd;
}

/* Page header */
.page-header {
  border-bottom: 1px solid #eee;
}





/* CTA Section */
.cta-section {
  background: #0a3c88;
}




/* Doctor registration hero */
.doctor-hero {
  background: linear-gradient(135deg, #0d6efd, #0b3a86);
  color: #fff;
  padding: 48px 0 64px;
}

.doctor-hero h1 {
  font-size: 2rem;
}

.doctor-hero p {
  max-width: 650px;
  margin: 0 auto;
}

/* Doctor form card */
.doctor-form-section {
  background: #f5f7fb;
}

.doctor-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.doctor-card .form-control,
.doctor-card .form-select {
  border-radius: 6px;
  border: 1px solid #cdd3dd;
}

.doctor-card .form-control:focus,
.doctor-card .form-select:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

/* Small responsive tweak */
@media (max-width: 767.98px) {
  .doctor-hero {
    padding: 32px 0 48px;
  }
  .doctor-card {
    padding: 20px 16px !important;
  }
}




/* Hospital hero – matches doctor style */
.hospital-hero {
  background: linear-gradient(135deg, #0b3a86, #0d6efd);
  color: #fff;
  padding: 48px 0 64px;
}

.hospital-hero h1 {
  font-size: 2rem;
}

.hospital-hero p {
  max-width: 650px;
  margin: 0 auto;
}

/* Hospital form section & card */
.hospital-form-section {
  background: #f5f7fb;
}

.hospital-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.hospital-card .form-control,
.hospital-card .form-select {
  border-radius: 6px;
  border: 1px solid #cdd3dd;
}

.hospital-card .form-control:focus,
.hospital-card .form-select:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .hospital-hero {
    padding: 32px 0 48px;
  }
  .hospital-card {
    padding: 20px 16px !important;
  }
}




/* Contact Header */
.contact-header-section {
  background: linear-gradient(135deg, #0d6efd, #083b88);
  color: #fff;
}

/* Cards */
.contact-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-3px);
}

/* Map Card */
.map-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Inputs */
.contact-card .form-control {
  border-radius: 6px;
  border: 1px solid #cdd3dd;
}

.contact-card .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}

/* Blue Link */
.contact-blue {
  color: #0d6efd !important;
  text-decoration: none;
}

.contact-blue:hover {
  text-decoration: underline;
}

/* Section bg */
.contact-professional {
  background: #f5f7fb;
}

/* Icon color */
.contact-card i {
  color: #0d6efd;
}






/* Main Footer */
.main-footer {
  background: #333;
  color: #fff;
}

/* Footer Links - remove underline */
.footer-link {
  color: #fff !important;
  text-decoration: none !important;
}

.footer-link:hover {
  text-decoration: underline !important;
}

/* Floating Buttons */
.whatsapp-float,
.call-float {
  position: fixed;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  z-index: 999;
  font-size: 22px;
  text-decoration: none !important;
}

.whatsapp-float {
  bottom: 80px;
  background: #25d366;
}

.call-float {
  bottom: 20px;
  background: #205ef2;
}


/* Responsive tweaks */
@media (max-width: 767.98px) {
  .contact-card {
    padding: 20px 16px;
    border-radius: 1rem;
  }
  .contact-hero {
    padding: 32px 0 60px;
  }
}