/* Banner section css */
.speciality-banner {
  position: relative;
  /* margin-bottom: 30px; */
}

.speciality-banner img {
  width: 100%;
  display: block;
}

.speciality-banner {
  position: relative;
}

.mobile-slider {
  display: none;
}

.mob_view {
  display: none;
}


.mob_view1 {
  display: none;
}

@media (max-width: 1199px) {
  .speciality-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .banner-form {
    width: 310px;
    top: 2px;
    padding: 8px;
    right: 6%;
  }

  .form-group button {
    margin-top: 0;
  }

  .banner-form form textarea {
    height: 50px;
  }

  .banner-form h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .form-group button {
    padding: 8px 35px;
  }

  .banner-form form input,
  .banner-form form textarea {
    margin-bottom: 5px;
  }

}

@media (max-width: 768px) {
  .speciality-banner {
    height: auto;
  }

  .desktop-slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }

  .banner-form {
    position: unset !important;
    width: 80%;
    margin: 10px auto;
  }

  .banner-form form input {
    height: 35px;
  }

  .mob_view {
    display: block;
  }

  .mob_view1 {
    display: block;
  }

  .desk_view {
    display: none;
  }
}

@media (max-width: 499px) {
  .speciality-banner img {
    width: 100%;
    object-fit: cover;
  }

  .speciality-banner {
    margin-bottom: 0;
  }

  .banner-form {
    position: unset !important;
    width: 95%;
    padding: 15px !important;
  }

  .banner-form h3 {
    text-align: center;
    color: #00b7ac;
    margin-bottom: 10px;
    font-size: 17px;
  }

}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  top: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
}

.slide.active {
  opacity: 1;
  position: relative;
  left: 0;
  opacity: 1;
}

.slide img {
  width: 100%;
  display: block;
  height: auto;
}

.banner-form {
  position: absolute;
  right: 4%;
  top: 45px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.banner-form h3 {
  text-align: center;
  color: #00b7ac;
  margin-bottom: 20px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.7);
}

.banner-form form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.banner-form form input,
.banner-form form textarea {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 0 15px;
  font-family: Montserrat;
  color: #333;
  font-size: 13px;
  box-sizing: border-box;
}

.banner-form form textarea {
  padding: 15px;
  height: 75px;
}

