* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Saira Semi Condensed", Arial, Helvetica, sans-serif;
}

/* navbar  */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  z-index: 1000;
}
ul.dropdown-menu.show a {
    color: #000 !important;
}
.sendToPdfFiller{
     display: none !important;
}
.navbar-nav li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  /* padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease; */
}

.container.headercontainer {
  max-width: 1320px;
  margin: auto;
}

select.form-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #0d254d;
    border-radius: 25px;
    outline: none;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none;
}
nav.navbar.navbar-expand-lg {
    padding: 0px !important;
}
a.navbar-brand {
    padding: 0px !important;
}

#navbarNav {
  justify-content: space-around;

}

.navbar-contact-container {
  display: flex;
  gap: 10px;
}

.navbar-logo {
    max-width: 100%;
    margin-right: 10px;
    width: 110px;
}

.headercontainer a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}



.navbar-contact {
  display: flex;
  align-items: center;
}

.navbar-mail {
  display: flex;
  align-items: center;
}

.call-content a {
  text-decoration: none;
}

.mail-content a {
  text-decoration: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.logo-heading {
  text-align: center;
  margin: 0;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 4px;
}

.heading-text {
  margin: 0;
  font-size: 10px;
  font-weight: 200;
  /* line-height: 13px; */
  color: #4fbdc8;
}


.call-content a,
.mail-content a {
  word-break: break-word;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #fff;
  text-decoration: underline;
}

.nav-item .nav-link.active {
  text-decoration: underline;
  text-decoration-color: white;
}

/* hero-section  */

.hero-section {
  /* background: url('../Images/slider-mainbg.jpg') center/cover no-repeat; */
  color: #fff;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  /* max-width: 1320px;
    margin: auto; */
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-top: 65px;
}

.service-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 1rem;
}

.clinic-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.breadcrumb {
  align-items: center;
}

.breadcrumb {
  --bs-breadcrumb-divider: '';
}

/* Add custom circle as divider */
.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #4fbdc8;
  border-radius: 50%;
  margin: 5px 10px 0 10px;
  vertical-align: middle;
}


.carousel-control-prev {
  left: -70px;
  top: -70px;
}

.carousel-control-next {
  right: -70px;
  top: -70px;
}

/* .carousel-inner {
  max-width: 1000px;
  margin: auto;
} */

.f-40 {
  font-size: 45px;
  line-height: 55px;
}

/* section cta  */

.cta-section {
  background-image: url(../Images/bg-patten-new.png);
  color: #fff;
  padding-top: 80px;
  text-align: left;
}

.cta-content {
  max-width: 500px;
  margin: auto;
}

.cta-section h6 {
  font-size: 12px;
  font-family: Nunito, sans-serif;
  color: #2b95c6;
  letter-spacing: 1px;
}

.cta-section h3 {
  margin-top: 10px;
  font-size: 45px;
  font-family: Nunito, sans-serif;
  color: #f5f3ed;
}

.cta-section p {
  margin: 20px 0;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  color: #f5f3ed;
  letter-spacing: .3px;
  line-height: 25px;
}

.cta-section .btn {
  margin-top: 20px;
  background-color: #f36b35;
  color: white;
  padding: 15px 35px;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.cta-section .btn:hover {
  background-color: #e76d1c;
  color: white;
}

/* .hero-img {
    max-width: 400px;
    margin-top: 20px;
} */


.testimonial-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 2rem;
  margin: 1rem 0;
}

.btn-primary {
  background-color: #003366;
  border: none;
  border-radius: 0px;
  padding: 12px 25px;
  font-size: 15px;
}


/* specialty-card  */

.services-container {
  max-width: 1300px;
  margin: auto;
}

.specialty-card {
  position: relative;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: box-shadow 0.2s;
  min-height: 210px;
  gap: 5px;
}

/* .specialty-card{
  transform: scale(1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
} */

.specialty-card:hover {
  
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
}

.specialty-img {
  width: 55px;
  height: 50px;
  margin-right: 1rem;
  margin-bottom: 0;
  flex-shrink: 0;
  align-self: flex-start;
}

.specialty-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.specialty-title {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #183153;
}

