
@font-face{
    font-family:"helvetica";
    src: URL('../fonts/Helvetica.ttf') format('truetype');
}

@font-face{
    font-family:"helvetica-light";
    src: URL('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
}

@font-face{
    font-family:"helvetica-bold";
    src: URL('../fonts/Helvetica-bold.ttf') format('truetype');
}




:root {
    /* Colors */
    /* --primary-color: #65265F; */
    /* --primary-color: rgb(101, 38, 96); */
    --primary-color:#0549AB;
    --secondary-color: #8298AD;
    --white:#ffffff;
    /* --secondary-color: #E078A9; */
    --sub-title-one:#33252B;
    --sub-title-two:#2D2928;
    --sub-title-three:#65265F;
    --footer-text-color:#FDFFFC;
    /* --doctor-section-background: #FCE2ED; */
    --doctor-section-background: #e6e6e6;

    --1:#E2E4E4;
    --2:#0851AC;
    --3:#83C5A0;
    --4:#8298AD;
    --5:#86484E;

    --secondary-color-alternative: #054aab4b;

    
    /* Fonts */
    --body-font: "helvetica"; /* Body text font */
    --font-light:"helvetica-light";
    --font-bold:"helvetica-bold";
    --heading-font: 'DAGGERSQUARE', sans-serif; 
    --other-heading: 'Segoe Pro Bold', sans-serif; 
    /* --secondary-heading-font: 'DAGGERSQUARE', sans-serif;  */

    /* Other common styles */
    --border-radius: 8px; /* Common border radius */
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Common box shadow */
}

* {
    box-sizing: border-box;
}

ol, ul {
    -webkit-text-size-adjust: 100%;
}

/* Example usage of root-level variables */
body {
    font-family: var(--body-font);
    overflow-y: scroll;
    overflow-x: hidden;
}

.basic-border-radius{
    border-radius: var(--border-radius);
}

.font-bold{
    font-family: var( --font-bold);
}


.btn-appointment{
    color: var(--doctor-section-background);
    background-color: var(--primary-color);
    border: none;
    padding: 5px 38px;
    font-size: 16px;
}

.btn-appointment-lg{
    color: var(--doctor-section-background);
    background-color: var(--primary-color);
    border: none;
    padding: 7px 90px;
    font-size: 24px;
}

.btn-appointment-lg:hover{
    color: var(--doctor-section-background);
}


.btn-appointment-header{
    color: var(--white);
    background-color: var(--primary-color);
    /* background-color: #86484E; */

    border: none;
    padding: 5px 38px;
    font-size: 16px;
}

.btn-appointment-header:hover{
    color: var(--doctor-section-background);
}

.btn-appointment:hover{
    color: var(--doctor-section-background);
}

.request-callback-form, .appointment-form {
    color: var(--primary-color);
}

.custom-font-primary{
    color: var(--primary-color);
}

.custom-font-secondary{
    color: var(--secondary-color); 
}


.bg-custom-primary{
    background-color: var(--primary-color);
}

.bg-custom-secondary{
    background-color: var(--secondary-color);
}



.bg-custom-background-pink{
   background-color: var( --doctor-section-background);
}


.bg-custom-primary h1{
   color: var(--secondary-color);
}


.carousel-indicators {
    position:absolute;
    bottom:-12%;
    /* right:15% ; */
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--secondary-color);
}

  .carousel-indicators .active {
    background-color: var(--primary-color);;
}

/* gap */

.gap{
    padding-bottom: 50px;
}


.header-phone{
    padding-left: 0px;
}

.header-phone-alterniative a{
color: white!important;
}

/* Nav bar setting */

.navbar{
    /* padding: 20px 0px; */
    padding: 15px 47px;
}

.book-now{
    background-color: red;
    align-items: center;
}

.nav-link, .dropdown-item{
    font-size: 20px;
    color: var(--primary-color)!important;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
  background-color: transparent !important;
  color: unset !important;
}

.header-details{
    color: var(--primary-color)!important;
    font-size: 1rem!important;
    /* font-family: var(--font-light); */
    font-family: var(--body-font);
    font-weight: 500;
    /* padding: 0px 22px; */
}

.header-details a{
    text-decoration: none;
    color: var(--primary-color)!important;
    font-size: 14px;
}

.header-details i {
    font-size: 19px;
    padding-top: 5px;
}

