*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.banner-section {
  background-image: url("img/cardiology-test1.webp");
  height: 532px;
  margin-top: 10px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-sec {
  padding-top: 10%;
  padding-left: 5%;
}

.image-sec {
  padding-top: 10%;
  padding-left: 5%;
}

.image-sec img {
  width: 100%;
}

.content-sec h3 {
  color: #115498;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}

.content-sec h1 {
  color: #1cb4aa;
  font-size: 39px;
  font-weight: 700;

  margin-top: 10px;
}

.content-sec h6 {
  color: #0e5096;
  font-size: 20px;
  font-weight: 700;

  margin-top: 17px;
}

.form_card {
  padding: 40px;
  width: 85%;
  /* margin-left: 10%; */
  margin-top: 5%;
  border: none !important;
  box-shadow: 0 13px 6px rgba(0, 0, 0, 0.1), -11px 0 6px rgba(0, 0, 0, 0.1),
    12px 0 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.appointment {
  color: #252b41;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.1px;
}

.labels {
  color: #252b41;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
}

input.input_forms {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 15px !important;
  outline: 0px;
}

button.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #0f519e;
}

.doc-section {
  background-color: #23b5a5;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 0;
  margin-top: -2.2%;
}

.doc-sub-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.doc-sub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.doc-profile {
  background-color: #0c5c98;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* .doc-icon {
  height: 42px;
  margin-top: 10px;
  margin-left: 12px;
} */

.doc-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  padding-left: 25px;
}

.doc-content p {
  font-size: 18px;
  margin-bottom: 0px;
}

.doc-content h5 {
  font-weight: 700;
}

.doctors-section {
  background-image: url(img/doctor-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}

.doctors-sub-section {
  width: 60%;
  padding-top: 90px;
  padding-left: 76px;
}

.doctors-sub-section h1 {
  color: #0e5096;
}

.doctors-sub-section p {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-top: 19px;
}

.mob_view {
  display: none;
}

@media (max-width: 320px) {
  .form_card {
    padding: 25px;
    width: 90%;
    margin-left: 7%;
    margin-top: 8%;
    margin-bottom: 10%;
  }

  /* .image-sec img{
    width: 663%;
  } */
  .content-sec h6 {
    font-size: 18px;
  }

  .content-sec h1 {
    font-size: 30px;
  }

  .content-sec h3 {
    font-size: 27px;
  }
}

@media (max-width: 425px) {
.headsup {
  color: #004d99;
  font-size: 28px !important;
  font-weight: bold;
}
.why-manipal p{
  font-size: 16px !important;
}
.why-manipal .features{
  font-size: 18px !important;
}
.why-manipal .features li {
      margin-bottom: 6px !important;
}
}
.mob-terat img{
  
  height: 300px !important;
}

.mob-terat p{
  font-weight: 600;
  line-height: 26px;
}
@media (min-width: 426px) and (max-width: 768px) {
  .mob-terat img{
  
  height: 450px !important;
}
}
 @media (min-width: 769px) and (max-width: 991px) {
 .content-sec h3 {
    color: #115498;
    font-size: 24px !important;
    font-weight: 700;
    margin-top: 10px;
  }
  .content-sec h1 {
    color: #1cb4aa;
    font-size: 34px !important;
    font-weight: 700;
    margin-top: 10px;
  }

  .content-sec h6 {
    color: #0e5096;
    font-size: 16px !important;
    font-weight: 700;
    margin-top: 17px;
  }
  .banner-section {
    height: auto !important;
  }
  .doc-sub-main{
    width: 77% !important;
    margin-left: 65px !important;
  }

 }
@media (min-width: 0px) and (max-width: 768px) {
  .container{
    max-width: 100% !important;
  }
  .doc-sub-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px !important; /* Optional: adds space between items */
    width: 100% !important;
    margin-left: 0px !important;
  }

  .doc-content p {
    font-size: 14px !important;
    margin-bottom: 0px;
  }
  .doc-content h5 {
    font-size: 18px !important;
  }
  .doc-profile {
    background-color: #0c5c98;
    height: 65px !important;
    width: 65px !important;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .doc-section {
    margin-top: 0%;
  }
  .doc-content {
    padding-left: 12px !important;
    justify-content: center;
    align-items: center;
  }
  .doc-sub {
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
  }
  .why-manipal {
    background-color: #f0f6fd;
    padding: 20px 20px !important;
    position: relative;
    overflow: hidden;
    margin-top: 0px !important;
  }
  .treatment-wrapper {
    position: relative;
    padding: 20px 20px 20px !important;
    background-color: #f0f6fd;
    /* overflow: hidden; */
}
}

/* @media (min-width: 551px) and (max-width: 767px) {
  .content-sec {
    margin-bottom: -10%;
  }
  .content-sec h6 {
    font-size: 23px;
  }

  .content-sec h1 {
    font-size: 50px;
  }

  .content-sec h3 {
    font-size: 38px;
  }
  .doc-sub-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; 
    width: 80% !important;
    margin-left: 65px !important;
  }
  .doc-section {
    margin-top: 3.8%;
  }
  .doc-content {
    justify-content: flex-start;
    align-items: flex-start;
  }
} */

@media (max-width: 768px) {
  .desk_view {
    display: none;
  }

  .banner-section {
    height: auto !important;
  }

  .mob_view {
    display: block;
  }
  .banner_form {
        margin: 0px !important;
    }
}

/* why choose  */
.why-manipal {
  background-color: #f0f6fd;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.why-manipal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: url("https://www.manipalhospitals.com/campaign/hospitals/yeshwanthpur/cardiology-test/img/left-flower.webp")
    no-repeat center right;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}

.why-manipal .container {
  position: relative;
  z-index: 2;
  background: fixed;
  /*max-width: 1000px;*/
  margin: 0 auto;
  /*background: rgba(255, 255, 255, 0.55);*/
  /*backdrop-filter: blur(12px);*/
  /*-webkit-backdrop-filter: blur(12px);*/
  border-radius: 20px;
  padding: 40px;
  /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
}

.why-manipal h2 {
  margin-bottom: 20px;
}

.why-manipal p {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.why-manipal .features {
  padding-left: 0;
  color: #035b9a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.why-manipal .features li {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 32px;
}

.why-manipal .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #0072bc, #00c6ff);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 114, 188, 0.5);
}

@media (max-width: 768px) {
  .why-manipal h2 {
    font-size: 28px;
  }

  .why-manipal .container {
    padding: 30px 20px;
  }

  .why-manipal::after {
    width: 100%;
    height: 60%;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .content-sec h3 {
    color: #115498;
    font-size: 18px !important;
    font-weight: 700;
    margin-top: 10px;
  }
  .content-sec h1 {
    color: #1cb4aa;
    font-size: 22px !important;
    font-weight: 700;
    margin-top: 10px;
  }

  .content-sec h6 {
    color: #0e5096;
    font-size: 14px !important;
    font-weight: 700;
    margin-top: 17px;
  }
  /* .content-sec {
    text-align: center;
  } */
  .form_card {
    padding: 17px !important;
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 5%;
    border: none !important;
    box-shadow: 0 13px 6px rgba(0, 0, 0, 0.1), -11px 0 6px rgba(0, 0, 0, 0.1),
      12px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  input.input_forms {
    border-radius: 5px !important;
    border: 1px solid #e6e6e6;
    background: #f9f9f9 !important;
    padding: 8px !important;
    outline: 0px;
  }
  .image-sec img {
    width: 100% !important;
     margin-left: 20px;
  }
  .image-sec {
    text-align: center;
    display: flex;
 
  }


}

@media (max-width: 525px) {
  .backmob {
    position: relative;
    background-color: #F2F8FF;
    padding-bottom: 20px !important;
    overflow: hidden; /* Important to allow image outside bounds */
}

.backmob::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 50vw; /* Responsive width */
    aspect-ratio: 1 / 1; /* Keeps image square-ish, or change to match your image */
    background: url('img/banner_sideimage.webp') no-repeat center center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}
}

@media (min-width: 526px) and (max-width: 768px) {
  .backmob {
    position: relative;
    background-color: #F2F8FF;
    padding-bottom: 40px !important;
    overflow: hidden; /* Important to allow image outside bounds */
}

.backmob::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 35vw; /* Responsive width */
    aspect-ratio: 1 / 1; /* Keeps image square-ish, or change to match your image */
    background: url('img/banner_sideimage.webp') no-repeat center center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}
}


/* trreatment */
.treatment-wrapper {
  position: relative;
  padding: 80px 20px 60px;
  background-color: #f0f6fd;
  /* overflow: hidden; */
}
.treatment-details {
 
  height: 100%;
}

.treatment-wrapper::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -1px;
  width: 594px;
  height: 490px;
  background: url("https://www.manipalhospitals.com/campaign/hospitals/yeshwanthpur/cardiology-test/img/left_flower.webp")
    no-repeat top left;
  background-size: contain;
  opacity: 0.8;
  z-index: 999999;
  pointer-events: none;
  /* transform: rotate(180deg); */
}
.treatment-wrapper .row {
  min-height: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.treatment-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  border-radius: 20px;
  /* padding: 30px 20px; */
  overflow: hidden;
  z-index: 1;
  background-color: #035b9a;
  height: 100%;
  /* Solid color */
}

.treatment-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  /* Just blur, no color */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}

