@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --wellmed-orange: #f66537;
  /* Example shade */
}

.theme-orange,
.btn-orange,
.icon-orange {
  color: var(--wellmed-orange);
  background-color: var(--wellmed-orange);
  border-color: var(--wellmed-orange);
}


* {
  outline: none;
}

img {
  max-width: 100%;
}

ul,
li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
}

body {
  font-family: 'Poppins', sans-serif;
}


body,
div,
html {
  padding: 0px;
}



/*
<ul class="appDownload">
          <li>Download App</li>
          <li><a href="https://apps.apple.com/in/app/artemis-phr/id1129908847" target="_blank"><img src="/newhtml/images/icon/apple-store.png" alt=""></a></li>
          <li><a href="https://play.google.com/store/apps/details?id=com.bionworks.artemis&amp;pli=1" target="_blank"><img src="/newhtml/images/icon/andoried.png" alt=""></a></li>
  <li> <a href="tel:+9101244588888" class="btn btn-sm emerbtn" style="margin: 0 0px 0 46px;"><i class="fa fa-ambulance mr2" aria-hidden="true"></i> Emergency</a> </li>
        </ul>
  */


.headerTop {
  display: none;
  background: var(--wellmed-orange);
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #e4e2d6;
}

.maxw1600 {
  max-width: 1650px;
  padding: 0 30px;
}

.appDownload {
  display: flex;
  justify-content: end;
  list-style-type: none;
  font-size: 17px;
}


@media screen and (max-width: 768px) {
  .appDownloadd li {
    display: none;
  }

  .navbarmobnone {
    display: block;
    padding: 10px;
  }

  .appDownloadd li.border-right {
    /* display: inline-block;  */
    list-style: none;

  }

  .appDownloadd {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .appDownloadd li a {
    font-size: 16px;
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #333;
  }

  .appDownloadd li a:hover {
    text-decoration: none !important;
  }

  .appDownloadd li a i {
    font-size: 20px;
    margin-right: 5px;
  }
}


.appDownload li {
  list-style-type: none;
  padding: 5px 15px;
  color: #fff
}

.appDownload li a {
  list-style-type: none;
  padding: 0 2px;
  color: #fff
}

.appDownload li:last-child {
  padding-left: 40px;
}

.headerPart {
  padding: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  .hederQuickContact {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .p-0 {
    padding: 0px !important
  }
}


.hederQuickContact {
  padding-bottom: 24px;
}

.hederQuickContact ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
  padding-top: 10px;
}

.hederQuickContact ul li a {
  font-size: 20px;
  display: inline-block;
  padding: 0px 20px;
  color: #565656;
  font-weight: 400;
}

.hederQuickContact ul li:last-child a {
  padding-right: 0px;
}

.border-right {
  position: relative;
}

.border-right::after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2px;
  /* height: 25px; */
  background-color: var(--wellmed-orange);
  content: '';
}

.hederQuickContact ul li a strong {
  text-align: right;
  display: inline-block;
}

#navbarSupportedContent ul li {
  position: static;
  margin: 0 2px;
}

#navbarSupportedContent ul li a {
  font-size: 15px;
  padding: 5px 10px;
  color: var(--wellmed-orange);
  font-weight: 400;
}

#navbarSupportedContent ul li:last-child a {
  padding-right: 0px;
}

#navbarSupportedContent ul li:last-child a:hover {
  background: none;
  color: var(--wellmed-orange);
}

#navbarSupportedContent ul li a:hover {
  background: #fff;
  color: var(--wellmed-orange);
  border-radius: 5px;
}

.logoimg {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .logoimg {
    width: 100%;
    max-width: 200px;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 991px) {

  .navigation-mobile {
    display: none !important;
  }

  .logoimg {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1260px) {
  #navbarSupportedContent ul li a {
    font-size: 15px !important;
    font-weight: 600;
  }
}


@media screen and (max-width: 1114px) {
  #navbarSupportedContent ul li a {
    font-size: 14px;
    font-weight: 600;
  }
}


#navbarSupportedContent ul li.active a {
  background: #fff;
  color: var(--wellmed-orange);
  border-radius: 5px;
}

.showsearchicon {
  display: block !important;
}

.search-iconv {
  visibility: hidden;
}

.searchli {
  margin-right: 0%;
  width: 0px;
  opacity: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0%;
  background: white;
  border-radius: 10px;
  transform: translate(0%, 0%);
  border: 2px solid #a69837;
  overflow: hidden;
  transition: 1s;
}

.search-close {
  position: absolute;
  right: 20px;
  top: 0px;
  color: #000000;
  font-size: 27px;
  display: none;
  height: 40px;
  line-height: 40px;
  z-index: 9;
}

.search-bar2 {
  width: 100%;
  height: 37px;
  overflow: hidden;
  position: relative;
}

.search-bar2 input::placeholder {
  font-size: 16px;
  padding-left: 20px;
}

.search-bar2 input {
  width: 90%;
  height: 100%;
  border: 0px;
  outline: none;
  font-size: 16px;
  padding-left: 20px;
}

.showsearchpp {
  width: 45%;
  opacity: 1;
  transition: 1s;
}

.dropdown-menu {
  top: 100%;
  left: 0;
  width: 100%;
  background: hsl(46.74deg 53.75% 31.37%);
  padding: 20px 0 !important;
  border-radius: 0px;
  border: 0px;
}

.megaMenu {
  list-style-type: none;
}

/* Hide desktop menu on mobile */
#navbarSupportedContent {
  display: block;
}

@media (max-width: 991px) {
  #navbarSupportedContent {
    display: none;
    /* hide desktop nav on mobile */
  }
}

/* Main collapse container */
#mainNav {
  width: 100%;
  z-index: 1050;
  padding: 20px;
  overflow-y: auto;
}

/* Menu links */
#mainNav ul li a {
  padding: 10px 20px;
  color: #000;
  font-size: 15px;
}

/* Close button on mobile */
#mainNav .closebtn {
  font-size: 24px;
}

/* Optional: smooth collapse transition */
.collapse {
  transition: height 0.3s ease;
}

/* Optional: smooth Bootstrap collapse transition */
.collapse {
  transition: height 0.3s ease;
}

.dropdown-toggle::after {
  border: 0px;
  content: '\f107';
  font-family: 'FontAwesome';
  top: 5px;
  line-height: 10px;
  position: relative;
}

.navbar-brand {
  display: none;
}

.box-on-slider {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  background: white;
  border-radius: 15px;
  padding: 16px;
}

.input2 {
  position: relative;
}

.input2 input {
  width: 100%;
  padding-left: 80px;
  font-size: 20px;
  border: 2px solid #dbdbdb;
  height: 66px;
}

.input2 i.fa {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  fill: ff5733;
  color: #ff6f4d;
  font-size: 30px;
}

.input2 input::placeholder {
  font-size: 25px;
  color: ff5733;
}

.first-box {
  background-color: ff5733;
  height: 64px;
  font-size: 40px;
  letter-spacing: .5px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-box a {
  color: #fff;
}

.first-box svg {
  width: 44px;
  height: 48px;
  fill: white;
  margin-right: 9px;
  display: block;
}

.bannerSearch {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.title-h {
  font-size: 45px;
  color: ff5733;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 1rem;
}

.f-w-800 {
  font-weight: 700;
}

.title-text {
  font-size: 30px;
  font-weight: 500;
}

#readMore,
#readLess {
  color: #ff6f4d !important;
}

#ourCentres div.ourCentresBox {
  text-align: center;
  background-color: #efede4;
  border-radius: 35px;
  box-shadow: 0px 2px 2px rgba(57, 63, 72, 0.3);
  padding: 20px 30px;
  margin: 0 10px;
  transition: 1s;
}

.ourCentresBox:hover {
  transform: scale(1.055);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  transition: .5s;
  background-color: #fff;
}

.pro-title {
  font-size: 17px;
  margin-bottom: .7rem;
  color: var(--wellmed-orange);
  text-align: center;
  min-height: 53px;
}

#ourCentres .owl-item img {
  display: block;
  width: 75px;
  margin: 0 auto;
}

.img-p {
  height: 200px;
  display: flex;
  align-items: center;
}

.img-p2 {
  height: 98px;
  display: flex;
  align-items: center;
  padding-bottom: 15px !important;
}

.view-more-btn {
  border: 1px solid var(--wellmed-orange);
  border-radius: 50px;
  padding: 4px 15px;
  color: #fff;
  margin: auto;
  background: var(--wellmed-orange);
}

#ourCentres .owl-stage-outer {
  min-height: 287px;
  padding: 50px 0px 0px 0px;
}

.view-more-btn:hover {
  background: #816f2966;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px !important;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--wellmed-orange) !important;
  background: #fff !important;
}

.owl-nav .owl-next {
  right: 0px;
  display: flex;
}

.owl-nav .owl-prev {
  left: 0px;
  display: flex;
}

.owl-nav.disabled {
  display: block !important;
}

.viewall-btn2 {
  text-align: center;
  width: fit-content;
  margin: 0px 0px 0px auto;
  padding: 20px 0px;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.viewall-btn2 svg {
  width: 30px;
  height: 30px;
  background: #f1efe5;
  border-radius: 50%;
  margin-left: 10px;
  padding: 9px;
  fill: var(--wellmed-orange);
  margin-top: -4px;
}

.why-choose {
  background: #8b8b8b;

  padding: 40px 0 60px;
}

#technology .owl-stage-outer,
#ventures .owl-stage-outer,
#awards .owl-stage-outer {
  padding: 20px 0px;
}

