@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Light.woff2') format('woff2'),
        url('../fonts/Aileron-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Black.woff2') format('woff2'),
        url('../fonts/Aileron-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Bold.woff2') format('woff2'),
        url('../fonts/Aileron-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Heavy.woff2') format('woff2'),
        url('../fonts/Aileron-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Regular.woff2') format('woff2'),
        url('../fonts/Aileron-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Thin.woff2') format('woff2'),
        url('../fonts/Aileron-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-SemiBold.woff2') format('woff2'),
        url('../fonts/Aileron-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-UltraLight.woff2') format('woff2'),
        url('../fonts/Aileron-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calvoria Stelline';
    src: url('../fonts/CalvoriaStelline-Regular.woff2') format('woff2'),
        url('../fonts/CalvoriaStelline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --primary: #FCDC2A  ;
  --secondary: #0A481E   ;
  --light-green: #87A922 ;
}
html,
body {
  overflow-x: hidden;
    font-family: 'Aileron';
    font-weight: 300;
    font-style: normal;
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
  transition: all 0.3s ease, background-position 1ms;
}
.text-primary{
  color: var(--primary) !important;
}
.bg-primary{
  background: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}
.bg-secondary{
  background: var(--secondary) !important;
}
.sectin-padding{
  padding: 60px 0px;
}
.main-title{
   font-size: 28px;
   letter-spacing: 1.3px;
   font-weight: 500;
   text-transform: uppercase;
}
.sub-title{
  /*font-family: 'Calvoria Stelline';*/
  font-weight: 600;
  font-size: 36px;
}

.main-btn{
  min-width: 155px;
  padding: 10px 35px;
  background: var(--primary);
  color: #0A481E;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;

}
.main-btn:hover{
  background: var(--secondary);
  color: #fff;
}

.secondary-btn{
  min-width: 155px;
  padding: 13px 35px;
  background: var(--secondary);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  
}
.secondary-btn:hover{
  background: var(--primary);
  color: #000;
}
.header-top a span{
    width: 40px;
    height: 40px;
    line-height: 40px;
 background: var(--secondary);
 color: #fff;
 border-radius: 100%;
 display: inline-block;
  text-align: center;
}
header{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 20px 0px;
}
.main-banner .row{
  min-height: 100vh;
}
header .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 600;
 
  padding: 8px 16px !important;
}
header .nav-link:hover{
  color: var(--secondary);
}
header  .nav-link.active{
  color: var(--primary) !important;
}
header .navbar-nav{
  /*background: #fff ;*/
  background: #E2CC8E;
background: linear-gradient(271deg, rgba(226, 204, 142, 1) 0%, rgba(239, 227, 192, 1) 48%, rgba(255, 255, 255, 1) 100%);
  padding: 8px 24px;
  border-radius: 30px;
}
.main-banner h1{
 /*font-family: 'Calvoria Stelline';*/
  color: #fff;  
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
      line-height: 50px;

}
.main-banner h1 span{
      font-size: 80px;
}
.main-banner .carousel-item::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #1C1A1D;
  width: 100%;
  height: 100%;
  opacity: 0.3;

}
.banner-btn{
  background: #87A922;
  min-width: 155px;
  padding: 15px 35px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 30px;

}
.banner-btn:hover{
  background: #5b760c;
  color: #fff;
}
.count-section{
    /*background: #E2CC8E;*/
    padding: 50px 0px;
    background: #E2CC8E;
background: linear-gradient(271deg, rgba(226, 204, 142, 1) 0%, rgba(135, 169, 34, 1) 100%);
position: relative;
}
.count-section::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url('../images/pattern.png') ;
  background-blend-mode: overlay;
  width: 100%;
  height: 100%;
  
  opacity: 0.2;
  
  
  }