.treatment-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.treatment-header p {
  font-size: 18px;
  margin-top: 8px;
}

.buttons-box {
  /*background-color: rgba(255, 255, 255, 0.6);*/
  /*backdrop-filter: blur(10px);*/
  border-radius: 20px;
  padding: 30px 20px;

  /*box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
}

.buttons-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  gap: 15px;
  justify-items: center;
}

.buttons-grid button {
  background-color: rgb(170, 220, 255);
  color: #035b9a;
  border: none;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
}

.buttons-grid button:hover {
  background-color: #ffffff;
  transform: scale(1.02);
}

.buttons-grid button.active {
  background-color: #ffffff;
  color: #035b9a;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #80caff;
}

/* .treatment-details {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
} */
 .treatment-details {
  background-color: #fff;
  border-radius: 15px;
 
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
/* 
.treatment-details img {
  width: 100%;
  max-width: 400px;
  height: 220px;
  border-radius: 10px;
  margin-right: 20px;
  flex: 1 1 300px;
} */
 .treatment-details img {
  width: 100%;
  max-height: 300px;
  
  border-radius: 10px;
  margin-right: 20px;
  flex: 1 1 300px;
}

.treatment-details .text {
  flex: 1 1 400px;
}

.treatment-details h3 {
  color: #003366;
  margin-bottom: 10px;
}

.treatment-details p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .treatment-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .treatment-details img {
    margin: 0 0 20px 0;
  }

  .treatment-details .text {
    padding: 0 10px;
  }

  .treatment-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-sec h3 {
    font-size: 26px;
  }
  .content-sec h1 {
    font-size: 34px;
  }
  .content-sec h6 {
    font-size: 20px;
  }
  .image-sec img {
    width: 127%;
    margin-left: -35px;
  }
  .form_card {
    width: 92%;
  }
  input.input_forms {
    padding: 6px !important;
  }
  .labels {
    line-height: 26px;
  }
  .doc-icon {
    margin-top: -2px;
        margin-left: 2px;
  }
  .doc-content p {
    text-align: center;
  }
  .doc-sub-main {
    width: 65% !important;
    margin-left: 27px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .content-sec {
    padding-top: 3%;
  }
  .content-sec h3 {
    font-size: 32px;
  }
  .content-sec h1 {
    font-size: 39px;
  }
  .content-sec h6 {
    font-size: 20px;
  }
  .image-sec img {
    width: 123%;
    margin-left: -45px;
  }
  .form_card {
    width: 96%;
  }
  .doc-content p {
    text-align: center;
  }
  .doc-icon {
   margin-left: 3px;
  }
  .doc-sub-main {
    width: 60% !important;
    margin-left: 60px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1642px) {
  .content-sec {
    padding-top: 6%;
  }
  .content-sec h3 {
    font-size: 41px;
  }
  .content-sec h1 {
    font-size: 39px;
  }
  .content-sec h6 {
    font-size: 23px;
  }
  .image-sec img {
    width: 117%;
    margin-left: -32px;
    margin-top: -57px;
  }
  .form_card {
    width: 93%;
  }
  .doc-sub-main {
    width: 63% !important;
    margin-left: 69px !important;
  }
  .doc-sub {
    margin-right: 10px;
  }
}
.sec_boxx {
  padding: 60px 20px;
}

/* apponitmnt */
.look_data {
  background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
}

.card_dataLook {
  border-radius: 18px !important;
  border: 0.2px solid #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 0px !important;
}

.consult_btn {
  border-radius: 10px;
  background: #02b9ad;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  padding: 13px;
  width: 100%;
  font-size: 20px;
  color: white;
}

/* faq */

.slide-up {
  /* opacity: 0; */
  /* transform: translateY(200px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}

.corporate .accordion .card {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 20px;
}

.corporate .card-body {
  font-size: 20px;
}

.corporate .accordion .card-header {
  background-color: #fff;
  cursor: pointer;
  padding: 20px;
  border: none;
  border-radius: 25px;
}

.corporate .accordion .card-header h5.open {
  font-size: 21px;
  font-weight: 600;
}

.corporate .accordion .card-header h5 {
  font-size: 21px;
  font-weight: 400;
  margin: auto 0;
}

.card-header .icon {
  font-weight: bold;
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #215791;
  /* Adjust as needed */
  transition: transform 0.1s ease;
  display: flex;
  height: 30px;
  width: 30px;
  border: 2px solid;
  border-radius: 50%;
  justify-content: center;
}

.headsup {
  color: #004d99;
  font-size: 32px;
  font-weight: bold;
}

/* owl */
.carousel-wrapper {
  /* width: 90%; */
  max-width: 600px;
}

.card-mobb {
  
  border-radius: 13px !important;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: none !important;
  backdrop-filter: blur(10px) !important; /* optional: gives a frosted-glass effect */
}

.card-mobb :hover {
  transform: translateY(-5px);
}

.card-mobb img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 20px;
  
}

.card-content h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #004d99;
}

.card-content p {
  margin: 0;
  font-size: 15px;
  color: #555;
}
.para-terat{
  font-weight: 600;
}

/* Hide default nav and dots */
.owl-nav,
.owl-dots {
  display: none !important;
}

/* Custom line indicator */
.custom-dots {
  position: relative;
  display: flex;
  height: 6px;
  background: #ddd;
  border-radius: 6px;
  margin-top: 25px;
  overflow: hidden;
}

.custom-dot {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.custom-dot:not(:last-child) {
  margin-right: 4px;
}

.indicator-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #007bff;
  transition: left 0.4s ease, width 0.4s ease;
  z-index: 2;
  border-radius: 6px;
}

.custom-dot:hover::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 123, 255, 0.1);
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  transition: height 0.5s ease-in-out;
}
.card-content {
  padding: 20px;
  height: 300px;
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(0, 123, 255, 0.1) transparent; /* Firefox */
}

