@import url("responsive.css");
@import url("customclasses.css");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  /* background: red; */
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: "nexa";
  src: url("../font/Nexa-Book.ttf") format("truetype");
  font-weight: 800;
  /*font-style: normal;;*/
}
@font-face {
  font-family: "QS-b";
  src: url("../font/Quicksand-Bold.ttf");
}
@font-face {
  font-family: "QS-l";
  src: url("../font/Quicksand-Light.ttf");
}
@font-face {
  font-family: "QS-m";
  src: url("../font/Quicksand-Medium.ttf");
}
@font-face {
  font-family: "QS-r";
  src: url("../font/Quicksand-Regular.ttf");
}
@font-face {
  font-family: "QS-sb";
  src: url("../font/Quicksand-SemiBold.ttf");
}

@font-face {
  font-family: "jost-b";
  src: url("../font/Jost-Bold.ttf");
}
@font-face {
  font-family: "jost-l";
  src: url("../font/Jost-Light.ttf");
}
@font-face {
  font-family: "jost-m";
  src: url("../font/Jost-Medium.ttf");
}
@font-face {
  font-family: "jost-r";
  src: url("../font/Jost-Regular.ttf");
}
@font-face {
  font-family: "jost-sb";
  src: url("../font/Jost-SemiBold.ttf");
}
.container {
  max-width: 1360px;
}
.container-md{
  max-width: 860px;	
}
.header-logo {
  max-width: 294px;
  /*width: 200px;*/
  width: 140px;
}
.ahm-header.navbar .nav-link,
.ahm-header.navbar li,
.ahm-header.navbar .dropdown-item {
  font-family: "QS-b";
  /* letter-spacing: 1px; */
  color: #121f49;
  /*font-size: clamp(11px, 1vw + 0.5rem, 16px);*/
}
.ahm-header.navbar .dropdown-item {
  /*font-family: 'medi-b';*/
  padding: 15px 15px 15px 25px !important;
}
.ahm-header.navbar li:hover a.nav-link,
.ahm-header.navbar li.active a,
.ahm-header.navbar .dropdown-item:hover {
  color: #6a091e !important;
  background: none;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.banner-home-section.banner-slider {
  height: 100vh;
  min-height: 600px;
}

.banner-home-section .slide-item {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Round transparent navigation buttons */
.banner-home-section .owl-nav button {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  font-size: 16px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.banner-home-section .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

.banner-home-section .owl-nav button.owl-prev {
  left: 20px !important;
}

.banner-home-section .owl-nav button.owl-next {
  right: 20px !important;
}

/* Dots styling */
.banner-home-section .owl-dots {
  position: absolute !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.banner-home-section .owl-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.5) !important;
  margin: 0 5px !important;
}

.banner-home-section .owl-dot.active {
  background: white !important;
}

/* Text overlay */
.banner-home-section .slide-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.banner-home-section .owl-nav span {
  font-size: 41px;
  position: absolute;
  top: -7px;
  color: black;
}
.banner-home-section .owl-nav .owl-prev span {
  left: 16px;
}
.banner-home-section .owl-nav .owl-next span {
  right: 16px;
}
.home-banner-bottom-cloud {
  background: transparent;
  position: relative;
  width: 100%;
  top: -98px;
  max-height: 108px;
  /* bottom: 0px; */
  z-index: 9;
  height: 100px;
}
.home-slide-text {
}
.home-slide-text p {
}
/* Custom card styling */
.medical-card {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(109, 200.00000000000003, 183, 0.23);
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
  padding: 0;
  padding: 30px;
}

.medical-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0px 4px 21px 1px rgba(109, 200.00000000000003, 183, 0.48);
}

.medical-card .card-body {
  /* padding: 2.5rem 2rem; */
  /* text-align: center; */
  /* position: relative; */
}

.card-icon {
  width: 50px;
  height: 50px;
  /* margin: 0 auto 1.5rem; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: #20b2aa;
  font-size: 2rem;
  margin-bottom: 15px;
}

.medical-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #121f49;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
  font-family: "QS-l";
  margin-top: 8px;
  margin-bottom: 16px;
}

.medical-card .card-text {
  font-size: 15px;
  color: #121f49;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
  position: relative;
  /*padding-right: 20px;*/
  display: flex;
  gap: 10px;
  /* white-space: nowrap; */
}

.medical-card:hover .card-text {
  color: #121f49 !important;
}

.arrow-icon {
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 50%;*/
  transform: translateY(4px);
  width: 15px;
  height: 15px;
  color: #6dc9b7;
  font-family: "ff-qs-l";
}
.medical-card:hover .card-text {
  letter-spacing: 1px;
  transition: color all 0.2s ease-in;
}
.doctor-section {
  background-image: url("../images/home/bg-blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 0px;
}

/* Doctor image container using ::before pseudo-element */
.doctor-image-container {
  position: relative;
  height: 100%;
  min-height: 600px;
}

.doctor-image-container::before {
  /*content: '';*/
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  height: 500px;
  background-image: url("");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: 2;
}

/* Decorative shapes */
.decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* Text content styling */
.text-content {
  /*padding: 4rem 2rem;*/
  z-index: 3;
  position: relative;
}

.main-heading {
  font-size: 45px;
  font-weight: 700;
  /*color: rgb(18, 31, 73);*/
  color: #000;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-family: "jost-b";
}

.content-text {
  font-size: 1rem;
  line-height: 1.6;
  /*color: rgb(18, 31, 73);*/
  color: #000;
  margin-bottom: 1.5rem;
  font-family: "QS-b";
}

.highlight-red {
  color: #d13f42;
  font-weight: 600;
}
.highlight-red:hover {
  /*color: rgb(18, 31, 73);*/
  color: #4586e0;

}
.home-doctor-section-cloud {
  background: transparent;
  position: absolute;
  width: 100%;
  max-height: 108px;
  bottom: 0px;
  z-index: 9;
  bottom: 0px;
}
.home-services-section {
  background-image: url("../images/home/background_02.jpg");
  /*background-image: url(../images/home/background_02.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.appointment-card-service {
  box-shadow: 0px 4px 21px 1px
    rgba(109.00000000000001, 200.00000000000006, 183.00000000000003, 0.28);
  padding: 30px;
  border-radius: 20px;
  color: #121f49;
  background-color: #fff;
}

.appointment-card-service .card-header-text {
  font-size: 16px;
  font-weight: 600;
  /*color: #2c3e50;*/
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: "jost-l";
}

.appointment-card-service .doctor-profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.appointment-card-service .doctor-image {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.appointment-card-service .doctor-info h5 {
  font-size: 18px;
  font-weight: 600;
  /*color: #2c3e50;*/
  /*margin-bottom: 0.25rem;*/
  line-height: 1.3;
  font-family: "qs-l";
}

.appointment-card-service .doctor-info p {
  font-size: 16px;
  /*color: #6c757d;*/
  margin-bottom: 0;
  line-height: 1.4;
  font-family: "qs-sb";
}

.appointment-card-service .appointment-btn {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 1rem;
  width: auto;
}

.appointment-card-service .appointment-btn:hover {
  background-color: #1a252f;
  border-color: #1a252f;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.appointment-card-service .appointment-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.card.hover-box {
  padding: 30px;
  box-shadow: rgba(109, 200, 183, 0.23) 0px 4px 15px 1px;
  border: none;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}
.card.hover-box:hover {
  box-shadow: rgba(109, 200, 183, 0.48) 0px 4px 21px 1px;
  transition: all 0.2s ease-in;
}
.card.hover-box .hover-card-img {
  width: 90px;
  margin-bottom: 15px;
}
.card.hover-box:hover .card-box-title-hover a {
  letter-spacing: 1px;
  transition: all 0.2s ease-in;
  font-family: 'qs-b';
}
.card-hover-box-p {
  color: #121f49;
  font-family: "qs-sb";
  font-size: 16px;
  margin-bottom: 0px;
}
.home-island-medical {
  background-image: url("../images/scope-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-color-div {
  background-color: #121f49a8;
}
.home-review-section {
  background-image: url("../images/home/background_04-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-padding.home-review-section {
  padding-top: 60px;
  padding-bottom: 40px;
}
.home-review-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 3rem;
}

/* Review card styling */
.home-review-section .review-card {
  overflow-y: auto;
  background: white;
  border-radius: 2px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}

.home-review-section .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Header with avatar and info */
.home-review-section .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.home-review-section .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
}

.home-review-section .reviewer-avatar.purple {
  background-color: #8e44ad;
}

.home-review-section .reviewer-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.home-review-section .reviewer-info h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  color: #000;
  margin-bottom: 0.25rem;
}

.home-review-section .reviewer-info .date {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 0;
}

/* Star rating */
.home-review-section .star-rating {
  margin-bottom: 12px;
}

.home-review-section .star {
  color: #ffc107;
  font-size: 19px;
  margin-right: 2px;
}

/* Review text with read more functionality */
.home-review-section .review-text-container {
  flex-grow: 1;
  position: relative;
}

.home-review-section .review-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  /*margin-bottom: 1rem;*/
  transition: max-height 0.3s ease;
  overflow: hidden;
}

/* CSS-only read more functionality */
.home-review-section .review-text.collapsed {
  max-height: 6.1rem;
  position: relative;
}

.home-review-section .review-text.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}

