@import url(../css/satoshi.css);

/* Smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}

/* Ensure proper spacing for fixed header when scrolling to sections */
section {
    scroll-margin-top: 80px;
}

/* Theme Color */
:root {
    --clr-white: #FFFFFF;
    --clr-black: #000000;
    --clr-black-200: #272727;
    --clr-accent: #0077AF;
    --clr-paragraph: #797979;

    --ff-primary:  'Satoshi';
    --ff-body:  'Satoshi';
}

/* Browser Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    font: inherit;
}


ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

html:focus-within {
    scroll-behavior: smooth;
}

a:focus,
a:hover {
    outline: none;
}

a {
    text-decoration: none;
}

body {
    font-family: var(--ff-body);
 
}

p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--ff-body);
    color: var(--clr-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-primary);
    margin-bottom: 0;
}


img,
picture,
svg {
    max-width: 100%;
    display: block;
}



/* Utility Classes */
.overlay::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0;
    top: 0;
    left: 0;
}

.text-white {
    color: var(--clr-white) !important;
}

.custom-pad {
    padding: 120px 0;
}


.custom-button {
    font-family: var(--ff-body);
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
   background:#C2C2C2 ;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    box-shadow: 0px -3px 3.5px 0px #FFFFFF59 inset;
    border: 1px solid #D3D3D3;
    padding: 10px 10px;

}
.custom-button span{
   background: linear-gradient(138.87deg, #FF8661 43.85%, #F82B22 91.12%);
   padding: 0 20px;
   display:flex;
   gap: 15px;
   height: 40px;
   line-height: 40px; border-radius: 50px;
align-items: center;
}
.custom-button:hover span {
   background: #057BD9;
    color: var(--clr-white);
    transition: all ease-in-out .4s;
}

/*================ header css start=============== */
.health__header{
    position: fixed;
    width: 100%;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 999;
}
.health__top-header{
    padding: 10px 0;
    position: relative;
    background: #232323;
}
.health__top-box{position: relative;}
.health__top-box ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.health__top-box ul li{display: flex; gap: 12px; align-items: center;}
.health__top-box ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
}
.health__top-box ul li a:hover{
    color: #F82B22;
}
.health__top-box ul li a + a::before{
    position: absolute;
    left: -6px;
    top: 0;
    content: '/';
    font-size: 14px;
    color: #fff;
}
.health__header-nav ul{
    justify-content: center;
    gap: 14px;
}
.health__header-nav a{
     font-size: 14px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 24px;
    position: relative;
}
.health__header-nav a:hover{  color: #F82B22;}
.health__header-right a{color: #fff;}
.health__header-right a:hover{color: #fff;}
.health__mainheader{
    position: relative;
 
   width: 100%;
   background: #F3FAFF;
   padding: 10px 0;
}
.health__banner{
    position: relative;
    width: 100%;
}
.health__banner-video{
    width: 100%;
}
.health__header-nav{padding: 0;}
.health__banner-video video{
    width: 100%;
    display: block;

}
/* .health__banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
   height: 35%;
    background-image: linear-gradient(0deg, #fff0 0%, #fff 100%);
    content: '';
} */
.health__header.fixed-top{display: block;}

.health__about{
    position: relative;
    width: 100%;
}
.health__heding-content h6{
      font-size: 12px;
    font-weight: 400;
    color: #797979;
    line-height: 16px;
    margin-bottom: 25px;
}
.health__heding-content p{margin-bottom: 25px;}
.health__about .health__heding-content{
    padding-right: 40px;
}
.health__about-right{
    padding-left: 100px;
}
.health__heding h2{
    font-size: 48px;
    line-height: 60px;
    font-family: var(--ff-body);
    font-weight: 400;
    color: #1C1C1C;
}
.health__heding-content p{font-size: 14px; line-height: 22px; color: #454545;}
.health__heding h2 span {
    font-weight: 700;
    background: linear-gradient(189.41deg, #3BA6FB 32.84%, #057BD9 69.27%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.health__heding h2 em{font-weight: 700; color: #057BD9;}
.health__about-count-box{
    padding: 35px;
    border-radius: 10px;
   background: url(../images/about_bg.png) no-repeat 0 0;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   backdrop-filter: blur(24px);
 background-size: cover;
 height: 360px;
box-shadow: 0px 4px 7.9px 0px #00000030;
position: relative;
}

.health__about-count-heding{
    display: flex;
    align-items: center;
    gap: 20px;
}
.health__about-count-heding h1{
      font-size: 100px;
    line-height: 100px;
    font-family: var(--ff-body);
    font-weight: 500;
    color: #fff;
}
.health__about-count-heding h1 span{
    background: linear-gradient(180deg, rgba(253, 29, 29, 1) 35%, rgba(253, 62, 28, 1) 47%, rgba(253, 110, 27, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  margin-right: 8px;
}
.health__about-count-heding p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
  width: 100px;
}
.health__about-count-heding  p span{ display: block; font-weight: 700;margin-bottom: 10px; color: #fff; font-size: 24px;text-transform: capitalize;}
.health__about-count-box p{
    color: #C2C2C2;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
  list-style: 20px;
}
.health__about-count-box::before{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
   background: url(../images/about_b2.png) no-repeat 0 0;
   width: 200px;
   height: 300px;
   background-size: 100%, 100%;
}


.health__insurance-wrap{
    position: relative;
    width: 100%;
    margin-top: 35px;
}
.health__heding-left{
    padding-right: 140px;
}
.health__services-right{
    padding-right: 65px;
}
.health__heding-right{
    padding-left: 45px;
}
.health__insurance-box{
    position: relative;
    width: 100%;
    border: 1px solid rgba(207, 213, 216, 1);
    background: rgba(243, 250, 255, 1);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}
.health__insurance-box-cont .insurance-rt{
    background: linear-gradient(189.41deg, #3BA6FB 32.84%, #057BD9 69.27%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
   font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.health__insurance-box-cont h4{
    font-size: 28px;
    line-height: 38px;
    color: rgba(23, 23, 23, 1);
    font-weight: 400;
    margin-bottom: 20px;
    width: 50%;
}
.health__insurance-box-cont p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 40px;
  color: rgba(107, 113, 124, 1);
  margin-bottom: 20px;
}
.health__insurance-wrap .col-md-4:first-child{
  width: 100%;
}
.health__insurance-box.health__box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.health__insurance-box.health__box1 .health__insurance-box-cont{width: 45%;}
.health__insurance-box.health__box1 .health__insurance-box-img  {
    width: 45%;
    border-radius: 12px;
}
.health__insurance-box-img img{width: 100%;}

.health__services-left{padding-right: 50px;}
.health__services{position: relative; width: 100%;background: rgba(243, 250, 255, 1);}
.health__services-wrap{
    position: relative;
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(213, 218, 222, 1);
}
.health__services-vatical-text h3{
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700;
  font-size: 120px;
text-transform: uppercase;
color: rgba(228, 240, 248, 1);
}
.health__services-text{
  border-radius: 10px;
  background: url(../images/about_bg.png) no-repeat 0 0;
 background-size: auto;
  backdrop-filter: blur(24px);
  background-size: cover;
  box-shadow: 0px 4px 7.9px 0px #00000030;
  position: relative;
  padding: 12px 15px;
  width: 100%;
}
.health__services-text h5{
  display: flex;
  align-items: center;
  font-size: 24px;
  list-style: 30px;
  font-weight: 700;
  color: #fff;
}
.health__services-text h5 img{margin-right: 10px;}
.health__services-text h5 span{
    color: rgba(248, 43, 34, 1);
}
.health__services-box{
    position: relative;
    width: 100%;
}
.health__services-img img{width: 100%; border-radius: 12px;    transform: scale(1);
    transition: all 0.5s ease-in-out; }
.health__services-img {
   width: 100%; border-radius: 12px;
   margin-bottom: 15px;
   overflow: hidden;
}
.health__services-img:hover img{
    transform: scale(1.1);
}
.health__services-cont h4{
      font-size: 24px;
  list-style: 30px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
  margin-bottom: 12px;

}
.health__services-cont p{
    color: rgba(69, 69, 69, 1);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.health__services-wrap-box{
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 45px;


}
.health__services-wrap .health__services-wrap-box:last-child{margin-bottom: 0; padding-bottom: 0;}
.health__services-wrap-box::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68%;
    height: 1px;
    content:'' ;
    background: rgba(213, 218, 222, 1);
}
.health__services-wrap .health__services-wrap-box:last-child::before{
    display: none; 
}
.health__team{
    position: relative;
    width: 100%;
    background: rgba(243, 250, 255, 1);
}
.health__team-right{
    padding-left: 280px;
  
}
.health__team-wrap{
    position: relative;
    margin-top: 30px;
}
.health__team-box{
    position: relative;
    width: 100%;
}
.health__team-img img{
    width: 100%;

}
.health__team-img {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.health__team-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.health__team-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

/* Team Popup Styles - JavaScript Driven */
#team-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#team-popup-content {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    overflow: hidden;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

#team-popup-overlay.show #team-popup-content {
    transform: scale(1);
}

#team-popup-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#team-popup-details {
    padding: 25px;
    text-align: center;
    background: linear-gradient(45deg, #F82B22, #057BD9);
    color: white;
}

#team-popup-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

#team-popup-role {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Mobile: No popup effects */
@media (max-width: 767px) {
    #team-popup-overlay {
        display: none !important;
    }
    
    .health__team-img:hover {
        transform: none;
        box-shadow: none;
    }
}

.health__team-box h4{
      font-size: 20px;
  line-height:  30px;
  font-weight: 400;
  color: #0D0D0D;
  margin-bottom: 2px;

}
.health__team-box p{
    color: #686868;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.health__contact{
    position: relative;
    width: 100%;
}
.health__contact-left{
    position: relative;
}
.health__contact-left .health__heding-content{
    width: 70%;
    margin-bottom: 50px;
}
.health__contact-left ul{
    border-top: 1px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 0 25px;
}
.health__contact-left ul li{
 padding: 30px 0;
 width: 46%;
}
.health__contact-left ul li h6{
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    width: fit-content;
    line-height: 24px;
    border-bottom: 1px solid #1C1C1C;
    margin-bottom: 10px;
}
.health__contact-left ul li a{
    font-size: 16px;
   line-height: 20px;
   color: #454545;
   margin-bottom: 10px;
   display: block;
}
.health__contact-left ul li a:hover{color: #F82B22;}
.health__contact-left ul li:last-child{
    width: 100%;
     border-top: 1px solid #D9D9D9;
     display: block;
     padding-bottom: 0;
}
.health__contact-form{
    position: relative;
    width: 100%;
    box-shadow: 0px 4px 7.9px 0px #00000021;
background: url(../images/about_bg.png) no-repeat 0 0;
  border-radius: 15px;
  padding: 30px;
  margin-left: 60px;
  
    background-size: cover
}
.health__contact-form  label{
     font-size: 14px;
   color: #fff;
   margin-bottom: 8px;
}
.health__contact-form .form-group {
    margin-bottom: 20px;
}
.health__contact-form .form-control:focus{box-shadow: inherit;}
.health__contact-form .form-control{
    background: #393E41;
    backdrop-filter: blur(70px);
    border-radius: 10px;
    border: none;
   
    padding: 10px;
    color: #fff;
    font-size: 14px;
    height: 52px;
    outline: none;
}
.health__contact-form textarea.form-control{height: 140px;resize: none;}
.health__contact-form .custom-button{margin-bottom: 20px; cursor: pointer; background: none;}
.health__contact-form .custom-button input{
    height: 52px;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #fff;
}
.health__map{
    position: relative;
    width: 100%;
}
.health__map iframe{
    width: 100%;
    height: 500px;
    display: block;
}

.health__cta{
    position: relative;
    width: 100%;
    background: #F3FAFF;
}
.health__cta-wrap {
    background: url('../images/cta_bg.jpg') no-repeat 0 0;
    background-size: cover;
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.health__cta-cont{width: 40%; position: relative;}
.health__cta-cont .health__heding{margin-bottom: 20px;}
.health__cta-cont ul{
    margin-bottom: 20px;
}
.health__cta-cont .health__heding h2{color: #fff;}
.health__cta-cont p{
    color: #C2C2C2;
     font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.health__cta-img{
 position: absolute;
    right: 0;
    bottom: 0;
    width: 427px;
}

/* Mobile-specific image - hidden by default */
.health__cta-img-mobile {
    display: none;
    width: calc(100% + 60px);
    position: relative;
    top: 22px;
    right: -20px;
}

.health__cta-img-mobile img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    
}

.health__cta-cont .health__heding h2 span em {
    background: linear-gradient(32.15deg, #FF8661 54.48%, #F82B22 86.2%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.health__footer{
    position: relative;
    width: 100%;
    background: #171B1E;
}
.health__footer-top{
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.health__footer-left{
    position: relative;
}
.health__footer-logo{
    position: relative;
    margin-bottom: 50px;
}
.health__footer-cont p{
 color: #C2C2C2;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
}
.footer__social-icon{
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #5C6063;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__social-icon li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(32.15deg, #FF8661 54.48%, #F82B22 86.2%);
   width: 30px;
   height: 30px;
   font-size: 12px;
   color: #fff;
   border-radius: 50%;
}
.health__footer-right{
    position: relative;
    width: 80%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.health__footer-right .footer__box{
    width: 50%;
}
 .footer__box ul{
    column-count: 2;
 } 
 .footer__box ul a{
color: #fff;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
 }
  .footer__box ul a:hover{
    color: #F82B22;
  }
.footer__box ul li{
    margin-bottom: 15px;
}
.footer__box ul li:last-child{margin-bottom: 0;}
.footer__contact{
    width: 50%;
    padding-left: 40px;
}
.footer__contact ul li{
    margin-bottom: 15px;
}
.footer__contact ul li:last-child{margin-bottom: 0;}
.footer__contact ul a{
color: #fff;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
 display: block;
 }
.footer__contact ul a:hover{
    color: #F82B22;
  }
.footer__contact ul p{
color: #fff;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
 display: block;
 }
.health__footer-bt-box{
    position: relative;
    width: 100%;
    padding: 25px 0;
    border:1px solid #5C6063 ;
    border-width: 1px 0;
}
.health__footer-bt-box p{
    color: #fff;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
}
.health__footer-bt-box p a{
    color: #fff;
}
.health__footer-bt-box p a:hover{
  color: #F82B22;
}
.health__footer-bt{padding-bottom: 60px;}
.health__faq-right{
    padding-left: 20px;
    width: 80%;
    margin-left: auto;
}


.faq_box {
    position: relative;
    width: 100%;

    padding-top: 35px;
    border: none !important;
}

.faq_box p {
    color: #4A4A4A;
    line-height: 30px;
    font-size: 16px;
}

.faq_box h2 {
    margin-bottom: 10px
}

.faq_box .accordion-item {
   padding: 25px 0;
border: none;
    box-shadow:inherit;
    background: none;
    border-radius: 0px;
    border-bottom: 1px solid #919191 ;
 position: relative;
}

.faq_box .accordion-item .accordion-button {
    background: none!important;
    border-bottom: none!important;
    box-shadow: none!important;
    font-size: 20px;
    font-weight: 500;
    color:#1C1C1C;
    padding: 0 !important;
    padding-right: 50px !important ;
    position: static !important;
    width: 40%;
}

.faq_box .accordion-button:not(.collapsed) {
    background: none !important
}
.faq_box .accordion-button:not(.collapsed) .accordion-body {
    background: none  !important;
    padding-top: 0!important;
      color:#1C1C1C;
}

.faq_box .accordion-collapse.show .accordion-body {
    background: none !important;
    padding: 0!important;
    color: #4a4a4a;
    
}

.faq_box .accordion-body {
     padding: 0!important;
    background: none !important;
    width: 40%;
}

.faq_box .accordion-button:not(.collapsed) {
   color:#1C1C1C;
}

.faq_box .accordion-collapse .accordion-body {
    color: #4a4a4a
}

.faq_box .accordion-item:first-child {
       border-top: 1px solid #919191 ;
}
.faq_box .accordion-button:not(.collapsed)::before{
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
      content: "\f106";
    font-weight: 900;
    color: #fff;
    border: 1px solid #1C1C1C;
    position: absolute;
right: 0;font-family: "Font Awesome 6 Free";
font-size: 16px;
}
.faq_box .accordion-button::before{
     width: 30px;
    height: 30px;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
      content: "\f107";
    font-weight: 900;
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    position: absolute;
right: 0;font-family: "Font Awesome 6 Free";
    height: 30px;

  
}
.faq_box .accordion-button::after{display: none;}
.health__timeline {
       position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.health__timeline-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.health__timeline-img img{width: 100%;}
.health__timeline-box{
    position: relative;
    width: 100%;

}
.health__timeline-box li{
    width: 26%;
    padding: 107px 0 0;
      position: relative;
}
.health__timeline-box li:nth-child(odd){
    margin-left: auto;
}
.health__timeline-box li h5{
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 12px;
    padding-bottom: 5px;
    width: fit-content;

}
.health__timeline-box li p{
    color: #454545;
    font-size: 14px;
    line-height: 20px;
}
.health__timeline-box li span{
       font-size: 68px;
    color: #fff;
    font-weight: 700;
  
}
.health__timeline-box li:nth-child(odd) span{
  position: absolute;
    left: -260px;
    top: 107px;
 
}
.health__timeline-box li:nth-child(even) span{
    left: inherit;
    right: -251px;
    position: absolute;
     top: 107px;
}

/* Hover Effects for Why Choose Us Timeline Items */
.health__timeline-box li {
    cursor: pointer;
}

.health__timeline-box li h5 {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.health__timeline-box li:hover h5 {
    color: #F82B22;
    transform: scale(1.05);
}

.health__timeline-box li p {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.health__timeline-box li:hover p {
    color: #057BD9;
    transform: translateX(10px);
}

.health__timeline-right {
    padding-left: 20px;
    width: 80%;
    margin-left: auto;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float a:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    color: white;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-float a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}


.health__banner-box{
    position: absolute;
    top: 50%;
 left: 50%;
 transform: translate(-50%,-50%) ;
 width: 100%;
 z-index: 1;

}
.health__banner-cont{
    position: relative;
}
.health__banner-cont .health__heding{ margin-bottom: 12px;}
.health__banner-cont p{margin-bottom: 25px;}

.health__banner-cont .health__heding h2 {
    font-size: 70px;
    line-height: 80px;
    width: 100%;
    font-weight: 700;
}

/* Mobile Header Contact Button Styles */
.con_button_header {
    margin-top: 20px;
}

.con_button_header .custom-button {
    color: white !important;
}

.con_button_header .custom-button span {
    color: white !important;
}
