@import url('./variable.css');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: var(--other-font);
  }
  
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
}

a{
    text-decoration:none;
}

p{
    margin-bottom: 0;
}

ul{
    list-style-type:none;
    padding-left: 0;
}
.enquir-NewBtn{
    font-size:13px;
    margin-right: 11px !important;
}
/* start sub header style */
.contactP {
    text-align: justify;
}
.subHeaderContainer{
    border-bottom:1px solid rgb(231, 228, 228);
    padding:12px 0px;
}
.subHeaderContainer,.subCtaContainer,.ctaCard{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:12px;
}

.ctaCard{
    align-items: start;
}
.subCtaContainer{
    gap: 24px;
}

.ctaCard p{
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.ctaCard a{
    color: var(--primary-color);
    text-decoration: none;
    line-break:anywhere;
}

.ctaIconContainer{
    width:40px;
    height:40px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctaIconContainer i{
    color: #fff;
}

.bookServiceBtn{
    background:var(--tercery-color);
    color:var(--secondary-color);
    border-color:var(--secondary-color);
    outline: none;
    font-weight: bold;
    padding:8px 24px;
    border-radius:2px;
}

.bookServiceBtn:hover{
    opacity: .9;
}

/* end subheader style */


/* start main nav style */
.navbar{
    background-color: var(--primary-color);
}

.navbar .navbar-toggler{
    border-color: var(--tercery-color);
}
.navbar .navbar-toggler i{
    color: var(--tercery-color);
}
.mainNavContainer{
    width:unset;
}
.dsS {
    margin-top: 20px;
}

.login-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: var(--secondary-color);
    color: white;
    padding: 9px 13px;
    z-index: 1;
}

.login-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--tercery-color); /* or use var(--secondary-color) */
    z-index: 0;
    transition: left 0.4s ease;
}
.login-btn:hover::before {
    left: 0;
}
.login-btn a {
    color: white;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
.login-btn:hover a{
    color: var(--primary-color) !important;
}  

.myAccountContainer{
    display: flex;
    align-items: center;
    gap:12px;
}

.accountIcon{
    border: 2px solid var(--tercery-color);
    width:28px;
    height:28px;
    display: inline-flex;
    align-items: end;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}
.accountIcon i{
    color: var(--tercery-color);
    font-size: 15px;
    margin-bottom: 4px;
}
.cartIconContainer i{
    color: var(--primary-color);
}
.accountText{
    color: var(--primary-color);
    font-weight: 500;
}
.nav-link{
    font-weight: 400;
    color: var(--tercery-color);
    padding-top:16px;
    padding-bottom:16px;
}
.nav-link.active{
    font-weight:600;
    color: var(--tercery-color) !important;
}

.nav-link:hover{
    font-weight: 600;
    color: var(--tercery-color);
}
/* end main nav container style */

/* default title style */
.titleContainer,.titleContainerLeft{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.titleContainerLeft{
    justify-content: start;
    padding: 12px 0px;
}

.titleIconContainer{
    width: 50px;
}

.titleIconContainer img{
    
    width: 100%;
}

.titleText{
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}
/* default title style end */

/* start hero section */
.heroSection{
    width: 100%;
    background-image: url('../img/hero-section-banner-img.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.heroSection .formContainer{
    width: 380px;
    margin: 30px;
    margin-left: 0;
    border: 0;
}

.heroSectionForm{
    width: 90%;
    background-color: var(--secondary-color);
    padding:24px;
}

.herFormTitle{
    color: #fff;
    text-align: center;
    font-size:24px;
    font-weight: 800;
}

.heroSectionForm input,.heroSectionForm textarea,.searchableInput{
    display: block;
    width:90%;
    margin:24px auto;
    border: 0px;
    padding: 10px;
    border-radius:5px;
    outline-color: var(--secondary-color);
    background-color: var(--lightSecondary-color);
}

.searchableInput{
    padding: 0;
}
.searchableInput .choices__list--single {
    padding: 10px;
}
.searchableInput .choices[data-type*="select-one"] {
    width: 100%;
    background-color:var(----lightSecondary-color);
    border-color:var(--tercery-color) ;
}

.searchableInput .choices__list--single .choices__item {
    color:#000;
    text-align: left;
    font-size: 16px;
}
.searchableInput .choices[data-type*="select-one"]:after {
    border-color: gray transparent transparent;
}

.searchableInput .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent gray;
}

.heroSectionForm input::placeholder, .heroSectionForm textarea::placeholder
{
    color: #fd6969;
}
.heroSectionFormBtn,.urmilaBtn{
    display:inline-block;
    border: 0px;
    padding: 10px;
    background-color: #fff;
    margin:24px auto;
    text-align: center;
    color: var(--secondary-color);
    font-weight: bold;
    padding: 6px 16px;
}

.servicesSection .heroSectionFormBtn{
    display: block;
    width: 60%;
}
.servicesSection {
    margin-top: 50px;
}


.heroSectionFormBtn:hover{
    background-color: var(--tercery-color);
}
/* end hero section */

/* START STYLING SERVICE SECTION */
.serviceImgContainer{
    width: 100%;
}
.serviceImgContainer img{
    width: 100%;
}
.serviceCardInfoContainer{
    width: 90%;
}

.serviceCardInfoContainer h3{
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: center;
}

.serviceCardInfoContainer p{
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

/* all other section buttons */

.heroSectionFormBtn.solid {
    position: relative; /* Required for pseudo-element */
    padding: 8px 14px;
    margin: 24px auto;
    background-color:var(--secondary-color);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid var(--secondary-color);
    text-decoration: none;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}

.heroSectionFormBtn.solid::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    transition: left 0.4s ease;
    z-index: -1;
}

.heroSectionFormBtn.solid:hover::before {
    left: 0;
}

.heroSectionFormBtn.solid:hover {
    color: #fff; 
    border-color: var(--primary-color);
}
.detailPointContainer {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin: 18px auto;
}

.detailImg {
    width: 60px;
}

.detailImg img {
    width: 100%;
}
.detailPointContainer p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}
.subHeading{
    color:var(--primary-color);
}

.detailImgContainer img{
    width: 100%;
}
/* END SERVICE SECTION STYLE */

/* styling counter card start */
.counterSection {
    margin-top: 30px;
}
.counterContainer{
    width: 80%;
    display: flex;
    align-items: start;
    justify-content: start;
    margin: 12px auto;
}
.counterCardContainer{
    background:var(--secondary-color);
    width: 25%;
    height: 100%;
    padding: 15px 0px;
}
.counterCardContainer:nth-of-type(odd){
    background-color:var(--primary-color);
}
.counterCard{
    width: 80%;
    margin: auto;
    text-align: center;
}

.counterImgContainer{
    width: 80px;
    margin: auto;
}
.counterImgContainer img{
    width: 100%;
}
.increaseNumberContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:6px auto;
    gap:2px;
}
.increaseNumberContainer p , .increaseNumberContainer span{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}
.counterInfoContainer > p{
    color: #ffffff;
}
.counterInfoContainer > p > br{
    display: none;
}
.counterCardContainer:nth-of-type(odd) .counterInfoContainer > p{
    color:var(--white-color);
}