.home-review-section .read-more-toggle {
  display: none;
}

.home-review-section .read-more-label {
  /*color: #20b2aa;*/
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}

.home-review-section .read-more-label:hover {
  /*color: #1a9999;*/
  text-decoration: underline;
  opacity: 1;
}

.home-review-section .read-more-toggle:checked + .review-text {
  max-height: none;
}

.home-review-section .read-more-toggle:checked + .review-text::after {
  display: none;
}

.home-review-section
  .read-more-toggle:checked
  ~ .read-more-label
  .read-more-text {
  display: none;
}

.home-review-section
  .read-more-toggle:checked
  ~ .read-more-label
  .read-less-text {
  display: inline;
}

.home-review-section .read-less-text {
  display: none;
}

/* Footer */
.home-review-section .review-footer {
  margin-top: auto;
  text-align: right;
}

.home-review-section .clinic-name {
  font-size: 14px;
  color: #999;
  font-style: italic;
}

/* Owl Carousel custom styling */
.home-review-section .owl-nav button {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
  color: #20b2aa !important;
  font-size: 18px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.3s ease !important;
}

.home-review-section .owl-nav button:hover {
  background: white !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.home-review-section .owl-nav button.owl-prev {
  left: -25px !important;
}

.home-review-section .owl-nav button.owl-next {
  right: -25px !important;
}

.home-review-section .owl-dots {
  text-align: center;
  margin-top: 2rem;
}

.home-review-section .owl-dot {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.5) !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
}

