@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700,700i|Roboto');

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

[aria-expanded='false'] > .expanded,
[aria-expanded='true'] > .collapsed {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat-Black', sans-serif;
  font-weight: 700 !important;
}

a {
  text-decoration: none !important;
}

.text-app-main {
  color: #034ea2;
}

#openBtn {
  display: grid;
  width: 15rem;
  justify-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #00b7ac;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.83px;
  font-weight: 600;
  z-index: 100;
  border-radius: 8px;
}

.logo-yx {
  padding: 8px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  object-fit: contain;
}

#drawer {
  position: fixed;
  bottom: -100%;
  right: 0;
  height: 75%;
  width: 35%;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: #fff;
  /* Text color for contrast */
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
  transition: bottom 0.3s ease-in-out;
  z-index: 100;
  border-top-left-radius: 20px;
  /* Rounded top-left corner */
  border-top-right-radius: 20px;
}

.drawer-content {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.drawer-items {
  color: #000;
  margin-top: 20px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 5px;
}

.drawer-items > h2 {
  color: #fff;
}

.drawer-items button {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 2.8rem;
  border-radius: 2px;
  color: #2d9f28;
  font-weight: 600;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.drawer-items button:hover {
  color: #00870b;
}

.drawer-items button:active {
  transform: scale(0.99);
}

.drawer-banner {
  margin-top: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 2px 2px;
  color: #000;
  border-radius: 8px;
  text-align: center;
}

.drawer-banner h2 {
  letter-spacing: 0.83px;
}

#closeBtn {
  background-color: red;
  color: white;
  border: none;
  padding: 2px 5px 7px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

#icon-container {
  display: flex;
  justify-content: center;
}

#imasCircle {
  display: block;
  position: absolute;
  height: 60px;
  width: 140px;
  border-radius: 15px;
  top: 20px;
  /* left: 37%; */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  text-align: center;
  padding: 21px 14px;
}

.drawer-items {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

d-flex-align {
  display: flex !important;
  align-items: center !important;
}

.tabIcons {
  background: #fff;
  margin-bottom: 3px;
  margin-right: 3px;
}

.btn-info {
  width: 13rem;
}

.btn-success {
  width: 13rem;
}

.btn-more {
  font-family: 'Montserrat-Light', sans-serif;
}

.top-header ul li {
  display: inline;
  margin: 0 5px;
  font-size: 16px;
}

.top-header ul li .fa {
  line-height: 25px;
}

/* #hero {
  background-image: url('../image/manipalhospital.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;


  width: 100%; */
/* full width */
/* aspect-ratio: 1047 / 425.7; */
/* preserves the image ratio */
/* } */

#hero {
  display: inline;
}

.hero-image {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  /* maintains background-like effect */
}

.menulinks2.active img {
  border: 2px solid white;
  border-radius: 50%;
}

.overlay {
  background-color: #034ea24d;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#hero .btn-1 {
  color: #ffffff;
  background-color: #034ea2;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 10px;
}

#hero .btn-2 {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}

.top-header ul li .fa-phone {
  background: #00a1f0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 12px;
}

