section {
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}
/* Mega Menu Styles starts*/
 /* Mega Menu Styles */

 /* Center the mega menu */
.mega-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100%;
  max-width: 1000px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 9999;
}

  .dropdown-menu {
  width: 800px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 6px;
  padding: 20px;
}

    .dropdown-menu .dropdown-item {
      padding: 6px 0;
      color: #333;
      font-size: 15px;
    }

    .dropdown-menu .dropdown-item:hover {
      color: #53a730;
      background-color: transparent;
    }

    .dropdown-menu h6 {
    font-size: 16px;
    font-weight: bold;
    color: #1c6ed1;
    margin-bottom: 10px;
    }
    .dropdown-item i {
    margin-right: 8px;
    color: #1c6ed1;
    min-width: 20px;
    }
/* Mega Menu Styles ends*/
/* navbar starts #196fd4*/
 .top-bar {
        background-color: #1b92e2;
        color: white;
        font-size: 14px;
        padding: 5px 0;
    }
    .top-bar i {
        margin-right: 5px;
    }
    .navbar {
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .logo-img {
  max-height: 60px;
  width: auto;
}
/* Center nav links and style them */
.navbar-nav {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 15px;
  font-size: 16px;
  color: #1c6ed1 !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #53a730 !important;
}

/* Book button styles */
.book-btn {
  background-color: #53a730 !important;
  border-color: #53a730;
  padding: 8px 16px;
  font-weight: 500;
  color: white !important;
}

.book-btn:hover {
  background-color: #46942a !important;
  color: white !important;
}

/* Ensure logo aligns left */
.navbar-brand {
  margin-right: auto;
}
/* navbar ends */
/* hero section starts */
 hero-section {
  background: url('assets/background.jpg') no-repeat center center/cover;
  padding: 60px 0; /* reduced height */
}

/* Title text color split */
.text-blue {
  color: #1c6ed1;
}
.text-green {
  color: #57aa31;
}

/* Contact button styles */
.contact-btn {
  background-color: #53a730 !important;
  color: white !important;
  border: none;
  transition: background-color 0.3s ease;
}
.contact-btn:hover {
  background-color: #46942a !important;
  color: white !important;
}

/* Control image height */
.hero-image {
  max-height: 350px;
  width: auto;
  object-fit: contain;
}

/* Responsive typography */
.hero-section h1 {
  font-size: 2.2rem;
}

.hero-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}
  /* hero section ends */
/* section-light starts */
/* Section background */
.section-light {
  background-color: #f0f6fb;
  padding: 3rem 0;
}

/* Reusable section heading */
.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1c6ed1;
  margin-bottom: 1.5rem;
}
.inner-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c6ed1 !important;
}

/* Paragraph styling */
.section-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 1rem auto;
}

/* Highlighted text (green) */
.highlight-green {
  color: #53a730;
  font-weight: 500;
}
/* section-light ends */

.maximize-your-revenue {
  background-image: url('assets/background-dots.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
}

/* services starts */
     /* Section Background */
   /* Services Section */
.services-section {
  background-color: #f9f9f9;
  padding: 3rem 0;
}

/* Section Heading */
/* .services-section h2,
.services-section .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #399c28 !important;
} */

.services-section p {
  font-size: 1rem;
  color: #555 !important;
}

/* Service Card */
.service-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-5px);
}

/* Card Title */
.service-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c6ed1 !important;  /* ✅ Updated */
}

/* Card Text */
.service-card .card-text {
  font-size: 0.95rem;
  color: #333 !important; /* ✅ Confirmed */
}

/* Read More Button */
.service-card .btn-outline-primary {
  color: #53a730 !important;          /* ✅ Updated */
  border-color: #53a730 !important;   /* ✅ Updated */
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-card .btn-outline-primary:hover {
  color: white !important;          /* ✅ Same on hover */
  background-color: transparent;
  border-color: #53a730 !important;
}

    /* Buttons */
    .btn-outline-primary {
      color: #399c28 !important;
      border-color: #399c28;
      border-radius: 25px;
      transition: all 0.3s ease;
    }

    .btn-outline-primary:hover {
      background-color: #399c28 !important;
      color: #fff !important;
    }
/* services ends */




/* services starts */
     /* Section Background */
    section.scribe-services {
      background-color: #f9f9f9;
    }

    /* Section Heading */
    .scribe-services h3 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #399c28;
    }

    .scribe-services p {
      font-size: 1rem;
      color: #555;
    }


    .why-choose-us {
  background: url('assets/background-dots.png') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}

.why-choose-us ul {
  padding-left: 0;
  list-style: none;
}

.why-choose-us li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #333;
}

.why-choose-us li i {
  color: #53a730 !important;
  margin-right: 8px;
}

.why-choose-us .stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc !important;
}

.why-choose-us .stat-box {
  flex: 1;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid #ccc !important;
}

.why-choose-us .stat-box:first-child {
  border-left: none;
}

.why-choose-us .stat-box h4 {
  color: #53a730 !important;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.why-choose-us .stat-box p {
  font-weight: 600;
  color: #333;
}

.why-choose-us img {
  
    height: 355px;
    max-width: 100%;
    border-radius: 16px;
}

    section.reliable-convenience-section {
      background-color: #f9f9f9;
    }

    .reliable-convenience-section p {
      font-size: 1rem;
      color: #555;
    }


    .service-box {
      border-left: 5px solid #0dcaf0;
      padding-left: 15px;
      margin-bottom: 25px;
      background: #f8f9fa;
      padding: 20px;
      border-radius: 8px;
    }
    .service-box h5 {
      color: #0d6efd;
    }


    .specialty-icon {
      color: #0dcaf0;
      font-size: 1.3rem;
      margin-right: 8px;
    }
    .specialty-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

   .gogole-image img {
    display: block !important;
     width: 40px !important; 
    }
    .person-image img {
    display: block !important;
     width: 40px !important;
    }

     /* credentialing hero section starts */