.form-group button {
  border-radius: 4px;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 8px 45px;
  color: #fff;
  border: none;
  font-family: Montserrat;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.text-center {
  text-align: center;
}

.form-group {
  margin-top: 10px;
}

/* doctor profile section css */
.doctor-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.doctor-section h2 {
  text-align: center;
  color: #034ea1;
      font-size: 28px;
    font-weight: bold;
}

.doctor-wrapper {
  display: flex;
  /* justify-content: center; */
  transition: transform 0.5s ease-in-out;
  scroll-behavior: smooth;
}

.doctor-card {
  min-width: 20%;
  max-width: 23%;
  /* 4 per row on desktop */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 10px;
  text-align: center;
  background: #fff;
  flex-shrink: 0;
}

.location {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 10px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

}

.location p {
  margin: 0;
  color: #fff !important;
  font-size: 12px !important;

}

.blue-bg-bar {
  width: 100%;
  height: 15px;
  background: #034ea1;
}

.doctor-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.doctor-card h6 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.doctor-card p {
  color: #444;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}


.doctor-card .btn {
  width: 80%;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #034ea1;
  color: #034ea1;
  cursor: pointer;
}


.doctor-card .btn:hover {
  background-color: #034ea1 !important;
  color: white !important;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.nav-btn.left {
  left: 0px;
  background: #034ea1 !important;
}

.nav-btn.right {
  right: 0px;
  background: #034ea1 !important;
}

/* Mobile view */
@media(max-width: 767px) {
  .doctor-wrapper {
    overflow-x: auto;
    /* enable scroll */
    scroll-snap-type: x mandatory;
  }

  .doctor-card {
    min-width: 80%;
    /* big scrollable cards */
    scroll-snap-align: start;
  }

  .nav-btn {
    display: none !important;
  }

  /* completely hide arrows */
  .scroll-bars {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 5px;
  }

  .scroll-bars div {
    height: 5px;
    flex: 1;
    background: #ddd;
    border-radius: 5px;
  }

  .scroll-bars .active {
    background: #007bff;
  }
}

hr {
  padding-left: 10px;
}

/* coe section css */

section.parta {
  background-color: #4498a7;
  background-size: cover;
  background-repeat: no-repeat;
}

.headsup {
  color: white;
  font-size: 32px;
  font-weight: bold;
}



.cont-but {
  border: 1px solid blueviolet;
  border-radius: 40px;
  padding: 11px;
  background: white;
  color: black;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cont-but:hover:not(.active) {
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  color: white;
}

.cont-but.active {
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  color: white;
  font-weight: 600;
}


.cont-but:hover .coe-icon img,
.cont-but.active .coe-icon img {
  filter: brightness(0) invert(1);
}

.matter-pag {
  color: white;
  font-weight: 500;
  line-height: 25px;
}

.textconres img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  height: auto;
}


/* mob version coe css */

/* section.parta-mob {
  background-color: #4498a7;
  background-size: cover;
  background-repeat: no-repeat;
}

.headsup-mob {
  color: white;
  font-size: 32px;
  font-weight: bold;
}

.cont-but-mob {
  border: 1px solid blueviolet;
  border-radius: 40px;
  padding: 11px;
  background: white;
  color: black;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cont-but-mob:hover:not(.active) {
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  color: white;
}

.cont-but-mob.active {
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  color: white;
  font-weight: 600;
}

.cont-but-mob:hover .coe-icon1 img,
.cont-but-mob.active .coe-icon1 img {
  filter: brightness(0) invert(1);
}


.matter-pag-mob {
  color: white;
  font-weight: 500;
  line-height: 25px;
}

.dynamic-procedure-mob {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #00b7ac;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.dynamic-procedure-mob img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  height: auto;
} */

/* book apnt css */
.doc-check {
  background-color: #034ea1;
  background-image: url(img/checkup-bg-1.svg), url(img/checkup-bg-2.svg);
  background-position: left center, right center;
  background-repeat: no-repeat;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.doc-check h2 {
  color: #fff;
      font-size: 28px;
    font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.doc-check button {
  background: #fff;
  color: #034ea1;
  padding: 8px 35px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
  font-family: Montserrat;
  border: none;
  cursor: pointer;
}


/* why choose section css */
.why-choose {
  padding: 30px 0;
  text-align: center;
}

.why-choose h2 {
  color: #034ea1;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.why-choose p {
  color: #000;
  margin-bottom: 30px;
  font-weight: bold;
}

.why-choos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}

.why-choose-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.why-choose-img img {
  display: block;
}

.why-choose-text ul {
  padding: 0;
  list-style: none;
}

.why-choose-text ul li {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 20px;
}

.why-choose-text ul li::before {
  position: absolute;
  width: 10px;
  background: #034ea1;
  height: 50%;
  content: "";
  left: 0;
  top: 0;
}

.why-choose-text ul li::after {
  position: absolute;
  width: 10px;
  background: #00b7ac;
  height: 50%;
  content: "";
  left: 0;
  bottom: 0;
}

.choose-ico {
  width: 100px;
  height: 80px;
  background: #fff;
  border: 1px solid #034ea1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-text ul li span {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 15px 30px;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #034ea1;
  border-right: 1px solid #034ea1;
  border-bottom: 1px solid #034ea1;
  background: #00b7ac;
  color: #fff;
  font-size: 22px;
  width: 370px;
}
@media (max-width:320px) {
 .why-choose-img{
    width: 65%;
   
  }
  .why-choose-img img{
    width: 100%;
    height: 100%;
  }
  .why-choose-text{
    width: 65%;
  }
}
@media (min-width:321px) and (max-width:480px){
  .why-choose-img{
    width: 75%;
   
  }
  .why-choose-img img{
    width: 100%;
    height: 100%; 
  }
  .why-choose-text{
    width: 75%;
  }
}

@media (max-width:768px) {
  .why-choos-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    align-items: center;
  }

  h2 {
    font-size: 22px !important;
  }
}

/* testimonials section css */

.testimonial-section {
  padding: 50px 20px;
  text-align: center;
  color: white;
  background: #00b5ad;
}

.testimonial-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 220px;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-content {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  overflow-y: auto;

  flex-grow: 1;
  padding-right: 6px;

}

.testimonial-card .author {
  margin-top: 10px;
  font-weight: bold;
  text-align: right;
  flex-shrink: 0;
}

.quote {
  color: #005baa;
  font-size: 24px;
  font-weight: bold;
}

/* Hide scrollbar on Webkit (optional) */
.testimonial-content::-webkit-scrollbar {
  width: 6px;
}

.testimonial-content::-webkit-scrollbar-thumb {
  background-color: #005baa;
  border-radius: 10px;
}

/* Pagination dots */
/* .swiper-pagination-bullet {
  background: #005baa !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #005baa !important;
  opacity: 1;
} */
/* Default bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: -10px 6px !important;
  cursor: pointer;
}

/* Active bullet */
.swiper-pagination-bullet-active {
  background: #034ea1;
  transform: scale(1.3);
  opacity: 1;
  box-shadow: 0 0 8px rgba(3, 78, 161, 0.7);
}

/* Hover effect */
.swiper-pagination-bullet:hover {
  background: #034ea1;
  opacity: 0.9;
  transform: scale(1.2);
}

/* faq section css */
.faq {
  background: url(https://www.manipalhospitals.com/campaigns/assets/images/faq-flower.webp) #034ea1 no-repeat;
  padding: 20px 0;
  background-position: 0 50%;
}

section.faq {
  display: block;
  unicode-bidi: isolate;
}

div.faq-bar {
  display: block;
  unicode-bidi: isolate;
}

.accordion.active::before {
  content: url(https://www.manipalhospitals.com/campaigns/assets/images/faqs-down.svg);
  transform: rotate(180deg);
  top: 18px;
}

.faq h2 {
  color: #fff;
  /* font-size: 30px; */
  margin: 0 0 10px 0;
  text-align: center;

      font-size: 28px;
    font-weight: bold;
}

.faq-bar {
  padding: 10px 0 10px;
}

@media (max-width: 499px) {
  .accordion p {
    width: 94%;
  }
}

.accordion {
  background-color: #fff;
  color: #034ea1;
  cursor: pointer;
  padding: 15px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  /* font-family: Montserrat; */
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}

.accordion::before {
  content: url(https://www.manipalhospitals.com/campaigns/assets/images/faqs-right.svg);
  /* font-family: "Glyphicons Halflings"; */
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #034ea1;
  box-sizing: border-box;
}

.accordion p {
  margin-bottom: 0px !important;
}

.panel {
  padding: 0 15px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  transition: max-height 0.3s ease, padding 0.3s ease;
  max-height: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
}


.faq-bar {
  padding: 10px 0 10px;
}

/* faq section end */