/* .increaseNumberContainer p  */

.counterCardContainer:nth-of-type(odd) .increaseNumberContainer p , .counterCardContainer:nth-of-type(odd) .increaseNumberContainer span{
    color: var(--white-color);
}
/* end counter card style */

/* START ABOUT US SECTION */
.aboutSection {
    margin-top: 30px;
}
.detailServicesSection{
    padding: 10px 0px;
}
.aboutInfoContainer{
    width: calc(100% - 60px);
}
.aboutSection .detailPointContainer {
    align-items: start;
}
.aboutSection .detailPointContainer p {
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
}
.aboutInfoContainer span{
    color: var(--primary-color);
    font-weight:700;
}
/* END ABOUT US SECTION */

/* START TOP SERVICES SECTION STYLE */
.topServiceCard{
    box-shadow: 3px 4px 10px rgb(184, 181, 181);
    width:75%;
    margin: auto;
    padding:20px;
    text-align: center;
    border-radius: 12px;
    background-color:var(--light-version-of-tercery);
}
.topServiceImgContainer{
    width: 100px;
    margin: auto;
}
.topServiceImgContainer img{
    width: 100%;
}

.topServiceCardInfoContainer p{
  line-height: 18px;
  padding-top: 12px;
  color: var(--primary-color);
}
/* END TOP STYLE SERVICES */


/* START STYLING NURSE AT HOME SECTION */
.detailPointContainer.small{
    margin:4px auto;
}
.detailPointContainer.small .detailImg {
    width: 25px;
}
.formContainer {
 padding:6px;
 padding-bottom: 0;
 width: 100%;
 margin: auto;
 background:var(--lightSecondary-color);
 border-radius:1px;
 border: 1px solid var(--secondary-color);
 text-align: center;
}

.heroSectionForm {
    width: 100%;
    margin: auto;
    border-radius:1px;
    padding-bottom: 1px;
}
.login-outer {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.login-button {
    position: relative;
    overflow: hidden;
    background: var(--secondary-color);
    color: white;
    padding: 9px 13px;
    z-index: 1;
    cursor: pointer;
}

.login-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--tercery-color);
    transition: left 0.4s ease;
    z-index: 0;
}

.login-button:hover::before {
    left: 0;
}

.login-icn {
    color: #fff;
    position: relative;
    z-index: 2;
}

.login-button a {
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.login-button:hover a {
    color: var(--primary-color) !important;
}

.login-button:hover .login-icn {
    color: var(--primary-color);
}
/*after login button css*/
.urmilaBtn.primaryColor {
    position: relative;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    margin: 8px auto;
    overflow: hidden;
    border: 0 !important;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 1;
}

/* Moving background */
.urmilaBtn.primaryColor::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    transition: left 0.4s ease;
    z-index: -1; /* push it behind */
}
.urmilaBtn.secondaryColor {
    position: relative;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    margin: 8px auto;
    overflow: hidden;
    border: none;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 1;
}
.urmilaBtn.secondaryColor::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    transition: left 0.4s ease;
    z-index: -1; /* push it behind */
}
.urmilaBtn.secondaryColor:hover::before {
    left: 0;
}
.urmilaBtn.secondaryColor:hover {
    color: #fff !important;
}
/* On hover, move it in */
.urmilaBtn.primaryColor:hover::before {
    left: 0;
}

/* Text color changes on hover */
.urmilaBtn.primaryColor:hover {
    color: #fff;
}
/* button hover on urmila*/
.reverse:hover{
    color: #fff !important;
}
.reverse{
    position: relative;
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    margin: 8px auto;
    overflow: hidden;
    border: none;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 1;
}
.reverse::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color) !important;
    transition: left 0.4s ease;
    z-index: -1; /* push it behind */
}