.home-review-section .owl-dot.active {
  background: white !important;
  transform: scale(1.3);
}
.reviewsCarousel-cls .owl-dots {
  display: none;
}
.home-review-section .owl-item {
  padding-top: 10px;
}
.insurance-section {
  background-image: url("../images/home/background_02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactus-section .contact-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.contactus-section .location-card {
  margin-bottom: 2rem;
}

.contactus-section .location-icon {
  color: #;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contactus-section .location-name {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  /*font-weight: 600;*/
  color: #1a1a4e;
  margin-bottom: 0.5rem;
}

.contactus-section .location-address {
  color: #6a091e;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 14px;
  display: block;
}
.contactus-section .location-address:hover {
  color: #121f49;
}

.contactus-section .location-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  /*font-weight: 600;*/
  color: #121f49;
  font-size: 1.1rem;
}

.contactus-section .location-phone i {
  margin-right: 0.5rem;
}

.contactus-section .hours-heading {
  /*font-family: 'Jost', sans-serif;*/
  font-family: "qs-b";
  font-size: 18px;
  /*font-weight: 600;*/
  color: #1a1a4e;
  margin-bottom: 1rem;
  text-align: center;
}

.contactus-section .hours-table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: separate;
  border-spacing: 0;
  color: #121f49;
}

.contactus-section .hours-table tr {
  border-bottom: 1px solid #e9ecef;
}

.contactus-section .hours-table td {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #bbbbbb;
  font-family: "qs-b";
}

.contactus-section .hours-table td:first-child {
  font-weight: 600;
  text-align: left;
}

.contactus-section .hours-table td:last-child {
  text-align: right;
  font-weight: 500;
}

.contactus-section .call-btn:hover {
  background-color: #141436;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(26, 26, 78, 0.2);
}
#brochureSlider {
  background-color: #fff;
}
.contactus-section-form .contact-form-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.contactus-section-form .form-container {
  background-color: #dc9b47;
  border-radius: 25px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

/* Form styling */
.contactus-section-form .contact-form {
  position: relative;
  z-index: 2;
}

.contactus-section-form .form-control {
  font-family: "Quicksand", sans-serif;
  border: none;
  border-radius: 30px;
  padding: 1.2rem 1.8rem;
  font-size: 0.95rem;
  background-color: rgba(255, 255, 255, 0.95);
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);*/
  transition: all 0.3s ease;
  margin-bottom: 1.2rem;
  font-weight: 400;
}