.nav-link:hover, .dropdown-item:hover{
    color: var(--primary-color)!important;
    font-weight: bolder!important; 
}

/* .nav-item .dropdown-item {
    text-transform: capitalize;
} */

.nav-item{
    padding: 0.0rem 0.5rem!important;
}



.navbar-light .navbar-nav .nav-link{
    
    /* width: 6rem; */
    /* padding: 0.5rem 1rem!important */
    
}
body {
    padding-top: 100px; /* Adjust based on your navbar height */
}


.nav-link{
    padding: 10px;
}

.header-address{
    line-height: 21px!important;
    font-size: 14px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 750px;
        left: -200%;
    }
}

.dropdown:hover>.dropdown-menu {
    display: block;
}


.dropdown-menu{
    padding: 12px 0px;
}
.dropdown-item:hover{
    background-color: transparent;
}

/* hero section */

.hero-section-info{
    /* padding: 13.5% 6%  */
    padding: 18.5% 14%;
}

.hero-section-heading-1{
    /* font-size: 50px; */
    font-size: 3rem;
    font-weight: 400;
    color: var(--secondary-color);
}

.hero-section-heading-2{
    /* font-size: 60px; */
    font-size: 3rem;
    font-weight: 700;
    color: var(--secondary-color-alternative);
}

.hero-section-heading-3{
    font-size: 18px;
    margin-top: 3%;
    color: var(--sub-title-three);
    background-color: var(--secondary-color);
    width: 60%;
}

.hero-section-heading-3 a {
    text-decoration: none;
    color: var(--sub-title-three);
  }


/* Sticky buttons */
/* Sticky Buttons */
.sticky-buttons {
    position: fixed;
    right: 0px;
    bottom: 20px;
   
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

/* Email Button */
.btn-email {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--primary-color); */
    background-color: white;
    /* color: var(--secondary-color); */
    color: var(--primary-color);
    padding: 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Phone Button */
.btn-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--primary-color); */
    background-color: white;
    /* color: var(--secondary-color); */
    color: var(--primary-color);
    padding: 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-book {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--primary-color); */
    background-color: white;
    /* color: var(--secondary-color); */
    color: var(--primary-color);
    padding: 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    
}

.btn-book i {
    margin-bottom: 5px; /* Adjust spacing between icon and text */
    font-size: 24px; /* Adjust icon size as needed */
}

.btn-book span {
    display: block; /* Ensures each character of the text is on a new line */
    font-size: 14px; /* Adjust text size as needed */
}


/* Icons */
.sticky-buttons i {
    font-size: 1.5rem;
}

/* Mobile View */
@media (min-width: 768px) {
    .sticky-buttons {
        display: none;
    }
}

/* about-clinic-info */

.carousel-item img{
    height: 550px;
}




.about-clinic-info{
    padding: 10% 5% 4% 5%;
}





/* Feature section */
.feature-section{
    background-image: url('../assets/Lines.png');
    background-repeat:no-repeat;
    background-size: cover;
    padding: 5% 0%;
}

.feature-section-info{
    background-color: var(--secondary-color);
    padding: 2% 5%;
}

.feature-text{
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    /* animation: blinker 2s linear infinite; */
    font-family: var(--font-bold)!important; 
    opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
    /* Apply delay from CSS variable */

}