.ctaBtn{
    margin-top:18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ctaBtn .ctaInfoContainer a{
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
}

.ctaBtn .ctaInfoContainer p{
    font-size: 18px;
    color: var(--primary-color);
}

.ctaIconContainer.square{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

/* END STYLING NURSE AT HOME SECTION */
.biggerCtaSection{
    padding-bottom: 0;
}
.biggerCtaContainer{
    width: 95%;
    margin: auto;
    background:var(--tercery-color);
    padding:30px 30px 30px 40px;
    border-radius: 30px;
    position: relative;
}

.biggerCtaContainer.secondary{
    background:var(--secondary-color);
}

.biggerCtaContainer.secondary .urmilaBtn{
    /* color: var(--tercery-color); */
    background-color: var(--white-color);
    color: var(--secondary-color);
}

.biggerCardTitle{
    font-size:32px;
    font-weight: bold;
    color: var(--white-color);
}
.color-headingcard
{
    color: var(--primary-color);
}
.biggerCtaContainer .urmilaBtn{
    margin: 18px auto;
}
.biggerCtaIcon{
    position: absolute;
    right:30px;
    bottom: 12px;
    width: 120px;
    z-index: 1;
}
.secondaryCardBg{
    width: 35%;
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index:0;
}
/* START BIGGER CARD  */

/* START NURSE AT HOME FETCHED DATA  */
.bgurmilaPrimary{
    background-color: var(--primary-color);
}
.bgurmilaPrimary .titleText{
    color:var(--tercery-color);
}

.nurseCardContainer{
    width: 70%;
    display: flex;
    gap: 30px;
    border: 1px solid rgb(238, 233, 233);
    padding:30px;
    border-radius: 12px;
    margin: 12px;
    margin-left: 0px;
}
.avatarContainer{
    width: 110px;
}
.avatarContainer img{
    width: 110%;
    height: 110px;
    object-fit: cover;
    border-radius: 10%;
}

.nurseBasicInfoContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.basicInfo{
    list-style-type:none;
    padding-left: 0;
    margin-bottom:3px;
}
.basicInfo li{
    font-size: 14px;
}
.nurseBtnContainer{
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.nurseBtnContainer .urmilaBtn{
    padding: 6px 12px;
    width: 160px;
    margin: 5px;
    font-size: 12px;
    border: 1px solid var(--secondary-color);
}
.nurseInfoContainer .title{
    font-size: 18px;
}

.rightSideInfoContainer{
    display: flex;
    width: calc(100% - 140px);
}

.filterOptionsContainer {
    display: flex;
    gap: 12px;
    overflow-x: auto;    /* Allow horizontal scrolling when needed */
    overflow-y: visible; /* Ensure vertical content remains visible */
    white-space: nowrap; /* Prevent wrapping of child elements */
    position: relative;  /* New stacking context for z-index */
}
.filterOptionsContainer.no-scroll {
    overflow: visible !important;
}

.choices{
    border: 1px solid var(--primary-color);
    border-radius:6px;
    background-color: var(--lighter-version-of-secondary);
}
.locationFilter i{
    color:var(--tercery-color);
}

.locationFilter .choices{
    border: none;
    background-color: transparent;
}

.locationFilter .choices__list--dropdown {
    width: 200px;
}

.choices__list--dropdown {
    position: absolute;  /* Position dropdown absolutely */
    z-index: 1000;       /* Ensure it appears on top */
    left: 0;             /* Align dropdown to left */
    top: 100%;           /* Position it below the select input */
    width: 100%;
    text-align:left;
}



.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    border-radius: 2.5px;
    font-size: 14px;
    min-height:unset !important;
    overflow: hidden;
    white-space: normal; /* Ensure dropdown content wraps normally */

}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom:0px;
    padding: 0px 5px;
}

.choices__list--single .choices__item {
    width: 100%;
    padding-right: 20px;
    color: #000;
    opacity: 1;
}

.choices.has-value[data-type*="select-one"]:after {
    display: none;
}

.choices[data-type*="select-one"] .choices__button {
    right:8px;
    margin-right: 0px;
    opacity: 1;
}


/* END NURSE AT HOME FETCHED DATA */

/* START FOOTER STYLE */
.footer-section {
    background-color:var(--primary-color);
    position: relative;
    overflow: hidden;
    z-index: 9;
  }
  .footer-top {
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer-top p,
  .company-footer-contact-list li {
    color: #ffffff;
  }
  .footer-top p{
    text-align: justify;
    font-size: 14px;
    margin-right: 24px;
  }
  .company-footer-contact-list {
    margin-top: 10px;
  }
  .company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .company-footer-contact-list li+li {
    margin-top: 5px;
  }
  .company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
  }
  
  .footer-top .site-logo {
      -webkit-filter: brightness(0) invert(1);    
      margin-bottom: 25px;
      display: block;
      max-width: 170px;
  }
  .widget-title {
    text-transform: capitalize;
    font-weight: bold;
  }
  .footer-top .widget-title {
    color:var(--tercery-color);
    margin-bottom: 40px;
    position: relative;
  }
  
  .footer-top .widget-title::after{
    content: '';
    display: block;
    position: absolute;
    width:50px;
    height: 2px;
    bottom:-10px;
    background-color:var(--tercery-color);
  }

  .courses-link-list li+li {
    margin-top: 10px;
  }
  .courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
  }
  .courses-link-list li a:hover {
    color: var(--secondary-color);
  }
  .courses-link-list li i {
    margin-right: 10px;
    color: var(--tercery-color);
  }
  .footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
  }
  .small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
  }
  .small-post-list li+li {
    margin-top: 30px;
  }
  .news-letter-form {
    margin-top: 15px;
  }
  .news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
  }
  .news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
  }
  .footer-bottom {
    padding:5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    background-color: var(--tercery-color);
    color: var(--primary-color);
  }
  .copy-right-text {
    color:var(--primary-color);
    font-weight: 500;
  }
  .copy-right-text a {
    color:var(--primary-color);
  }
  .terms-privacy li+li {
    margin-left: 30px;
  }
  .terms-privacy li a {
    color: #000000;
    position: relative;
  }
  .terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
  }
  .terms-privacy li+li a:after {
    display: none;
  }

  .addressContainer{
    display: flex;
    align-items:start;
    gap: 12px;
    margin: 6px 0px;
  }

  .addressContainer a{
    color:#fff;
  }

  .addressContainer i{
    color:var(--tercery-color);
  }

 