.top-header ul li .fa-whatsapp {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.top-header a {
  color: #fff;
}

header {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 5px 0 10px;
}

.navbar {
  background: white;
  border-bottom: 2px solid #897d2c;
  padding-bottom: 0 !important;
}

.nav-link {
  color: #252848 !important;
  font-weight: 600;
}

.doc-container {
  background-color: #d2d2d2;
  padding: 10px;
}

.docinfo {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.docinfo img {
  width: 200px;
  height: 200px;
}

.hcg-content {
  padding-bottom: 40px;
}

.hcg-content h1 {
  color: #6a611f;
  font-family: 'Montserrat-Black', sans-serif;
  text-align: center;
  padding-bottom: 10px;
}

.patient-service {
  padding: 10px 0px;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
}

.patient-service-detail {
  padding: 0px 10px;
  background-color: #efeee9;
}

.patient-service-detail .row {
  padding: 10px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .top-header ul li:last-child:before {
    background: #ffffff;
    width: 1px;
    height: 27px;
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.top-section-bg {
  background-image: url(../image/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
}

.top-text-col {
  padding: 150px 0px;
}

.top-text-col h1 {
  font-size: 3.5rem !important;
  color: #32424f;
  font-weight: 600;
}

.top-text-col span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}

/*=========== icons section =====*/
.branch-section {
  /* background: linear-gradient(to right, #00b7ac, #e9fffe); */
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 80px 0px;
  margin-top: 120px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.hos_img {
  aspect-ratio: 2/1;
  width: 100%;
  object-fit: cover;
}

.box-unit {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  background: #ffffff40 !important;
  height: 24rem;
  min-width: 100%;
  gap: 15px;
  transition: 0.5s ease all;
}

.box-unit > div {
  padding: 21px 0px;
  height: 100%;
  min-height: 15rem;
  /* min-height: max-content; */
}

.box-unit > div > a h6 {
  font-size: 24px !important;
  color: #fff !important;
  font-weight: 600;
}
.box-unit > div > a {
  color: #fff !important;
  font-weight: 500;
  font-size: medium;
}
.box-unit a:hover {
  color: #034ea1 !important;
  font-weight: 500;
}

.box-unit > div > a h6:hover {
  color: #034ea1 !important;
  font-weight: 600;
}

.icon-section {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 20px 0px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  /* margin-top: 120px; */
}

.bx-1 {
  width: 20%;
  min-width: 130px;
}

.icon-bx {
  display: block;
  margin-right: auto;
  margin-right: auto;
}

.icon-bx img {
  width: 100px;
  height: 100px;
}

.w-600 {
  font-weight: 500;
}

/*======== text-section ======*/

.text-section {
  padding: 50px 0px 0px;
}

.navbar-toggler-icon span {
  background-color: white;
  height: 2px;
  width: 10px;
  margin-bottom: 6px;
}

/*==== mobile view ====*/
@media (max-width: 768px) {
  .icon-section {
    margin-top: 0px;
  }

  .top-text-col h1 {
    font-size: 55px !important;
    color: #213546;
    margin-bottom: -12px;
  }

  .top-text-col span {
    font-size: 28px;
    font-weight: 600;
    color: #ab4818;
    padding-left: 0px !important;
  }

  .bx-1 {
    width: 20%;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .bx-1 h5 {
    font-size: 14px;
  }

  .icon-bx img {
    width: 65px;
    height: 65px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: white !important;
    background-color: #213546 !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
  }

  .navbar-toggler-icon {
    padding-top: 4px !important;
    color: white !important;
  }
}

.button-w {
  width: 220px;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .patient-service {
    padding: 20px 0px;
  }

  .doc-container {
    padding: 70px 150px 100px;
  }

  .overlay {
    /* padding-top: 4rem;
    padding-bottom: 8rem; */
    height: 22.43rem;
  }

  #hero {
    display: inline;
    aspect-ratio: 375 / 245.19;
    /* mobile ratio */
  }

  #hero h1 {
    font-size: 3.5rem;
  }

  /*.doc-container .row {
 padding: 20px;
}*/
  .patient-service-detail {
    padding: 0px 100px 180px;
  }

  .patient-service-detail .row {
    padding: 20px 20px 0;
  }
}

.contact-form .col-md-10 {
  background: #034ea2 !important;
  padding-top: 5px;
  border-radius: 25px;
}

.contact-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form h3 {
  font-size: 20px;
  font-weight: 500;
}

form ul li > input[type='file'] {
  border: none;
  cursor: pointer;
  width: 180px;
  height: 34px;
  overflow: hidden;
  display: none;
}

form ul li label {
  display: inline-block;
  text-align: right;
  padding: 5px 15px;
  background: #2b74c6;
  color: #000;
  border-radius: 20px;
  text-align: center;
}

.scroll-top {
  z-index: 999999;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 53px;
  border-radius: 50%;
  left: 20px;
  display: none;
}

.scroll-top i {
  display: inline-block;
  color: #fff;
}

.navvdox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #3a3a3a;
}

#pilltab .nav-link {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
}

#pilltab .nav-link.active {
  background-color: #034ea2 !important;
  color: #fff !important;
}

.doc-containerx {
  background-color: #034ea2;
}

.nopad {
  padding: 0 !important;
}

.teamh2 {
  color: #fff;
  padding: 15px;
}

@media (min-width: 768px) {
  .navvdox {
    height: 500px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #pilltab .nav-link {
    height: 100px;
    font-size: 25px;
  }

  .doc-containerx {
    padding: 0 !important;
    max-height: 500px;
    min-height: 500px;
    background-color: #034ea2;
  }
}

.justifiedlist {
  list-style: disc inside;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-image {
    width: 100%;
    height: 21.4rem;
    object-fit: cover;
    /* maintains background-like effect */
  }

  #openBtn {
    bottom: 18px;
    left: 10px;
    font-size: 28px;
    width: 94%;
  }

  #closeBtn {
    font-size: 14px;
    background-color: red;
    color: white;
    top: 50px;
    right: 45px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 23px;
    padding: 7px 10px 10px 10px;
  }

  #drawer {
    height: 45%;
    width: 100%;
    border-top-left-radius: 160px;
    /* Rounded top-left corner */
    border-top-right-radius: 160px;
    border: 5px solid #8fbfd1;
  }

  #imasCircle {
    top: 10px;
  }

  .drawer-items {
    margin-top: 20px;
    text-align: center;
  }

  .drawer-items h2 {
    font-size: 18px;
  }

  .drawer-banner {
    margin-top: 80px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 2px 2px;
    color: #000;
    border-radius: 8px;
    text-align: center;
  }

  .drawer-banner h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .drawer-banner p {
    font-size: 14px;
  }
}

