


#main-header,
.secH {
  position: relative;
}
.footer .exploreLinks,
.footer .exploreLinks1 {
  text-align: center;
}
.footer ul{
  list-style: none;
  padding-left: 20px;
}

.dropdown-item,
.fifthH,
.fourthH {
  text-transform: capitalize;
}


:root {
  --primary-color: #DC2C5C;      /* Rich Purple (used in the figure) */
  --secondary-color: #0c7bb6;    /* Deep Blue (left part of lotus) */
  --accentColour: #EC94AC;
  --textPink:#e0869e;       /* Light Magenta-Purple (highlight) */
  --black: #1d1d1d;
  --lightBg: #ffe4ee;            /* Very light lavender for background */
  --Grey: #747474;          /* Soft grey-purple for borders */
  --fade: #F8A0C2;               /* Faded lavender-purple for shadows */       /* Almost white with lavender tint */
}

* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}

.display-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--secondary-color);
  margin-bottom: 40px;
}
.display-2 span{
  display: inline-block;
}
.display-2 .animate__fadeInRight{
  position: relative;
  top: 22px;
  left: -10px;
  border-top: 10px solid var(--secondary-color);
}
.display-2 .animate__fadeInLeft{
  border-bottom: 10px solid var(--secondary-color);
}

.secH {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 30px;
  color: var(--primary-color);
}
.thirdH {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 20px;
}


.footer p,
.footer ul,
.footer ul li:last-child {
  margin-bottom: 0;
}
.fourthH {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.fifthH {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 18px;
}




.copyright b:hover {
  color: var(--fade);
}
.copyright b {
  color: var(--lightBg);
  transition: 0.3s ease-in-out;
}


#main-header {
  transition: 0.5s;
  z-index: 1055;
}
.wrapheder{
  background-color: var(--lightBg);
  min-height: 155px;
}

/* Navbar Styling */
.mynavbar {
  padding: 8px 0;
}
.container-fluid{
  max-width: 1920px;
}
.container.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.miniHeader{
  background-color: var(--primary-color);
  padding: 12px 0;
}
.miniHeader .container>.row{
  align-items: center;
  justify-content: space-between;
}
.topheadLinks{
  display: flex;
  gap: 24px;
}
.topheadLinks a{
  display: inline-block;
  color: var(--lightBg);
  transition: color 0.3s ease-in-out;
}
.topheadLinks a i{
  margin-right: 4px;
}
.topheadSocial a{
  display: inline-block;
  color: var(--lightBg);
  font-size: 24px;
  margin-left: 8px;
  transition: color 0.3s ease-in-out;
}
.topheadLinks a:hover,.topheadSocial a:hover{
  color: #ffffff;
}
.navMenu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

.navMenu .navLi {
  position: relative;
  list-style: none;
}

.navLink {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
  padding: 26px 8px;
  display: block;
  transition: color 0.3s ease-in-out;
}
.bg-light {
  background-color: #ffffff!important;
}

.navLink:hover{
  color: var(--secondary-color);
}
.navLink.active {
  color: var(--secondary-color);
}
.navLink svg{
  transform: translateY(-2px);
}

.brandLogo{
  display: inline-block;
  padding-right: 10px;
  width: 89px;
}


.dropdownList .navLink{
  color: var(--lightBg);
  padding: 14px 20px;
  display: block;
  border-bottom: 1px solid var(--fade);
  background-color: transparent;
  font-weight: normal;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.dropdownList .navLink:hover{
  background-color: #ffffff;
    color: var(--secondary-color);
}

/* Dropdown Styling */
.dropdownList {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--primary-color);
  list-style: none;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  padding: 0;
  border-bottom: 4px solid var(--secondary-color);
  box-shadow: 0 4px 18.3px 0 rgba(0, 0, 0, 0.13);
}


.navLi:hover .dropdownList {
  opacity: 1;
  visibility: visible;
}

.dropdownList .navLi {
  white-space: nowrap;
}