.technologyBox {
  padding: 10px;
  border-radius: 20px;
  min-height: 314px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  transition: 1s;
  margin: 18px 15px;
}

.technologyImg img {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}

.awardsBox {
  background: #fff;
  padding: 10px;
}

.technologySubtitle {
  font-size: 16px;
  color: #292929;
  text-align: center;
  padding: 15px 15px 0;
}

.tab-content p {
  font-size: 18px;
  color: white;
  margin-bottom: 1rem;
  margin-top: 0px;
}

.technologyBox:hover {
  transform: scale(1.1);
}

#myTab {
  border-bottom: 0px;
  margin: 0 auto;
  padding: 30px 0 30px;
  max-width: 1000px;
}

#myTab li {
  margin: 0 auto;
}

#myTab li .nav-link {
  padding: 9px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
}

#myTab li .nav-link.active {
  background: #fff;
  color: var(--wellmed-orange);
  font-weight: 800;
}

.global {
  background: url('../images/banner/country.jpg') no-repeat 0 -30px;
  background-size: 100% 100%;
  padding: 50px 0px 50px 0px;
}

.globalBg {
  background: url('../images/banner/country-map.png') no-repeat 0 -30px;
  padding: 30px 65px;
  background-size: 100% 100%;
}

h2.globalTitle {
  font-size: 60px;
  font-weight: 500;
  color: white;
  margin-top: 5rem;
}

h3.globalTitle2 {
  font-size: 166px;
  color: #fffae9;
  font-weight: 800;
  position: relative;
  top: 4px;
}

h3.globalTitle2::after {
  position: absolute;
  content: 'Countries';
  bottom: 17px;
  left: 188px;
  font-size: 17px;
  text-align: right;
}

#centres img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#centres {
  padding: 0 50px;
  margin: 60px 0;
}

.number1 {
  margin-bottom: 2rem;
  color: white;
}

.global-b-r {
  border-right: 2px solid white;
}

.number1 p {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 25px;
}

.number1 p b {
  font-size: 48px;
}

.number1 b {
  color: #fffae9;
}

.number-contetn {
  display: flex;
  justify-content: end;
  color: white;
  align-items: flex-end;
  padding-bottom: 30px;
}

.new-btn {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: var(--wellmed-orange);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 14px;
}

.Our-Patients {
  position: relative;
  top: 60px;
}

.stories1 {
  padding: 15px;
  background: #fbfbfb;
  border: 2px solid #dbdada;
  border-radius: 15px;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

#navbarSupportedContent ul li .megaMenu li a:hover,
#mainNav ul li ul.megaMenu li a:hover {
  background: #958859;
  border-radius: 0px;
}

#mainmenukultoadd {
  display: none;
}

.contact-part {
  position: relative;
  background-size: cover;
  background: linear-gradient(rgb(241 236 221), rgb(255 255 255 / 15%), rgb(255 255 255 / 0%));
  padding: 80px 0 40px 0;
}

.contact-part .hospital-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
}

.form-part {
  position: relative;
  z-index: 9 !important;
  padding: 2rem 2rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 16px rgb(57 63 72 / 61%);
}

.form-part h3 {
  color: var(--wellmed-orange);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.56px;
}

.custom-form-control {
  position: relative;
  width: 100%;
  padding: 0px 20px;
  border-radius: 5px;
  border: 0px;
  height: 51px;
  outline: none;
  background-color: var(--wellmed-orange)1f;
}

.pl35 {
  padding-left: 38px;
}

.customButton {
  width: 119px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-size: 21px;
  border: 0px;
  cursor: pointer;
  border-radius: 47px;
  border: 0px;
  background-color: #ff6f4d;
  color: white;
}

.form-part .mb-2 .fa {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #9f8940;
}

.form-part ::placeholder,
#toloc {
  font-size: 18px;
  color: #9f8940;
}

h4.titleH4 {
  font-size: 28px;
  color: ff5733;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 1rem;
}

.footer-section {
  padding-top: 48px;
}

.togglenav {
  display: none;
  cursor: pointer;
}

.togglenav span {
  font-size: 20px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 0px;
}

.togglenav span.hidem {
  transform: rotate(-270deg);
  display: block;
  top: 7px;
  right: 0;
}

.footer-widget ul li {
  line-height: 1.5;
  list-style-type: none;
}

.footer-widget ul li a,
.voucherli ul li a {
  color: #181616;
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 16px;
}

ul.social-media {
  display: flex !important;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 40%;
}

ul.social-media li svg {
  fill: #000000;
  width: 30px;
  height: 23px;
  margin-right: 5px;
}

.footer-iso p {
  font-size: 12px;
}

.copyright-area {
  border-top: 1px solid gray;
  padding: 8px 0;
  margin-top: 48px;
}

.copyright-text a {
  text-decoration: revert;
  color: #000;
  text-decoration: none;
  margin: 0px 5px;
}

.copyright-text ul {
  display: flex;
  justify-content: end;
}

.copyright-text li {
  list-style-type: none;
  margin-right: 11px;
  border-right: 1px solid gray;
  padding-right: 10px;
  font-size: 16px;
}

.col-lg-7.text-lg-left.for-sm a {
  color: #181616;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: var(--wellmed-orange);
}

.footer-widget-heading h3 {
  color: var(--wellmed-orange);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}


.navigation-mobile {
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  background: #ff6f4d;
  border-radius: 30px 30px 0px 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, .08);
}

.align-items-center {
  align-items: center !important;
}

.f-12 {
  font-size: 12px;
  color: #fff;
}

.navigation-mobile-link {
  height: 66px;
  width: 25%;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center;
}

.navigation-mobile-link,
.navbar-toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.hamburger-img {
  width: 55px;
  /* adjust width as needed */
  height: auto;
  /* maintain aspect ratio */
  display: block;
  /* optional: ensures no extra spacing */
}

.stories-text {
  text-align: center;
  padding: 10px 20px 0px 20px;
}

.stories-text b {
  font-size: 16px;
}

.stories-text p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: var(--wellmed-orange);
}

.youtvideo {
  border-radius: 15px;
  overflow: hidden;
  background: #000;
  padding-top: 7px;
}

.news-updates {
  background: #ff6f4d36;
  padding: 10rem 0px 3rem 0px;
  padding-top: 133px;
  padding-bottom: 3rem;
}

.active-news {
  background: #fff;
  font-size: 16px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.owl-nav .owl-next {
  right: -20px;
}

.owl-nav .owl-prev {
  left: -20px;
}

.blogs-text P {
  margin-bottom: 0PX !important;
}

.mh50 {
  min-height: 50px;
}

.mh100 {
  min-height: 100px;
}

.home .active-news p {
  font-size: 16px;
  margin-bottom: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.active-news p a {
  font-size: 19px;
  color: #ff6f4d;
  font-weight: bold;
}

.mb50 {
  margin-bottom: 20px;
}

.all-nimg {
  height: 146px;
  background-color: #fff;
  border: 1px solid #9c8f5c;
  padding: 5px;
  border-radius: 10px;
}

.news1 {
  margin-bottom: 32px;
}

.all-nimg img {
  height: 100%;
}

.all-news-text {
  width: 80%;
}

.all-news-text p {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0px 0 10px;
  padding: 0px;
  line-height: 1.5;
}

.all-news-text p a {
  font-size: 25px;
  color: #ff6f4d;
}

.specilist {
  padding: 40px 0;
}

#healthInsights .slider-pro1 {
  height: 380px;
  background-color: #ebecec;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}

.h250 {
  max-height: 205px;
}

.h250 img {
  border-radius: 20px;
  height: 205px;
}

#healthInsights .pro-title {
  width: 100%;
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  height: 82px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#healthInsights p a {
  font-size: 14px;
  color: white;
  display: inline-block;
  background: var(--wellmed-orange);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 14px;
}

.owl-dots {
  display: none !important;
}

.number-contetntext,
.number-contetntex p {
  color: #fff;
}

.number-contetn p {
  color: #fff;
}

.captcha_img {
  position: relative;
  left: 0px;
  top: 10px;
  z-index: 9;
}

#CaptchaImage {
  height: 74px;
  position: absolute;
  left: 4px;
  top: -7px;
  padding: 0px;
  width: 447px;
}

.h35 {
  height: 42px;
}

/*inner*/

.innerBanner {
  background: #8b8a62;
  padding: 0px 0 50px 0;
}

.breadcrumb {
  background: #9b986f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.breadcrumb a {
  color: #fff;
  font-size: 15px;
  padding: 0 7px;
}

.innerbannerText {
  text-align: center;
  margin: 0px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding-top: 50px;
}

.bookAppointment {
  margin: 57px 0;
}

.bookAppointmentBox {
  border: 2px solid #e4e2d6;
  padding: 50px 50px 24px;
  border-radius: 100px;
}

.title1 {
  font-size: 30px;
  font-weight: 500;
  color: #60531a;
  max-width: 78%;
  margin: 0 auto;
  line-height: 39px;
}

.customBtn {
  text-align: center;
  margin: 25px 0 0;
}

.global2 {
  background: url(../images/int/map-banner.jpg) !important;
  padding-bottom: 0px;
  margin-bottom: 100px;
  background-size: 100% 100% !important;
}

.mb9b {
  margin-top: 9rem;
  margin-bottom: 3rem;
}

#ourCentres div {
  padding: 0;
}