.contactus-section-form .form-control::placeholder {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 0.95rem;
}

.contactus-section-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
  border-radius: 25px;
  padding: 1.5rem 1.8rem;
}

/* Checkbox styling */
.contactus-section-form .form-check {
  margin: 1.8rem 0 2rem 0;
  display: flex;
  align-items: flex-start;
}

.contactus-section-form .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
  /*border: 2px solid #;*/
  border-radius: 3px;
  flex-shrink: 0;
}

.contactus-section-form .form-check-label {
  font-size: 14px;
  line-height: 1.5;
  color: #121f49;
  font-weight: 500;
  font-family: "QS-sb";
}

/* Submit button */
.contactus-section-form .submit-btn {
  background-color: #2c2c54;
  color: white;
  border: none;
  border-radius: 35px;
  padding: 1.1rem 2.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 44, 84, 0.25);
  margin-top: 0.5rem;
}

.contactus-section-form .submit-btn:hover {
  background-color: #1f1f3a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 44, 84, 0.35);
  color: white;
}

.contactus-section-map.maps-container {
  /*width: 100vw;*/
  /*height: 350px;*/
  overflow: hidden;
  font-family: Roboto, Arial, sans-serif;
}

.contactus-section-map .google-map-iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(0.1) contrast(1.05);
  /*border-radius: 8px;*/
}

.contactus-section-map .map-col {
  height: 350px;
  overflow: hidden;
}
.contactus-section-map .location-info {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 11px 6px 11px 11px;
  /*border-radius: 12px;*/
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  backdrop-filter: blur(10px);
  z-index: 10;
}

.contactus-section-map .practice-name {
  /*font-family: 'Jost', sans-serif;*/
  font-size: 14px;
  font-weight: 600;
  color: #1a1a4e;
  margin-bottom: 3px;
}

.contactus-section-map .practice-address {
  /*font-family: 'Quicksand', sans-serif;*/
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
}

.contactus-section-map .rating-section {
  display: flex;
  align-items: center;
  /*margin-bottom: 1rem;*/
}

.contactus-section-map .stars {
  color: #ffc107;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.contactus-section-map .rating-text {
  /*font-family: 'Quicksand', sans-serif;*/
  font-size: 0.85rem;
  color: #333;
  font-weight: 500;
}

.contactus-section-map .review-count {
  /*font-family: 'Quicksand', sans-serif;*/
  font-size: 0.8rem;
  color: #666;
  margin-left: 0.3rem;
}

.contactus-section-map .map-links {
  display: flex;
  gap: 1rem;
}

.contactus-section-map .map-link {
  /*font-family: 'Quicksand', sans-serif;*/
  font-size: 0.85rem;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contactus-section-map .map-link:hover {
  color: #1557b0;
  text-decoration: underline;
}
.call-to-action {
  background-image: url("../images/bg-img-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 90px;
  padding-bottom: 100px;
}
.cta-up-clouds {
  position: absolute;
  top: -1px;
}
.cta-down-clouds {
  position: absolute;
  bottom: -1px;
}
.call-to-action .after-hours-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.call-to-action .phone-icon-wrapper {
  flex-shrink: 0; /* Prevent icon from shrinking */
  margin-right: 40px; /* Space between icon and text */
}

.call-to-action .phone-icon {
  width: 60px;
  height: 60px;
  background-color: #d13f42; /* Teal background for icon */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.call-to-action .phone-icon svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.call-to-action .contact-text {
  flex-grow: 1; /* Allow text to take available space */
  margin-right: 20px; /* Space between text and button */
}

.call-to-action .contact-text p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "qs-b";
}
.call-to-action .contact-text .call-number {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "qs-b";
}

.call-to-action .contact-button-wrapper {
  flex-shrink: 0; /* Prevent button from shrinking */
}

.call-to-action .contact-btn {
  background-color: white;
  color: #1a1a4e; /* Dark blue text */
  border: none;
  border-radius: 30px;
  padding: 15px 35px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
}

.call-to-action .phone-icon img {
  width: 30px;
  height: 30px;
}
/* Footer styling */
.footer-section.md-footer-cls {
  background-color: #ffffff; /* White background */
  padding: 60px 0;
  color: #4a4a4a;
}

.md-footer-cls .footer-heading {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a4e; /* Dark blue heading */
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}

.md-footer-cls .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #1a1a4e;
}