.animate-top-to-bottom {
    opacity: 1;
    transform: translateY(0);
    animation: topToBottom 1s forwards;
  }
  
  .animate-bottom-to-top {
    opacity: 1;
    transform: translateY(0);
    animation: bottomToTop 1s forwards;
  }
  
  @keyframes topToBottom {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes bottomToTop {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


/* .animate-top-to-bottom {
    opacity: 1;
    transform: translateY(0);
  }
  
  .animate-bottom-to-top {
    opacity: 1;
    transform: translateY(0);
  } */

/* .feature-text.visible {
    opacity: 1;
    transform: translateY(0);
} */


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Getting Good Section */

.good-care-section{
    padding: 5% 5%;
    position: relative;
}

.bg-lines-good-care{
    position: absolute;
    bottom: 1px;
    right: 0px;
    height: 57%;   
}
 
.good-care-section-info {
    /* padding: 1% 0% 0% 2%; */
    padding: 5% 0% 1% 4%;
}

.good-care-section-info h1 {
    color: var(--secondary-color);
    font-family: var(--font-bold);
    font-weight: 900;
    font-size: 2.5rem;
}

.good-care-section-info h3 {
    color: var(--primary-color);
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 2rem;
    line-height: 40px;
}

.custom-badge-primary {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    font-size: 1.5rem;
    padding: 6px 15px;
    border-radius: 8px;
    font-family: var(--font-bold)!important;
}

.custom-badge-primary-big{
    color: var(--primary-color);
    background-color: var(--secondary-color);
    font-size: 2rem;
    padding: 6px 15px;
    border-radius: 8px;
    margin-left: 37px!important;
    font-family: var(--font-bold)!important;
    font-weight: 900;
    
}

.good-care-section-info p{
    color: var(--primary-color);
    font-size: 23px;
    font-family: var(--font-bold)!important;
}

.good-care-section-info a{
    color: var(--primary-color);
    font-size: 20px;
    text-decoration: none;
    font-family: var(--font-bold)!important;
}


/* pedtiatric care section */

.pediatric-care-section{
    padding: 5% 5%;
    position: relative;
}

.bg-lines-pediatric-care{
    position: absolute;
    bottom: 1px;
    left: -5px;
    height: 57%;
}
 
.pediatric-care-section-info {
    padding: 1% 0% 0% 2%;
}

.pediatric-care-section-info h1 {
    color: var(--secondary-color);
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 2.5rem;
}

.pediatric-care-section-info h3 {
    color: var(--primary-color);
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 2rem;
    line-height: 40px;
}

.pediatric-care-section-info p{
    color: var(--primary-color);
    font-size: 23px;
    font-family: var(--font-bold)!important;
}

.pediatric-care-section-info a{
    color: var(--primary-color);
    font-size: 20px;
    text-decoration: none;
    font-family: var(--font-bold)!important;
}


/* doctors section */

.doctor-information h1{

    color: var(--primary-color);
    text-transform: uppercase;

}
.doctors-section{
    background-color: var(--doctor-section-background);
    padding: 5% 5% 5%;
    position: relative;
}

.doctors-section a {
    text-decoration: none;
    color: black;
}

.doctors-section h3{
    font-family: var(--font-bold);
    font-size: 20px;
}

.doctors-section P {
    font-size: 20px;
} 

.bg-lines-doctors{
    position: absolute;
    bottom: 1px;
    right: 0px; 
    height: 57%;
}

.doctor-img-border img{
    border: 4px solid var(--primary-color);
}

/* Facility */
.facility-section{
    padding: 5% 5% 7%;
    position: relative;
}

.bg-lines-facility{
    position: absolute;
    bottom: 1px;
    left: -5px;
    height: 57%;
    
}

.facility-info{
    padding: 0 5%;
 
}

.facility-info h3{
    padding: 4% 1%;
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 900;
    font-family: var(--font-bold);
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    width: 90%;
}

/* .facility-info-border{
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
} */


/* footer */
.footer-section{
    padding:5% 5% 1% 5% !important;
    color:var( --footer-text-color);
}

footer{
  background-color: var(--primary-color)!important;  
  font-family: var(--font-light);
}

footer h5{
    /* font-weight: 700; */
    font-family: var(--font-bold);
    font-size: 1.25rem;
    text-transform: uppercase;
}

footer p{
    font-size: 1.1rem;
    font-family: var(--body-font);
    font-weight: 500;

}

.nav-item-footer a{
    color: white!important;
    font-size: 1rem;
    font-family: var(--body-font);
    font-weight: 500;
}

.footer-hr{
    margin-bottom: 0px ;
    padding: 0px 10px 10px 0px;
    border-color: rgba(255, 255, 255, 0.162);
}


.nav-item-footer a:hover{
    /* text-decoration: none; */
    color: white!important;
}





footer a:hover, a{
   text-decoration: none; 
   color:var( --footer-text-color);
   font-weight: 100!important;
}

footer i{
    font-size: 1.8rem;
}

.social-media-section{
    padding-top:38px;
}

.footer-services p{
    /* font-size: 15px!important; */
    /* font-family: var(--font-light); */
    margin-bottom: 0px;
    text-transform: capitalize;
}
.call-icon{
    font-size: 1rem;
}
.email-icon{
    font-size: 1rem;
}


 
@media (min-width: 350px) and (max-width: 400px) {
    body {
        font-size: 13px;
    }

    .hero-section-heading-1, .hero-section-heading-2{
        font-size: 35px;
    }

    
    .hero-section-heading-3{
        width: 110%;
        font-size:16px;
    }

    .navbar-brand img{
        height: 50px;
    }
    .footer-section{
        text-align: center;
    }

    .carousel-item img{
        height: auto;
    }
    

    

}


@media (min-width: 401px) and (max-width: 455px) {
    body {
        font-size: 16px;
    }

    .hero-section-heading-1, .hero-section-heading-2{
        font-size: 35px;
    }
    
    .hero-section-heading-3{
        width: 100%;
        font-size:16px;
    }

    .navbar-brand img{
        height: 50px;
    }
    .footer-section{
        text-align: center;
    }
}

@media (min-width: 456px) and (max-width: 767.98px) {
  
    .hero-section-heading-1, .hero-section-heading-2{
        font-size: 40px;
    }
    
    .hero-section-heading-3{
        width: 90%;
        font-size:18px;
    }

    .navbar-brand img{
        height: 50px;
    }
    .footer-section{
        text-align: center;
    }
}


/* Media query for screens between 768px and 991.98px (medium devices) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Add styles specific to medium devices */
}

/* Media query for screens between 992px and 1199.98px (large devices) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Add styles specific to large devices */
}