.count-section h1{
 color: #fff;
 font-size: 60px;
 font-weight: 400;
 margin-bottom: 0px;
}
.count-section h1 .symbol{
  color: var(--primary);
 }
 .count-section h3{
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  
 }
 .border_right{
  border-right: solid 2px rgba(255, 255, 255, 0.231);
 }
 .border_left{
  border-left: solid 2px rgba(255, 255, 255, 0.231);
 }
 .home-consult{
  background: #fff ;
  /* background: linear-gradient(90deg, #FFFDDC 0%, white 50%) */
 }
 .consult-list{
  height: 320px;
  position: relative;
  padding: 30px;
  transition: transform 0.5s ease;
  
}
.consult-list:hover{
  transform: scale(1.1);
  z-index: 999;
}
.consult-list::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(38, 65, 39, 0) 0%, rgba(0, 0, 0, 0.70) 84%);
  width: 100%;
  height: 100%;


}
.consult-list h3{
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
}
.border-line{
  width: 100px;
  height: 3px;
  background: var(--light-green);
  display: block;
  margin-bottom: 25px;
}
.home-treatments{
   background: #fff;
}
.home-about{
  /*background: var(--secondary);*/
  padding: 40px;
  border-radius: 30px;
  /*background:#E2CC8E ;*/
  background: url('../images/about-us.jpg'),#E2CC8E ;
background-size: 50% 100%;
position: relative;
background-position: right;
background-repeat: no-repeat;
}
.home-about p{
  font-size: 26px;
  font-weight: 300;
  text-transform: capitalize;
}
.treatment-list{
  border-radius: 20px;
  padding: 60px 20px ;
  text-align: center;
  transition: transform 0.5s ease;
}
.treatment-list:hover{
  transform: scale(1.1);
}
.treatment-list h4{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.treatment-list p{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;

}
.treatment-list a{
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: underline;
  display: inline-block;
}
.home-doctors{
  background: #fff;
}
.doctor-list{
  background: #fff;

  border-radius: 10px;
  overflow: hidden;
background: #e2cc8f;
text-align: center;
}
.doctor-list img{
  border-radius: 10px;
}
.doctor-list h4{
  font-size: 18px;
  font-weight: 600;

}
.doctor-list p{
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
}
.doctor-list .secondary-btn{
  font-size: 12px;
}
.home-testimonials{
  background: #fff;
}
.testimonial-list iframe{
  border-radius: 15px;
  height: 550px;
  width: 100%;
  /* overflow: hidden; */
}
.home-contact{
  background: #E2CC8E ;
}
.contact-box{
  /* border: 1px solid rgba(255, 255, 255, 0.231); */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 5px;
  background: #fff;
}
.contact-box a{
  color: #000;

}
.map-box iframe{
  border-radius: 20px;
  
  /* overflow: hidden; */
}
.form-box{
 background: #E2CC8E;
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  
}
.form-box .form-control{
  border-color: var(--secondary);
}
.form-box .form-label{
  font-size: 14px;
}
.form-box .form-select{
  font-size: 14px;
  border-color: var(--secondary);
}
footer{
  background: var(--secondary);
  padding-top: 40px;
}
footer p{
  font-size: 14px;
  opacity: 0.8;
}
footer a{
  font-size: 14px;
  opacity: 0.8;
}
.footer-top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.201);
  margin-bottom: 40px;
}
.footer-bottom{
  border-top: 1px solid rgba(255, 255, 255, 0.201);
  padding: 15px 0px;
  margin-top: 40px;
}
.navbar-toggler{
  background: var(--primary);
  color: #fff;
}
.navbar-toggler-icon{
  color: #fff;
}
/* .footer-logo{
  max-height: 90px;
  margin-top: -105px;
} */
 .page-header{
  min-height: 300px;
  background:url('../images/page-hedaer.jpg');
  
 }
 .page-header::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #1C1A1D;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.about-page{
  background: #fff;
}
.about-box{
  padding: 25px;
  border-radius: 25px;
  border: 1px solid var(--secondary);
}
.treatment-page{
  background: #fff;
}
.breadcrumb-item a{
  color: #000;
}
.breadcrumb-item.active{
  color: var(--secondary);
}
.appointment-box{
  background: #fff;
  padding: 25px;
  border-radius: 20px;
}
.gallery-page{
  background: #fff;
}
.gallery-page img{
  border-radius: 20px;
}
.gallery-page iframe{
  border-radius: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: var(--primary);
  color: #000;
  border-radius: 30px;
}
.nav-pills .nav-link{
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.aside {
  background: #E2CC8E;
}

ion-icon:not([name="logo-codepen"]) {
  /*border: 1px solid currentColor;*/
  border-radius: 20%;
  padding: 12px 16px;
    background: #fff;
}
.contact-page{
  background: #fff;
}

.facilities-page .card {
  transition: transform 0.2s;
  text-align: center;
}

.facilities-page .card:hover {
  transform: scale(1.05);
}

.facilities-page i {
  color: var(--light-green);
}
.counter {  
  
  transition: all 0.5s ease;  
}  
.doctor-profile{
   background: #fff;
}
.treatment-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.treatment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.treatment-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.treatment-card:hover .treatment-image img {
    transform: scale(1.05);
}

.treatment-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.treatment-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    opacity: 0;
    transition: all 0.3s ease;
}

.treatment-card:hover .treatment-overlay {
    opacity: 1;
}

.treatment-meta {
    display: flex;
    gap: 15px;
    color: #fff;
    font-size: 13px;
}

.treatment-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.treatment-content {
    padding: 25px;
}

.treatment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.treatment-header h4 {
    color: var(--secondary);
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
       text-transform: uppercase;
}



.treatment-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.treatment-features span {
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--light);
    padding: 5px 12px;
    border-radius: 15px;
}