/* END FOOTER STYLE */

/* choices changes start */
.choices[data-type*="select-one"]:after {
 border-color: var(--tercery-color) transparent transparent;
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent var(--tercery-color);
}

/* end choices style */

/* start styling social links */
.socialLinksContainer a{
    display: inline-flex;
    height:25px;
    width:25px;
    /* background:var(--primary-color); */
    color: var(--primary-color);
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius:2px;
}
/* end social links style */
.socialLinksContainer a:hover{
    background-color:var(--tercery-color);
    border-radius: 50%;
    height:25px;
    width:25px;
}
/* Abhishek-css-start */
/* start styling social links */
.socialLinksContainer a{
    display: inline-flex;
    width: 25px;
    height:25px;
    /* background:var(--primary-color); */
    color: var(--primary-color);
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius:2px;
}
.socialLinksContainer a:hover{
    background-color:var(--tercery-color);
    border-radius: 50%;
    height:25px;
    width:25px;
}
/* end social links style */
.btn-call-pulse {
    background: var(--secondary-color);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 99;
}
    
@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 var(--tercery-color);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(83, 164, 146, 0);
    }
}
    
.btn-call-pulse-border {
    bottom: 25px;
    left: 20px;
    animation-play-state: paused;
}
    
.btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid var(--lightSecondary-color);
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
    
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/* whatsapp-button */
.btn-whatsapp-pulse {
    /* background: var(--primary-color); */
    background: #42db87;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 99;
}
    
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #e84c3d00;
    }
    80% {
        box-shadow: 0 0 0 14px rgba(83, 164, 146, 0);
    }
}
        
.btn-whatsapp-pulse-border {
    bottom: 25px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    /* border: 5px solid var(--tercery-color); */
    border: 5px solid #42db87;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
        }
        75% {
        padding: 50px;
        opacity: 0;
        }
        100% {
        opacity: 0;
        }
}
/* sticckyform sidebar */
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    transition: .5s;
    z-index: 1114;
    border-radius: 20px 0 0 20px
}
.sidebar-contact input:focus{
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
}
#message_side:focus{
     border: 1px solid var(--primary-color);
}
.sidebar-contact.active {
    right: 0;
}
.title-container{
    display: flex;
    justify-content: space-between;
}
.toggle-bx {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    color: var(--primary-color);
    top: 48%;
    left: -74px;
    transform: rotate(90deg);
    padding: 8px 15px;
    border-radius: 0 0 10px 10px
}
.toggle-bx h6 {
    margin-bottom: .5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: Overpass,sans-serif
}
.toggle-bx h2 {
    margin-bottom: .5px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    font-family: Overpass,sans-serif
}
.toggle-bx h6 i {
    margin-right: 5px
}
.toggle-bx h2 i {
    margin-right: 5px
}
.sidebar-contact input,.sidebar-contact textarea, .sidebar-contact select {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.5);
    outline: 0;
    border-radius: 5px;
    color:#525354;
}
.sidebar-contact .btn {
    background-color: var(--secondary-color);
    color: white;
    font-size: 14px;
    min-width:127px;
    padding:8px;
    margin-top: 12px;
}
.sidebar-contact .btn span{
    font-size: 14px;
    padding: 13px 10px;
}
.sidebar-contact .btn:hover{
    background-color:var(--secondary-color);
    color: var(--white-color);
}
.submitBtn .sra-btn::after {
    background-color: var(--secondary-color);
}
.sidebar-contact input:focus{
    box-shadow: none !important;
}
#message_side:focus{
    box-shadow: none !important;
}
.scroll .choices{
    width: 100%;
    height: 36px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: 0 !important;
    border-radius: 5px !important;
    color: #525354 !important;
    background: #fff;
}
.scroll .choices__item .choices__placeholder .choices__item--selectable{
    width: 100%;
    height: 36px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: 0 !important;
    border-radius: 5px !important;
    color: #525354 !important;    
}
.scroll .choices__list--single{
    padding: 7px 18px 7px 2px;
}
.scroll .choices[data-type*="select-one"] .choices__button{
    right: 20px;
    margin-right: -15px;
}
.scroll .choices__list--single .choices__item{
    color: #525354 !important;    

}
.scroll .choices[data-type*="select-one"]:after{
    border-color: #333 transparent transparent;
}
/* sticky-verify-sidevar-end */
.diag-card {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
    border-left: 2px solid red;
    padding-left: 5px;
    background: #ffeded;
    width: 80%;
    padding: 50px;
}
.alert-box{
    display: flex;
    justify-content: center;
}
.para-alert{
    display: flex;
    align-items: center;
    gap: 5px;
    color: red;
    font-size: 20px;
}
.alert-btn{
    background-color: #ff9494;
    color: #fff;
    padding: 10px;
    border: 0px;
    font-weight: bold;
    transition: 0.8s ease-out;
}
.alert-btn:hover{
    box-shadow: inset 100px 50px 0 0 red;
    color: #fff;
}
/* Abhishek-css-end */
/* add this css in style .css */