.credentialing-hero-section {
  position: relative;
  /* height: 100vh; */
  /* background: url('../assets/credentialing-hero.png') no-repeat center center/cover; */
   background: 
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
    url('../assets/credentialing-hero.png') no-repeat center center/cover;
  padding: 60px 0; /* reduced height */
}

.credentialing-hero-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Transparent black */
  z-index: 0;
}

.credentialing-hero-section h1 {
  font-size: 2.5rem;
  color: #000;
}

.credentialing-hero-section .text-primary {
  color: #009fe3 !important;
}

.credentialing-hero-section p {
  font-size: 1rem;
  color: #222;
}

.credentialing-hero-section .btn-primary {
  background-color: #004aad;
  border: none;
  font-weight: 600;
}
/* credentialing hero section ends */

/* generic backgrond section starts */
.info-section {
  background-color: #f0f6fa;
  padding: 60px 0;
}
/* scribe-align-offer starts */
.scribe-align-offer {
  padding: 60px 20px;
  background-color: #eaf2f9;
  text-align: center;
}
.scribe-align-offer .section-subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  color: #333;
}

.scribe-align-offer .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.scribe-align-offer .card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  padding: 30px 20px;
  width: 220px;
  text-align: center;
}

.scribe-align-offer .icon {
  font-size: 32px;
  color: #00b3ff;
  margin-bottom: 10px;
}

.scribe-align-offer .card h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #000;
}

.scribe-align-offer .section-description {
  max-width: 800px;
  margin: 0 auto;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
/* scribe-align-offer ends */
/* scribe-difference-section starts */
.scribe-difference-section {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  color: #222;
}

.scribe-difference-container {
  max-width: 1100px;
  margin: 0 auto;
}

.scribe-difference-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.scribe-difference-text a {
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
}

.scribe-difference-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
}

.scribe-difference-block {
  flex: 1 1 45%;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.scribe-icon-number {
  width: 60px;
  height: 60px;
  background: #00aaff;
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transform: rotate(45deg);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.scribe-icon-number span {
  transform: rotate(-45deg);
}

.scribe-difference-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #0a3970;
  margin-bottom: 10px;
  text-align: center;
}

.scribe-list-title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0a3970;
}

.scribe-list {
  list-style: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
}

.scribe-list li::before {
  content: "➤";
  color: #00aaff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* scribe-difference-section ends */

/* scribe-specialties-section starts */

.scribe-specialties-section {
  background-image: url('../assets/background-dots.png'); /* ← Replace with your actual path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  color: #222;
}

.scribe-specialties-container {
  max-width: 1100px;
  margin: 0 auto;
}

.scribe-specialties-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.scribe-specialties-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 30px;
}

.scribe-specialties-list {
  list-style: none;
  padding: 0;
  flex: 1 1 45%;
}

.scribe-specialties-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.scribe-specialties-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #00aaff;
}


.owl-carousel .item {
  transition: all 0.3s ease;
}
.owl-carousel .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


.google-badge {
  width: 24px;
  height: 24px;
  margin-top: 4px;
}

.testimonial-img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1 / 1;          /* Enforces square shape */
  object-fit: cover;            /* Maintains proportions inside the square */
  border-radius: 50%;           /* Makes it circular */
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


/* specialties-section starts */

.specialties-section {
  /* background: #f4f7fd;
  padding: 70px 0; */
  background-color: #f9f9f9;
  padding: 3rem 0;
}

.section-header .subtitle {
  color: #5a8dee;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-header h2 {
  font-weight: 700;
  font-size: 36px;
  /* color: #1f2b4d; */
  margin-top: 10px;
}


/* ============ */

/* Section Heading */
/* .services-section h2,
.services-section .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #399c28 !important;
} */

.specialties-section p {
  font-size: 1rem;
  color: #555 !important;
}

/* Service Card */
/* .service-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
} */

/* .service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-5px);
} */

/* Card Title */
.specialties-section .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c6ed1 !important;  /* ✅ Updated */
}
/* ============ */

.specialty-card {
  background: #f1f2f6;
  border-radius: 14px;
  padding: 35px 25px;
  text-align: center;
  transition: 0.25s ease;
  height: 100%;
}
.specialty-card .card-text {
  font-size: 0.95rem;
  color: #333 !important; /* ✅ Confirmed */
}

.specialty-card:hover {
  transform: translateY(-5px);
  /* background: #ffffff; */
  background: #5a8dee;
  
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.06); */
box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  
}

.icon-circle {
  width: 72px;
  height: 72px;
  background: #e7efff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.icon-circle i {
  font-size: 28px;
  color: #5a8dee;
}

.specialty-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f2b4d;
}

.specialty-card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}
/* specialty Ends */

/* Animation starts */
.animate {
  opacity: 0;
  transition: all 0.8s ease;
}

/* Default position */
.from-left { transform: translateX(-60px); }
.from-right { transform: translateX(60px); }
.from-top { transform: translateY(-60px); }
.from-bottom { transform: translateY(60px); }

/* When visible */
.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* Delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
/* Animation ends */

/* scribe-specialties-section ends */
/* generic backgrond section ends */
  /* services introduction section ends */
  @media (max-width: 767.98px) {
    /* hero section starts */
    .hero-section h1 {
      font-size: 1.8rem;
    }
      /* hero section ends */
    .mega-menu .row {
      flex-direction: column;
    }
      
  }