.treatment-features span i {
    color: var(--primary);
}

.treatment-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.treatment-actions .btn-link {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.treatment-actions .btn-link:hover {
    color: var(--secondary);
}

.treatment-actions .main-btn {
    padding: 8px 20px;
    font-size: 14px;
}
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1);
}

.whatsapp-btn .tooltip {
    position: absolute;
    right: 70px;
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.video-consult{
  background: var(--primary);
  color: #fff;
  bottom: 100px;
}
.e-catalog{
  background: var(--secondary);
  color: #fff;
  bottom: 170px;
}
.whatsapp-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.footer-social a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #87A922;
  color: #fff;
  border-radius: 100%;
}
/* Events Section */
.home-events {
    background-color: #fff;
}

.event-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.event-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--light-green);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.2;
    z-index: 1;
}

.event-date .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.event-date .month {
    font-size: 14px;
    text-transform: uppercase;
}

.event-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.event-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-content h3 a:hover {
    color: var(--light-green);
}

.event-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.event-meta i {
    color: var(--light-green);
    margin-right: 5px;
}

.event-content p {
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.read-more {
    color: var(--light-green);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
} 

.read-more:hover {
    color: #8abf2b;
}

.read-more:hover i {
    transform: translateX(5px);
}
  .event-hero {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/event-bg.jpg') no-repeat center center/cover;
        padding: 120px 0 80px;
        color: #fff;
        text-align: center;
      }
      .event-date {
        background: var(--light-green);
        display: inline-block;
        padding: 10px 25px;
        border-radius: 50px;
        margin-bottom: 20px;
        font-weight: 600;
      }
      .event-details {
        padding: 80px 0;
      }
      /*.event-content {*/
      /*  margin-bottom: 40px;*/
      /*}*/
      /*.event-meta {*/
      /*  margin: 30px 0;*/
      /*  display: flex;*/
      /*  flex-wrap: wrap;*/
      /*  gap: 20px;*/
      /*}*/
      .meta-item {
        display: flex;
        align-items: center;
        margin-right: 20px;
      }
      .meta-item i {
        color: var(--light-green);
        margin-right: 8px;
        font-size: 1.2rem;
      }
      .event-content .event-image {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      }
      .event-content .event-image img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }
      .event-content .event-image:hover img {
        transform: scale(1.03);
      }
      .speaker-card {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        margin-bottom: 30px;
        transition: transform 0.3s ease;
      }
      .speaker-card:hover {
        transform: translateY(-5px);
      }
      .speaker-img {
        height: 250px;
        overflow: hidden;
      }
      .speaker-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .speaker-info {
        padding: 20px;
        text-align: center;
      }
      .speaker-info h4 {
        margin-bottom: 5px;
        color: var(--dark);
      }
      .speaker-title {
        color: var(--light-green);
        font-size: 0.9rem;
        margin-bottom: 15px;
        display: block;
      }
      .register-form {
        /* background: #f9f9f9; */
        padding: 20px;
        border-radius: 10px;
        /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
      }
      .form-control {
        height: 50px;
        border: 1px solid #eee;
        margin-bottom: 20px;
      }
      textarea.form-control {
        height: 120px;
      }
/* Responsive styles */
@media (max-width: 991px) {
    .event-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .event-content {
        padding: 20px 15px;
    }
    
    .event-content h3 {
        font-size: 18px;
    }
}
/
/* Working Hours */
.working-hours {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    /* margin-top: -100px; */
    position: relative;
    z-index: 1;
}

.working-hours .time-slot {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.working-hours .time-slot:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.working-hours h4 {
    color: var(--dark-green);
    margin-bottom: 10px;
    font-weight: 600;
}

.working-hours p {
    margin-bottom: 5px;
    color: #555;
}

.working-hours .time {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--light-green);
    margin-top: 10px;
    display: inline-block;
}

.emergency-contact {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.emergency-contact p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 500;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-collapse{
        position: absolute;
    top: 50px;
    }
    .home-about{
        background: #E2CC8E;
    }
    .sticky-menu {
        bottom: 80px;
        right: 10px;
    }
    
    .sticky-menu-item {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .sticky-menu-item i {
        font-size: 16px;
    }
    .sub-title{
            font-size: 24px;
    }
    .main-title {
    font-size: 26px;
    }
}

/* Working Hours */
.working-hours {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    /* margin-top: -100px; */
    position: relative;
    z-index: 1;
}

.working-hours .time-slot {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.working-hours .time-slot:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.working-hours h4 {
    color: var(--dark-green);
    margin-bottom: 10px;
    font-weight: 600;
}

.working-hours p {
    margin-bottom: 5px;
    color: #555;
}

.working-hours .time {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--light-green);
    margin-top: 10px;
    display: inline-block;
}

.emergency-contact {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.emergency-contact p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 500;
}