/* Mobile View */
@media (max-width: 991px) {
  .navMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: var(--accentColour);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding-top: 60px;
    transition: right 0.4s ease-in-out;
  }

  .navMenu.active {
    right: 0;
  }
  .dropdownList .navLi {
    text-wrap: auto;
  }
  .dropdownList {
    transition: none;
  }
  
/* Hide dropdown by default */
.dropdownList {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show dropdown when open */
.dropdownList.open {
  display: block;
  opacity: 1;
  visibility: visible;
  position: static;
  transform: translateY(0);
}

/* Ensure SVG has pointer-events to prevent it from triggering parent link */
.navLi > a > svg {
  cursor: pointer;
  pointer-events: auto;
}



  .navToggle {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 24px;
    cursor: pointer;
    display: block;
  }

  .nav-close {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .btn-nav-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    transform: rotate(45deg);
  }
}

/* Hide toggle button and close button in desktop view */
@media (min-width: 992px) {
  .navToggle, .btn-nav-close {
    display: none;
  }
}

.sticky-header {
  position: fixed;
  top: -112.48px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
  transition: top 0.5s;
  animation: 0.5s ease-in-out both slideDown;
}

@keyframes slideDown {
  0% {
    position: fixed;
    top: -112.48px;
  }
  100% {
    position: fixed;
    top: 0;
  }
}
.headerAnimate {
  animation: 0.5s ease-in-out both slideUp;
}
@keyframes slideUp {
  0% {
    top: 50.48px;
    position: relative;
  }
  100% {
    top: 0;
  }
}
.sticky-header.visible {
  top: 0;
}

.Call-fab-container,
.fab-container {
  position: fixed;
  right: 24px;
  z-index: 1000;
  cursor: pointer;
}


.defaultPadding,
.footer.defaultPadding {
  padding: 80px 0;
}

.fab-container {
  bottom: 24px;
}
.Call-fab-container {
  bottom: 94px;
}
.footer {
  background: 0 0 / cover var(--accentColour);
}
.footer .footer-brand {
  display: block;
  width: 115px;
  min-width: 115px;
  margin: auto;
  margin-bottom: 16px;
}
.footer .fourthH {
  color: #ffffff;
  margin-bottom: 35px;
}
.footerLinks{
  color: #ffffff;
}
.footerLinks:hover {
  color: var(--primary-color);
}
.footWrap  > .row {
  justify-content: space-between;
}
.exploreLinks a i {
  margin-right: 8px;
  font-size: 15px;
}


.exploreLinks1 a i {
  margin-right: 8px;
  font-size: 15px;
}

.footer .exploreLinks ul li {
  text-align: left;
}