/* Company Info Column */
.md-footer-cls .company-info .logo-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 15px;
}

.md-footer-cls .company-info .logo-container img {
  max-height: 60px;
  width: auto;
}

.md-footer-cls .company-info p {
  font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'QS-sb';
    color: #121f49;
}

/* Links and Services Columns */
.md-footer-cls .footer-links ul,
.md-footer-cls .footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.md-footer-cls .footer-links ul li,
.md-footer-cls .footer-services ul li {
  margin-bottom: 10px;
}

.md-footer-cls .footer-links ul li a,
.md-footer-cls .footer-services ul li a {
  /*font-family: "Quicksand", sans-serif;*/
      font-family: 'qs-sb';
  font-size: 16px;
  color: #121f49;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.md-footer-cls .footer-links ul li a:hover,
.md-footer-cls .footer-services ul li a:hover {
  color: #6A091E; /* Teal hover effect */
}

/* Contact Us Column */
.md-footer-cls .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.md-footer-cls .footer-contact .contact-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: #1a1a4e;
  margin-right: 10px;
  margin-top: 2px;
}

.md-footer-cls .footer-contact .contact-item p {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #121f49;
  font-weight: 500;
  font-family: 'qs-sb';
}
.md-footer-cls .footer-contact .contact-item:hover p{color: #6A091E;}
.md-footer-cls .footer-contact .contact-item:hover svg path{fill: #6A091E;}
.footer-2nd-sec{background: #313131;}
.footer-2nd-sec h5{
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}
.navbar.ahm-header{
	    position: fixed;
    z-index: 999;
    width: 100%;
}
.ahm-header.navbar .nav-link, .ahm-header.navbar li, .ahm-header.navbar .dropdown-item, .ahm-header.navbar .blue-red-btn{
	font-size: clamp(11px, 1.2vw, 16px);
}
.aboutus-banner-section{
	background-image: url('../images/aboutus/hero_about-1.jpg');
	    background-position: 0% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-cta-btn, .call-to-action .contact-button-wrapper button{
	padding: 15px 35px;
	background-color: #fff;
	color: #000;
    border-radius: 50px;
    border: none;
}
.custom-cta-btn:hover, .call-to-action .contact-button-wrapper button:hover{
	/*background-color: #6A091e;*/
    background-color: #d13f42;
	color: #fff;
}
.head-section-bcrumb{
	font-size: 18px;
    /*font-family: 'QS-b';*/
}
.head-section-bcrumb{}
/* Blog section */
.blog-section.md-blog-section {
    /*padding: 60px 0;*/0
    /*background-color: #f8f9fa;*/
}

/* Article card styling */
.md-blog-section .article-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0px 4px 15px 1px rgba(109, 200.00000000000003, 183, 0.23);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.md-blog-section .article-card:hover {
    /*transform: translateY(-5px);*/
    /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);*/
}

.md-blog-section .article-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.md-blog-section .article-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
    transition: transform 0.3s ease;
}

.md-blog-section .article-card:hover .article-image img {
    /*transform: scale(1.05);*/
}

.md-blog-section .article-date {
    position: absolute;
    bottom: 15px;
    right: 0;
    background-color: #1a1a4e;
    color: white;
    padding: 8px 16px;
    /* border-radius: 20px; */
    font-family: 'jost-r';
    font-size: 16px;
    font-weight: 600;
}

.md-blog-section .article-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.md-blog-section .article-title {
    font-family: 'qs-b';
    font-size: 20px;
    font-weight: 600;
    color: #1a1a4e;
    margin-bottom: 20px;
    line-height: 1.3;
    /* flex-grow: 1; */
}

.md-blog-section .read-more-link {
    display: inline-flex;
    align-items: center;
    color: #1a1a4e;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.md-blog-section .read-more-link:hover {
    /*color: #;*/
    /*text-decoration: none;*/
}

.md-blog-section .read-more-link svg {
        width: 30px;
    /* height: 20px; */
    transition: transform 0.3s ease;
    margin-right: 6px;
}

.md-blog-section .read-more-link:hover svg {
    /*transform: translateX(3px);*/
}

/* Pagination styling */
.md-blog-section .blog-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.md-blog-section .pagination {
    gap: 10px;
}

.md-blog-section .pagination .page-link {
    border: none;
    background: transparent;
    color: #666;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.md-blog-section .pagination .page-link:hover {
    /*background-color: #;*/
    /*color: white;*/
}

.md-blog-section .pagination .page-item .page-link{
    /* color: #6a091e; */
    color: #d13f42;
    font-weight: 700;
}
.md-blog-section .pagination .page-item .page-link.active, .md-blog-section .pagination .page-item .page-link:hover{
    color: #121f49;
}
.toright-svg path{

}
.read-more-link:hover{
    color: #6a091e;
}
.read-more-link:hover .toright-svg svg path{
	fill: #6a091e;
}
.pec-section-ul{
	list-style: none;
    padding: 0;
    margin-bottom: 0px;
}
.pec-section-ul .pec-list-icon svg{
	width: 16px;
	/*height: 13px;*/
}
.pec-section-ul .list-text{
	color: #121f49;

}
.pec-section-ul svg path{
	fill: #121f49;
}
.pec-section-ul li:hover .list-text{
	color: #6A091e;

}
.pec-section-ul li:hover svg path{
	fill: #6A091e;
}
.pec-section-ul .pec-list-icon{
	margin-right: : 10px;
}
.pec-section-ul a{
	font-family: 'QS-sb';
	font-size: 17px;
}
.hover-simp-box {
  padding: 30px;
  box-shadow: rgba(109, 200, 183, 0.23) 0px 4px 15px 1px;
  border: none;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}
.hover-simp-box:hover {
  box-shadow: rgba(109, 200, 183, 0.48) 0px 4px 21px 1px;
  transition: all 0.2s ease-in;
}
.hover-simp-box .hover-card-img {
  width: 50px;
  margin-bottom: 15px;
}
.section-emer{
	background-image: url('../images/office2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-image-color{
	background-color: #121f4985;
}
.sc-blog-single-tile{
	background: #ddf9f9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    margin-bottom: 70px;
    border-radius: 30px;
}
.blog-post-date{
	font-family: 'jost-r';
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #121f49;
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-title-img{
	width: 100%;
	margin-bottom: 40px;
}
.listing-li-cls{
	font-family: 'qs-r';
	font-size: 16px;

    font-weight: 400;
    line-height: 36px;
    padding-bottom: 30px;
    color: #121f49;
    margin: 0;
}
.blog-section-trgt-cls{

}
.blog-section-trgt-cls table, .blog-section-trgt-cls th, .blog-section-trgt-cls td{
	border: 1px solid #80808080;
}
.blog-section-trgt-cls th, .blog-section-trgt-cls td{
	padding: 15px;
	font-size: 15px;
}
.bg-wrapper-blog-cu{
	background-image: url('../images/hero_about-1.jpg');
	    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px 60px;
}
.bg-lightblue{background-color: #F4FAFA;
}
.ds-modal-cl2 .blue-red-btn {
    background: linear-gradient(135deg, #1a1a4e 0%, #9b287b 100%);
    border: none;
    padding: 12px 25px;
    font-family: 'Jost', sans-serif;
    transition: all 0.3s ease;
}

.ds-modal-cl2 .blue-red-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 26, 78, 0.3);
}

.ds-modal-cl2 .w-16px {
    width: 16px;
    height: 16px;
}

.ds-modal-cl2 .vertical-top {
    vertical-align: top;
    margin-right: 8px;
}

/* Modal styling */
.ds-modal-cl2 .modal-dialog {
    max-width: 600px;
}

.ds-modal-cl2 .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ds-modal-cl2 .modal-header {
    border-bottom: none;
    padding: 20px 30px 10px;
}

.ds-modal-cl2 .modal-body {
    padding: 10px 30px 30px;
}

.ds-modal-cl2 .btn-close {
    /*background-color: #1a1a4e;*/
    background-color: #4586e0;
    color: white;
    border-radius: 50%;
    max-width: 10px;
    max-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    opacity: 1;
    background-image: none; 
    position: relative;
    right: -19px;
    top: -9px;
}

.ds-modal-cl2 .btn-close:hover {
    opacity: 1 !important;
    color: #fff !important;
}

/* Form styling */
.ds-modal-cl2 .form-question {
    font-size: 14px;
    font-weight: 600;
    color: #121f49;
    margin-bottom: 5px;
}

.ds-modal-cl2 .required-asterisk {
    color: #dc3545;
    margin-left: 3px;
}

.ds-modal-cl2 .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #121f49;
    margin-bottom: 8px;
}

.ds-modal-cl2 .form-control {
    border: 1px solid #686e77;
    border-radius: 6px;
    padding: 6px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #EDEDED !important;
}

.ds-modal-cl2 .form-control:focus {
    border-color: #;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}

.ds-modal-cl2 .form-check {
    margin-bottom: 12px;
}

.ds-modal-cl2 .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.1rem;
    border: 2px solid #dee2e6;
}

.ds-modal-cl2 .form-check-input:checked {
    background-color: #;
    border-color: #;
}

.ds-modal-cl2 .form-check-label {
    font-size: 0.9rem;
    /*color: #4a4a4a;*/
    margin-left: 8px;
    line-height: 1.4;
}

/* Radio button styling */
.ds-modal-cl2 .form-check-input[type="radio"] {
    border-radius: 50%;
}

/* Date input styling */
.ds-modal-cl2 .date-input-wrapper {
    position: relative;
}

.ds-modal-cl2 .date-input-wrapper input[type="date"] {
    /*padding-right: 45px;*/
}


/* Consent section */
.ds-modal-cl2 .consent-section {
    padding: 10px 0px;
    border-radius: 10px;
}

.ds-modal-cl2 .consent-section .form-check-label {
    font-size: 0.85rem;
}

.ds-modal-cl2 .consent-section a {
    text-decoration: none;
    font-weight: 600;
}

.ds-modal-cl2 .consent-section a:hover {
    text-decoration: underline;
}

.ds-modal-cl2{
}
.anxity-faq-bg-img{
	background-image: url('../images/bg-014.webp');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Accordion styling scoped under .cs-faq-accordian */
.cs-faq-accordian .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
}

.cs-faq-accordian .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.cs-faq-accordian .accordion-item:last-child {
    border-bottom: none;
}

.cs-faq-accordian .accordion-header {
    margin-bottom: 0;
}

.cs-faq-accordian .accordion-button {
    background-color: transparent;
    padding: 20px 0;
    font-size: 18px;
    font-family: 'jost-r';
    font-weight: 600;
    color: #121f49;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.cs-faq-accordian .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #1a1a4e;
    /*box-shadow: none;*/
    font-size: 18px;
    font-family: 'jost-r';
    border-bottom: 1px solid #121F49;
}

.cs-faq-accordian .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.cs-faq-accordian .accordion-button::after {
    background-image: none;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #1a1a4e;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E") no-repeat center;

    mask-size: contain;
    -webkit-mask-size: contain;

    transition: transform 0.3s ease;
}

.cs-faq-accordian .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.cs-faq-accordian .accordion-body {
    padding: 25px 0 25px 0;
    font-family: 'qs-sb';
    color: #121f49;
    font-size: 16px;
    line-height: 1.6;
}
.cs-faq-accordian .accordion-button[aria-expanded="true"]{
	border-bottom: 1px solid #121F49;
}

/*Hover effect css*/
.ahm-header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0.5rem;
    visibility: visible;
    opacity: 1;
}

/* Optional smooth animation */
.ahm-header .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ahm-header .dropdown-menu {
    transition: all 0.2s ease-in-out;
}
.ahm-header .services-grid{
	    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
}
.navbar-brand img{
	margin-right: 6%
}
.para-16-service b, .para-16-service strong{
	font-family: 'qs-b'
}
.appointment-card-service.shadow-none .doctor-image{
	    width: 225px;
    height: 225px;
    border-radius: 35%;
        font-family: "qs-sb";
}
.para-16-service a{
	color: #d13f42;
}
.para-16-service a:hover{
	color: #4586e0;
}
.cs-faq-accordian .accordion-button{
	line-height: 2;
}
.faq-bottom-clouds{
	    position: absolute;
    bottom: -1px;
}
.ahm-header.navbar .nav-link, .ahm-header.navbar li, .ahm-header.navbar .dropdown-item{
	/* color: #4586e0; */
}
.ahm-header.navbar li:hover a.nav-link, .ahm-header.navbar li.active a, .ahm-header.navbar .dropdown-item:hover{
	/* color: #d13f42 !important; */
}
.md-footer-cls .footer-links ul li a, .md-footer-cls .footer-services ul li a{
  /* color: #4586e0; */
}
.md-footer-cls .footer-links ul li a:hover, .md-footer-cls .footer-services ul li a:hover{
  /* color: #d13f42; */
}
.dropdown-cls{
  position: absolute;
    top: 29px;
}
.md-blog-section .article-title a{
  color: #000;
}
#2ndsection-resp-slider.owl-carousel .owl-item .arrow-icon{
  width: auto !important;
}
#2ndsection-resp-slider.owl-theme .owl-dots .owl-dot span{
  width: 6px;
  height: 6px;
}
#servives-resp-slider.owl-theme .owl-dots .owl-dot span{
  width: 6px;
  height: 6px;
}
.home-up-section-cloud.hm-2{
  top: -1px;
}