.request-text a {
  border: 2px solid #dbdbdb;
  font-size: 40px;
  color: rgb(123 104 36);
  letter-spacing: .5px;
  font-weight: 700;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-on-slider2 {
  position: relative;
  bottom: -69px;
}

.line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -86%);
  width: 80%;
  margin: auto;
  text-align: center;
}

.jurney1::after {
  position: absolute;
  content: '>';
  right: 12px;
  top: -23px;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  font-size: 33px;
  font-weight: 700;
  background: #ff6f4d;
  color: white;
}

.jurney1 {
  border: 2px solid #60531a;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
  height: 90%;
  margin-bottom: 0rem;
  background-color: white;
}

.jurney1 h3 {
  color: #ff6f4d;
  font-weight: 600;
}

.jurney1 p {
  font-size: 22px;
  color: #60531a;
}

.journey-gray {
  background-color: #e4e2d7;
  border: 0px solid #60531a;
}

.treatment-journey .col-sm-6.col-lg-4 {
  margin-bottom: 2.2rem;
}

.mt64 {
  margin-top: 64px;
}

.findADoc {
  background: #f1f0e4;
  padding: 100px 0;
}

.findDocTitle {
  font-size: 43px;
  line-height: 58px;
  color: #60531a;
  letter-spacing: 2px;
  font-weight: 500;
}

.findAdocinput {
  padding: 40px 0;
  position: relative;
}

.findAdocinput ::placeholder {
  color: #60531b;
}

.docSerch {
  background: #fff;
  border-radius: 10px;
  font-size: 17px;
  color: #60531b;
  border: 0px;
  height: 50px;
  width: 100%;
  max-width: 300px;
  padding: 0 50px 0 20px;
}

.serchIcon {
  position: absolute;
  top: 50px;
  left: 254px;
  font-size: 54px;
  width: 42px;
  height: 31px;
  fill: #60531a;
}

.title2 {
  font-size: 42px;
  padding-bottom: 50px;
  font-weight: 300;
  line-height: 50px;
  color: #292929;
}

.docListBox {
  background: #fff;
  position: relative;
}

.drImg img {
  width: 100%;
  height: 400px;
}

.drDetails {
  padding: 0 20px;
  position: absolute;
  bottom: 42px;
  background: #fff;
  width: 100%;
}

.drName {
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  color: #ff6f4d;
}

.drDig {
  color: #292929;
  font-size: 14px;
  padding-bottom: 20px;
  min-height: 70px;
  line-height: 19px;
}

.drDetails p {
  font-size: 14px;
  color: #292929;
  margin-top: 0px;
  min-height: 85px;
}

.bookApoinbtn {
  background: #ff6f4d;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 24px;
}

.bookApoinbtn a {
  color: #fff;
}

.ptb50 {
  padding: 50px 0;
  background-image: url(../images/int/8.png);
  background-size: cover;
}

.customList {
  padding: 50px 0 15px;
  margin: 0px;
}

.customList li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  background: #e4e2d6;
  border-radius: 20px;
  padding: 7px 15px;
  border: 2px solid #f1f0e4;
  color: #7a6926;
  font-size: 20px;
  align-items: center;
}

.customList li a.new-btn {
  display: none;
  min-width: 100px;
}

.customList li a:nth-child(1) {
  color: #7a6926;
}

.customList li.active,
.customList li:hover {
  background: #fff;
  border-radius: 20px;
  padding: 7px 15px;
  border: 2px solid #7a6a17;
}

.customList li:hover a.new-btn,
.customList li.active a.new-btn {
  display: block;
}

.pl2 {
  padding-left: 25px;
}

.date-picker li {
  margin-bottom: 5px;
}

.viewAllBtn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.viewAllBtn a {
  color: #fff;
  font-size: 20px;
}

.viewAllBtn a span {
  background-color: #f1efe5;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 29px;
  text-align: center;
  margin-left: 15px;
}


.findDocTitle2 {
  font-size: 51px;
  line-height: 58px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}

.ourPatients2 {
  padding: 40px 0px;
  background: #e4e2d6;
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%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");
}

.accordion-button::after {
  transition: all 0.5s;
}

.accordion-button:not(.collapsed) {
  background: #e4e2d6;
  color: #60531a;
}

#faq .accordion-item {
  border: 0px;
  margin-bottom: 15px;
}

.accordion_head {
  color: #60531a;
  cursor: pointer;
  font-size: 22px;
  padding: 12px 15px 12px 15px;
  border-radius: 10px !important;
  border: 2px solid #e4e2d6;
  font-weight: 500;
  position: relative;
}

#faq .accordion-body {
  color: #60531a;
  font-size: 18px;
  padding: 30px;
  border: 2px solid #e4e2d6;
  border-radius: 30px;
  margin-top: 5px;
  width: 100%;
}

#faq .accordion-body p {
  padding: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-size: 18px;
  padding-bottom: 20px;
}

.AlphabeticalOrdering_Default.fixed {
  background: #a69837;
}

.AlphabeticalOrdering_Default .char a {
  background: #fff;
  color: #a69837;
}

/* #ourDoctors div.owl-item:last-child { */
/* display: none; */
/* } */

.about-companySpace {
  padding-top: 15px;
}

#newsUpdates .owl-item img {
  height: 200px;
}

.bookAppointmentNo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 40px;
  padding: 24px 0 0;
  color: #60531a;
  ;
}

.bookAppointmentNo img {
  padding: 0 25px 0 20px;
}

.bookAppointmentNo strong {
  padding-right: 5px;
}

.bookAppointmentNo a {
  color: #60531a;
}

.innerDiv ul {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 15px;
}

.other-spec h2 {
  font-size: 60px;
  color: ff5733;
  font-weight: 500;
  letter-spacing: .3px;
  text-align: center;
}

.other-spec h2 strong {
  font-weight: 800;
}

.customListOs {
  padding: 0px;
  margin: 10px 0 25px 0 !important;
  overflow: hidden;
}

.customListOs li {
  display: block;
  width: 33%;
  flex-direction: column;
  float: left;
  font-weight: 400;
  padding: 5px 10px 5px 20px;
  line-height: 24px;
  position: relative;
  color: #000;
  font-size: 17px;
}

.customListOs li::before {
  content: "";
  background-image: url("../../Something-went-wrong.html");
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 14px;
}

.customListOs li a {
  color: #000;
  font-size: 18px;
}

.customListOs li a:hover {
  color: #ff6f4d;
}

.customListTb {
  padding: 0px;
  margin: 10px 0 25px 0 !important;
  overflow: hidden;
}

.customListTb li {
  display: block;
  width: 49%;
  flex-direction: column;
  float: left;
  font-weight: 400;
  padding: 5px 10px 5px 20px;
  line-height: 24px;
  position: relative;
  color: #000;
  font-size: 17px;
}

.customListTb li::before {
  content: "";
  background-image: url("../../Something-went-wrong.html");
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 14px;
}

.customListTb li a {
  color: #000;
  font-size: 18px;
}

.customListTb li a:hover {
  color: #ff6f4d;
}

.borderTB {
  border-top: solid 2px #d9dad9;
  border-bottom: solid 2px #d9dad9;
  padding: 50px 0;
  margin-top: 36px;
  margin-bottom: 36px;
}

.readmore-btn.view-more-btn {
  margin-top: 2rem;
}

.stories .view-more-btn {

  display: block;
  margin: auto;
}

.stories .view-more-btn:hover,
.view-more-btn:hover {
  background: #816f2966;
}

.bg2 {
  background: #e4e2d6;
  padding: 70px 0;
}

.bg2Title1 {
  font-size: 26px;
  font-weight: 600;
  color: #60531a;
}

.bg2 p a {
  font-weight: 500;
  color: #60531a;
}

.bg2Title2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