.footer ul {
  margin: auto;
}
.footer .exploreLinks ul {
  width: 203px;
  max-width: 203px !important;
  margin: auto;
}
.FooterAbout{
  max-width: 314px;
}
.footer .exploreLinks1 ul {
  width: 155px;
  max-width: 155px !important;
  padding: 0;
  text-align: left;
  margin: auto;
}
.footer ul {
  display: inline-block;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer .exploreLinks1 a,
.footer ul li a {
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.emailAnchor {
  display: inline-block;
  min-width: 241px;
}

.footer .contact-info i {
  font-size: 20px;
  margin-right: 10px;
}
.footer ul.contact-info{
  width: 318.5px;
  max-width: 318.5px;
  padding: 0;
}

.footWrap>.row{
  row-gap: 24px;
}
.locationLink {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.locationLink i {
  position: absolute;
  left: 0;
  top: 2px;
}
.footer .social-icons {
  display: flex;
  align-items: center;
  padding-left: 44px;
  gap: 10px;
  margin-top: 20px;
}
.footer p {
  color: #ffffff;
}
.footer .social-icons a {
  color: #ffffff;
  display: flex;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}

.f-bottom .row {
  justify-content: center;
}
.footer .social-icons a:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.footer .social-icons .facebook {
  background-color: #0c71c3;
}
.footer .social-icons .instagram {
  background-color: #ea2c59;
}
.footer .social-icons .whatsapp {
  background-color: #25d366;
}
.f-bottom {
  background: var(--secondary-color);
  padding: 12px 0;
  color: #fff;
}



.exploreLinks1 .btn-check:checked+.btn,.exploreLinks1 .btn.active,.exploreLinks1 .btn.show,.exploreLinks1 .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: var(--primary-color);
  background-color: transparent;
  border-color: transparent;
}


.f-bottom .row {
  align-items: center;
  row-gap: 8px;
}

.btnoutline{
  display: inline-block;
  padding: 12px 30px;
  border-radius: 100px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition: color 0.3s ease-in-out, scale 0.1s ease-in-out;
}
.btnoutline svg{
  margin-top: -4px;
  margin-right: 8px;
}

.btnoutline:hover{
  color: var(--black);
}

.btnoutline:active{
  scale: 0.95;
}



.hospitalServices .container>.row{
  row-gap: 24px;
}

.serviceHomeCard .serviceInfo {
  padding: 12px;
  border: 8px solid var(--primary-color);
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

.serviceHomeCard .serviceInfo .fourthH{
  color: var(--primary-color);
  text-align: center;
}

.serviceHomeCard .serviceInfo p{
  color: var(--accentColour);
  text-align: center;
  margin-bottom: 0;
}

/* about And Statistics section start */
.aboutAndStatistics,.WelcomeToHavya{
  background: url('../image/statisticBackDesk.webp') center/cover no-repeat;
  color: #ffffff;
}
.counterRow{
  row-gap: 24px ;
}
.aboutStatText{
  backdrop-filter: blur(4px) saturate(180%);
  -webkit-backdrop-filter: blur(4px) saturate(180%);
  background-color: #ee99993b;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

.statisticCards{
  display: flex;
  gap: 8px;
}
.statisticsIcon{
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  color: var(--primary-color);
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.statisticsNumbers{
  flex: 1 0 0%;
}
.statisticsNumbers p{
  margin-bottom: 0;
}
.statisticsNumbers span{
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
}
.statisticsImgRow{
  row-gap: 24px;
}
.aboutAndStatistics .container>.row{
row-gap: 24px;
align-items: center;
}
/* about And Statistics section end */


/* trust Building Section start */
.trustBuilding .nav-pills{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    row-gap: 8px;
    margin-bottom: 0;
    list-style: none;
}

.trustBuilding .nav-pills .nav-link {
  background: var(--secondary-color);
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  min-width: 176px;
  transition: 0.3s ease-in-out;
}
.trustBuilding .nav-pills .nav-link:hover{
background-color: var(--black);
}
.trustBuilding .tab-pane .thirdH{
color: var(--secondary-color);
}
.trustBuilding .tab-pane ul{
color: var(--Grey);
}

.trustBuilding  .nav-pills .nav-link.active,.trustBuilding  .nav-pills .show>.nav-link {
  background-color: var(--primary-color);
}
/* trust Building Section end */

/* Havya Gallery Section start */
.homeGallery-grid .row{
  row-gap: 24px;
}
.homeGallery-grid a img{
  aspect-ratio: 3/2;
  object-fit: cover;
}
.havyaGallery{
  background-color: var(--primary-color);
}
.havyaGallery .spotlight{
  display: inline-block;
  width: 100%;
}
.havyaGallery .spotlight img{
  aspect-ratio: 3/2;
  object-fit: cover;
}
.extraPadding{
  padding-bottom: 152px;
}
.footer.homePage0{
  padding-top: 72px;
}
.lg-container {
  position: relative;
  z-index: 1056;
}
.homeGallery-grid a{
  position: relative;
  display: inline-block;
  cursor: zoom-in;
}
.homeGallery-grid a::before{
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0f2647a4;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
}


.hero-banner{ width:100%; aspect-ratio:1910/749; display:block; overflow:hidden; }
.hero-banner img { width:100%; aspect-ratio:1910/749; object-fit:cover; display:block; }


.homeGallery-grid a:hover::before{
  opacity: 1;
}
.lg-sub-html{
  display: none;
}
/* Havya Gallery Section end */

/* call to action section start */
.callToAction{
  position: relative;
}
.contact-message{
  list-style: none;
  padding: 0;
  margin: 0;
}
.colMessage{
  align-self: stretch;
}
.contact-message li:not(.contact-message li:first-child){
  margin-top: 4px;
}
.contact-message li a{
  display: flex;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
.contact-message li a:hover{
color: var(--fade);
}
.contact-message li a i{
  position: relative;
  margin-top: 4px;
  margin-right: 8px;
}
.myBtn{
  background-color: var(--primary-color);
  color: #ffffff;
  font-weight: 600;
  box-shadow: rgba(50, 50, 93, 0) 0px 13px 27px -5px, rgba(0, 0, 0, 0) 0px 8px 16px -8px;
}
.myBtn:hover{
  background-color: var(--primary-color);
  color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.myBtn:active{
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.CTA_Banner{
  padding: 30px 42px;
  background-color: var(--secondary-color);
  border-radius: 8px;
  color: #ffffff;
  max-width: 1000px;
  margin: auto;
  position: absolute;
  left: 12px;
  right: 12px;
  transform: translateY(-50%);
}
.CTA_Banner>.row{
justify-content: center;
align-items: center;
row-gap: 24px;
}

/* call to action section end */

.backPara{
  padding: 12px;
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 8px;
}

.WelcomeToHavya .secH{
color: #ffffff;
}

.WelcomeToHavya .container>.row{
  align-items: center;
  row-gap: 24px;
}

.glassMorphism{
  backdrop-filter: blur(4px) saturate(180%);
  -webkit-backdrop-filter: blur(4px) saturate(180%);
  background-color: #ee99993b;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 12px;
}

.missionVisionCard{
  display: flex;
  gap: 8px;
}
.missVisIcons{
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  color: var(--primary-color);
  overflow: hidden;
}

.missVisInfo{
  flex: 1 0 0%;
}

.text_Grey{
  color: var(--Grey);
}

.whyChoosUs .container>.row{
  row-gap: 30px;
}
.whychoosUl{
  color: var(--secondary-color);
}
.whychoosUl li{
  font-size: 18px;
}
.whychoosUl li::marker {
 color: var(--primary-color);
}
.whychoosUl li:not(.whychoosUl li:first-child){
  margin-top: 4px;
}


.FAQ_Section .accordion-button {
  color: var(--primary-color);
  font-weight: 600;
}

.FAQ_Section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--secondary-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.FAQ_Section .accordion-button::after {
  background-image: url('../image/DownArrowTwotone.svg');
}
.FAQ_Section .accordion-button:not(.collapsed)::after {
  background-image: url('../image/DownArrowTwotone.svg');
}

.FAQ_Section .accordion-body{
  background-color: var(--fade);
  color: #ffffff;
}
.faqRow{
  row-gap: 40px;
}


/* get in touch section start */

.getintouch{
background-color: #ffffff;
color: var(--background-color);
}

.callCards{
  display: flex;
  justify-content: center;
  position: relative;
}

.absoluteAnchor{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callIcon{
  margin-right: 8px;
  width: 34px;
  margin-top: -4px;
}
.callIcon svg{
  max-width: 34px;
}

.callInfo span{
  font-weight: 800;
  transition: color 0.3s ease-in-out;
}

.callCards:hover span{
color: var(--brandHover);
}

.callRow{
  margin-top: 30px;
  row-gap: 8px;
  justify-content: space-around;
}

.callIcon img[ alt="email Icon"]{
  position: relative;
  transform: translateY(-4px);
}

.getintouch{
  background-color: var(--primary-color);
  color: #ffffff;
}
.getintouch .secH{
   color: #ffffff;
}

.getintouch iframe{
  margin-top: 50px;
  min-height: 500px;
}

.contactForm{
  background-color: #fff;
  color: var(--background-color);
}
.contactForm label{
  font-weight: 600;
}
.contactForm label span{
color: var(--hover-primary);
}

.contactForm textarea{
  resize: none;
}
.contactForm button{
  border: none;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--background-color);
  outline: 0;
  box-shadow: none;
}

.contactForm .modal-header {
  justify-content: center;
  position: relative;
}
.contactForm .modal-header .btn-close {
  margin: 0 !important;
  position: absolute;
  right: 14px;
  top: 14px;
}
.options {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.option {
  border: none;
  background: 0 0;
  cursor: pointer;
}
.portfolio-item,
.spotlight {
  border: 2px solid var(--lightPink);
}
.option img {
  width: 50px;
  height: 50px;
}

/* get in touch section end */


.treatImgWrap{
  padding-right: 26%;
  padding-bottom: 10%;
}
.treatmentBanner{
    background: url(../image/statisticBackDesk.webp) center / cover no-repeat;
    color: #ffffff;
}
.treatmentBanner .container>.row{
align-items: center;
row-gap: 24px;
}
.treatmentBanner .secH{
  color: #ffffff;
}

.InfertilityBanner .treatImgWrap{
  background: url('../image/circleRingBack.webp') right bottom no-repeat;
  background-size: cover;
}

.traetTextBlur{
    padding: 8px;
    backdrop-filter: blur(4px) saturate(180%);
    -webkit-backdrop-filter: blur(4px) saturate(180%);
    background-color: #ee99993b;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

/* Common Causes section start*/
.commonCauses .thirdH{
  color: var(--primary-color);
}
.commonCauses li::marker {
 color: var(--primary-color);
}
.commonCauses li{
  color: var(--secondary-color);
}
.commonCauses li:not(.commonCauses li:first-child){
  margin-top: 4px;
}
.commonCauses .fourthH{
  color: var(--secondary-color);
}

hr {
    color: var(--primary-color);
    width: 94%;
    opacity: .8;
    margin: 1rem auto;
    border-top: 1.4px solid;
}

/* Common Causes section end */


.PatientTestimonials .treatImgWrap {
    background: url(../image/circleRingBack.webp) right bottom no-repeat;
    background-size: cover;
}
.mainTestiRow {
  row-gap: 24px;

}
.reviewParrent{
  position: relative;
}
.anchorAbs{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviewvText{
  font-size: 28px;
  color: var(--primary-color);
}

.patientName{
  color: var(--secondary-color);
  font-size: 24px;
}
.ratings{
  color: var(--primary-color);
}



/* gallery categories start */

.grid-item {
   aspect-ratio: 24/16;
   object-fit: cover;
   margin-bottom: 24px;
  }

  .grid-sizer,.grid-item{
    width: calc(33.333333% - 24px);                                                                              ;
  }

.gutter-sizer { 
  width: 24px;
}

.grid-item--height2 {
  aspect-ratio: 12/18;
  object-fit: cover;
}
.galleryCategories{
  background: url('../image/BigBack.webp') center / cover no-repeat;
}

/* gallery categories end */


/* meet Our Team Section start */
.meetOurTeam{
  background-color: var(--lightBg);
}
.meetOurTeam .container>.row{
  row-gap: 24px;
}
.imgHover{
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 8px;
}
.imgHover img{
  transition: transform 0.6s ease-in-out;
}
.positionAndDegree{
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0px 0 8px;
}
.doctorProfileCard .fourthH{
  color: var(--secondary-color);
}
.doctorProfileCard p{
  color: var(--Grey);
  margin-bottom: 0;
}
.doctorProfileCard{
  background-color: #ffffff;
  padding: 12px;
  border-radius: 28px;
  text-align: center;
  height: 100%;
}

.doctorProfileCard:hover .imgHover img {
  transform: scale(1.08);
}

/* meet Our Team Section end */