.tooltip-inner {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{
  border-top-color: var(--secondary-color) !important;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{
  border-bottom-color: var(--secondary-color) !important;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{
  border-left-color: var(--secondary-color) !important;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{
  border-right-color: var(--secondary-color) !important;
}
  .heartIconbx{
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }
  .nav-item {
    position: relative;
  }
  
  .mega-menu {
    position: absolute;
    left: -245px;
    top: 100%;
    width: 820px;
    background: #fff;
    border-radius: 5px;
    display: none;
    box-shadow: 0 4px 8px #0000001a;
    z-index: 1000;
    margin-top: -4px;
  }
  .mega-menu::before
  {
    position: absolute;
    top: -11px;
    left: 35%;
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #0000001a;
    z-index: 0;
  }
  .mega-menu::after
  {
    position: absolute;
    top: -10px;
    left: 35%;
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 1;
  }
    .contentboxfade {
        padding-top: 0px !important;
        z-index: 1;
        position: absolute;
        top: -5px;
        left: 290px;
        bottom: 100%;
        height:366px !important;
        padding-bottom: 0px !important;
        background-color: #fff;
        width: calc(100% - 280px);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #consultation-box.contentboxfade{
        top: -58px;
    }
    #diagnostic-box.contentboxfade{
        top: -108px;
    }
    #nursing-box.contentboxfade{
        top: -158px;
    }
    #icu-box.contentboxfade{
        top: -208px;
    }
    #ambulance-box.contentboxfade{
        top: -258px;
    }
    #buyMedical-box.contentboxfade{
        top: -308px;
    }
  .mega-menu .col ul {
    list-style: none;
    padding: 0;
  }
  
  .mega-menu .col ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    margin: 5px 0;
  }
  