/* Media query for screens 1200px and larger (extra large devices) */
@media (min-width: 1200px) {
    /* Add styles specific to extra large devices */
    .hero-section-heading-3{
        /* width: 80%; */
        width: 100%;
    }
}
/* 
 */
 .img_flip {
    perspective: 1000px;
    box-sizing: border-box;
    transition: all 1.5s ease;
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    color: #fff;
    overflow: hidden;
    transform-style: preserve-3d;
}

.img_flip img {
    backface-visibility: hidden;
    vertical-align: top;
    max-width: 100%;
    box-sizing: border-box;
    transition: transform 1s ease, opacity 1s ease;
}

.img_flip figcaption {
    opacity: 0;
    background-color: var(--primary-color);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 1s ease, opacity 1s ease;
    backface-visibility: hidden;
}

.img_flip figcaption h3 {
    color: #ffffff;
}

.img_flip a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.img_flip:hover img {
    opacity: 0;
}

.img_flip:hover figcaption {
    opacity: 1;
    transition-delay: 0.35s;
}

/* image flip on horizontal */
.img_flip-hor figcaption {
    transform: rotateX(90deg);
    transform-origin: 0% 50%;
}

.img_flip-hor:hover img {
    transform: rotateX(180deg);
}

.img_flip-hor:hover figcaption {
    transform: rotateX(0deg);
}

/* image flip on vertical */
.img_flip-ver figcaption {
    transform: rotateY(90deg);
    transform-origin: 50% 0%;
}

.img_flip-ver:hover img {
    transform: rotateY(180deg);
}

.img_flip-ver:hover figcaption {
    transform: rotateY(0deg);
}




/* media queries */

@media (max-width: 575.98px) {


body {
    padding-top: 91px;
}

.custom-badge-primary-big {
    margin-left: 0px!important;
}

.good-care-section-info, .pediatric-care-section-info {
    /* padding: 1% 0% 0% 2%; */
    padding: 5% 0% 1% 4%;
}
.good-care-section-info h1, .pediatric-care-section-info h1{
    font-size: 32px;
}

.good-care-section-info h3, .pediatric-care-section-info h3,.facility-info h3{
    font-size: 25px;
}

.navbar {
    /* padding: 20px 0px; */
    padding: 15px 20px;
    text-align: center;
    
}

.dropdown-menu {
    max-height: 500px; /* Adjust this value as needed */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 10px;
}

.bg-lines-good-care{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 40%;   
}

.bg-lines-pediatric-care{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 35%;
}

.bg-lines-doctors{
    position: absolute;
    bottom: 0px;
    right: 0px; 
    height: 30%;
}

.bg-lines-facility{
    position: absolute;
    bottom: 1px;
    left: -5px;
    height: 30%;
    
}

.facility-section,.doctors-section {
    padding: 10% 5%;
}
.facility-info-border{
    padding: 20px 20px;
}

.facility-img{
    height: 320px;
    width: 420px;
}

.btn-appointment-lg {
    color: var(--doctor-section-background);
    background-color: var(--primary-color);
    border: none;
    padding: 7px 40px;
    font-size: 20px;
}

.footer-section{
    padding:9% 5% 4% 5% !important;
}




}