body {
  font-family: 'Figtree', sans-serif;
}

.container {
  max-width: 1920px !important;
  padding: 0 80px;
}

@media screen and (max-width:1599px) {

  .container {
    padding: 0 60px;
  }
}

@media screen and (max-width:1099px) {

  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width:767px) {

  .container {
    padding: 0 16px;
  }
}



/* header */
.btn-warning {
  background-color: #F1A902;
  color: #000000;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}

.navbar .apollo-logo {
  width: 160px;
  height: auto;
  cursor: default;
}

.navbar .apollo-logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {

  .btn-warning {
    width: 150px;
    height: 35px;
    font-size: 16px;
  }

  .navbar .apollo-logo {
    width: 120px;
    height: auto;
  }

  .footer-bar {
    margin-bottom: 50px;
  }

}


.lead_res .alert {
  display: block;
  font-size: 14px;
  font-weight: 500 !important;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.appointment-form {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-submit {
  background-color: #f5a200;
  /* orange button */
  color: #fff;
  font-weight: 600;
  padding: 1.0rem;
}

.btn-submit:hover {
  background-color: #d88c00;
  color: #fff;
}

.form-control,
.form-select {
  padding: 1.02rem;
}

.form-select {
  pointer-events: none;
}

.booking-title {
  text-transform: capitalize;
}

.prohealth-section {
  background: url('images/journeybg.png') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 90px 0;
}

/* .prohealth-content {
  background: rgba(255,255,255,0.85);  
  padding: 2rem;
  border-radius: .5rem;
} */
.feature-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  height: 100%;
  margin-bottom: 20px;
}

.feature-card-box {
  margin: 0;
}

.feature-card img {
  width: 40px;
  margin-bottom: 1rem;
}

.prevent-section {
  padding: 5rem 1rem;
}

.prevent-section h1 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #002d38;
}

.prevent-section h4 {
  color: #007C9D;
  font-weight: 500;
  margin-top: 1rem;
  font-size: 2.2rem;
}

.prevent-section p {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #334e52;
}

.prevent-section .tag {
  margin-top: 1.5rem;
  color: #007b9c;
  font-weight: 600;
}

.avail-sec {
  /* background: linear-gradient(2deg, rgba(0, 124, 157, 0.1) 0%, rgba(236, 128, 70, 0.1) 100%); */
  padding: 30px 0px;
  padding-top: 0 !important;
}



.uniquepro-health {
  background: linear-gradient(180deg, #FFFFFF 0%, #FDF2EC 100%);
  padding: 60px 0px;
}

.hero-section {
  background: linear-gradient(to bottom, #fff6f3, #fff);
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

.hero-sectio-title {
  font-size: 32px;
  font-weight: 600;
  color: #002D39;
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize;
}

.yoga-shadow {
  margin-top: -70px;
}

.float-image {
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
    /* upar kitna jana hai */
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width:1400px) {

  .hero-sectio-title {
    font-size: 28px;
  }
}

@media screen and (min-width:991px) {

  .pro-card-area {
    min-width: 520px;
  }

  .prohealth-section .row.justify-content-end {
    margin-right: 80px;
  }
  .form-main-box .col-lg-2{height: auto;}
  .form-main-box .col-lg-2 .form-input{height: 100%;}
  .btn.submit-btn{height: 100% !important;}

  .feature-header{padding: 0 !important; white-space: nowrap; width: max-content !important;}
  .feature-content p{margin-bottom: 0 !important;}
  .feature-item{display: flex; gap: 10px; align-items: baseline; justify-content: flex-start; padding: 20px 0;}
}

@media (max-width: 768px) {
  .float-image {
    animation: floatUpDown 2s ease-in-out infinite;
  }

  @keyframes floatUpDown {
    50% {
      transform: translateY(-30px);
    }
  }

  .hero-sectio-title {
    font-size: 24px;
  }

  .yoga-shadow {
    margin-top: -50px;
  }
}


.hero-logo {
  max-width: 180px;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: 2.6rem;
  font-weight: 500;

  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.hero-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
}

.cta-title {
  font-weight: 500;
  margin-bottom: 1rem;
  color: #00424d;
}

.cta-btn {
  border: 2px solid #000;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  /* margin: auto; */
  gap: 5px;
}

.cta-btn span {
  padding-left: 5px;
  display: flex;
}

/* .cta-btn:hover {
  background-color: #00424d;
  color: #fff;
  border-color: #00424d;
} */

.hero-image img {
  max-width: 100%;
  height: auto;
}

.availability-title {
  color: #007b9c;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 36px;
}

.border-box {
  border: 0px solid #dee2e6;
  padding: 1.2rem 1.6rem;
  height: 100%;
  font-size: 16px;
}

.program-card {
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
}

.program-card h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 24px;
}

.program-card a {
  color: #007C9D;
  font-weight: 500;
  text-decoration: none;
}

a.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007b9c;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.icon-btn:hover {
  background-color: #005f73;
  text-decoration: none;
  color: #fff;
}

.book-btn {
  background-color: #f5a700;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border: none;
  transition: all 0.3s ease;
}

/* .book-btn:hover {
  background-color: #d48c00;
  color: #fff;
} */


.faq-section {
  background: linear-gradient(180deg, rgba(184, 218, 228, 0.24) 0%, rgba(184, 218, 228, 0) 100%);
  padding: 60px 0;
  border-radius: 60px 60px 0px 0px;
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #151920 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  gap: 10px;

}

.accordion-body {
  padding-top: 0 !important;
}

.accordion-item {
  background: white;
  border-radius: 12px !important;
  margin-bottom: 26px;
  overflow: hidden;
  box-shadow: 0px 0px 3px #B8DAE4;
  border: 0;
  padding: 12px 12px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007c98' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h3v-3a.5.5 0 0 1 1 0v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  transform: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007c98' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm0 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}



.terms-section {
  padding: 4rem 1rem;
}

.terms-section h3 {
  color: #007b9c;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
}

.terms-section p {
  font-size: 16px;
  margin-bottom: 0.7rem;
}

.contact-box {
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-box strong {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
}

.footer-bar {
  background-color: #eaf3f7;
  font-size: 0.9rem;
  padding: 0.8rem 1rem;

}

.footer-links a {
  text-decoration: none;
  color: #333;
  margin-left: 1rem;
  pointer-events: none !important;
}

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

.ticker span.up {
  color: green;
  font-weight: 600;
}

.ticker span.down {
  color: red;
  font-weight: 600;
}

.discount-banner {
  background-color: #027b9a;
  /* teal background */
  color: #fff;
  padding: 1.5rem 1rem;
  text-align: center;
}

.discount-banner .discount-banner-box {
  align-items: center;
}

.discount-banner .discount-banner-box .off-text {
  font-size: 28px;
  font-weight: 500;
}

.discount-number {
  line-height: 1;
}


.discount-text {
  font-size: 28px;
  margin-left: 20px;
  text-align: left;
  text-transform: capitalize;
}

.pro-journey {}

.pro-journey h2 {
  font-size: 1.64rem;
}


@media (max-width: 768px) {
  .border-box {
    border: 1px solid #dee2e6;
    padding: 0.86rem 1rem;
    height: 100%;
    font-size: 14px;
  }

  .prevent-section {
    padding: 50px 0 30px 0;
  }

  .prevent-section h1 {
    font-size: 1.6rem;
  }

  .prevent-section h4 {
    font-size: 1.2rem;
  }

  .prohealth-section {
    padding: 20px 0 30px 0px;
  }

  .hero-title {
    text-align: center;
    font-size: 1.6rem;
  }

  .pro-logo {
    text-align: center;
  }

  .hero-text {
    text-align: center;
    font-size: 14px;
  }

  .discount-banner .row {
    flex-direction: column;
  }

  .discount-banner .discount-banner-box .off-text {
    font-size: 24px;
  }

  .discount-text {
    font-size: 24px;
  }

  .discount-number svg {
    width: 100px;
    height: auto;
  }

  .cta-title {
    font-size: 1.2rem;
    text-align: left;
  }

  .accordion-button {
    font-weight: 500;
    font-size: 0.96rem;
    color: #151920;
  }

  .accordion-item {
    padding: 6px;
  }

  .terms-section {
    padding: 2rem 1.2rem 0rem;
  }

  .terms-section h3 {
    font-size: 1.4rem;
  }

  .terms-section p {
    font-size: 14px;
  }

  .contact-box strong {
    font-size: 1.2rem;
  }

  .pro-journey {
    /* margin-top: 10px; */
    padding-bottom: 180px;
  }

  .prohealth-section {
    background: url(images/journeybg-m.png) no-repeat top center;
    background-size: contain;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px 0 60px;
  }

  .pro-journey h2 {
    font-size: 1.42rem;
  }

  .feature-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0.8rem;
    height: 100%;
    text-align: center;
  }
}

.faq-section h1 {
  font-weight: 500;
  font-size: 40px;
}

@media (max-width: 768px) {
  .avail-sec {
    padding: 40px 0px;
  }

  .prevent-section p {
    font-size: 14px;
  }

  .uniquepro-health {
    padding: 40px 0px;
  }

  .faq-section h1 {
    font-size: 1.6rem;
  }

  .faq-section {
    padding: 50px 0 40px 0px;
    border-radius: 0px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

@media screen and (max-width:430px) {

  .discount-banner .discount-banner-box .off-text {
    font-size: 18px;
  }

  .discount-text {
    font-size: 18px;
  }

  .discount-number svg {
    width: 60px;
    height: auto;
  }
}



/*---hospital--tour---start---here---*/
.video_thumbnail_apolo_proton {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.video_thumbnail_apolo_proton img {
  width: 100%;
  display: block;
  object-fit: cover;
  cursor: auto;
}

.video_thumbnail_apolo_proton {
  position: relative;
}

.play_btn_apolo_proton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
}

.play_btn_apolo_proton svg,
.play_btn_apolo_proton img {
  position: relative;
  z-index: 3;
  width: 14px;
  right: -3px;
  height: initial !important;
  border-radius: 0px;
}

.play_btn_apolo_proton img {
  pointer-events: none;
}

.play_control_apolo_proton img {
  width: 12px;
  height: initial !important;
  border-radius: 0px;
}

.play_btn_apolo_proton::before,
.play_btn_apolo_proton::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.749);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: ripple 2s infinite ease-out;
}

.play_btn_apolo_proton::after {
  background: rgba(255, 255, 255, 0.15);
  animation-delay: 1s;
}

.play_btn_apolo_proton span {
  position: absolute;
  width: 60px;
  height: 60px;
  /* background: rgba(255, 255, 255, 0.7); */
  border-radius: 50%;
  z-index: 2;
}

@keyframes ripple {
  0% {
    width: 60px;
    height: 60px;
    opacity: 0.6;
  }

  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}

.about_pcc_video_box {
  position: relative;
  aspect-ratio: 1440 / 504;
  width: 100%;
}

.video_thumbnail_apolo_proton,
.video_wrapper_apolo_proton {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.thumbnail_img,
.video_wrapper_apolo_proton video {
  width: 100%;
  height: 100%;
}

.video_wrapper_apolo_proton {
  position: relative;
  display: none;
}

.video_wrapper_apolo_proton video {
  width: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.control_bar_apolo_proton {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}

.control_buttons_apolo_proton {
  display: flex;
  gap: 10px;
}

.control_buttons_apolo_proton div {
  background: rgb(255 255 255 / 94%);
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  width: 41px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007c9d;
}

.control_buttons_apolo_proton div:hover {
  opacity: 1;
}

.control_buttons_apolo_proton .play_control_apolo_proton,
.control_buttons_apolo_proton .pause_control_apolo_proton {
  display: none;
}

.control_buttons_apolo_proton .active {
  display: flex;
}

.video_thumbnail_apolo_proton .section_title {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
}

.video_thumbnail_apolo_proton .section_title,
.video_thumbnail_apolo_proton .section_title span {
  color: #fff;
}

/* --- Progress bar --- */
.progress_bar_apolo_proton {
  flex-grow: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin: 0 15px;
  cursor: pointer;
  overflow: hidden;
}

.progress-fill_apolo_proton {
  width: 0%;
  height: 100%;
  background: #007c9d;
  border-radius: 5px;
  transition: width 0.1s linear;
}

@media only screen and (max-width: 767px) {
  .about_pcc_video_box {
    aspect-ratio: 580 / 504;
  }
}

/*---hospital--tour---end---here---*/



/* map section */
.location-section {
  background: linear-gradient(0deg, rgba(0, 124, 157, 0.1) 0%, rgba(236, 128, 70, 0.1) 100%);
  padding: 40px 0;
}

.location-section .container {
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

/* Left text */
.location-info {
  flex: 0 0 35%;
}

.location-info h3 {
  font-size: 32px;
  font-weight: 500;
  color: #007C9D;
  margin-bottom: 8px;
}

.location-info p {
  font-size: 20px;
  color: #444;
  margin: 0;
  line-height: 1.4;
}

/* Map */
.location-map {
  flex: 0 0 65%;
  border-radius: 6px;
  overflow: hidden;
}

.location-map iframe {
  width: 100%;
  height: 387px;
  border: 0;
}

/* Responsive */
@media (max-width: 768px) {

  .location-info,
  .location-map {
    flex: 100%;
  }

  .location-map iframe {
    height: 280px;
  }

  .location-info h3 {
    font-size: 24px;
  }

  .location-info p {
    font-size: 16px;
  }
}

/* map css end */



/* apollo main css srart */

/* Section */
.hospital-section {
  padding: 50px 0;
  background-color: #ffffff;
}

/* Title */
.hospital-title {
  font-size: 28px;
  font-weight: 500;
  color: #007C9D;
  margin-bottom: 40px;
  text-align: center;
}

/* Image Wrapper */
.hospital-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 25px;
}

.hospital-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Support Text */
.hospital-support-text {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  text-align: center;

}

/* Call Button */
.hospital-call-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background-color: #F1A902;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: auto;
  text-align: center;
  justify-content: center;
  width: 230px;
  height: 55px;
}

.hospital-call-btn svg {
  width: 30px;
  height: 30px;
}

.hospital-call-btn:hover {
  background-color: #e0a400;
}

/* ===================== */
/* Responsive CSS */
/* ===================== */

@media (max-width: 768px) {
  .hospital-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .hospital-call-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

@media (max-width: 480px) {
  .hospital-section {
    padding: 35px 0;
  }
}



/* apollo main css end */


/* text section start */

.package-info {
  padding: 10px 0 50px 0;
  background-color: #ffffff;
  text-align: center;
}

.package-name {
  font-size: 20px;
  color: #002D39;
  font-weight: 500;
  margin-bottom: 15px;
}

.package-name span {
  font-weight: 600;
  color: #007C9D;
}

.package-price {
  font-size: 16px;
  font-weight: 600;
  color: #50AC00;
  margin-bottom: 15px;
}

.package-price span {
  font-weight: 700;
}

.package-validity {
  font-size: 20px;
  color: #002D39;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .package-info {
    text-align: left;
    padding: 30px 0;
  }

  .package-name {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .package-price {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .package-validity {
    font-size: 16px;
  }
}

/* text section end */


/* tabele section css start */

.health-package {
  padding: 0 0 60px 0;
  /* font-family: Arial, sans-serif; */
  background: #ffffff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.health-package .title {
  color: #007C9D;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.description {
  font-size: 18px;
  line-height: 1.5;
  color: #002D39CC;
  margin-bottom: 30px;
}

.package-inclusions {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 4px #b2d4de;
  border-radius: 9px;
  padding: 21px;
}

.features-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-item {
  border-bottom: 1px solid #cfe3ea;
}

.feature-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* cursor: pointer; */
  text-align: left;

  font-size: 18px;
  font-weight: 500;
  color: #007c9d;
}

.feature-header .icon {
  font-size: 26px;
  transition: transform 0.3s ease;
  display:none;
}
.feature-item:last-child{border: 0;}
.feature-content {
  /* max-height: 0;
  overflow: hidden; */
  transition: max-height 0.4s ease;
  padding: 0 10px;
}

.feature-content p {
  margin: 0px 0 18px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #000;
}

.feature-item.active .feature-content {
  max-height: 300px;
}

.feature-item.active .icon {
  transform: rotate(45deg);
}


.btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.book-btn {
  display: inline-block;
  background: #F1A902;
  color: #000;
  padding: 12px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 20px;
}

/* .book-btn:hover {
  background: #e6a800;
} */

/* ✅ Responsive */
@media (max-width: 768px) {

  .health-package {
    padding-bottom: 40px;
  }

  .health-package .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .description {
    font-size: 14px;
  }

  .features-title {
    font-size: 24px;
  }

  .book-btn {
    font-size: 16px;
    width: 200px;
    height: 40px;
  }

}

@media screen and (max-width:380px) {

  .col-left,
  .col-right {
    font-size: 13px;
  }

  .col-left {
    width: 40%;
    padding: 8px;
  }

  .col-right {
    width: 60%;
    padding: 8px;
  }
}

.super-sunday-wrapper {
  width: 100%;
  overflow-x: auto;
  /* mobile scroll */
  margin-bottom: 50px;
}

.super-sunday-table {
  min-width: 900px;
  /* forces horizontal scroll on mobile */
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #000;
}

/* Header main title */
.super-sunday-table thead tr:first-child th {
  background-color: #e2efda;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  border: 1px solid #000;
}

/* Column headings */
.super-sunday-table thead tr:nth-child(2) th {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  border: 1px dashed #000;
  background-color: #fff;
}

/* Content cells */
.super-sunday-table td {
  padding: 12px;
  vertical-align: top;
  border: 1px dashed #000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

/* Make last column border solid */
.super-sunday-table th:last-child,
.super-sunday-table td:last-child {
  border-right: 1px solid #000 !important;
}

.super-sunday-table th:first-child,
.super-sunday-table td:first-child {
  border-left: 1px solid #000 !important;
}

/* Bottom border solid */
.super-sunday-table tbody tr:last-child td {
  border-bottom: 1px solid #000;
}

/* Mobile improvements */
@media (max-width: 768px) {
  .super-sunday-table {
    font-size: 13px;
  }

  .super-sunday-wrapper {
    margin-bottom: 40px;
  }
}



/* tabele section css end */


/* terms section */

.terms-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.terms-left {
  max-width: 40%;
}

.terms-left h3 {
  font-size: 28px;
  color: #007C9D;
  margin-bottom: 15px;
}

.terms-left p {
  font-size: 18px;
  color: #000000CC;
  line-height: 1.5;
  font-weight: 400;
}

.terms-right {
  text-align: right;
  padding-right: 70px;
  padding-top: 50px;
}

.book-label {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin-bottom: 6px;
}

.book-number {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.book-number {
  font-size: 20px;
  font-weight: 500;
}

.book-number a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.book-number a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 4px;
  color: #000;
}


/* ✅ Responsive */
@media (max-width: 991px) {
  .terms-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .terms-left {
    max-width: 100%;
  }

  .terms-right {
    text-align: left;
    margin-top: 20px;
    padding-right: 0;
    padding-top: 0;
  }

  .book-number {
    font-size: 18px;
  }
}

@media (max-width: 430px) {

  .terms-left p br {
    display: none;
  }
}



/* swiper slider */

/* Slide spacing */
.prohealth-swiper .swiper-slide {
  height: auto;
}

/* Buttons */
.swiper-arrow-btn {
  margin-top: 30px;
  position: relative;
}

.swiper-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #007c9d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Controls layout */
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

/* Pagination dots */
.prohealth-pagination {
  width: max-content !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.prohealth-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cfd8dc;
  opacity: 1;
}

.prohealth-pagination .swiper-pagination-bullet-active {
  background: #007c9d;
  width: 20px;
  border-radius: 6px;
}


/* Bottom Sticky Button */
.bottom_strip_btn_wrapper {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bottom_strip_btn_wrapper {
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
  }

  .bottom_strip_btn_wrapper {
    display: block;
  }

  .btn_bottom_row {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    justify-content: space-around;
    box-shadow: 0px 0px 28px rgb(0 0 0 / 29%);
  }

  .btn_bottom_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 50%;
    text-align: center;
  }

  .btn_bottom_list:first-child {
    background: #ffc107;
  }

  .btn_bottom_list:last-child {
    background: #f47920;
  }

  .btn_bottom_item {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 13px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .btn_bottom_item img {
    width: 17px;
    margin-right: 5px;
  }
}

/* Bottom Sticky Button */

@media screen and (min-width:1699px) {

  .hospital-title {
    font-size: 32px;
  }

  .hero-sectio-title {
    font-size: 36px;
  }

  .hero-image img {
    max-width: 350px;
  }

  .yoga-shadow {
    margin-top: -50px;
  }

  .pro-card-area {
    max-width: 570px;
  }

  .prohealth-section .row.justify-content-end {
    margin-right: 130px;
  }
}


.super-sunday-table {
  width: 100%;
  table-layout: fixed;
}

.super-sunday-table th,
.super-sunday-table td {
  width: 20%;
  vertical-align: top;
}