@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin:0;
    padding:0
}
a{
    text-decoration: none!important;
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
:root{
    --primary:rgb(230 172 141);
    --secondary:rgb(128 37 10);
    --greylight: #666666;
    --black: #000000;
    --lato: 'Lato', sans-serif;
    --opensance: 'Open Sans', sans-serif; 
    --popins: 'Poppins', sans-serif;
}
p{
    font-family: var(--opensance);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--popins);
}
body{ box-sizing: border-box; font-family: var(--lato) }
img { border: none }
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}
.container{
    max-width: 1300px!important;
}
.headertop{
    background: #000000e6;
    padding: 5px 0;
}
.topleft ul{
    margin-bottom: 0;
    padding: 0;
    text-align: right;
}
.topleft ul li{
    display: inline;
    color: var(--primary);
    padding-right: 12px;
}
.topleft ul li a{
    color: var(--primary);
    font-weight: 500;
    font-size: 15px;
}
.topleft ul li a i{
    display: inline;
    font-size: 15px;
    color: var(--primary);
    padding-right: 5px;
}
.topright{
    float: right;
}
.bookappp button{
    background: linear-gradient(to bottom, var(--primary), #b35827);
    cursor: pointer;
    color: #fff;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    transition: 0.5s ease;
    font-size: 16px;
    font-weight: 600;
}
.bookappp button i{
    margin-right: 5px;
}
.bookappp button:hover{
     background: linear-gradient(to left, var(--primary), #b35827);
}
.sociallinks{
    float: right;
}
.sociallinks ul{
    margin-bottom: 0;
}
.sociallinks ul li{
    display: inline;
    margin: 0 0 0 5px;
    font-size: 15px;
     font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.sociallinks ul li:hover {
    color: #901b02;
}
.sociallinks ul li i {
    color: #ffffff;
     font-size: 14px;
    background: #3e3e3e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
   margin-right: 8px;
   transition: 0.5s;
}
.sociallinks ul li i:hover{
    background: var(--primary);
}
.appbtn ul li button{
    background: #901b02;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}
.appbtn ul li button i{
    background: none;
    color: #fff;
}
.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    background: #ffffff95;
    
}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: var(--opensance);
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: var(--opensance);
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
     font-family: var(--opensance);
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.slider .carousel-control-next{
    position: absolute;
    top: 42%;
    right: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: var(--primary);
}
.slider .carousel-control-prev{
    position: absolute;
    top: 42%;
    left: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: var(--primary);
}
.slider .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.slider .carousel-indicators li.active{
    background: #fff;
}
.slider .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.slider .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}
.heading {
    margin-bottom: 30px;
    text-align: center;
}
.heading h1{
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    font-family: var(--popins);
    color:var(--secondary) ;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
} 
/*.heading h1:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #901b02;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}*/
.heading p{
    font-size: 16px;
    width: 52%;
    margin:auto;
}
/* Service CSS */
.service{
    padding: 4em 0 0 0;
}
.serviceinner{
    position: relative;
}
.serviceinner .owl-theme .owl-nav{
    margin-top: 0;
}
.serviceinner a{
    text-decoration: none;
}
.serviceinner a:hover{
    text-decoration: none;
}

.prodbox{
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlay{
    position: absolute;
    visibility: hidden;
    background: #901b0295;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
.overlay p{
    color: #fff;
    text-align: center;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 20px;
    font-size:16px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}
.overlay p i{
    font-size: 14px;
}
.prodbox:hover{
    transform: translate(0, -5px);
}
.prodbox:hover .overlay{
    visibility: visible;
}
.prodbox:hover .overlay p{
     top: 45%;
}
.services-home .owl-carousel button.owl-dot{
    top: 50px;
}

.services-home .owl-carousel .owl-nav button.owl-next {
    background: var(--primary);
    position: absolute;
    right: -30px;
    top: 45%;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
    transition: 0.5s ease;
}
.services-home  .owl-carousel .owl-nav button.owl-next:hover{
     background: var(--secondary);
}
.services-home .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}

.services-home .owl-carousel .owl-nav button.owl-prev{
    background: var(--primary);
    position: absolute;
    border-radius: 3px;
    left:  -30px;
    top: 45%;
    width:40px;
    height:40px;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.services-home  .owl-carousel .owl-nav button.owl-prev:hover{
     background: var(--secondary);
}
/* Testmonials CSS */
.testimonials{
    background: #00000010; 
    padding: 4em  0;
    position: relative;
}
.testibox {
    text-align: left;
    /* padding: 0 80px; */
    margin-top: 10px;  
}
.testibox p{
     font-size: 15px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-top: 20px;
}
.testibox h3{
    text-align: left;
    margin: 0;
    color: #666;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding-top:8px;
    position: relative;
    padding-top: 30px;
    display: block;
}
.testibox h3:before{
    margin: 0;
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    right: 0;
    background: #333;
}
.testibox img{
    text-align: center;
    margin: auto;
    width: 50px!important;
}
.serviceinner .owl-carousel button.owl-dot{
    top: 50px;
}
.testimonials .owl-theme .owl-dots .owl-dot span{
    background: #fff!important;
    color: #901b02;
    border: 2px solid #901b02;
    width: 12px;
    height: 12px;
    border-radius: 0;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span{
    background: #901b02!important;
    
}
.testimonials .owl-carousel .owl-nav button.owl-next {
    background:#333333!important;
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}
.testimnials .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
   background: #333333!important;
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}



footer{
      background: #eee;
}
.footertop{
    background: #eee;
    padding: 4em 0 2em 0;
    border-bottom: 1px solid #ddd;
}
.footertop img{
    width: 250px;
    margin-bottom: 30px;
}
.footertop p{
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.widget h2{
    font-size: 22px;
    margin: 0;
    padding: 0;
      font-family: 'Lato', sans-serif;
    color: #3e3e3e;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000015
}
.widget ul li {
    line-height: 26px;
    color: #333;
     font-family: 'Open Sans', sans-serif;
}
.widget ul li a{
    line-height: 24px;
    color: #3e3e3e;
    text-decoration: none;
}
.widget ul li a:hover{

    color: #901b02;
    
}

.widget p span{
    display: block;
    font-weight: 600;
}
.footerbtm{
    padding: 8px 0;
    background: #000;
}
.footerbtm p{
    color: rgb(122, 115, 115);
    margin: 0;
    font-size: 13px;
     font-family: 'Open Sans', sans-serif;
}
.last { float: right;}

.footerbtm p a{
    color: rgb(122, 115, 115);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s ease;
}
.footerbtm p a:hover{
    color: #eee;
}
.bookapp{
    position: absolute;
    width: 464px;
    top: -58px;
    padding:  0 30px;
    z-index: 99;
    padding-bottom: 30px;
    background: #fff;
}

.back-to-top {

    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 65px;
    right: 45px;
    display: none;
}
.back-to-top img{
    width: 40px;
}
/* Testimonial Page */
.patientsay{
    padding: 4em 0;
}
.testipage{
    background: #eeeeee80;
    padding: 40px 80px;
    margin: 20px 0;
    border-radius: 0 50px 50px 50px;
    box-shadow: 13px 13px 2px 2px #00000015;
}
.testipage p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: justify;
    
}
.testipage h3{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #666;
    padding-top: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}
.testipage h3::before{
    position: absolute;
    width: 2px;
    left: 0;
    content: '';
    height: 30px;
    top: 15px;
    background: #a01d1a;
}
.logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logotext {
    width: 80%;
}
.logotext h1{
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-family: var(--popins);
    color: var(--black);
}
.logotext p{
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary);
    line-height: 1.4;
    padding: 0;
    margin: 0;
    font-family: var(--popins);
}
.logoimg{
    width: 20%;   
}
.logoimg img{
    width: 95%;
}
.headerbottom{
    padding: 5px 0;
}


.navbar {
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

.menu {
    list-style: none;
    display: flex;
    gap: 26px;
}
ul.menu {
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.menu li {
    position: relative;
    padding: 20px 0;
}

.menu a {
    text-decoration: none;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--opensance);
    transition: 0.5s;
}

.menu li:hover > a {
    color: var(--primary);
    transition: 0.5s;
}
.menu li > a i{
    font-size: 13px;
}
/* Dropdown */
.dropdown-menu,
.sub-menu {
    width: 250px;
    display: none;
    position: absolute;
    background: white;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 5px 5px;
    border-top: 5px solid var(--primary);
    transition: 0.5s;
   
}
.sub-menu {
    top: 10px;
}
.dropdown-menu li,
.sub-menu li {
    padding: 8px 15px;
    padding-right: 25px;
   border-top: 1px solid #33333310;
   transition: 0.5s;
}

.dropdown-menu li:first-child, .sub-menu li:first-child{
    border-top: 0;
}

.dropdown-menu a,
.sub-menu a {
    color: #333;
    font-family: var(--opensance);
    font-size: 15px;
    font-weight: normal;
    transition: 0.5s;
     
     display: block;
}
.dropdown-menu li{
    
    position: relative;
    transition: 0.5s;
}
.dropdown-menu li i{
    font-size: 12px;
    position: absolute;
    right: 10px;
    top:16px;
    color: var(--primary);
}
.dropdown-menu li a{
    font-size: 15px;
    transition: 0.5s ease;  
    transition: 0.5s;  
}
.dropdown-menu li a:hover{
    color: var(--primary);
    transition: 0.5s;
}
.dropdown:hover .dropdown-menu {
    display: block;
    width:280px;
    border-radius: 10px 10px 5px 5px;
    border-top: 5px solid var(--primary);
    transition: 0.5s;
}

.dropdown-sub:hover .sub-menu {
    display: block;
    left: 100%;
    top: 0;
    transition: 0.5s;
}

/* Mobile */
.menu-toggle {
    display: none;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: white;
    transition: 0.5s;
    background: #000;
    position: absolute;
    top: -80px;
    right: 10px;
}

@media (max-width: 768px) {

    .menu {
        position: absolute;
        top: 0;
        right: 0;
        background: rgb(230, 172, 141);
        flex-direction: column;
        width: 100%;
        display: none;
        padding: 20px;
        z-index: 999;
    }

    .menu.active {
        display: flex;
    }

    .dropdown-menu,
    .sub-menu {
        position: static;
        background: #f5f5f5;
    }

    .menu-toggle {
        display: block;
    }
}


.carousel-item {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.carousel-item .btn{
    margin-right: 10px;
}
.carousel-item .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    transition: transform 6s ease-in-out;
}

/* Zoom Out Effect */
.carousel-item.active .bg-image {
    transform: scale(1);
}

/* Dark Overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.55); */
    z-index: 1;
}

/* Content Styling */
.slider .carousel-caption {
    width: 45%;
    z-index: 2;
    top: 18%;
    left:8%;
    text-align: left!important;
}
.slider .carousel-caption a i{
    font-size: 14px;

    margin-left: 5px;
}

.slider .carousel-caption h1 {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 0 5px #00000060;
    font-family: var(--popins);
}

.slider .carousel-caption p {
    font-size: 20px;
    font-family: var(--lato);
    margin-bottom: 0;
    text-shadow: 0 0 3px #00000080;
}
.slider .carousel-caption a {
    background: linear-gradient(to bottom, var(--primary), #b35827);
    cursor: pointer;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    transition: 0.5s ease;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px!important;
}

.floating-icons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Common Style */
.floating-icons a i.fa-phone-alt{
    color: var(--secondary);
}
.floating-icons a {
    width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s ease;
  text-decoration: none;
}

/* Call - Blue */
.call-btn {
  background: var(--primary);
  font-size: 28px;
}

.call-btn:hover {
    background: var(--primary);
    transform: scale(1.1);
    color: #fff;
}

/* WhatsApp - Green */
.whatsapp-btn {
  background: #25D366;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: scale(1.1);
   color: #fff;
}

.doctor-section {
  background: #fdf9f7;
  padding: 4rem 0;
}

.doctor-img-wrapper {
  position: relative;
}

.experience-badge {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #c65d2e, #8b2c12);
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.experience-badge h4 {
  margin: 0;
  font-weight: 700;
}

.experience-badge span {
  font-size: 13px;
}
.doctor-card-section {
  background: #f8f6f4;
}

.doctor-card {
  position: relative;
  display: inline-block;
}

.image-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: relative;
  z-index: 2;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #c65d2e, #8b2c12);
  color: #fff;
  padding: 15px 35px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 3;
}

.experience-badge h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.experience-badge span {
  font-size: 18px;
}

/* Decorative Circles */
.doctor-card {
    position: relative;
}
.doctor-card .circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

/* Top Left Circle */
.doctor-card .circle-one {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #c65d2e, #8b2c12);
  top: -20px;
  left: -20px;
  animation: zoomInOut 4s ease-in-out infinite;
}

/* Bottom Right Circle */
.doctor-card .circle-two {
  width: 140px;
  height: 140px;
  border: 6px solid #c65d2e;
  bottom: -40px;
  right: -50px;
  animation: zoomInOut 5s ease-in-out infinite;
}

/* Zoom Animation */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.about-text-rgt{
    padding-left: 50px;
}
.about-text-rgt h2{
    font-size: 54px;
    font-weight: 700;
    color: var(--secondary);
}
.about-text-rgt h6{
    color: var(--secondary);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.about-text-rgt p{
    color: #333333;
    font-family: var(--opensance);
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 10px;
}
.about-text-rgt p:last-child{
    margin-bottom: 0;
}

.abtbtns a {
    background: linear-gradient(to bottom, var(--primary), #b35827);
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    transition: 0.5s ease;
    font-size: 17px;
    font-weight: 600;
}
.abtbtns a:hover {
    background: linear-gradient(to left, var(--primary), #b35827);
}
.services-home{
    padding: 4rem 0;
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}
#services{
    border:1px solid var(--primary);
    border-radius: 20px;
    
}
.services-home-left{
    width: 50%;
}
.services-home-rgt{
    width: 48%;
    padding: 20px 15px;
    border-radius: 20px;
    
}
.scrollsec{
     height: 360px;
     overflow-y:scroll;
}
.services-home-rgt h3{
    position: relative;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--black);
    margin-bottom: 20px;
    
}
.services-home .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    
}
.services-home-rgt h3:after{
    position:absolute;
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--primary);
}

.serbox{
    border:1px solid var(--primary);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
}
.serbox h4{
     font-weight: 600;
    font-size: 18px;
    color:var(--secondary);
}
.serbox p{
    font-size: 15px;
}
.serbox a{
    padding: 6px 15px;
    font-weight: 500;
    font-size: 15px;
    border:1px solid var(--primary);
    color: var(--secondary);
    border-radius: 4px;
   transition: 0.5s ease-out;
}
.serbox a i{
    font-size: 13px;
}
.serbox a:hover{
    color: var(--secondary);
    background: var(--primary);
}
.leftimgbox{
    position: relative;
}
.leftimgbox img{
    border-radius: 20px 0 0 20px;
}
.leftimgboxtext{
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    padding-top: 55%;
    background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0),
  rgba(0, 0, 0, 0.8)
);  
}
.leftimgboxtext h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.leftimgboxtext p{
    font-size: 18px;
    color: #fff;
}
.heading img{
    margin-bottom: 15px;
}

.evidence-section {
  background: #f4f4f4;
  padding: 80px 20px;
  position: relative;
}

.evidence-wrapper {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  margin-top: 40px;
}

/* Vertical Line */
.timeline {
  position: relative;
  width: 60px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -20px;
  bottom: -150px;
  width: 2px;
  background: var(--primary);
}

/* Circle */
.evidence-wrapper .circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #c65d2e, #8b2c12);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;

}