/* For Chrome, Edge, and Safari */
.card-content::-webkit-scrollbar {
  width: 6px;
}

.card-content::-webkit-scrollbar-track {
  background: transparent;
}

.card-content::-webkit-scrollbar-thumb {
  background: rgba(0, 123, 255, 0.1); /* Your requested color */
  border-radius: 4px;
}



.mob-terat {
  border: none;
  border-radius: 20px;
  background: #f2f8ff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}
.mob-terat img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}
.heat_boxx{
  margin-top: -59px;
  padding: 20px;
}


/* pop-up css */
.modal-content {
    border: none !important;
    background-color: transparent !important;
}
.appointment_form {
    padding: 5px;
    background-color: white;
    float: right;
    margin-top: 26px;
    /* margin-right: -550px; */
    border-radius: 8px;
    box-shadow: 0px 20px 60px #3e3e3e29;
}
.banner_form {
    margin: 4px 61px;
    padding: 10px;
    padding-top: 0px !important;
}
.form_card_pop {

    border-radius: 10px;
    padding: 10px;
    border: none !important;
    background: var(--light-background-color, #FFF);
    padding-top: 0px !important;
}
button.popup_submit {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    padding: 10px;
    border: none;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 9px;
    margin-bottom: 40px;
}

::-webkit-scrollbar{
    width: 3px;
    height: 6px;
    background-color: #ddd;
   }
   ::-webkit-scrollbar-thumb{
       background-color: #034ea1 !important;
   }

   /* #treatment-desc{
    height: 150px;
    overflow-y: scroll;
   } */
 

   @media (min-width: 769px) and (max-width: 1000px) {
    .doctors-sub-section {
      width: 85% !important;
    }
   }
   .form-maindiv{
    display: flex;
    justify-content: flex-end;
   }