.bg2 .drList {
  background: #fff;
  padding: 10px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  min-height: 126px;
  border-bottom: solid 3px #ff6f4d;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}


.whyChoose {
  margin-top: 60px;
  background: url('../images/img/why-Choose-Artemis-img.jpg') no-repeat 0 0;
  background-size: cover;
  padding: 80px 0;
}

.minh150 {
  min-height: 80px;
}

.whyChooseTitle {
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding-bottom: 200px;
}

.whyChooseArtemis {}

.whychooseImg img {
  max-width: 100%;
  transition: 2s ease all;
  border-radius: 20px 20px 0 0;
}

.whychooseSubtitle {
  font-size: 17px;
  color: #292929;
  text-align: center;
  padding: 15px 15px 0;
}

.downicon {
  text-align: right;
  padding-right: 19px;
  display: none;
}

.downicon a {
  background-color: #f1efe5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}

.downicon svg {
  rotate: 90deg;
}

.intro ul {
  margin: 0px;
  padding: 0 0 0 15px;
}

.whychooseBox:hover .downicon {
  display: block;
}



.whyChooseArtemis .slider-right-arrow {
  position: absolute;
  bottom: 50px;
  right: -34px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
  border: 0px;
  cursor: pointer;
  background: #fff;
}

.whyChooseArtemis .slider-left-arrow {
  position: absolute;
  bottom: 50px;
  left: -51px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
  z-index: 9;
  cursor: pointer;
  border: 0px;
  background: #fff;
}

.mr2 {
  margin-right: 2px;
}

.boxArea {
  position: relative;
  width: 90% !important;
  overflow: hidden;
  border-radius: 20px;
  margin: 20px 5%;
  transition: 1s;
  /* Smooth transition */
  height: 320px;
}

.boxArea:hover {
  transform: scale(1.1);
  height: 320px;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  transition: .5s;
  background-color: white;

}

.whychooseBox {
  padding: 10px;
  border-radius: 20px;
  width: 100% !important;

  background-color: #fff;

  border-radius: 20px;

}

.emerbtn {
  background: #ff0000 !important;
  color: #fff !important;
}

.emergency-btn {
  position: fixed;
  top: 70%;
  background: var(--wellmed-orange)ad;
  height: auto;
  width: 60px;
  border-radius: 10px;
  right: 0px;
  transform: translate(-3%, -50%);
  overflow: hidden;
  border: 2px solid white;
  z-index: 999999;
}

.emergencybtn1 svg {
  fill: red !important;
  animation: play 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.emergency-btn svg {
  width: 50px;
  height: 45px;
  margin-top: 6px;
  fill: white;
}

.emergency-btn .whatspp2 a {
  display: block;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .3rem;
}

/* new header and footer style end */
/* stop flachuat end =========== */
/* animation css */
/* emergency button */
@keyframes play {

  0% {
    transform: scale(.7);
  }

  10% {
    box-shadow: 0 0 0 5px rgb(204 0 0);
  }

  25% {
    box-shadow: 0 0 0 10px #E91E63, 0 0 0 20px #E91E63;
  }

  25% {
    box-shadow: 0 0 0 15px rgb(157 21 21 / 40%), 0 0 0 30px rgb(135 14 14 / 0%);
  }

}

.sidenav {
  height: auto;
  width: 0px;
  position: fixed;
  z-index: 99;
  top: 63%;
  right: -10px;
  background-color: var(--wellmed-orange);
  /* transition: 0.5s; */
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.sidenav a {
  padding: 20px;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: left;
  line-height: 33px;
}

.sidenav .closebtn {
  position: absolute;
  left: -10px;
  top: 10%;
  transform: translateY(-50%);
}

.sidenav .closebtn img {
  height: 33px;
  cursor: pointer;
}





.appDownload li:last-child {
  padding-left: 160PX;
  line-height: 29px;
}



.appDownload .emerbtn {
  margin: 0 0px 0 46px;
  display: none;
}

.ctabox {
  background: #e4e2d6;
  border: 1px solid #a69837;
  padding: 15px 15px 9px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ctaboxTitle {
  font-size: 20px;
  font-weight: 600;
  color: #60531a;
  line-height: 27px;
}

.ctaboxTitle2 {
  font-size: 15px;
  font-weight: 500;
  color: #60531a;
  line-height: 21px;
  padding: 10px 0 0 0;
}

.ctabt {
  margin-top: 15px;
}

.ctaboxBtn {
  border: 1px solid var(--wellmed-orange);
  font-size: 18px;
  margin-bottom: 10px !important;
  border-radius: 5px;
  margin-right: 15px !important;
  padding: 7px 30px;
  color: #fff;
  margin: auto;
  background: var(--wellmed-orange);
}

.ctaboxBtn:hover {
  background: #816f2966;
}

.ctadesign2 {
  padding: 15px 0;
}

.ctadesign2title {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 16px rgb(57 63 72 / 61%);
}

.ctatitlenew {
  font-weight: bold;
  color: var(--wellmed-orange);
  font-size: 22px;
  padding: 0 0 7px 0;
}

.ctatitle2new {
  color: var(--wellmed-orange);
  font-size: 18px;
  padding: 0 0 15px 0;
}

.other-spec h2.featuredHeding {
  font-size: 35px;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 21px;
  padding-bottom: 3px;
}

.other-spec h2.featuredHeding span {
  border-bottom: 3px solid #ff6f4d;
}


.fs16 .customListOs li a {
  font-size: 16px !important;
}

#SpecialProced {
  border-bottom: 0px;
  margin: 0 auto;
  padding: 30px 0 30px;
  max-width: 1000px;
}

#SpecialProced li {
  margin: 0 auto;
}

#SpecialProced li .nav-link {
  padding: 9px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
}

#SpecialProced li .nav-link.active {
  background: #fff;
  color: var(--wellmed-orange);
  font-weight: 800;
}

.assured_menu .pg_widget {
  height: 106px;
}

.pg_widget {
  background: #fff;
  box-shadow: 0px 0px 36px rgb(16 40 81 / 12%);
  padding: 10px 5px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
  min-height: 115px;
  text-align: center;
  color: var(--wellmed-orange);
  transition: all 0.35s ease;
  /* Added */
  transform: translateY(0);
  /* Added */
}

/* ICON */
.pg_widget img {
  width: 42px;
  font-size: 12px;
  transition: filter 0.3s ease;
  /* Added */
}

/* HEADING */
.pg_widget h5 {
  font-size: 13px;
  padding-top: 5px;
  margin: 0px;
  transition: color 0.3s ease;
  /* Added */
}

/* ===== PREMIUM BRAND HOVER EFFECT ===== */
.pg_widget:hover {
  transform: translateY(-6px);
  /* Smooth lift */
  border-color: var(--wellmed-orange);
  /* Brand border */
  box-shadow: 0px 12px 28px rgba(255, 106, 34, 0.25);
  /* Soft orange glow */
}

/* ICON glow */
.pg_widget:hover img {
  filter: brightness(1.15);
}

/* Text slightly deeper brand tone */
.pg_widget:hover h5 {
  color: #d94800;
}


.pg_widget {
  cursor: pointer;
}

.mr-15 {
  margin-right: 15px;
}


/* container + thumbnail */
lite-youtube.specilistbox {
  --yt-thumb: url('../../BackEndImages/BlogImage/videocover.png');
  background-image: var(--yt-thumb) !important;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  /* keeps the block size same as iframe */
  overflow: hidden;
  cursor: pointer;
}

/* full-size centered play button (like Artemis) */
lite-youtube.specilistbox>.lyt-playbtn {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/68px 48px url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 0;
  cursor: pointer;
  filter: grayscale(100%);
  transition: filter .15s ease;
}

lite-youtube.specilistbox>.lyt-playbtn:hover {
  filter: none;
}

/* accessibility span hidden style */
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* make sure any injected iframe covers the whole container */
lite-youtube.specilistbox iframe {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  z-index: 1;
}



.leftBannerInner {
  padding: 15px 0;
}


@media (min-width: 1000px) and (max-width: 1380px) {
  .title-h {
    font-size: 40px;

  }
}


@media (max-width: 575px) {
  .first-box {
    margin-top: 15px;
    border-radius: 0px !important;
    height: 42px;
  }

  .input2 input {
    height: 40px;
  }

  .bannerSearch {
    position: inherit;
  }

  .customListOs li {
    width: 100%;
  }


  .carousel-control-prev,
  .carousel-control-prev {
    top: 12%;
    height: 50px;
  }

  #carouselExample {
    padding-bottom: 0px;
  }

  .customListTb li {

    width: 100%;
  }

  .bookAppointmentNo {
    flex-direction: column;
  }

  .navbar-nav {
    height: 100%;
    overflow-y: scroll;
    margin-top: 20px;
  }

  .maxw1600 {
    padding: 0 20px;
  }

  .hederQuickContact {
    padding: 0px;
  }

  .appDownload {
    font-size: 17px;
  }


  .hederQuickContact ul {
    padding-top: 0px;
  }

  .hederQuickContact ul li a {
    font-size: 16px;
    padding: 3px 5px;
  }

  .hederQuickContact ul li img {
    height: 20px;
  }

  #healthInsights .slider-pro1 {
    height: auto;
  }

  .globalBg {
    padding: 10px;
  }

  h2.globalTitle {
    margin-top: .5rem;
    font-size: 27px;
  }

  #centres {
    margin: 22px 0;
  }

  h3.globalTitle2 {
    font-size: 50px;
  }

  .number1 p b {
    font-size: 37px;
  }

  .number1 p {
    font-size: 21px;
    line-height: 24px;
  }

  h3.globalTitle2::after {
    bottom: -15px;
    left: 26px;
  }
}


@media (min-width: 1400px) {
  .home p {
    font-size: 22px;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .findDocTitle {
    font-size: 28px;
    line-height: 39px;
  }

  .findDocTitle br {
    display: none;
  }

  .findADoc {
    padding: 40px 0;
  }

  .accordion_head {
    font-size: 16px;
  }

  #faq .accordion-body p {
    font-size: 14px;
  }
}