/* Content */
.content h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}

.content p {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  font-family: var(--opensance);
}

/* Small underline */
.underline {
    background: #e0703c;
    margin-top: 25px;
    width: 0;
    height: 3px;
    transition: 0.5s ease;
}
.evidence-wrapper:hover .underline {
    display: block;
    width: 100px;
}
.why-sec{
    padding-bottom: 4rem;
}
.evidence-wrapper:hover .content h2 {
    color: var(--secondary);
}
.counter-sec{
    background: linear-gradient(90deg, #d97a4a 0%, #a94b26 100%);
    padding: 4rem 0;
}
.counter {
    font-size: 48px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.coundersec{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
}
.counter-box{
    width: 22.5%;
    text-align: center;
    background: #f4f4f425 ;
    padding: 25px 15px;
    border: 1px solid #ffffff55;
    border-radius: 10px;
    transition: 0.5s ease;
}
.counter-box:hover{
    transform: scale(1.1);
}
.counter-box h2{
    color: #fff;
    font-size: 50px;
}
.counter-box p{
    color: #fff;
    font-weight: 600;
}
.hospital-sec{
    padding: 4rem 0;
    background:#fdf9f7;
}
.hosp-box{
    height: 450px;
    margin-top: 25px;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 5px #33333320;
    transition: .45s ease;
}
.hosp-box:hover{
    box-shadow: 0 0 20px #33333320;
    transform: scale(1.05);
}
.hosp-box h2{
    font-size: 21px;
    font-weight: 700;
    padding-top: 15px;
    color: #333;
}
.hosp-box p{
    color: #666;
    font-size: 15px;
    font-family: var(--opensance);
    line-height: 1.6;
}
.hosp-box a button{
    background: linear-gradient(to bottom, var(--primary), #b35827);
    cursor: pointer;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    transition: 0.5s eaes;
    font-size: 16px;
    font-weight: 600;
}
.hosp-box a button:hover {
    background: linear-gradient(to left, var(--primary), #b35827);
}
.review_sec{
    background: url('../images/review-bg.jpg') no-repeat bottom;
    padding: 4rem 0;
}
.review_sec .heading h1{
    color:#ffffff;
}
.review_sec .heading p{
    color:#ffffff;
}
.reviewbox{
    background: #ffffff;
}
.testimonial-card {
  height: 100%;
  min-height: 430px;   /* same height */
  padding: 30px;
  border-radius: 20px 0 20px 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
   opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.testimonial-card:hover{
    background: #fff;
}
.testimonial-card.show {
  opacity: 1;
  transform: translateY(0);
}


.testimonial-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 15px;
}

.review-text {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 25px;
}

.quote-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

.google-review {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin-top: auto;
}

.google-review img {
    width: 80px!important;
}
.review_sec .owl-theme .owl-dots .owl-dot.active span,
.review_sec .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    transform: scale(1.3);
}
.review_sec .owl-theme .owl-dots .owl-dot span
{
    background: #ffffff55;
}


.appointment-section {
  position: relative;
  padding: 100px 20px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Animated Rings */
.ring {
  position: absolute;
  border: 5px solid rgba(200, 100, 50, 0.6);
  border-radius: 50%;
  animation: floatRing 6s infinite ease-in-out alternate;
}

.ring1 {
  width: 250px;
  height: 250px;
  top: 50px;
  left: 80px;
}

.ring2 {
  width: 220px;
  height: 220px;
  bottom: 50px;
  right: 80px;
  animation-delay: 2s;
}

@keyframes floatRing {
  from {
    transform: translateY(0px) rotate(0deg);
  }
  to {
    transform: translateY(-30px) rotate(15deg);
  }
}
.st-appt-section {
  position: relative;
  padding: 70px 20px;
  background: #fdf9f7;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Rings */
.st-appt-ring {
  position: absolute;
  border: 5px solid rgba(200, 100, 50, 0.6);
  border-radius: 50%;
  animation: stApptFloat 6s infinite ease-in-out alternate;
}

.st-appt-ring1 {
  width: 200px;
  height: 200px;
  top: 30px;
  left: 100px;
}

.st-appt-ring2 {
  width: 220px;
  height: 220px;
  bottom: 20px;
  right: 100px;
  animation-delay: 2s;
}

@keyframes stApptFloat {
  from {
    transform: translateY(0px) rotate(0deg);
  }
  to {
    transform: translateY(-30px) rotate(15deg);
  }
}

/* Box */
.st-appt-box {
  background: linear-gradient(135deg, #d97745, #9e3d17);
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  color: #fff;
  position: relative;
  z-index: 2;
}
.st-appt-box p{
    font-size: 15px;
    padding-top: 15px;  
}
/* Layout */
.st-appt-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.st-appt-group {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.st-appt-full {
  flex: 1 1 100%;
}

.st-appt-group label {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 15px;
}

.st-appt-group input,
.st-appt-group textarea {
  padding: 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  color: var(--primary);
}
.st-appt-group input::placeholder{
    color: var(--primary)
}
.st-appt-group textarea::placeholder{
    color: var(--primary)
}
.st-appt-group textarea {
  min-height: 100px;
  resize: none;
}

/* Button */
.st-appt-btn {
  margin-top: 25px;
text-align: center;
  padding: 12px 30px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.st-appt-btn:hover {
  background: var(--secondary);
  transform: translat
}
.sectionform{
    background: #fdf9f7;
    padding-top: 4rem;
}

.footer-services li {
    margin-bottom: 12px;
}

.footer-services .arrow {
    opacity: 0;
    transition: all 0.3s ease;
   color: var(--primary);
}

.footer-services a {
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: var(--opensance);
}

.footer-services a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.footer-services a:hover .arrow {
    opacity: 1;
}

.fbox h6{
    color: var(--primary);
}
.fbox p{
    font-size: 15px;
    font-family: var(--opensance);
}
.fbox p i{
    color: var(--primary);
}
.socialmedia a i{
    color: var(--primary);
    transition: 0.5s;
}
.socialmedia a i:hover{
    color: #ffffff;

}
.footer-section {
    position: relative;
    background: url('../images/footer-bg.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); /* Dark overlay */
    z-index: -1;
}
.clinic-item  i{
    color: var(--primary);

}
.clinic-item p{
    font-family: var(--opensance)!important;
}
.clinic-item a{
    background: var(--primary);
    border:none;
    color: var(--secondary);
    font-weight: 500;
}
.clinic-item a i{
    color: var(--secondary);
}
.sec1{
    padding: 4rem 0;
    background: linear-gradient(90deg, #d97a4a 0%, #a94b26 100%);
}
.sec1 .heading h1{
    color: #fff;
    font-size: 55px;
}
/* sec1 css */


/* ===== Main Card ===== */
.profile-card{
    /*width:360px;*/
    padding: 25px;
    border-radius:25px;
    background:linear-gradient(135deg,#c66a3b,#a4512c);
    position:relative;
    overflow:hidden;
    animation:fadeIn 0.8s ease forwards;
}

/* ===== Corner Angles ===== */
.profile-card span.corner{
    position:absolute;
    width:90px;
    height:90px;
    border:2px solid rgba(255,255,255,0.4);
    z-index: -1;
}

.top-left{
    top:15px;
    left:15px;
    border-right:none;
    border-bottom:none;
    border-radius:8px 0 0 0;
}

.top-right{
    top:15px;
    right:15px;
    border-left:none;
    border-bottom:none;
    border-radius:0 8px 0 0;
}

.bottom-left{
    top:55%;
    left:15px;
    border-right:none;
    border-top:none;
    border-radius:0 0 0 8px;
}

.bottom-right{
    top:55%;
    right:15px;
    border-left:none;
    border-top:none;
    border-radius:0 0 8px 0;
}

/* ===== Decorative Dots ===== */
.dot{
    position:absolute;
    width:6px;
    height:6px;
    background:rgba(255,255,255,0.6);
    border-radius:50%;
}

.dot1{ top:8px; left:8px; }
.dot2{ top:8px; right:8px; }
.dot3{ top:70%; left:8px; }
.dot4{ top:70%; right:8px; }

/* ===== Image Box ===== */
.image-box{
    background:#fff;
    padding:12px;
    border-radius:18px;
    margin-bottom:25px;
    transition:0.4s ease;
}

.image-box img{
    width:100%;
    border-radius:14px;
    transition:0.4s ease;
}

.image-box:hover img{
    transform:scale(1.04);
}

/* ===== Info Boxes ===== */
.info-box{
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(255,255,255,0.15);
    padding:14px;
    border-radius:12px;
    margin-bottom:15px;
    color:#fff;
    font-size:16px;
    transition:0.3s ease;
    backdrop-filter:blur(6px);
}

.info-box:hover{
    background:rgba(255,255,255,0.25);
    transform:translateY(-4px);
}

.info-box i{
    font-size:16px;
}

/* Fade Animation */
@keyframes fadeIn{
    from{opacity:0; transform:translateY(30px);}
    to{opacity:1; transform:translateY(0);}
}
.sec1_text h1{
    font-size: 55px;
    color: #fff;
    font-weight: 700;
}
.sec1_text h2{
    font-weight: 400;
    letter-spacing: 1.6px;
    font-size: 26px;
    color: var(--primary);
    padding-bottom: 15px;
}
.sec1_text p{
    font-style: 15px;
    color: #fff;
    font:var(--opensance);
}
.sec2{
    padding: 4rem 0;
}
.sec2 h2{
    text-align: center;
    font-weight: 700;
    color: var(--secondary);
    font-size: 40px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}
.sec2 h2::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: var(--primary);
}
.edu-card{
    text-align: left;
    padding:20px;
    background:#f3f3f3;
    border-radius:18px;
    box-shadow:0 0 4px rgba(0,0,0,0.08);
    transition:all 0.4s ease;
    position:relative;
}

/* Hover Effect */
.edu-card:hover{
    transform:translateY(-10px);
    box-shadow:0 5px 10px rgba(0,0,0,0.15);
}

/* Icon Box */
.icon-box{
    width:70px;
    height:70px;
    background:linear-gradient(135deg,#d97642,#c65f2f);
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    transition:0.4s ease;
}

.icon-box i{
    color:#fff;
    font-size:30px;
}

/* Icon Hover Animation */
.edu-card:hover .icon-box{
    transform:rotate(-8deg) scale(1.05);
}

/* Title */
.edu-card h3{
    margin:0 0 12px;
    font-size:18px;
    font-weight:700;
    color:#222;
    text-align: left;
}

/* Subtitle */
.edu-card p{
    margin:0;
    font-size:15px;
    font-family: var(--opensance);
    color:#666;
}

.sec3 h2{
    text-align: center;
    font-weight: 700;
    color: var(--secondary);
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}
.sec3 h2::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: var(--primary);
}
.sec3_box{
    padding: 30px;
    box-shadow: 0 0 3px #00000030;
    border-radius: 15px;
    margin-bottom: 35px;
}
.sec3_box h3{
    font-size: 26px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 10px;
}
.sec3_box h4{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: var(--primary);
}
.sec3_box p{
    color:var(--black);
    font-family: var(--opensance);
    margin-bottom: 10px;
    font-size: 15px;
}
.sec3_box p:last-child{
    margin-bottom: 0;
}
.sec3_box i{
    font-size: 13px;
    margin-right: 5px;
    color: var(--primary);
    transform: translateY(0);
}
.gap{
    margin: 30px;
}
.sec4 h2{
    text-align: center;
    font-weight: 700;
    color: var(--secondary);
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}
.sec4 h3{
       font-size: 28px;
    font-weight: 600;
    color: #222;
}
.sec4 h3 i{
    color: var(--primary);
}
.sec4 h2::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: var(--primary);
}
.services-section {
    padding: 20px 0 50px 0;
   
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-box {
    flex: 0 0 23%;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 18px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.20);
    transition: 0.3s ease;
}

.service-box:hover {
    background: #fdf9f7;
    transform: translateY(-5px);
     box-shadow: 0 5px 10px rgba(0,0,0,0.20);
}

.service-box .icon {
    background: var(--primary);
    color: var(--secondary);
    width: 32px;
    height: 32px;
    border-radius: 8px;   /* square look like image */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    
}

.service-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
 ;
    font-family: var(--opensance);
    
}
.sec4{
    padding: 4rem 0;
}

.innerpageheader {
    padding: 3rem 0 0 0;
}
.contactpg{
    padding: 2rem 0 4rem 0;
}
.contactleft{
    box-shadow: 0 0 5px #00000020;
    padding: 50px;
    border-radius: 20px;
}
.contactleft h2{
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.contactleft h3{
    font-size: 22px;
    color: var(--primary);
    padding-bottom: 10px;
}
.contactleft h4{
    font-weight: 600;
    font-size: 22px;
    font-family: var(--popins);
    margin-top: 25px;
    margin-bottom: 10px;
}
.contactleft p{
       font-family: var(--opensance);
       padding-bottom: 10px;
       margin-bottom: 0;
       font-size: 15px;
    }
    .contactleft a{
        color: #222;
        transition: 0.5s ease;
    }
    .contactleft a:hover{
        color: var(--primary);
    }
    .infobox{
        margin-top: 25px;
        background: #fdf9f7;
        padding: 20px;
        border: 1px solid #fbebde;
    }
    .infobox p{
        margin-bottom: 0;
        font-size: 15px;
    padding-bottom: 0;
    font-weight: 600;
}
.infobox img{
    width: 48px;
    height: 48px;
}
.socialicons a{
    font-size: 28px;
    margin-right: 22px;
    transition: 0.4s ease;
    color: var(--primary);
}
.socialicons a i{
    transition: 0.4s ease;

}
.socialicons a:hover{
    color: var(--secondary);
}
.socialicons a:hover i{
    transform: rotate(15deg);

}
.contacform{
    background:none;
    
}
.contacform textarea{
    height: 150px;
}
.copy p{
    font-family: var(--opensance);
    font-size: 16px;
    
}

/* Go Top Button */
#goTopBtn {
  position: fixed;
  bottom: 80px;
  left: 30px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 999;
}

/* Hover effect */
#goTopBtn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.slider .carousel-indicators button{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
}

.breadcum{
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(90deg, #d97a4a 0%, #a94b26 100%);
}
.breadcum ul{
    margin: 0;
}
.breadcum ul li{
    display: inline;
}
.breadcum ul i{
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
}
.breadcum ul li a{
    color: #fff;
}
.breadcum h1{
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
/*============Service page========*/
.servicepg{
    padding: 70px 0;
}
.sidebar{
    background: linear-gradient(90deg, #d97a4a 0%, #a94b26 100%);
    padding: 20px;
    border-radius: 8px;
}
.sidebar h2{
    color: #ffffff;font-weight: 600;
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ffffff55;
    margin-bottom: 20px;
}
.sidebar ul{
    margin: 0;
    padding: 0;
}
.sidebar ul li{
    padding: 5px 0;
}
.sidebar ul li a{
    color:#ffffff;
    transition: 0.5s ease;
}
.sidebar ul li a:hover{
    color: yellow;
}
.sidebar ul li a.active{
    color: yellow;
}
.sidebar ul li:hover a{
    padding-left: 5px;
}
.sidebar ul li a i{
    font-size: 12px;
}
.serimg{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.serimg img{
   transition: 0.5s ease;
}
.serimg:hover img{
    transform: scale(1.2);
}
.servpgtext p{
    font-size: 15px;
    line-height: 1.6;
}
.servpgtext h2{
    font-size: 26px;
    color:var(--secondary);
    font-weight: 600;
    margin:25px 0 15px 0;
}
.servpgtext h3{
    font-size: 20px;
    color:var(--secondary);
    font-weight: 400;
    margin:10px 0 5px 0;
}
.servpgtext ul {
    margin: 0;
    padding: 0;
    margin-left: 18px;
}
.servpgtext ul li{
    line-height: 1.8;
    list-style-type: disc;
}
.servpgtext h3 a{
    color: var(--secondary);
    font-style: italic;
}
.expert{
    margin-top: 30px;
}
.expert h2{
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    
}
.expert p{
    color: #fff;
}