*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

/* ==== main section index page css start === */
.banner_section_part {
  background-image: url(img/banner_updated.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
  position: relative;
  top: 95px;
}

.banner_nww {
  position: relative;
  margin-top: 90px;
}

.modal {
  z-index: 999999 !important;
}


@media (max-width: 768px) {
  .desk_view {
    display: none;
  }



  .mob_view {
    display: block;
  }



  .banner_form {
    margin: 0 !important;
  }

  .appointment_form {
    margin: 0 !important;
  }

  .headlinerwhite {
    font-weight: 700;
    font-size: 1.75rem !important;
    margin-bottom: 0.5rem;
    color: white;
    /* text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8); */
  }

  .headerparawhite {
    /* max-width: 700px; */
    margin: 0 auto 30px !important;
    font-size: 1.005rem !important;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    /* text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75); */
  }

  .international-care-section {
    padding: 30px 10px !important;

  }

  .international-care-section h2 {
    font-size: 30px !important;

  }

}



button.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #04b6ae;
}

input.input_forms {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 6px;
  outline: 0px;
  width: 100%;
}

.ib--text {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6 !important;
  background: #f9f9f9 !important;
  padding: 5px !important;
  outline: 0px !important;
}

.ib--textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 4em !important;
}

.ib--element-container {
  margin-bottom: 10px !important;
}

.ib--form-container {
  padding: 0px !important;
}

.labels {
  color: #02778a;
  font-weight: 600;
  font-size: 16px;
}