@media (max-width: 991px) {
  .emergency-btn {
    display: none;
  }

  .news-updates .container-fluid {
    display: none;
  }

  .news-updates {
    padding-top: 112px;
    padding-bottom: 0rem;
  }

  #ourCentres div.ourCentresBox {
    padding: 20px 5px;
  }

  .ctadesign2title {
    font-size: 17px !important;
    line-height: 26px;
  }

  .ctaboxTitle {
    font-size: 16px;
    line-height: 24px;
  }

  .ctabox {
    padding: 10px;
  }

  .ctaboxBtn {
    padding: 4px 10px;
    font-size: 14px;
  }

  .appDownload .emerbtn {
    margin: 0 0px 0 46px;
    display: block;
  }

  .appDownload {
    justify-content: left;
  }

  .appDownload li:last-child {
    margin-left: auto;
  }

  ul#mainmenukul li a.emerbtn {
    display: none;
  }

  .emerbtn {
    text-align: left;
  }

  #mainNav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    z-index: 999999;
    padding: 20px;
    overflow-y: auto;
  }

  #mainNav ul li {
    position: relative;
  }

  .mobilemenuicon {
    top: 7px;
    position: absolute !important;
    right: 0px;
    background: #f66537;
    color: #000 !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px !important;
  }
  

  .title-h {
    margin-bottom: .5rem !important;
  }

  #ourCentres .owl-stage-outer {
    padding-top: 15px;
  }

  .request-text a {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .first-box {
    border-radius: 0 10px 10px 0;
  }

  .specilist {
    padding: 30px 0;
  }

  .innerbannerText {
    padding-top: 0px;
  }

  .bookAppointmentBox {
    padding: 22px 29px 24px;
    border-radius: 50px;
  }

  .title1 {
    font-size: 18px;
    line-height: 29px;
    max-width: 100%;
  }

  .jurney1 {
    padding: 30px 25px;
  }

  .jurney1 p {
    font-size: 14px;
  }

  .jurney1::after {
    right: 12px;
    top: -12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
  }

  .dropdown-menu {
    display: static !important;
  }

  .captcha_img {
    position: relative;
    left: 0px;
    top: 10px;
    z-index: 9;
  }

  #CaptchaImage {
    height: 74px;
    position: absolute;
    left: 4px;
    top: -7px;
    padding: 0px;
    width: 447px;
  }

  .number-contetn {
    display: block;
    padding-bottom: 30px;
    text-align: center;
  }

  .number-contetn br {
    display: none;
  }

  ul.social-media {
    position: static;
    padding: 15px 0;
  }

  .active-news {
    height: auto;
  }

  #healthInsights .pro-title {
    font-size: 19px;
  }

  .navigation-mobile {
    display: flex !important;
  }

  .contact-part {
    padding: 24px 0;
  }

  h4.titleH4 {
    font-size: 18px;
  }

  .form-part {
    margin-top: 30px;
    padding: 24px 16px;
  }

  .footer-section {
    box-shadow: 4px 4px 10px 2px rgb(0 0 0 / 25%);
    margin-bottom: 100px;
    padding-bottom: 15px;
  }

  .copyright-text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
  }

  .copyright-text ul li {
    padding: 5px;
    line-height: 7px;
    margin: 4px 0;
  }

  .copyright-area {
    text-align: center;
    margin-top: 0px;
  }

  .hideminus {
    display: none;
  }

  .showfooterul {
    display: block !important;
  }

  .footer-widget ul {
    display: none;
  }

  .footer-widget-heading h3 {
    position: relative;
    margin-bottom: 14px !important;
  }

  .footer-widget-heading h3::before {
    height: 1px !important;
    width: 100% !important;
  }

  .showoverly {
    background: #8b7c238f;
    z-index: 99;
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    height: 100%;
  }

  .togglenav {
    display: block;
  }

  #mainmenukultoadd {
    display: block;
  }

  .global {
    background-size: cover;
    background-position: center;
    padding-top: 50px;
  }

  /* .box-on-slider{ padding: 0px;} */
  .m-nonetext {
    font-size: 18px;
  }

  .aitemc {
    align-items: center;
  }

  .input2 input {
    padding-left: 35px;
    font-size: 14px;
  }

  .input2 i.fa {
    left: 15px;
    font-size: 17px;
  }

  .title-h {
    font-size: 30px;
  }

  .title-text {
    font-size: 20px;
  }

  .about-company p,
  .tab-content p,
  p {
    font-size: 14px;
  }

  #myTab {
    padding: 20px 0 21px;
  }

  .why-choose {
    padding-bottom: 20px;
  }

  .input2 input::placeholder {
    font-size: 14px;
  }

  .bannerSearch {
    bottom: 0px;
  }

  .hederQuickContact ul {
    flex-direction: column;
    align-items: end;
  }

  .hederQuickContact ul li {
    padding: 5px 0;
  }

  .border-right::after {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--wellmed-orange);
    content: '';
  }

  .box-on-slider {
    padding: 10px;
  }

  .hederQuickContact ul li a {
    padding: 0px 0px;
    color: #565656;
    font-weight: 400;
  }

  /* #mainNav ul li ul.megaMenu li a{ padding-left: 0px;} */
  .header {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }

  #mainNav ul li {
    border-bottom: 1px solid #a5a5a561;
  }

  #mainNav ul li a {
    padding: 10px;
    color: #000;
    font-size: 15px;
    margin-bottom: 2px;
  }

  #mainNav ul li a.nav-link::before {
    width: 0px;
  }

  .closebtn {
    color: #000 !important;
    font-size: 43px;
    justify-content: end;
    display: flex;
    line-height: 32px;
    margin-right: 10px;
  }

  .navbar-collapse {
    overflow: hidden;
    position: fixed;
    left: 0%;
    padding: 15px;
    width: 80%;
    top: 0%;
    height: 100vh;
    min-height: 100%;
    z-index: 999999;
    background: #ff6f4d;
  }

  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
  }

  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }

  .dropdown-toggle::after {
    top: 7px;
    position: absolute;
    right: 0px;
    background: #fff;
    color: #000;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
  }

  .cta-text span,
  .footer-widget ul li a {
    font-size: 13px;
    padding-bottom: 0.3rem;
  }

  .copyright-text p,
  .copyright-text {
    font-size: 13px;
  }




  .number-contetn p {
    color: #fff;
  }

  .kk {
    position: fixed;
    width: 100%;
    top: 0px;
  }

  .dropdown-menu {
    padding: 0px !important;
  }

  #mainNav ul li.active {
    color: white;
    background-color: var(--wellmed-orange);
    /* background-color: hsl(46.74deg 53.75% 31.37%); */
    border-radius: 10px;
  }

  .megaMenu h4 {
    background: #66561ceb;
    border-bottom: 1px solid white;
    padding: 7px;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }
}

.readmore2 {
  color: #ff6f4d !important;
}


@media (min-width: 992px) {
  .first-box {
    font-size: 22px;
  }

  h2.globalTitle {
    font-size: 40px;
    margin-top: 3rem;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .book-appointment {
    display: none;
  }

}


@media (min-width: 1200px) {
  .first-box {
    font-size: 33px;
  }

  .maxw1600 {
    padding: 0 50px;
  }

  #mainNav ul li a {
    font-size: 17px;
  }

  #navbarSupportedContent ul li a {
    font-size: 17px;
  }

  .appDownload li:last-child {
    padding-right: 0px;
  }

}

@media (min-width: 1400px) {

  #mainNav ul li a {
    font-size: 20px;
  }

  #navbarSupportedContent ul li a {
    font-size: 20px;
  }
}


@media (max-width: 1170px) {
  .request-text a {
    font-size: 25px;
  }

  @media (max-width: 1000px) {
    .navbar {
      transform: translate(0, 0%);
    }
  }
}

#fulltextDesc ul {
  margin: 20px 15px;
  padding: 0px
}

#fulltextDesc ul li {
  margin: 0;
  padding: 3px 0px
}

#fulltextDesc a {
  text-decoration: underline !important;
  ;
  color: #ff6f4d;
}

/* KULDEEP   */

#toloc {
  color: #9f8940;
  font-size: 16px;
}


#suggestions {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background: #fff;
  height: auto;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
}

#suggestions a {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-align: left !important;
  display: inline-block;
  width: 100%;
  padding: 8px 5px;
  letter-spacing: .5px;
}

#suggestions a:hover {
  background: #efefef;
}

#suggestions div {
  padding: 8px;
  cursor: pointer;
  text-align: left;
}

#suggestions div:hover {
  background-color: #f0f0f0;
}

.reload {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ff6f4d;
}


#suggestionsheader {
  z-index: 999;
  right: 0px;

  /*border: 1px solid #ccc;*/
  position: absolute;
  background: #fff;
  height: auto;
  max-height: 250px;
  overflow-y: auto;
  width: 45%;
  display: none;
}

#suggestionsheader a {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-align: left !important;
  display: inline-block;
  width: 100%;
  padding: 8px 5px;
  letter-spacing: .5px;
}

#suggestionsheader a:hover {
  background: #efefef !important;
}

#suggestionsHeader div {
  padding: 8px;
  cursor: pointer;
  text-align: left;
}

#suggestionsHeader div:hover {
  background-color: #f0f0f0;
}

.story-section {
  text-align: center;
  padding: 50px 20px;
}

.story-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--wellmed-orange);
  margin-bottom: 40px;
}

.story-text {
  font-size: 1.2rem;
  max-width: 1160px;
  margin: 0 auto;
  line-height: 1.6;
  color: #8b8b8b;

}

.hospital-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}

.hospital-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 20px;
}

.hospital-box.reverse {
  flex-direction: row-reverse;
}

.hospital-text {
  width: 58%;
  padding: 20px;
}

.hospital-heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--wellmed-orange);
  margin-bottom: 15px;
}

.hospital-paragraph {
  text-align: justify;
  font-size: 17px;
  line-height: 1.6;
  color: #8b8b8b;
}

.hospital-btn {
  display: inline-block;
  padding: 12px 25px;
  background: transparent;
  color: var(--wellmed-orange);
  border: 2px solid var(--wellmed-orange);
  text-decoration: none;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 18px;
}

.hospital-btn:hover {
  color: #fff !important;
  background-color: #e64a19;
  transform: scale(1.01);
}

.hospital-image {
  width: 40%;
}

.hospital-image img {
  max-width: 100%;
  /* border-radius: 12px; */
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .hospital-box {
    gap: 20px;
  }
}