.specialty-list {
  padding: 0;
  margin-bottom: 0;
  color: #9b8d9b;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.arrow-icon {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  font-size: 1.3rem;
  color: #6ec6ca;
  transform: rotate(45deg);
}

.specialty-list li {
  list-style: none;
}

/* locations  */

.clinic-section {
  padding: 60px 20px;
  font-family: 'Nunito', sans-serif;
  max-width: 1300px !important;
  margin: auto;
}

.clinic-1 p {
  font-size: 18px;
  color: #5c7894;
}

/* .clinic-1 h1 , h6{
    font-family: Nunito, sans-serif;
  } */

.clinic-1 h6 {
  color: #5c7894;
}

/* .clinic-1 .feature-list li{
    font-family: Nunito, sans-serif;
  } */

/* clinic 2  */


.clinic-2 p {
  font-family: 'Nunito', sans-serif;
  /* Use Nunito as in your previous code */
  color: #385d77;
  font-size: 18px;
  /* color: #5c7894; */
}

/* .clinic-2 h1 , h6{
  font-family: Nunito, sans-serif;
} */

.clinic-2 h6 {
  color: #5c7894;
}

/* .clinic-2 .feature-list li{
  font-family: Nunito, sans-serif;
} */

.location-2 {
  flex-direction: row-reverse;
  margin-top: 100px;
}

.location-1 {
  margin-top: 100px;
}

/* .feature-list li{
    font-size: 16px;
    font-weight: 600;
  } */

.feature-list .location-list {
  display: flex;
  align-items: baseline;
}

.feature-list .location-list p {
  color: #003060;
  font-size: 18px;
  font-weight: 600;
}

.clinic-contact-top {
  gap: 20px;
  align-items: center;
  flex-wrap: nowrap;
}