.ib--input-label {
  color: #02778a !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}



.form_card {
  padding: 20px !important;
  border-radius: 10px;
  background: var(--light-background-color, #fff);
  width: 370px;
  position: absolute !important;
  top: 35px;
  right: 100px;
  z-index: 6666;
}

.form_card_pop {
  padding: 20px;
  border-radius: 10px;
  background: var(--light-background-color, #fff);
}

/* Customize the scrollbar for webkit browsers */
::-webkit-scrollbar {
  width: 3px !important;
  height: 5px !important;
  background-color: #ddd !important;
}

::-webkit-scrollbar-thumb {
  background-color: #00b3aa !important;
}

.form_card_pop {
  border-radius: 10px;
  padding: 10px;
  border: none !important;
  background: var(--light-background-color, #fff);
  padding-top: 0px !important;
}



.ib--form-container {
  padding: 20px !important;
}

@media (max-width: 1200px) {
  .form_card {
    padding: 20px;
    border-radius: 10px;
    background: var(--light-background-color, #fff);
    width: 350px;
    position: relative !important;
    top: 13px;
    right: 0px;
    z-index: 0 !important;
  }


  .banner_nww {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 15px !important; */
  }



}


.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  padding: 5px;
  width: 75px;
  height: 39px;

  cursor: pointer;

  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;

  outline: 0px;
}




textarea {
  border-radius: 5px !important;
  border: 1px solid #e6e6e6;
  background: #f9f9f9 !important;
  padding: 6px;
  outline: 0px;
  width: 100%;
}





/* .detailsde{
    margin-top: 90px !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;
}

.modal-content {
  background-color: fixed !important;
  background: fixed !important;
  border: none !important;
}

.btnedd11 {
  color: #0966a4 !important;
  border: none;
  background: none;
}

.cont-btn-nead {
  text-align: center;
  color: #04b6ae;
  font-weight: 700;
  font-size: 27px;
}





.banner-content {
  position: absolute;
  top: 30px;
  left: 96px;
}

.banner-content h1 {
  font-size: 66px;
  color: #0056b8;
  font-weight: bolder;
}

.banner-content h3 {
  font-size: 38px;
  font-weight: 600 !important;
  color: #04b6ae
}

.banner-content p {
  font-size: 28px;
}

@media (max-width : 301px) {
  .banner-content {
    position: absolute;
    top: 23px;
    left: 10px;
  }

  .banner-content h1 {
    font-size: 26px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 15px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 15px;
  }
}

@media (min-width: 301px) and (max-width: 375px) {
  .banner-content h1 {
    font-size: 26px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 18px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 17px;
  }

  .banner-content {
    position: absolute;
    top: 23px;
    left: 21px;
  }
}

@media (min-width : 375px) and (max-width: 431px) {
  .banner-content {
    position: absolute;
    top: 26px;
    left: 23px;
  }

  .banner-content h1 {
    font-size: 33px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 18px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 20px;
  }
}

@media (min-width: 432px) and (max-width: 600px) {
  .banner-content {
    position: absolute;
    top: 42px;
    left: 31px;
  }

  .banner-content h1 {
    font-size: 38px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 23px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 23px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .banner-content {
    position: absolute;
    top: 26px;
    left: 56px;
  }

  .banner-content h1 {
    font-size: 49px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 31px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 28px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .banner-content {
    position: absolute;
    top: 0px;
    left: 178px;
  }

  .banner-content h1 {
    font-size: 32px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 20px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 15px;
  }

  .doc-check {
    height: 170px !important;
  }

}

@media (min-width: 993px) and (max-width: 1170px) {
  .banner-content {
    position: absolute;
    top: 8px;
    left: 287px;
  }

  .banner-content h1 {
    font-size: 39px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 23px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 18px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .appointment_btn {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px !important;
    font-size: 15px !important;
    border-radius: 8px;
  }
}

@media (min-width: 1171px) and (max-width: 1400px) {
  .banner-content h1 {
    font-size: 45px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 27px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 19px;
  }
}

@media (min-width: 1401px) and (max-width: 1480px) {
  .banner-content {
    position: absolute;
    top: 20px;
    left: 96px;
  }

  .banner-content h1 {
    font-size: 58px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 29px;
    color: #04b6ae;
  }

  .banner-content p {
    font-size: 25px;
  }
}


@media (min-width: 1480px) and (max-width: 1600px) {
  .banner-content h1 {
    font-size: 58px;
    color: #0056b8;
    font-weight: bolder;
  }

  .banner-content h3 {
    font-size: 31px;
    color: #04b6ae;
  }

  .banner-content {
    position: absolute;
    top: 27px;
    left: 96px;
  }

}

@media (max-width: 575px) {
  .google-trnslt-button {
    margin-top: 20px;

  }

  .banner_nww {
    margin-top: 145px;
  }
}

@media (min-width: 576px) and (max-width : 800px) {
  .banner_nww {
    margin-top: 90px;
  }
}

.whatsapp-button {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #25D366;
  padding: 8px 12px;
  border-radius: 50px 0 0 50px;
  color: white;
  /* font-family: Arial, sans-serif; */
  font-weight: bold;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.whatsapp-button img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.whatsapp-button span {
  white-space: nowrap;
  /* margin-left: 8px; */
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s ease, opacity 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebc59;
}

.whatsapp-button:hover img {
  transform: scale(1.1);
}

.whatsapp-button:hover span {
  opacity: 1;
  max-width: 110px;
}

@media (max-width: 500px) {
  .whatsapp-button img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
  }

  .whatsapp-button {

    padding: 6px 10px;

  }

}



/* css for hello bangladesh section */
.welcome-country-section {
  padding: 20px 20px;
  /* font-family: Montserrat, sans-serif; */
  color: #121212;
  line-height: 1.6;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}
.container {
    width: 85%;
    margin: 0 auto;
    position: relative;
} */
.welcome-title {
  font-size: 28px;
  font-weight: 700;
  color: #034ea1;
  margin-bottom: 10px;
}

.welcome-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #00b7ac;
  margin-bottom: 20px;
}

.welcome-description p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* about manipal section css */

.about-manipal-global {
  padding: 20px 15px;
  background-color: #f9f9f9;
  /* font-family: Montserrat, sans-serif; */
}

/* .about-manipal-global .container {
    max-width: 1200px;
    margin: 0 auto;
} */

.about-manipal-global h2 {
  font-size: 26px;
  color: #034ea1;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-manipal-global p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.about-manipal-global h3 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}


/* list section css */


.international-care-section {
  padding: 60px 20px;
  background-color: #4498a7;
  /* font-family: Montserrat, sans-serif; */
  color: #fff;
}

/* .international-care-section .care-intro {
    max-width: 1100px;
    margin: 0 auto;
} */
.international-care-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  /* text-align: center; */
}

.international-care-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  /* text-align: center; */
  line-height: 25px;
}

.international-care-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.international-care-section ul li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #fff;
}

.international-care-section ul li strong {
  font-weight: 600;
  color: #fff;
}

/* facilities section css */

.leading-facilities {
  padding: 20px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.leading-facilities h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #034ea1;
}

.leading-facilities h2 span {
  color: #00b7ac;
}

.leading-facilities .subtitle {
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  justify-items: center;
}

.facility-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  padding: 20px 10px;
  width: 100%;
  max-width: 160px;
  transition: transform .3s ease;
  text-align: center;
}