@media (max-width: 768px) {

  .book-appointment-menu {
    margin: -15px 0 0 15px;
  }

  .book-appointment {
    padding: 0;
  }

  .story-section {
    padding: 50px 20px;
  }

  .story-text {
    font-size: 16px;
    text-align: justify;
  }

  .hospital-content {
    padding: 0px 0px;
  }

  .hospital-box {
    flex-direction: column;
    text-align: center;
    padding: 20px 5px;
  }

  .hospital-box.reverse {
    flex-direction: column;
  }

  .hospital-text {
    width: 100%;
    text-align: center;
  }

  .hospital-image {
    width: 100%;
  }

  .hospital-image img {
    width: 100%;
  }
}

/* <!-- Hero Section Styling --> */
.herocontainer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #c4b68a;
  /* New background */
  border-radius: 0;
  font-family: 'Segoe UI', sans-serif;
  color: white;
}

.hero-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
  text-align: center;
}

.herotabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.herotab-btn {
  padding: 10px 24px;
  background: transparent;
  color: white;
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: transparent;
  box-shadow: none;
}

.herotab-btn.active {
  background-color: white;
  color: #a28429;
  font-weight: 600;
}

.herotab-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #a28429;
}

.herocontent {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.herotext {
  flex: 1;
  min-width: 300px;
}

.herotext ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.herotext ul li {
  background: white;
  color: #a28429;
  border-radius: 15px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.herotext ul li:hover {
  transform: translateY(-5px);
}

.herotext ul li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: hue-rotate(45deg);
  /* Adds golden touch */
}

.herotab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.herotab-content.active {
  display: block;
}

.hospital-btn {
  display: inline-block;
  /* color: white; */
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 20px;
  float: right;
}

.hospital-btn:hover {
  text-decoration: underline;
}

.heroimg {
  flex: 1;
  min-width: 300px;
}

.heroimage img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}


/* model care css */


.modelcare-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

.modelcare-title {
  font-size: 36px;
  font-weight: bold;
  color: var(--wellmed-orange);
  margin-bottom: 30px;
}

.modelcare-circle {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 600px;
  margin: 95px auto;
  border: 8px dashed #c8d6e5;
  border-radius: 50%;
}

.modelcare-circle img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.modelcare-service {
  position: absolute;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: grey;
  cursor: pointer;
  transform-origin: center;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.modelcare-service:hover {
  color: var(--wellmed-orange);
  transform: scale(1.1) translate(-50%, -50%);
}

/* Service positions on the perimeter */
.modelcare-service[data-position="1"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg) translate(350px) rotate(18deg);
}

.modelcare-service[data-position="2"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(44deg) translate(350px) rotate(-44deg);
}

.modelcare-service[data-position="3"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(136deg) translate(350px) rotate(-136deg);
}

.modelcare-service[data-position="4"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(198deg) translate(350px) rotate(-198deg);
}

.modelcare-service[data-position="5"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg) translate(350px) rotate(-270deg);
}

/* Dots for mobile */
.modelcare-content {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.modelcare-dot {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modelcare-dot.active {
  background: var(--wellmed-orange);
  transform: scale(1.2);
}

.service-circle {
  position: absolute;
  width: 25px;
  height: 25px;
  background: white;
  border: 5px dashed #c8d6e5;
  border-radius: 50%;
  cursor: pointer;
  transform-origin: center;
  transition: all 0.3s ease;
}

.service-circle[data-position="1"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg) translate(-53px) rotate(18deg);
}

.service-circle[data-position="2"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(44deg) translate(-53px) rotate(-44deg);
}

.service-circle[data-position="3"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(136deg) translate(-53px) rotate(-136deg);
}

.service-circle[data-position="4"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(198deg) translate(-53px) rotate(-198deg);
}

.service-circle[data-position="5"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg) translate(-53px) rotate(-270deg);
}

/* Adjust hover effect */
.service-circle:hover {
  background: var(--wellmed-orange);
  transition: all 0.3s ease;
}

/* Mobile-specific adjustments */
@media screen and (max-width: 768px) {
  .modelcare-circle {
    max-width: 400px;
    height: 400px;
  }

  .modelcare-circle img {
    width: 320px;
    height: 320px;
  }

  .modelcare-service {
    display: none;
  }

  .modelcare-content {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .modelcare-content {
    display: none;
  }
}

.modelcare-active-service {
  font-size: 20px;
  font-weight: bold;
  color: var(--wellmed-orange);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modelcare-active-service {
    font-size: 18px;
  }
}



/* testimonials css  */

.patient-stories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 380px;
}

.story-column {
  display: flex;
  flex-direction: column;
}

.story-column.centered {
  justify-content: center;
  align-items: center;
}

.story-column.stacked {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.story-column.full-height {
  display: flex;
}

.story-card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  width: 100%;
  max-width: 250px;
  height: 180px;
}

.story-card:hover {
  transform: translateY(-5px);
}

.story-column.full-height .story-card {
  height: 380px;
}

/* .story-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
} */

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* Match the story-card height */
  overflow: hidden;
  cursor: pointer;
  /* Ensure it's clickable */
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Disable pointer events on the iframe in the story card to prevent direct playback */
.video-wrapper .custom-youtube {
  pointer-events: none;
  /* Prevent the iframe from capturing clicks */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  /* Keep the slight zoom effect */
}

/* Style the play button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  z-index: 2;
  transition: background-color 0.3s;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  z-index: 1;
}

.text-overlay p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: white;
}

.text-overlay span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

/* Modal Styles */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.close-modal {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  transition: color 0.3s;
}

.close-modal:hover {
  color: var(--wellmed-orange);
}

.modal-video-wrapper {
  width: 100%;
  height: 400px;
  /* Adjust as needed */
}

/* Ensure the modal iframe can be interacted with */
.modal-video-wrapper iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
  /* Enable interaction in the modal */
}

.modal-text {
  text-align: center;
  padding: 20px;
}

.modal-title {
  font-size: 14px;
  color: var(--wellmed-orange);
  text-transform: uppercase;
}

.modal-text h3 {
  font-size: 24px;
  margin: 10px 0;
}

.modal-text p {
  font-size: 16px;
  color: #333;
}

/* Ensure the modal is responsive */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
  }

  .modal-video-wrapper {
    height: 300px;
  }
}

/* Remove fullscreen styles since we're using a modal */
:fullscreen .video-wrapper,
:-webkit-full-screen .video-wrapper,
:-moz-full-screen .video-wrapper {
  width: 100%;
  height: 100%;
}

:fullscreen iframe,
:-webkit-full-screen iframe,
:-moz-full-screen iframe {
  width: 100%;
  height: 100%;
}

/* Remove this since we're not using images directly */
.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .patient-stories {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding: 15px;
    min-height: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .story-column {
    display: contents;
  }

  .story-card {
    flex: 0 0 auto;
    width: 250px;
    scroll-snap-align: center;
    height: 180px;
  }

  .story-column.stacked {
    display: contents;
  }

  .story-column.full-height .story-card {
    height: 180px;
  }

  .story-column.centered {
    display: contents;
  }
}

.button-containerr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.hospital-btnn {
  padding: 12px 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--wellmed-orange);
  color: var(--wellmed-orange);
  border-radius: 8px;
  font-size: 18px;
  transition: color 0.3s;
}

.hospital-btnn:hover {
  color: #fff;
  background-color: #e64a19;
  transform: scale(1.01);
}

@media (max-width: 1024px) {
  .button-containerr {
    padding: 15px 0;
  }

  .hospital-btnn {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .heroimg {
    margin-top: 27px;
    width: 100%;
  }

  .heroimage img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }

  .heroimage a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 12px;
  }

  .heroimage a img {
    width: 24px;
    height: 24px;
  }
}

/* loc and contact on middle row */

.header-location-contact {
  font-size: 17px;
  color: var(--wellmed-orange);
  justify-content: flex-end;
  width: 100%;
  margin: 15px 0 -15px 55px;
}

.emergency-call {
  color: #e60000;
}

.emergency-call:hover {
  color: #ff4d4d;
  cursor: pointer;
}


.location-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}


.location-contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--wellmed-orange);
  cursor: pointer;
}

.location-contact-list li a {
  color: var(--wellmed-orange);
  cursor: pointer;
}

.location-contact-list li i {
  color: var(--wellmed-orange);
  font-size: 16px;
}

@media (max-width: 1200px) {
  .header-location-contact {
    margin: 0 0 -15px 0;
    justify-content: center;
  }

  .location-contact-list {
    align-items: center;
    gap: 20px;
  }

  .location-contact-list li {
    font-size: 14px;
  }
}

/* Show full text by default */
.story-text-full {
  display: block;
}

/* Hide mobile version on desktop */
.story-text-mobile {
  display: none;
}

/* On Mobile — hide full text, show short version */
@media (max-width: 767px) {
  .story-text-full {
    display: none;
  }

  .story-text-mobile {
    display: block;
  }
}

/* Show full text by default */
.hospital-paragraph-full {
  display: block;
}

/* Hide mobile version on desktop */
.hospital-paragraph-mobile {
  display: none;
}

/* On Mobile — hide full text, show short version */
@media (max-width: 767px) {
  .hospital-paragraph-full {
    display: none;
  }

  .hospital-paragraph-mobile {
    display: block;
  }
}