.clinic-contact {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* .clinic-contact{
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  } */


.contact-icon {
  color: #06b6d4;
  font-size: 1.2rem;
  margin-right: 8px;
}

.contact-para {
  font-size: 1rem;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none !important;
}

.contact-mail {
  color: #000 !important;
  text-decoration: none !important;
}

.highlight {
  color: #0d6efd;
  font-weight: 500;
}

.feature-list i {
  color: #4fbdc8;
  margin-right: 10px;
  font-size: 20px;
}

.referral-btn-big {
  background-color: #003060;
  color: #fff;
  font-weight: 500;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  height: 100px;
  align-items: center;
}

.referral-btn {
  background-color: #003060;
  color: #fff;
  font-weight: 500;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  /* height: 100px;
    align-items: center; */
}

.referral-btn:hover {
  background-color: #0a024e;
}

.clinic-buttons a {
  text-decoration: none;
}

.referral-btn-big:hover {
  background-color: #0a024e;
}

.action-btn {
  background-color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #5c7894;
  font-family: Nunito, sans-serif;
  text-align: center;
}

.action-btn:hover {
  background-color: #f1f1f1;
}

.shape-1 {
  width: 100px;
  margin-bottom: 50px;
  animation: zoomInOut 2s ease-in-out infinite;
}

.shape-2 {
  transform: scale(1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.shape-2:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* minor hover shadow */
}



/* Keyframes for zoom animation */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}


/* .testimonial  */

.testimonial-section {
  font-family: Nunito, sans-serif;
}

.testimonial-card {
  border-radius: 10px;
  padding: 3rem 8rem 3rem 3rem;
  position: relative;
  background: #E6F6F5;
  box-shadow: 0px -10px 0px 0px #B3D5D3 inset;
  margin: 0;
  color: gray;
}

.testimonial-stars {
  color: gold;
  margin-bottom: 1rem;
}

.testimonial-quote {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #5b605f;
}

.testimonial-author {
  font-weight: bold;
  color: #000;
}

.testimonial-role {
  font-size: 0.6rem;
  margin-top: 5px;

}

.quote-icon {
  width: 100px;
  position: absolute;
  bottom: 50px;
  right: 30px;
}

.profile-img {
  max-width: 200px;
  border-radius: 10px;
}

.testimonial-section {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-arrow button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border: 0;
}
.testimonial-arrow button:hover {
background-color: #e76d1c;
color: #fff;
}

/* booking  */

.booking-section {
  background: url(../Images/bg-2.jpg) center/cover no-repeat;
  font-family: Nunito, sans-serif;
}

.booking-container {
  max-width: 1100px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.booking-header {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}

.booking-call a,
.booking-calender a {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.divider-line {
  width: 1px;
  height: 150px;
  background-color: #c5c3c3;
}

/* footer  */

.footer {
  background-color: #1e2746;
  padding: 40px 20px;
  font-family: Nunito, sans-serif;
}

.footer a {
  color: #f6fbff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h6 {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer p {
  margin: 0 0 10px;
  color: #aaadb8;
}

.footer-section {

  padding: 5px 20px;
  background-color: #252e47;
  font-family: Nunito, sans-serif;
}

.footer-bottom {
  /* border-top: 1px solid #334; */
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 150px;
}

.footer-section p {
  color: #aaadb8;
}

.footer-bottom a {
  color: #ccc;
  /* margin-left: 15px; */
  text-decoration: none;
}

.highlight {
  color: #f6fbff;
  ;
}




/* responsive  */




@media (max-width: 768px) {


  /* Navbar */

  .navbar {
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }


  .navbar-toggler {
    border-color: white;
  }

  .navbar-brand {
    flex-direction: row;
    gap: 8px;
  }

  .navbar-logo {
   
            max-width: 100%;
      
        width: 70px;
  }

  .logo-heading {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .heading-text {
    font-size: 9px;
    line-height: 12px;
  }

  .navbar-contact-container {
    /* flex-direction: column;
      align-items: flex-start; */
    justify-content: center;
    text-align: left;
    gap: 6px;
    margin-top: 10px;
  }

  .navbar-contact,
  .navbar-mail {
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }

  .call-content a,
  .mail-content a {
    font-size: 14px;
    word-break: break-word;
  }

  #navbarNav {
    justify-content: center;
    text-align: center;
  }

  .navbar-nav li a {
    font-size: 14px;
    padding: 8px 12px;
    display: block;
  }

  .headercontainer a {
    font-size: 14px;
  }

  /* hero-section  */

  .hero-section {
    min-height: 400px;
    padding: 20px;
    background-position: center top;
    
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
  }

  .hero-content {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .clinic-img {
    height: 150px;
    border-radius: 6px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 10px;
    justify-content: center;
  }

  .carousel-control-prev {
    left: -15px;
  }

  .hero-btn {
    text-align: center;
    margin-bottom: 20px;
  }

  .carousel-control-next {
    right: -15px;
  }

  .carousel-inner {
    max-width: 100%;
    /* margin: 0 10px; */
  }

  .f-40 {
    font-size: 28px;
    line-height: 38px;
  }

  /* specification */

  .specialty-card {
    flex-direction: column;
    padding: 15px;
    min-height: auto;
    text-align: center;
    align-items: center;
  }

  .specialty-img {
    margin: 0 auto 10px;
    width: 45px;
    height: 45px;
  }

  .specialty-content {
    align-items: center;
  }

  .specialty-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .specialty-list {
    font-size: 0.9rem;
  }

  /*  location */

  .clinic-section {
    padding: 40px 15px;
  }

  .clinic-1 h1,
  .clinic-2 h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .clinic-1 h6,
  .clinic-2 h6 {
    font-size: 1rem;
  }

  .clinic-1 p,
  .clinic-2 p {
    font-size: 14px;
    line-height: 22px;
  }

  .clinic-contact-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .feature-list .location-list {

    align-items: flex-start;
    gap: 10px;
  }

  .feature-list .location-list p {
    font-size: 14px;
  }

  .clinic-contact-top {
    flex-direction: column;
    text-align: start;
  }

 

  .referral-btn,
  .action-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 12px;
  }

  .referral-btn-big {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    height: 50px;
  }

  .shape-1 {
    width: 100px;
    margin-bottom: 30px;
  }

  .location-2 {
    flex-direction: column !important;
  }

  .clinic-image {
    text-align: center !important;
  }


  /* section-cta */

  .cta-section {
    padding: 50px 20px 0px 20px;
    text-align: center;
  }

  .cta-content {
    max-width: 100%;
  }

  .cta-section h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .cta-section h6 {
    font-size: 11px;
  }

  .cta-section p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }

  .cta-section .btn {
    padding: 12px 25px;
    font-size: 14px;
    width: auto;
  }

  .hero-img {
    margin-top: 30px;
    max-width: 200px;
  }



  /* Testimonial */

  .testimonial-card {
    padding: 2rem 1.5rem;
    font-size: 1rem;
  }

  .testimonial-quote {
    font-size: 1rem;
    line-height: 1.5;
  }

  .quote-icon {
    width: 60px;
    bottom: 20px;
    right: 15px;
  }

  .profile-img {
    max-width: 100px;
    margin-top: 20px;
  }

  .testimonial-section {
    padding: 0 15px;
  }

  .testimonial-arrow {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .testimonial-arrow button {
    width: 30px;
    height: 30px;
  }

  /* booking */

  .booking-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .booking-call a,
  .booking-calender p {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
  }

  .divider-line {
    display: none;
  }

  .booking-header {
    font-size: 20px;
    text-align: center;
  }


  /*  footer */

  .footer {
    text-align: left;
    padding: 30px 15px;
  }

  .footer .row>div {
    margin-bottom: 30px;
  }

  .footer h6 {
    font-size: 16px;
  }

  .footer p,
  .footer a {
    font-size: 14px;
    line-height: 22px;
  }

  .footer .row .col-md-4 {
    width: 100%;
  }

  .footer .row .col-md-4 .row .col-6 {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .text-md-end {
    text-align: center !important;
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom a {
    margin-left: 0;
    margin-right: 10px;
  }

}

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #0d254d;
  background-color: #fff;
  line-height: 1.6;
} */

/* Header */
header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

header nav ul li a {
  text-decoration: none;
  color: #0d254d;
  font-weight: 600;
  font-size: 14px;
}

.btn-call {
  background: #f26b3a;
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

/* Main Section */
.referral-section {
  max-width: 1200px;
  margin: 30px auto;
  /* padding: 120px 20px 50px 20px; */
  display: grid;
  padding: 40px 20px;
  grid-template-columns: 50% 50%;
  font-family: 'Open Sans', sans-serif;
  color: #0d254d;
  background-color: #fff;
  line-height: 1.6;
}

.referral-section h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

.referral-section p {
  color: #444;
  margin-bottom: 8px;
}

.referral-section p a {
  color: #f26b3a;
  text-decoration: underline;
}

.contact-info,
.locations {
  margin: 20px auto;
}

.contact-info h3,
.locations h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.locations ul {
  list-style: none;
  padding: 0;
}

.locations ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

/* Form */

.form-group {
  margin-bottom: 18px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.sub-label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
  color: #0d254d;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #0d254d;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}

textarea {
  border-radius: 12px;
  resize: vertical;
}

.two-inputs {
  display: flex;
  /* justify-content: space-between; */
  gap: 15px;
}

.input-box {
  width: 50%;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  margin: 10px 0;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 6px;
}

h4 {
  font-size: 16px;
  margin-top: 20px;
}

hr {
  border: 0;
  border-bottom: 1px solid #0d254d;
  margin: 10px 0 15px;
}

.section-title {
  font-weight: bold;
  font-size: 14px;
  ;
}

.note {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.btn-submit {
  display: inline-block;
  background: #0d254d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background: #1b3d70;
}

button.btn-submit {
  margin-top: 20px;
}

.intro {
  background-color: #1e2746;
  text-align: center;
  padding: 120px 20px 40px 20px;
  /* margin-top: 84px; */
  color: #fff;
}

.intro h1 {
  /* color: #002c5f; */
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}



.intro p {
  font-size: 18px;
  margin: 5px 0;
}

@media (max-width: 767px) {
  .intro h1 {
    font-size: 28px;  /* Adjust font size for mobile screens */
    margin-bottom: 6px;  /* Reduce margin for mobile screens */
  }
  .intro p {
    font-size: 14px;
    margin: 5px 0;
  }
}

.section {
  padding: 40px 20px;
  background: #f9f9f9;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
}

.card h3 {
  margin: 10px 0 5px;
  color: #002c5f;
}

.card p {
  font-size: 14px;
  margin: 5px 0;
}

.cta {
  background: #c1e7f7;
  /* color: #fff; */
  text-align: center;
  padding: 40px 20px;
  
}

.cta h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* .btn {
  display: inline-block;
  padding: 12px 24px;
  background: #ff6b35;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s;
} */

.btn:hover {
  background: #e85c2e;
  color: #fff;
}

.small {
  font-size: 12px;
  color: #555;
}


.hero {
  background-color: #1e2746;
  color: #fff;
  text-align: center;
  padding: 120px 20px 40px 20px;
}

.hero h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}



.hero h2 {
  font-weight: normal;
  font-size: 22px;
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: 28px;  
    margin-bottom: 6px;  
  }
  .hero h2 {
    font-size: 16px;
    margin: 5px 0;
  }
}

.info {
  background-color: #eef4f0;
  color: #002c5f;
  padding: 50px 20px;
  text-align: center;
}

.info p {
  font-size: 18px;
  margin: 20px auto;
  max-width: 800px;
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background-color: #fff;
}

.services .text {
  flex: 1 1 400px;
  padding: 20px;
}

.services .text h3 {
  color: #002c5f;
  font-size: 24px;
  margin-bottom: 20px;
}

.services .text ul {
  padding-left: 20px;
}

.services .text ul li {
  margin-bottom: 8px;
  color: #333;
}

.services .image {
  flex: 1 1 400px;
  padding: 20px;
}

.services .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* .footer {
  background-color: #002c5f;
  color: white;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer div {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer p,
.footer a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
}

.footer a:hover {
  text-decoration: underline;
} */

.highlight {
  color: #f26522;
  font-weight: bold;
}

@media (max-width: 768px) {
  .services {
    flex-direction: column;
  }
}

.cardio-hero {
  background-color: #1e2746;
  color: white;
  text-align: center;
  padding: 120px 20px 40px 20px;
}

.cardio-hero h1 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
}

.cardio-hero p {
  font-size: 22px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .cardio-hero h1  {
    font-size: 28px;  /* Adjust font size for mobile screens */
    margin-bottom: 6px;  /* Reduce margin for mobile screens */
  }
  .cardio-hero p{
    font-size: 14px;
    margin: 5px 0;
  }
}

.cardio-description {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}

.cardio-description p {
  margin-bottom: 20px;
}

.cardio-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
  padding: 0 20px 60px;
  max-width: 1200px;
  align-items: center;
}

.cardio-image {
  flex: 1 1 400px;
  text-align: center;
}

.cardio-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.cardio-info {
  flex: 1 1 300px;
  /* background-color: #d6f1f9; */
  padding: 20px;
  border-radius: 8px;
}

.cardio-info h3 {
  margin-top: 0;
  font-size: 20px;
}

.cardio-info ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cardio-info li {
  font-size: 16px;
  margin-bottom: 10px;
}

.cardio-info a {
  color: #cc0000;
  text-decoration: none;
}

.cardio-button {
  display: inline-block;
  background-color: #f26322;
  color: #fff !important;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cardio-button:hover {
  background-color: #d95010;
}

@media (max-width: 768px) {
  .cardio-services-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

.echocardiogram{
  font-family: 'Nunito', sans-serif;
  /* color: #0d254d; */
  /* background-color: #fff; */
  /* line-height: 1.6; */
}

.about-us{
  font-family: 'Nunito', sans-serif;
}

.echo-hero, .referral-hero {
  background-color: #1e2746;
  color: #ffffff;
  text-align: center;
  padding: 140px 20px 40px 20px;
}

.echo-hero h1 ,.referral-hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .echo-hero h1 , .referral-hero h1 {
    font-size: 28px;  /* Adjust font size for mobile screens */
    margin-bottom: 6px;  /* Reduce margin for mobile screens */
  }
  
}

.echo-description {
  margin: 0 auto;
  padding: 50px 100px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}

.echo-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 20px;
}

.echo-text {
  flex: 1 1 500px;
  font-size: 16px;
  line-height: 1.6;
}

.echo-text h3 {
  /* color: #f26322; */
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.echo-text strong {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.echo-text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.echo-text ul li {
  margin-bottom: 10px;
}

.echo-image {
  flex: 1 1 350px;
  text-align: center;
}

.echo-image img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

.echo-button {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #f26322;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.echo-button:hover {
  background-color: #d95010;
}

@media (max-width: 768px) {
  .echo-section {
    flex-direction: column;
    align-items: center;
  }
}

  @media (max-width: 768px) {
    .echo-description {
      padding: 30px 20px; /* Reduce padding on smaller screens */
      font-size: 16px; /* Adjust font size for readability */
    }

  .echo-text,
  .echo-image {
    text-align: left;
  }

  .echo-text {
    padding: 0 10px;
  }
}


.echocardiogram .ecg-hero {
  background-color: #1e2746;
  color: #ffffff;
  text-align: center;
  padding: 120px 20px 40px 20px;
}

.echocardiogram .ecg-hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}

.echocardiogram .ecg-hero p {
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .echocardiogram .ecg-hero h1 {
    font-size: 28px;  /* Adjust font size for mobile screens */
    margin-bottom: 6px;  /* Reduce margin for mobile screens */
  }
  .echocardiogram .ecg-hero p {
    font-size: 14px;
    margin: 5px 0;
  }
}

.echocardiogram .services-title {
  text-align: center;
  padding: 40px 20px 20px;
  font-size: 28px;
  font-weight: bold;
  color: #103a61;
}

.echocardiogram .ecg-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.echocardiogram .ecg-box {
  flex: 1 1 300px;
  background-color: #ffffff;
  padding: 20px;
  /* border-top: 3px solid #f26322; */
}

.echocardiogram .ecg-box h3 {
  font-size: 16px;
  font-weight: bold;
  /* color: #8b0000; */
  border-bottom: 1px solid #1e2746;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.echocardiogram .ecg-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

@media (max-width: 768px) {
  .echocardiogram .ecg-columns {
    flex-direction: column;
    padding: 10px;
  }
}



.stress{
  font-family: 'Nunito', sans-serif;
}

.stress-echocardiogram .section-title {
  color: white;
  text-align: center;
    background-color: #1e2746;
    padding: 120px 20px 40px 20px;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .stress-echocardiogram .section-title {
    font-size: 28px;  /* Adjust font size for mobile screens */
   
  }

}

.stress-echocardiogram .intro-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
}

.stress-echocardiogram .intro-section p {
  font-size: 18px;
  color: #0f3c64;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

div#yui_3_17_2_1_1753689528081_78 {
  background: #fff;
}

.stress-echocardiogram .content-section {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 20px;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.stress-echocardiogram .text-content {
  flex: 1 1 400px;
  color: #0f3c64;
  max-width: 600px;
}

.stress-echocardiogram .text-content h4 {
  /* color: #e85c33; */
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.stress-echocardiogram .text-content strong {
  display: block;
  margin: 20px 0 10px;
}

.stress-echocardiogram .text-content ul {
  padding-left: 20px;
}

.stress-echocardiogram .text-content li {
  margin-bottom: 8px;
}

.stress-echocardiogram .image-content {
  flex: 1 1 350px;
}

.stress-echocardiogram .image-content img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.stress-echocardiogram .bottom-section {
  background-color: #c1e7f7;
  padding: 50px 20px;
  text-align: center;
}

.stress-echocardiogram .bottom-section strong {
  color: #0f3c64;
  font-size: 30px
}

.stress-echocardiogram .cta-button {
  background-color: #f15a29;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.stress-echocardiogram .cta-button:hover {
  background-color: #d94f22;
}


.stress-hero {
      background-color: #08345f;
      color: white;
      padding: 80px 20px;
      text-align: center;
    }
    .stress-hero h1 {
      margin: 0;
      font-size: 40px;
      font-weight: bold;
    }

    .stress-description {
      background-color: #a3d5e1;
      padding: 40px 20px;
      text-align: center;
      font-size: 1.125em;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto;
    }

    .stress-main {
      background-color: #a3d5e1;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1100px;
      padding: 40px 20px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .stress-text {
      flex: 1 1 50%;
      padding-right: 40px;
      box-sizing: border-box;
    }
    .stress-text h3 {
      color: #f25c05;
      margin: 0 0 10px;
      font-size: 1.5em;
    }
    .stress-text p {
      margin: 1em 0 0.5em;
      line-height: 1.6;
    }
    .stress-text ul {
      margin: 0.5em 0 1em 1.2em;
      padding: 0;
      list-style-type: disc;
      line-height: 1.6;
    }

    .stress-image {
      flex: 1 1 40%;
      display: flex;
      justify-content: center;
      margin-top: 20px;
      box-sizing: border-box;
    }
    .stress-image img {
      width: 100%;
      max-width: 450px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .stress-button-wrapper {
      background-color: #a3d5e1;
      padding-bottom: 60px;
      text-align: center;
    }
    .stress-btn {
      display: inline-block;
      margin-top: 30px;
      background-color: #f25c05;
      color: white;
      padding: 16px 32px;
      font-size: 1em;
      font-weight: bold;
      border: none;
      border-radius: 30px;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .stress-btn:hover {
      background-color: #d94f04;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .stress-main {
        flex-direction: column;
      }
      .stress-text {
        padding-right: 0;
      }
      .stress-image {
        margin-top: 30px;
      }
    }

    section#general-internal {
    padding: 50px 100px;
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
  section#general-internal {
    padding: 40px 30px;  /* Adjust padding for tablets */
  }
}

.rheumatology-hero-section {
  background-color: #1e2746;
  color: white;
  text-align: center;
  padding: 120px 20px 40px 20px;
}

.hero-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 1.25em;
  margin-bottom: 30px;
}

.hero-cta-button {
  background-color: #f55f2e;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.hero-cta-button:hover {
  background-color: #d9481f;
}

/* Specialized Treatment Section */
.rheumatology-specialized-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2em;
  color: #0b2e65;
}

.treatment-area-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.treatment-column {
  flex: 1 1 250px;
  max-width: 300px;
  text-align: left;
}

.treatment-title {
  color: #0b2e65;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.treatment-list {
  list-style: disc;
  padding-left: 20px;
}

/* Approach Section */
.rheumatology-approach-section {

  padding: 60px 20px;
  text-align: center;
}

.approach-list {
  max-width: 800px;
  margin: 20px auto 0 auto;
  text-align: left;
  padding-left: 20px;
}

/* Why Choose Section */
.rheumatology-whychoose-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .rheumatology-whychoose-section , .rheumatology-approach-section , .rheumatology-specialized-section{
    padding: 40px 20px;  /* Adjust padding for tablets */
  }
  .treatment-area-grid{
    justify-content: start;
  }
}


.whychoose-list {
  max-width: 800px;
  margin: 20px auto 0 auto;
  text-align: left;
  padding-left: 20px;
}

.gastro-hero-section {
    background-color: #1e2746;
    color: white;
    text-align: center;
    padding: 120px 20px 40px 20px;
}

.gastro-hero-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.gastro-hero-subtitle {
  font-size: 1.25em;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #f55f2e;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #d9481f;
}

/* Intro */
.gastro-intro-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
}

.gastro-intro-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.05em;
}

/* Info Boxes */
.gastro-info-section {
  padding: 60px 20px;
  background-color: white;
}

.gastro-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

.gastro-info-box {
  flex: 1 1 400px;
  max-width: 500px;
}

.gastro-info-title {
  color: #0b2e65;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.gastro-info-list {
  padding-left: 20px;
}

/* Services Grid */
.gastro-services-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.section-heading {
  font-size: 2em;
  color: #0b2e65;
  margin-bottom: 30px;
}

.gastro-services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.gastro-service-column {
  flex: 1 1 250px;
  max-width: 300px;
  text-align: left;
}

.gastro-service-column h3 {
  color: #0b2e65;
  font-size: 1.2em;
}

.gastro-holistic-note {
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

/* Doctors Section */
.gastro-doctors-section {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.gastro-doctors-content {
  max-width: 800px;
  margin: 0 auto;
}

/* Contact Section */
.gastro-contact-section {
  background-color: #c1e7f7;
  /* color: white; */
  text-align: center;
  padding: 60px 20px;
}

.gastro-contact-text {
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 1.05em;
}





.button-group {
  margin-top: 20px;
}

.btn {
  padding: 12px 24px;
  margin: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.btn-primary {
  background: #f55f2e;
  color: white;
}

.btn-outline {
  border: 2px solid #f55f2e;
  
}

/* Benefits */

.holter{
  font-family: 'Nunito', sans-serif;
}

.holter-hero {
  background-color: #1e2746;
  padding: 120px 20px 40px 20px;
  text-align: center;
}

.holter-hero-content h1{
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}

.holter-hero-content p{
  color: #fff;
}

@media (max-width: 767px) {
  .holter-hero-content h1 {
    font-size: 28px;  /* Adjust font size for mobile screens */
    margin-bottom: 6px;  /* Reduce margin for mobile screens */
  }

  .holter-hero-content p {
    font-size: 14px;
    margin: 5px 0;
  }
}

.holter-benefits {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 100px;
  background: #fff;
  text-align: center;
  gap: 20px;
}

.benefit-box {
  flex: 1 1 200px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.faq-section {
  padding: 60px 100px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f9f9f9;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #0b2e65;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.1em;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #0b2e65;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  padding: 0 15px 15px 15px;
  display: none;
  color: #333;
}

.faq-answer.show {
  display: block;
}

.benefit-box {
  flex: 1 1 200px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 20px;  /* Adjust padding for smaller screens */
    background: #a9d6e5; /* Keep the same background */
  }
  .benefit-box {
    flex: 1 1 100%;  /* Make each box take full width on tablets */
    padding: 15px;   /* Adjust padding for smaller screens */
  }

}

@media (max-width: 480px) {
  .faq-section {
    padding: 30px 10px;  /* Further adjust padding for very small screens */
    background: #f9f9f9; /* Keep the same background */
  }
  .benefit-box {
    flex: 1 1 100%;  /* Ensure full width on very small screens */
    padding: 10px;   /* Reduce padding for smaller devices */
  }

}

/* Accordion */
.holter-accordion-section {
  background: #f9f9f9;
  padding: 60px 20px;
}

.accordion-item {
  border-bottom: 1px solid #1a2a4f;
  margin-bottom: 10px;
}

.accordion-toggle {
  background: transparent;
  border: none;
  font-size: 1.1em;
  width: 100%;
  text-align: left;
  padding: 15px;
  cursor: pointer;
  outline: none;
  color: #0b2e65;
}

.accordion-content {
  display: none;
  padding: 0 15px 15px 15px;
}

.accordion-toggle.active + .accordion-content {
  display: block;
}

.accordion-toggle::after {
  content: '+';
  float: right;
}

.accordion-toggle.active::after {
  content: '-';
}

/* Instructions */
.holter-instructions {
  background: #f9f9f9;
  padding: 60px 100px;
}


.instructions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Physicians */
.holter-physicians {
  background: #f1f8fb;
  padding: 60px 100px;
}

.physicians-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

@media (max-width: 768px) { 
  .holter-instructions, .holter-physicians {
 padding: 30px 10px;  /* Adjust padding for mobile screens */
}
}

/* CTA */
.holter-cta {
  background: #c1e7f7;
  text-align: center;
  padding: 60px 20px;
}


/* ********************* 31- july- 2025 **************************** */



main.cardiology {
  font-family: 'Nunito', sans-serif;
  color: #0d254d;
  background-color: #fff;
  line-height: 1.6;
}

main.cardiology-lab{
  font-family: 'Nunito', sans-serif;
  color: #0d254d;
  background-color: #fff;
  line-height: 1.6;
}
/*  */

.container-wrap .flex-card{
      justify-content: space-between;
    gap: 20px;
    display: flex;
}
.container-wrap .flex-card .specialty-card{
      padding: 20px 15px;
          width: 20%;
          gap: 5px;
          min-height: 225px;
}
.container-wrap .flex-card .specialty-img{
  width: 40px;
  height: 40px;
  margin-right: 0rem;
}
/*  */

@media (max-width: 991px) {
  .container-wrap .flex-card{
    flex-wrap: wrap;
  }
.container-wrap .flex-card .specialty-card{

width: 45%;
}
}
@media (max-width: 768px) {
  .container-wrap .flex-card .specialty-card{

width: 48%;
gap: 10px;
}
  .referral-section {
    grid-template-columns: 1fr; 
    padding: 60px 10px 30px 10px; 
  }

  .two-inputs {
    flex-direction: column;
  }
  .input-box{
    width: 100%;
  }

  .sub-label {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width:576px){
    .container-wrap .flex-card .specialty-card{

width: 100%;
}
}
/* @media (min-width:2000px) {
  .container-wrap .container-fluid{
    max-width: 1300px;
  }
} */