.facility-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 12px;
}

.facility-card p {
  font-size: 16px;
  font-weight: 600;
  color: #00b7ac;
  margin: 0;
}

/* why choose section css */

.why-manipal {
  padding: 20px 20px;
  background: #fff;
  text-align: center;
}

.why-manipal h2 {
  font-size: 30px;
  color: #034ea1;
  font-weight: 700;
}

.why-manipal h2 span {
  color: #00a89c;
}

.why-manipal .description {
  margin: 20px auto 40px;
  font-size: 16px;
  color: #034ea1;
  line-height: 1.6;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media(max-width :500px) {
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}



.stat-card {
  background: linear-gradient(135deg, #f2fdfd, #fff);
  border: 1.5px dotted #00b7ac;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stat-card h3 {
  color: #00b7ac;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.stat-card p {
  color: #034ea1;
  font-size: 14px;
}

/* coe section css */

section.parta {
  background-color: #4498a7;
  background-size: cover;
  background-repeat: no-repeat;
}

.headsup {
  color: white;
  font-size: 32px;
  font-weight: bold;
}

/* .activated {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%) !important;
  color: white !important;
} */

.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;
}


/* 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;
}

/* doc section css */
.doc-check {
  background-color: #034ea1;
  background-image: url(../images/checkup-bg-1.svg), url(../images/checkup-bg-2.svg);
  background-position: left center, right center;
  background-repeat: no-repeat;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

@media (max-width:768px) {
  .doc-check {
    height: 200px;
  }
}

.doc-check h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  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;
}

/* faq section css */
.faq {
  background: url(https://www.manipalhospitalsglobal.com/assets/frontend-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(img/faqs-down.svg);
  transform: rotate(180deg);
  top: 18px;
}

.faq h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 10px 0;
  text-align: center;
}

.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(img/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 */

/* corousel css */
.part9 {
  background: #00b7ac;
  padding-bottom: 20px 0px;
}

.why_data {
  color: #0c4da2;
  font-size: 32px;
  font-weight: 700;
}

.headlinerwhite {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: white;
  /* text-shadow: 1px 1px 3px rgba(255 255 255 / 0.8); */

}

.headerparawhite {
  margin: 0 auto 60px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  /* text-shadow: 1px 1px 2px rgba(255 255 255 / 0.75); */

}

.less_thean_icon {
  /* background: #0359a2; */
  border-radius: 50px;
  height: 35px;
  width: 35px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.iframe-cls {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
  border: 3px solid #adadad;
}
/* international spec */
.read-more-toggle {
  position: relative;
}

.read-more-toggle input[type="checkbox"] {
  display: none;
}

.read-more-toggle .care-list {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.read-more-toggle input[type="checkbox"]:checked ~ .care-list {
  max-height: 1000px; /* Adjust according to content height */
}

.read-more-btn {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  color: #034ea1;
  font-weight: bold;
}

.read-more-hide {
  display: none;
}

.read-more-toggle input[type="checkbox"]:checked ~ .read-more-show {
  display: none;
}

.read-more-toggle input[type="checkbox"]:checked ~ .read-more-hide {
  display: inline-block;
}

/* Optional: Hide buttons on desktop */
@media (min-width: 769px) {
  .read-more-toggle .care-list {
    max-height: none !important;
    overflow: visible !important;
  }

  .read-more-show,
  .read-more-hide {
    display: none !important;
  }
}

  /* international spec end */

  /* hello bangladesh section mob css */
  /* Hide content after a few lines only on mobile */
@media (max-width: 768px) {
    .read-more-mobile-text {
        max-height: 180px; /* Adjust as needed */
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .read-more-mobile-text.expanded {
        max-height: 1000px; 
    }

    .read-more-mobile-toggle {
        display: inline-block;
        margin-top: 10px;
        color: #034ea1;
        cursor: pointer;
        font-weight: bold;
    }
    
}

/*  About manipal hospitals mob css*/
/* Hide more content and toggle button by default */
#more-content-mgh {
  display: block;
}

/* Read More button base style */
.read-more-btn-mgh {
  display: none;
  margin-top: 10px;
  color: #034ea1;
  cursor: pointer;
  font-weight: bold;
}

/* Only apply Read More toggle in mobile view */
@media (max-width: 768px) {
  #more-content-mgh {
    display: none;
  }

  #more-content-mgh.show {
    display: block;
  }

  .read-more-btn-mgh {
    display: inline-block;
  }
}

  