/* wire frames */
.reverse {
  transform: scaleX(-1);
}

.flowchart {
  /* display: flex;
justify-content: center;
align-items: center; */
  /* gap: 80px; */
  /* flex-wrap: nowrap;
position: relative; */
  min-width: 100%;
  padding: 12px 8%;
  height: 25rem;
}

.step {
  text-align: center;
  position: relative;
  width: 155px;
  height: 95px;
  padding: 6px;
  /* max-width: 15%; */
  border: 6px solid #164289;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 18px;
  display: grid;
  align-content: center;
  color: #245c6d;
}

.step:nth-child(even) {
  background: #e3e7ef;
}

.step:nth-child(odd) {
  background: #b8bdc5;
}

.step-1 {
  right: 60px;
}

.step-2 {
  top: 160px;
  left: 72px;
}

.step-3 {
  bottom: 55px;
  left: 206px;
}

.step-4 {
  top: -288px;
  left: 206px;
}

.step-5 {
  top: -122px;
  left: 336px;
}

.step-6 {
  bottom: 476px;
  left: 468px;
}

.step-7 {
  top: -315px;
  left: 600px;
}

.step-8 {
  top: -665px;
  left: 730px;
}

.step-9 {
  top: -505px;
  left: 860px;
}

.icon {
  font-size: 15px;
  margin-bottom: 10px;
}

.label {
  font-size: 15px;
  font-weight: bold;
}

.curve {
  position: absolute;
  width: 40%;
  border: 2px solid #6c757d;
  transform: translateX(-100%) rotate(180deg);
}

.curve.down {
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 50px;
  height: 100px;
  left: 61%;
  top: 85px;
}

.curve.down.long {
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 50px;
  height: 225px;
  left: 115%;
  top: 30px;
}

.curve.up.long {
  height: 214px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
  left: 142%;
  bottom: 52%;
  transform: translateX(-100%) rotate(0deg);
}

.curve.up.half {
  height: 70px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 50px;
  left: 144%;
  bottom: 52%;
  transform: translateX(-100%) rotate(0deg);
}

.curve.up.straight {
  left: 52%;
  border-radius: 0px;
  border-bottom: none;
  height: 50px;
  bottom: 85px;
  border-right: none;
  border-top: none;
}

.curve.up.long-divider {
  left: 52%;
  border-radius: 0px;
  border-bottom: none;
  height: 135px;
  bottom: -136px;
  border-right: none;
  border-top: none;
}

.curve.right {
  height: 210px;
  transform: translateX(-30%) rotate(0deg);
}

.curve.left {
  height: 210px;
  transform: translateX(-30%) rotate(180deg);
}

.arrow {
  position: absolute;
  transform: translateX(-50%);
  top: 140px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #6c757d;
}

.arrow.up {
  bottom: -20px;
  transform: translateX(-50%) rotate(180deg);
}

.arrow.down {
  bottom: -20px;
  transform: translateX(-50%) rotate(180deg);
}

.ar-1 {
  left: 50%;
}

.ar-2 {
  top: -30px;
  left: 143%;
}

.ar-3 {
  top: -30px;
  left: 52%;
}

.ar-4 {
  left: 142%;
}

.ar-5 {
  left: 141%;
  top: -115px;
}

.ar-6 {
  top: 120px;
  left: 52%;
}

.card-bg {
  padding: 30px 20px;
  min-height: 350px;
  color: #000;
  font-weight: 600;
  background: #e3e7ef;
  border: 2px solid #f6e9e9;
}

.expect .count-expect:nth-child(even) .card-bg {
  background: #fff;
}

.expect .count-expect .card img {
  max-width: 75px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .wireframes {
    margin-top: 0px;
    display: none;
  }
}

.btn-outline-primary {
  color: #164289;
  background-color: transparent;
  background-image: none;
  border-color: #164289;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #164289;
}

/* --- Dropdown Container --- */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  color: #fff !important;
}

.dropdown-toggle:hover {
  color: #fff !important;
}

.dropdown-toggle::after {
  position: relative;
  top: 0.3px;
  /* content: "▼"; */
  font-size: 1rem;
}

/* --- Dropdown Menu --- */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* below the toggle */
  left: 50%;
  transform: translateX(-50%);
  /* centers horizontally */
  min-width: 230px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 8px 0;
  text-align: left;
  z-index: 999;
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.dropdown-menu a:hover {
  background: #f1f1f1;
}

/* --- Hover Effect --- */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* --- Divider --- */
.dropdown-divider {
  height: 1px;
  background: #eaeaea;
  margin: 5px 0;
}

/* --- Responsive: Stack items on mobile --- */
@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
    box-shadow: none;
    width: 100%;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
  }
}