.contentboxfade.active {
    display: block !important;
}
.boxmega
{
  display: flex;
  flex-direction: column;
  background-color: #fff6f6;
  padding: 8px;
  width: 820px;
}
.bxlinks
{
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 10px; 
  height: 50px;
}
.bxlinks a{
    color: #1b1b1b;
    font-size: 15px;
    margin: auto 0;
}
.contentboxfade{
    height: fit-content;
    display: none;
}
.linkAbox{
    display: flex;
    align-items: center;
    width:280px;
    height: 50px;
    border: 0;
    padding: 10px 0px 10px 5px !important;
    border-radius: 0 !important;
}
.linkAbox a{
    font-size: 14px;
}
.chavronbox{
    margin: auto;
    margin-right: 5px;
    font-weight: 600;
    color: var(--primary-color);
    display: none;
}
.linkAbox.active .chavronbox, .linkAbox:hover .chavronbox{
    display: block;
}
.linkAbox.active{
    border: 0;
    background-color: var(--lightSecondary-color) !important;
    border-right: 4px solid var(--secondary-color);
    border-right-color: var(--secondary-color) !important;
    border-radius: 5px !important;
}
.linkAbox:hover{
    background-color: var(--lightSecondary-color) !important;
    border-radius: 5px !important;
    border-color: transparent !important;
}
.linkAbox:hover a{
    color: var(--primary-color);
}
.linkAbox:hover .imgMegaTabs{
    /* filter: brightness(0) saturate(100%) invert(22%) sepia(52%) saturate(761%) hue-rotate(143deg) brightness(93%) contrast(94%); */
    filter: brightness(0) saturate(100%) invert(50%) sepia(94%) saturate(3369%) hue-rotate(332deg) brightness(93%) contrast(99%);
}
.linkAbox.active a{
    color: var(--primary-color);
}
.linkAbox.active .imgMegaTabs{
    /* filter: brightness(0) saturate(100%) invert(22%) sepia(52%) saturate(761%) hue-rotate(143deg) brightness(93%) contrast(94%); */
    filter: brightness(0) saturate(100%) invert(50%) sepia(94%) saturate(3369%) hue-rotate(332deg) brightness(93%) contrast(99%);
}
.imgMegaTabs{
    height: 30px;
    width: 30px;
    margin-right: 8px; 
}
.imgMegaTabs img{
    height: 100%;
    width: 100%;
}
.megasBoxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    /* justify-content: center; */
}
.boxmegaTabs{
    width: 170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
    margin-bottom: 15px;
}
.tabsMegaImages
{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin:10px auto;
    box-shadow: 0px 0px 10px #adadad;
}
.boxmegaTabs:hover{
    
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.boxmegaTabs:hover .textmegaSub{
    font-weight: 600;
    color: var(--primary-color);
}
.tabsMegaImages img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.textmegaSub
{
    text-transform: uppercase;
    font-size: 13px;
}
a{
    color: inherit;
}
.nav-link::after
{
    margin-top: 11px;
}
.btn-close{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(224deg) brightness(104%) contrast(103%);
opacity: 1 !important;
}
.heroSectionForm .choices__placeholder {
    opacity: 0.5;
    color: #fd6969 !important;
}
.sortSelect .choices[data-type*="select-one"] .choices__button{
     margin-right: -11px;
}
.locationFilter .choices__list--single .choices__item{
    color: var(--tercery-color);
}
.clickBtn{
    position: relative;
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    margin: 8px auto;
    overflow: hidden;
    border: none;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 1;
}
.clickBtn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--tercery-color) !important;
    transition: left 0.4s ease;
    z-index: -1; /* push it behind */
}
.clickBtn:hover{
    color: var(--primary-color) !important;
}
.alert-container{
    padding: 0px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-box {
    border: 1px solid var(--primary-color);
    background-color: var(--tercery-color);
    padding: 20px 40px;
    border-radius: 8px;
    width: 450px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.info-icon {
    display: inline-block;
    width: 25px;
    height: 25px;    
    background-color: #b6f0a8;
    color: #0f4b06;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.info-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: uppercase;
}
.info-content {
    font-size: 14px;
    color: var(--primary-color);
}
.info-para{
    color: var(--primary-color);
}
.loc-btn {
    position: relative;
    padding: 10px 13px 10px 13px;
    margin: 5px auto;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.loc-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    /* background-color: #81B175; */
    transition: left 0.4s ease;
    z-index: -1;
}

.loc-btn:hover::before {
    left: 0;
}

.loc-btn:hover {
    color: #fff;
    border-color: var(--secondary-color); /* optional */
}
/* start responsive */
@media (max-width:1199px) {
    .biggerCardTitle {
        font-size: 27px;
    }
}
@media(min-width:992px)
{
    .nav-item:hover .mega-menu {
        display: block;
    }
    .heartIconbx
    {
        display: none;
    }
}
@media (max-width:991px) {
    .profile-header{
     gap:5px;
     align-items: center;
    }    
    .counterContainer {
        width: 100%;
    }
    .counterImgContainer {
        width: 60px;
    }
    .counterInfoContainer > p {
        font-size: 14px;
        line-height: 18px;
    }    

    .biggerCardTitle {
        font-size: 20px;
    }
    .biggerCtaContainer {
        padding: 20px 20px 20px 30px;
    }
    .biggerCtaContainer .urmilaBtn {
        margin: 14px auto;
        font-size: 12px;
        padding: 8px;
    }
    .biggerCtaIcon {
        bottom: 12px;
        width: 96px;
    }
    .nurseCardContainer {
        width: 100%;
    }    
    .mainNavContainer {
        width:unset;
        padding:8px 0px;
    }
    .menu-area-container{
        width: 100%;
    }
    .accountIcon {
        border-color: var(--primary-color);
    }

    .accountIcon i,.profile-header a {
        color: var(--primary-color);
    }

    .nav-link {
        color: var(--primary-color);
        padding-top:0.5rem;
        padding-bottom:0.5rem;
        display:flex;
        flex-direction:row;
    }

    .nav-link.active {
        color: var(--primary-color) !important;
    }
/* add in style.css media query 991px */

.displayIssue
    {
        display: none;
    }
    .chavronbox{
        display: block;
    }
    .mega-menu{
        width: 100%;
        left: unset;
        position: unset;
        box-shadow: none;
    }
    .megaouterfullbox{
        flex-direction: column !important;
    }
    .boxmega{
        width: 100%;
        background-color: transparent;
    }
    .megasBoxes
    {
        margin-left: 30px;
    }
    .tabsfullbox{
        width: 100%;
    }
    .boxmegaTabs{
        width: 100%;
    }
    .boxmegaTabs a{
        display: flex;
        flex-direction: row;
    }
    .tabsMegaImages
    {
        margin: unset;
        height: 40px;
        width: 40px;
        box-shadow: none;
    }
    .linkAbox{
        width: 100%;
    }
    .bxlinks
    {
        flex-direction: column !important;
        height: auto;
    }
    .contentboxfade 
    {
        position: unset;
        width: 100%;
        height: auto !important;
    }
    .textmegabox{
        width:calc(100% - 45px);
        text-align: left;
        white-space: nowrap;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
    }
    .textmegaSub br{
        display: none;
    }
    .mega-menu::before, .mega-menu::after{
        display: none;
    }

    .mega-menu.show{
        display: block;
    }
    .chavronbox i{
        font-size: 13px;
    }
    .navcanvasheader
    {
        background-color: var(--primary-color);
        color: white;
    }
    .navbarcutCanvas
    {
        margin: auto;
        margin-right: 5px;
    }
    .nav-link:hover
    {
        color: var(--primary-color);
    }
    .subCtaContainer
    {
        margin-top: 15px;
    }
    .ctaInfoContainer{
        width: calc(100% - 40px);
    }
    #offcanvasNavbar {
        width: 320px;
    }
    .navcanvasheader h5{
        font-size:17px;
    }
    .nav-link::after{
        margin-left:auto;
    }    
}

@media (max-width:767px){
    .nurseCardContainer {
        padding: 15px 30px;
        margin: 12px 0px;
    }
    .serviceCardInfoContainer {
        width: 100%;
    }
    .heroSectionFormBtn {
        width: 60%;
        margin: 18px auto;
        font-size: 14px;
        padding:8px 0px;
    }
    .counterInfoContainer > p > br{
        display: block;
    }
    .increaseNumberContainer p, .increaseNumberContainer span {
        font-size: 16px;
    }
    .biggerCardTitle {
        font-size: 30px;
    }

    .biggerCtaIcon {
        bottom: 12px;
        width: 120px;
    }

    .biggerCtaContainer .urmilaBtn {
        margin: 18px auto;
        font-size: 14px;
        padding: 12px;
    }

    .topServiceCard {
        box-shadow:none;
        width:80%;
        padding:0px;
        background-color:transparent;
    }

    .topServiceImgContainer {
        width: 80px;
        box-shadow: 3px 4px 10px rgb(184, 181, 181);
        margin: auto;
        padding:10px;
        text-align: center;
        border-radius: 12px;
        background-color: var(--light-version-of-tercery);

    }

    .topServiceCardInfoContainer p {
        line-height: 15px;
        padding-top: 12px;
        color: var(--primary-color);
        font-size: 13px;
    }

    .rightSideInfoContainer {
        flex-direction: column;
    }

    .nurseBtnContainer {
        flex-direction: row;
        justify-content: start;
    }
    .avatarContainer{
        width: 85px;
    }

    .avatarContainer img {
        height: 85px;
    }
    .nurseInfoContainer .title {
        font-size: 16px;
    }
    .basicInfo li {
        font-size: 12px;
        line-height: 16px;
    }
    .nurseBtnContainer .urmilaBtn {
        width: 120px;
        margin-left: 0px;
    }    

    .courses-link-list li {
        font-size: 14px;
    }

    .copy-right-text {
        font-size: 12px;
    
    }    
    .addressContainer a {
        font-size: 12px;
    }
    .addressContainer i {
        font-size: 12px;
    }

    .footer-top p {
        margin-right:0px;
    }

    #offcanvasNavbar{
        width: 300px;
    }

    .biggerCtaContainer{
        width: 100%;
    }
}