/* 
:root {
  --brand: #f66537;
  --text-dark: #333;
  --text-light: #666;
  --white: #ffffff;
}

.doctors-section {
  padding: 50px 0;
  text-align: center;
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.doctor-card {
  background: var(--white);
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.doctor-card:hover {
  border-color: var(--brand);
  transform: translateY(-6px);
  box-shadow: 
      0 6px 22px rgba(0,0,0,0.08),
      0 0 20px rgba(246,101,55,0.25);
}

.doctor-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px rgba(246,101,55,0.15);
}

.doctor-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 8px 0 4px;
}

.doctor-specialty {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 14px;
}

.doctor-link {
  text-decoration: none;
  color: var(--brand);
  font-weight: 600;
  font-size: 14px;
  transition: 0.25s ease;
}

.doctor-link:hover {
  opacity: 0.9;
  letter-spacing: 0.4px;
}

@media (max-width: 768px) {
  .doctors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .doctor-photo {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .doctors-grid {
    grid-template-columns: 1fr;
  }
  .doctor-photo {
    width: 90px;
    height: 90px;
  }
} */

.doctors-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff6f2, #ffffff);
  position: relative;
  overflow: hidden;
}

/* subtle decorative blocks (premium feel) */
.doctors-section::before,
.doctors-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.doctors-section::before {
  width: 300px;
  height: 300px;
  background: rgba(246, 101, 55, 0.08);
  top: -80px;
  left: -80px;
}

.doctors-section::after {
  width: 250px;
  height: 250px;
  background: rgba(246, 101, 55, 0.06);
  bottom: -80px;
  right: -60px;
}

.doctor-title {
  font-size: 38px;
  font-weight: 700;
  color: #f66537;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* ==================== DEPARTMENT HEADINGS ==================== */
.department-heading {
  grid-column: 1 / -1;           /* Makes heading span full width */
  font-size: 28px;
  font-weight: 700;
  color: #f66537;                /* Brand theme color */
  margin: 20px 0 20px 0;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 8px;
}

.department-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 8px;
  width: 65px;
  height: 3px;
  background: linear-gradient(to right, #f66537, #ff9f6e);
  border-radius: 3px;
}

/* Grid */
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px 25px;                 /* Increased gap for better separation between departments */
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

/* CARD - PREMIUM STYLE */
.doctor-card-new {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff, #fff1eb);
  border: 1px solid rgba(246, 101, 55, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  min-height: 130px;
}

/* accent strip */
.doctor-card-new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #f66537;
  transition: 0.3s;
}

/* hover premium effect */
.doctor-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(246, 101, 55, 0.20);
  border-color: #f66537;
}

.doctor-card-new:hover::before {
  width: 8px;
}

/* image styling */
.doc-img {
  width: 92px;
  height: 102px;
  border-radius: 12px;
  margin-right: 20px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
  flex-shrink: 0;
}

/* info */
.doc-info {
  text-align: left;
  flex: 1;
}

.doctor-name {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.2;
}

.doctor-specialty {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* link premium */
.doctor-link {
  font-size: 14.5px;
  color: #f66537;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.doctor-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #f66537;
  left: 0;
  bottom: -3px;
  transition: 0.3s ease;
}

.doctor-link:hover::after {
  width: 100%;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .doctor-title {
    font-size: 32px;
  }
  
  .department-heading {
    font-size: 24px;
    margin: 45px 0 22px 0;
  }
  
  .doctors-grid {
    gap: 28px 20px;
  }
  
  .doctor-card-new {
    padding: 16px;
    min-height: auto;
  }
  
  .doc-img {
    width: 82px;
    height: 92px;
    margin-right: 16px;
  }
  
  .doctor-name {
    font-size: 18px;
  }
}
/* button styling */
.button-containerr {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.hospital-btnn {
  background: #f66537;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hospital-btnn:hover {
  background: #d94e24;
  transform: translateY(-2px);
}

.specialties-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #fff6f2, #ffffff);
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.specialty-card {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* ICON IMAGE */
.specialty-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* TEXT */
.specialty-card span {
  display: block;
  font-size: 17px;
  font-weight: 600;
}

/* HOVER EFFECT */
.specialty-card:hover {
  transform: translateY(-10px);
  background: #f66537;
  color: #fff;
  box-shadow: 0 15px 35px rgba(246, 101, 55, 0.3);
}

.specialty-card:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
  /* makes icons white */
}

/* PROCEDURES SECTION */

.procedures-section {
  padding: 70px 20px;
  background: #ffffff;
}

.procedure-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #222;
}

.procedures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.procedure-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* ICON */
.procedure-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* TEXT */
.procedure-card span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

/* HOVER */
.procedure-card:hover {
  transform: translateY(-10px);
  background: #f66537;
  color: #fff;
  box-shadow: 0 15px 35px rgba(246, 101, 55, 0.3);
}

.procedure-card:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}


.specialities-hero {
  min-height: 75vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url('../../BackEndImages/BlogImage/specilities-banner.png') center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  /* ⬇ push content to bottom */
  justify-content: center;
  /* ⬅ center horizontally */
  padding: 40px 20px 0 20px;
  color: #fff;
}


.procedures-hero {
  min-height: 75vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url('../../BackEndImages/BlogImage/procedures-banner.png') center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  /* ⬇ push content to bottom */
  justify-content: center;
  /* ⬅ center horizontally */
  padding: 40px 20px 0 20px;
  color: #fff;
}


.specialities-hero h1 {
  display: inline-block;
  background-color: #f66537;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding: 10px 24px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .specialities-hero {
    min-height: 40vh;
  }

  .specialities-hero h1 {
    padding: 8px 18px;
    font-size: 18px;
  }
}


/* ABOUT WELLMED */
.about-wellmed {
  font-family: "Poppins", sans-serif;
}

.about-hero {
  min-height: 75vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url('../../BackEndImages/BlogImage/about-banner.png') center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 20px 0 20px;
  color: #fff;
}


.about-hero h1 {
  display: inline-block;
  background-color: #f66537;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding: 10px 24px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .about-hero {
    min-height: 40vh;
  }

  .about-hero h1 {
    display: none !important;
  }
}

.about-split {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 80px 40px;
  margin: auto;
}

.about-left {
  position: relative;
  flex: 1;
  min-height: 500px;
  background-image: url('../../assets/images/02/1.png');
  background-size: cover;
  background-position: center;
}

.badge-wrap {
  position: absolute;
  left: 282px;
  bottom: 200px;
  border: 3px solid #f66537;
  z-index: 1;
}

.vision-badge {
  background: #f66537;
  color: #fff;
  font-weight: 700;
  padding: 18px 20px;
  font-size: 25px;
  position: relative;
  top: -14px;
  left: -14px;
  z-index: 2;
}

.about-right {
  flex: 1;
}

.about-right h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 25px;
}

.about-right p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .about-split {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
  }

  .about-left {
    width: 100%;
    min-height: 320px;
  }

  .badge-wrap {
    left: 36%;
    bottom: 100px;
    transform: translateX(-50%);
  }

  .vision-badge {
    font-size: 20px;
    padding: 14px 20px;
  }

  .about-right h2 {
    font-size: 28px;
  }
}

.about-hero p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
}

/* CONTENT */
.about-content {
  padding: 50px 20px;
  background: linear-gradient(135deg,
      #fff6f2 0%,
      #ffffff 45%,
      #fff0e8 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative soft shapes */
.about-content::before,
.about-content::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(246, 101, 55, 0.08);
  border-radius: 50%;
  z-index: 0;
}

.about-content::before {
  top: -120px;
  left: -120px;
}

.about-content::after {
  bottom: -120px;
  right: -120px;
}

.content-grid {
  position: relative;
  z-index: 2;
}

.content-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.content-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.content-card h3 {
  font-size: 26px;
  color: #f66537;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-card p {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
}

.content-card ul {
  padding-left: 20px;
}

.content-card li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #444;
}

/* TRUST STRIP */
.trust-strip {
  background: #fff2e9;
  padding: 25px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.content-card.with-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .about-hero p {
    display: none;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-card h3 {
    font-size: 22px;
  }

  .content-card p,
  .content-card li {
    font-size: 15px;
  }
}


.features-section {
  padding: 40px;
  background: #fff;
}

.features-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: stretch;
}