.ahmcls-2 .navbar-toggler {
  /* width: 50px; */
  /* height: 50px; */
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.ahmcls-2 .navbar-toggler:focus {
  box-shadow: none;
}
.nav-overlay {
  position: fixed;
  top: 0;
  /* left: 0; */
  width: calc(100% - 215px);
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1040;
  right: 0;
}
.nav-overlay.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .ahmcls-2 .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .ahmcls-2 .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 15px 10px;
    transform: translateX(-215px);
    transition: 0.1s ease-in-out;
    display: block;
  }
  .ahmcls-2 .navbar-collapse.show {
    transform: translateX(0px);
  }
  .ahmcls-2 .nav-overlay {
    position: absolute;
/*           background: #0000007d; */
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .ahmcls-2 .nav-overlay.active {
    transform: translateX(0);
  }
}

@media (max-width: 991px){
  .service-resp-cls .card.hover-box{
    text-align: center;
  }
  .section-padding.resp-cl1{
    padding-bottom: 0px !important;
  }
  .ahm-header.navbar .nav-link, .ahm-header.navbar li, .ahm-header.navbar .dropdown-item, .ahm-header.navbar .blue-red-btn{
    font-size: 16px;
  }
}
@media (max-width: 767px){
    .call-to-action .after-hours-content{
      display: block;
      align-items: center;      
      justify-content: center;
      text-align: center;
    }
    .call-to-action .after-hours-content .phone-icon{

    }
    .call-to-action .contact-text{
      margin-right: 0px;
    }
    .call-to-action .phone-icon{
      margin: auto;
    }
    .call-to-action .phone-icon-wrapper{
      margin-right: 0px;
    }
    .call-to-action .contact-button-wrapper{
      margin-top: 40px;
    }
    .md-footer-cls .company-info .logo-container{
      justify-content: start;
    }
    .md-footer-cls .company-info, .md-footer-cls .footer-links, .md-footer-cls .footer-services, .md-footer-cls .footer-contact{
      text-align: left;
    }
    .md-footer-cls .footer-heading::after{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 35%;
      height: 3px;
      background-color: #1a1a4e;
      transform: translateX(0);
    }
    .md-footer-cls .footer-contact .contact-item{
      justify-content: start;
    }
    .md-footer-cls .pb-50{
      padding-bottom: 0px !important;
    }
    .md-footer-cls .company-info .logo-container img{
      max-height: fit-content;
      width: 40%;
      margin: auto;
    }
    .md-footer-cls .company-info p{
      text-align: left !important;
    }
    /* CARD Text Center */
    .appointment-card-service{
      /* text-align: center ; */
    }
    .appointment-card-service .card-header-text{
      /* text-align: center; */
    }
    /* CARD Text Center End */
    .appointment-card-service .doctor-profile{
      display: block;
    }
    .appointment-card-service .doctor-image{
      width: 125px;
      height: 125px;
      margin-bottom: 16px;
    }
    .appointment-card-service.resp-cls2{
      text-align: center;
    }
    .appointment-card-service.resp-cls2 .card-header-text{
      text-align: center;
    }
    .contactus-section .location-phone{
      display: block;
    }
    .location-card.resp-cls3 .icon-20px{
      display: block;
      margin-bottom: 14px !important;
      margin-right: auto !important;
      margin: auto;
    }
    
}
@media (min-width: 767px) and (max-width: 991px) {
  .call-to-action .phone-icon{
    margin-right: 20px;
  }
  .banner-home-section .owl-nav button{
    top: auto !important;
    bottom: -10%;
  }
  .banner-home-section .owl-nav button.owl-prev {
    left: 20% !important;
  }
  
  .banner-home-section .owl-nav button.owl-next {
    right: 20% !important;
  }
}