@media (max-width:690px) {
    .heroSection .formContainer {
        margin: auto;
        margin-top: 279px;
    }
}

@media (max-width:590px) {
    .homecareBannerImg {
        display: none;
    }
}

@media (max-width:575px) {
  .detailServicesSection {
        padding:20px;
    }
    .subHeaderContainer{
        padding: 12px;
    }
    
}

@media (max-width:500px) {
    .topServiceCard {
        width: 90%;
        margin-bottom: 8px;
    }
    .topServiceCardInfoContainer p {
        padding-top: 8px;
        font-size: 10px;
        line-height: 12px;
        font-weight: bold;
    }
}

@media (max-width:490px) {
    .biggerCtaContainer {
        width: 100%;
    }
    .biggerCardTitle {
        font-size: 23px;
    }
    .biggerCtaContainer .urmilaBtn {
        margin: 14px auto;
        font-size: 12px;
        padding: 8px;
    }
    .biggerCtaIcon {
        bottom: 12px;
        width: 95px;
    }
    .avatarContainer {
        width: 50px;
        position: absolute;
    }
    .avatarContainer img{
        height: 50px;
    }
    .nurseInfoContainer .title {
        margin-left:57px;
    }
    .rightSideInfoContainer {
        width: 100%;
    }
    /* .basicInfo li:first-child{
        margin-left: 57px;
        margin-bottom: 15px;
    } */
    .basicInfo li:first-child {
        margin-top: 15px;
    }
    .heroSection .formContainer {
        margin-top: 230px;
    }

}
@media (max-width:452px) {
    .ctaIconContainer.square {
        width: 40px;
        height: 40px;
    }
    .ctaBtn .ctaInfoContainer a {
        font-size: 14px;
    }
    .ctaBtn .ctaInfoContainer p {
        font-size: 14px;
    }
}
@media (max-width:425px) {
    .logoContainer{
        width: 100px;
    }

    .logoContainer img{
        width: 100%;
    }

    .serviceCardInfoContainer p ,.detailInfoContainer p {
        font-size: 12px;
        line-height: 14px;
    }
    
    .detailImg {
        width: 40px;
    }

    .counterImgContainer {
        width: 40px;
    }
    .counterInfoContainer > p {
        font-size: 12px;
        line-height: 14px;
    }
    .counterCardContainer {
        padding: 10px 0px;
    }
    .increaseNumberContainer {
        margin: 0px auto;
    }
    .increaseNumberContainer p, .increaseNumberContainer span {
        font-size: 14px;
    }

    .topServiceImgContainer {
        width:100%;
    }
}



@media (max-width:400px) {
   .sectionTitleContainer .titleText {
        font-size: 22px;
    }    

    .heroSection .formContainer {
        margin-top: 210px;
        width: 80%;
    }
}