/* LEFT GRID */
.features-left {
  flex: 1.8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* FEATURE BOX */
.feature-item {
  background: #ffffff;
  border: 1px solid #eee;
  border-left: 4px solid #f66537;
  padding: 28px 26px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* subtle hover glow */
.feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(246, 101, 55, 0.08),
      transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-item:hover::before {
  opacity: 1;
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.feature-item h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #444444;
}

.feature-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 10px;
}

/* last paragraph spacing fix */
.feature-item p:last-child {
  margin-bottom: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-item {
  animation: fadeUp 0.7s ease forwards;
}

.feature-item:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-item:nth-child(2) {
  animation-delay: 0.2s;
}

.feature-item:nth-child(3) {
  animation-delay: 0.3s;
}

.feature-item:nth-child(4) {
  animation-delay: 0.4s;
}


/* RIGHT CARD */
.features-right {
  flex: 0.6;
  background-image: url(../../assets/images/02/DSC09798.JPG);
  color: #fff;
  padding: 50px 40px;
  position: relative;
  border-left: 3px solid #f66537;
}

.features-right::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #f66537;
  z-index: -1;
}

.small-title {
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

.features-right h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.features-right h2 span {
  color: #f66537;
}

.count-text {
  font-size: 15px;
  line-height: 1.7;
  margin: 25px 0 35px;
  color: #eaeaea;
}

.btn-appointment {
  display: inline-block;
  padding: 12px 28px;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
}


@media (max-width: 992px) {
  .features-wrapper {
    flex-direction: column;
  }

  .features-left {
    grid-template-columns: 1fr;
    /* gap: 35px; */
  }

  .features-right {
    margin-top: 40px;
  }

  .features-right::after {
    display: none;
  }

  .feature-itemm {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .features-section {
    padding: 50px 20px;
  }

  .feature-item h3 {
    font-size: 22px;
  }

  .features-right h2 {
    font-size: 26px;
  }
}


/* HERO IMPROVEMENTS */
.hero-inner {
  text-align: center;
  max-width: 820px;
  padding: 0 20px;
}
.about-hero h1 {
  font-size: 46px;
  background: #f66537;
  padding: 14px 36px;
  display: inline-block;
  margin-bottom: 18px;
}
.about-hero p {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.hero-btn {
  background: #fff;
  color: #f66537;
  padding: 14px 38px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn:hover {
  background: #f66537;
  color: #fff;
  transform: translateY(-4px);
}

/* FEATURE ICONS */
.feature-icon {
  font-size: 42px;
  display: block;
  margin-bottom: 12px;
}

/* JOURNEY SECTION */
.journey-section {
  padding: 80px 40px;
  background: #fff;
  text-align: center;
}
.section-title h2 {
  font-size: 36px;
  color: #222;
  margin-bottom: 8px;
}
.section-title p {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 50px;
}

.timeline {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 4px;
  background: #f66537;
  opacity: 0.15;
  z-index: 1;
}

.timeline-item {
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: center;
}
.year {
  background: #f66537;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
  border: 6px solid #fff;
  box-shadow: 0 10px 30px rgba(246, 101, 55, 0.25);
}
.timeline-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #f66537;
}
.timeline-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* FINAL CTA */
.final-cta {
  background: linear-gradient(135deg, #f66537, #e04e2a);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}
.final-cta h2 {
  font-size: 34px;
  margin-bottom: 12px;
}
.final-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  color: white;
}
.cta-btn {
  background: #fff;
  color: #f66537;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}
.cta-btn:hover {
  transform: scale(1.05);
}

/* Small adjustments to existing sections */
.content-card .card-icon {
  font-size: 38px;
  display: block;
  margin-bottom: 12px;
}
.trust-strip span {
  font-weight: 500;
}

@media (max-width: 768px) {

  .journey-section {
    padding: 60px 20px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    font-size: 15px;
    margin-bottom: 35px;
  }

  /* CHANGE TIMELINE TO COLUMN */
  .timeline {
    flex-direction: column;
    gap: 40px;
  }

  /* VERTICAL LINE */
  .timeline::before {
    top: 0;
    bottom: 0;
    left: 45px;
    right: auto;
    width: 3px;
    height: 100%;
  }

  .timeline-item {
    text-align: left;
    padding-left: 90px;
    position: relative;
  }

  /* YEAR CIRCLE ALIGN LEFT */
  .year {
    width: 70px;
    height: 70px;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 0;
    margin: 0;
  }

  .timeline-item h4 {
    font-size: 18px;
  }

  .timeline-item p {
    font-size: 14px;
  }
}


/* <---------------------------------------------------------> */
/* <---------------------------------------------------------> */

.header-area .row.aitemc {
  min-height: 110px !important;
  align-items: center !important;
}

.headerRightPart {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.header-location-contact {
  padding-bottom: 6px !important;
}

.menue-part {
  padding-top: 6px !important;
}

.logoimg {
  max-height: 200px;
  transform: scale(1.1) !important;
  display: block !important;
  margin: auto 0 !important;
}

.col-5.col-lg-3.col-xxl-4 {
  display: flex !important;
  align-items: center !important;
}

/* <---------------------------------------------------------> */
/* <---------------------------------------------------------> */





.modal1_1 {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #fff;
  filter: alpha(opacity=60);
  opacity: 0.9;
  -moz-opacity: 0.8;
}

.center1_1 {
  z-index: 1000;
  padding: 10px;
  width: 166px;
  background-color: White;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center1_1 p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 18px;
  text-transform: uppercase;
}

.pop_frm_sctn p {
  font-size: 17px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  float: right;
  padding: 5px 0px;
}

.msgGreentxt {
  color: Green;
}

.msgRedtxt {
  color: Red;
}

.fleft a {
  color: #7b6824;
  font-weight: bold;
}

#toggleDivHder {
  display: block;
}

.popuptitle1 {
  text-align: center;
  margin-bottom: 16px !important;
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: 600;
}

.popleft p {
  color: #6C7D88;
  margin-top: 5px;
}

.popform {
  padding: 20px;
}

.popleft {
  padding: 50px 40px;
}

.modelTitle {
  color: #5a6e3a;
  font-size: 17px !important;
  text-align: center;
}

.bg1pop {
  background: #5a6e3a;
  padding: 7px;
}

.popuptitle2 {
  margin-top: 7px !important;
  text-align: center;
  margin-bottom: 10px !important;
  font-size: 23px;
  font-weight: bold;
  color: #5a6e3a;
  margin: 0;
}

.popuptitle3 {
  margin-top: 2px !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-size: 16px;
  color: #5a6e3a;
  font-weight: 600;
  margin: 0;
}

.popList {
  border-left: 1px dotted #000;
  margin-left: 10px;
  max-height: 227px;
}

.popList li {
  list-style-type: none;
  padding-bottom: 50px;
  color: #6C7D88;
  position: relative;
  padding-left: 40px;
  position: relative;
  left: -10px;
}

.btn-close {
  position: absolute;
  right: 7px;
  top: 6px;
  border: 1px solid #5a6e3a;
  border-radius: 100%;
  padding: 8px;
  font-size: 10px;
}

.popterm {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 5px;
  line-height: 20px;
}

.popterm a {
  color: #000;
  text-decoration: underline;
}

.popterm a:hover {
  color: #000;
  text-decoration: none;
}

.popList li .fa {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 30px;
  color: #000;
}

.modalHeader {
  background: #5a6e3a;
  padding: 5px 15px;
}

.popupBtn {
  background: #5a6e3a;
  color: #fff;
}

.popupBtn:hover {
  background: #958859;
  color: #fff;
}

.calloremail {
  text-align: center;
  text-align: center;
  color: #4f4318;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px
}

.calloremail a {
  color: #4f4318;
}

.ptb10 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
}

.minw600 {
  min-width: 600px;
  border-radius: 12px !important;
}

.p40 {
  width: 90%;
  padding: 30px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .minw600 {
    min-width: auto;
  }

  .popform {
    padding: 11px 16px;
    border-left: 0px dotted;
  }

  .popleft {
    padding: 32px 7px;
  }

  .popList li {
    padding-bottom: 25px;
  }
}

h4.titleH4 {
  font-size: 24px;
}




.contact-map-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.contact-map-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.map-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #f66537;
}

/* Map Wrapper */
.map-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Iframe */
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tablet */
@media (max-width: 992px) {
  .map-wrapper {
    height: 380px;
  }

  .map-title {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .contact-map-section {
    padding: 40px 15px;
  }

  .map-wrapper {
    height: 300px;
    border-radius: 8px;
  }

  .map-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}


.wellmed-contact-pro {
  padding: 70px 20px;
  background: linear-gradient(135deg, #fff3ee, #ffffff);
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.wellmed-container {
  max-width: 1150px;
  margin: auto;
  display: flex;
  gap: 26px;
}

/* LEFT SIDE */
.wellmed-info {
  flex: 40%;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}

.map-mini iframe {
  width: 100%;
  height: 190px;
  border: 0;
}

.info-content {
  padding: 22px;
}

.wellmed-info h2 {
  font-size: 22px; /* balanced */
  margin-bottom: 5px;
  font-weight: 600;
}

.rating {
  color: #f66537;
  font-weight: 500;
  font-size: 14px;
}

.type {
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}

.info-block {
  margin-bottom: 12px;
}

.info-block h4 {
  font-size: 12px;
  color: #f66537;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}

.info-block p {
  font-size: 14px;
  color: #333;
}

/* BUTTONS */
.info-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.btn {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}

.call-btn {
  background: #f66537;
  color: #fff;
}

.direction-btn {
  border: 1px solid #f66537;
  color: #f66537;
}

/* RIGHT SIDE */
.wellmed-form {
  flex: 60%;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}

.wellmed-form h3 {
  font-size: 22px; /* balanced */
  margin-bottom: 18px;
  font-weight: 600;
}

/* FORM */
.form-group {
  margin-bottom: 14px;
}

input, textarea {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #ddd;
  font-size: 14px;
}

input:focus, textarea:focus {
  border-color: #f66537;
  box-shadow: 0 0 0 2px rgba(246,101,55,0.12);
  outline: none;
}

textarea {
  height: 95px;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #f66537, #ff8a5c);
  color: #fff;
  padding: 13px;
  border: none;
  border-radius: 9px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: translateY(-1px);
}

/* SUCCESS MESSAGE */
.form-success {
  display: none;
  margin-top: 10px;
  color: green;
  font-size: 13px;
}

/* FLOATING WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #25D366;
  color: #fff;
  font-size: 20px;
  padding: 13px 15px;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-decoration: none;
  z-index: 999;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .wellmed-container {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .wellmed-contact-pro {
    padding: 40px 15px;
  }

  .wellmed-form {
    padding: 22px;
  }

  .wellmed-info h2,
  .wellmed-form h3 {
    font-size: 20px;
  }
}


.error {
  color: #e53935;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

input.error-field,
textarea.error-field {
  border-color: #e53935 !important;
}


.menu-text{
  padding-top: 2px;
}