@media (max-width:380px) {
    .biggerCardTitle {
        font-size: 20px;
    }
    .detailServicesSection {
        padding: 15px;
    }
    .ctaIconContainer {
        width: 35px;
        height: 35px;
    }    
    .ctaCard p {
        font-size: 14px;
    }
    .ctaCard a {
        font-size: 13px;
    }
    .heroSection .formContainer {
        margin-top: 190px;
        width: 85%;
    }
    .loc-btn{
             padding: 8px 4px;
             font-size: 14px;
    }
        .info-box{
             padding: 10px;
    }    
    .servieButtons.heroSectionFormBtn {
        font-size: 10px;
        padding: 8px 4px;
    }
}
@media (max-width:358px) {
    .ctaIconContainer.square {
        position: relative;
        top: 3px;
        width: 30px;
        height: 30px;
    }
    .ctaBtn .ctaInfoContainer a {
        font-size: 12px;
    }
    .ctaBtn .ctaInfoContainer p {
        font-size: 12px;
    }
}
@media (max-width:338px) {
    .nurseBtnContainer .urmilaBtn {
        font-size: 10px;
    }
    .heroSection .formContainer {
        margin-top: 175px;
        width: 90%;
    }
}

@media (max-width:330px) {
    .serviceCardInfoContainer h3 {
        font-size: 14px;
    }

    .serviceCardInfoContainer p {
        font-size: 10px;
    }
    .heroSectionFormBtn {
        width: 85%;
        margin: 9px auto;
        font-size: 12px;
        padding: 5px 0px;
    }
}

/* ---CSS for Service Card (updated by Prashant Dobriyal--- */
.services-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    margin: 40px 100px;
}

.service-card {
    background-color: #E3EAEC; /* Light background color */
    padding: 20px;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    text-align: center;
    width: 160px; /* Square size */
    height: 160px; /* Square size */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.service-icon img {
    width: 90px; /* Adjust icon size */
    height: 90px; /* Ensure icons are square */
    
}

.service-card h3 {
    margin-top: 5px;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 400;
}
.btnContainer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.book-now-btn {
    background-color: white;
    color: var(--primary-color);
    padding: 8px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 20px; /* Rounded button */
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.book-now-btn:hover {
    background-color: #c3e4d8; /* Button hover effect */
}

/* Responsive Styles */

@media (max-width:820px) {
    .service-card {
        padding: 10px;
    }
}

@media (max-width:768px) {
    .service-card {
        width: 110px;
        height: 110px;
    }
    .service-card h3 {
        font-size: 15px;
        margin-top: 24%;
    }    
    .book-now-btn {
        margin-top: 40px;
        font-size: 13px;
    }
    .diag-card{
        gap: 10px;
        padding: 20px;
    }
    .alert-btn{
        padding: 5px;
    }
    .para-alert{
        font-size: 13px;
    }
    .para-alert{
        font-size: 13px;
    }    
}
@media (max-width:574px) {
    .services-section {
        gap:45px;
    }
    .service-card {
        width: 80px;
        height: 80px;
    }
    .service-icon img {
        height: 60px;
        width: 60px;
    }
    .service-card h3 {
        margin-top: 40%;
        font-size: 12px;
    }
    .book-now-btn {
        font-size: 10px;
        padding: 4px 10px;
        margin-top: 30px;
    }
}
@media (max-width:470px) {
    .diag-card {
        padding: 5px;
        gap: 0px;
        width: 100%;
    }
    .alert-btn {
        padding: 3px;
    }
    .heroSectionFormBtn.solid{
        padding:8px 8px;
    }    
}
/* SOCIAL MEDIA FOOTER ICONS */

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .svg-inline--fa {
    vertical-align: -0.200em;
  }
  .rounded-social-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
  }
  .rounded-social-container h6 {
    color: var(--tercery-color);
    font-weight: bold;
  }
  .rounded-social-buttons {
    text-align: center;
    margin-top: -20px;
  }
  
  .rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  
  .rounded-social-buttons .fab {
    font-size: 20px;
    position: relative;
    bottom: 10px;
  }
  
  .rounded-social-buttons .social-button.facebook {
    background: var(--tercery-color);
    color: var(--primary-color);
  }
  
  .rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
    color: var(--white-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  
  .rounded-social-buttons .social-button.twitter {
    background: var(--tercery-color);
    color: var(--primary-color);
  }
  
  .rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
    color: var(--white-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  
  .rounded-social-buttons .social-button.linkedin {
    background: var(--tercery-color);
    color: var(--primary-color);
  }
  
  .rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
    color: var(--white-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  
  .rounded-social-buttons .social-button.youtube {
    background: var(--tercery-color);
    color: var(--primary-color);
  }
  
  .rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
    color: var(--white-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  
  .rounded-social-buttons .social-button.instagram {
    background: var(--tercery-color);
    color: var(--primary-color);
  }
  
  .rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
    color: var(--white-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .ddMenu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(12px);  
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    border: none;
}
.ddItem {
    padding: 10px;
    color: var(--primary-color) !important;
}
.ddItem:hover {
    background-color: var(--lighter-version-of-secondary);
}
@media (max-width:430px) {
    .service-btn {
        width: 75% !important;
    }
    .servieButtons{
        font-size:12px;
    }
    .servieButtons.heroSectionFormBtn {
        font-size: 12px;
        padding: 8px 7px;
    }    
}
@media (max-width:350px) {
    .servieButtons{
        font-size:10px;
    }
}
.aVC {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aVC-btn {
    display: flex !important;
    justify-content: center !important;
}
.servicesSection2{
    margin-top: 0px !important;
}
.homecare-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.float {
    position: fixed;
    width: 50px;
    line-height: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: 2s infinite pulse;
  }

textarea:focus-visible , input:focus-visible {
  border: none;
  box-shadow: none;
}