@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Caveat:wght@400..700&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');
*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
      font-family: 'Poppins', sans-serif;

 }
 :root {
    --main-color: #025056;
    --second-color:#02919C;
    --text-color:#025056 ;
    --second-text-color:#c32c22;
    --white-color:#fff;
}
p{font-size: 16px !important}
a 
{
	text-decoration: none;
}
.title_section{
	padding: 4rem 0rem;
}

.title_p{
	font-size: 19px;
	line-height: 28px;
}

.title{
	font-size: 2.2rem;
	color: var(--text-color);
}

.title_h3{
	color: #C45494;
	font-size: 43px;
}

.title_span{
	color: var(--second-color);
	font-size: 2.2rem;
}
.title_span1{
  color: var(--second-color);
  font-size: 2.4rem;
}
.title_span11{
  color: var(--second-color);
  font-size: 2.2rem;
}

.title_button a{
	background: rgb(196,84,148);
background: linear-gradient(97deg, rgba(196,84,148,1) 0%, rgba(13,93,125,1) 100%);
padding: 12px 20px; 
text-decoration: none;
color: #fff;
border-radius: 12px;
}
.contact-title h2
{
  color: var(--text-color);
  font-weight: 700;
}
.contact-title span
{
  color: #018F9B;
  font-weight: 700;
  
}
header .head{
	background-color: var(--main-color);
}

header .head p{
	color: #fff;
	font-size: 15px;
}
header .head a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

header .head .dropdown-menu a{
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

header .navbar ul li{
	padding: 0px 5px;
}

header .navbar ul li a{
	color: #000;
	font-size: 1rem;
}

header .navbar ul li .active{
	color: var(--text-color); !important;
}

header .navbar ul li a:hover{
	color: var(--main-color);
}
.dropdown-menu li a{
  background-color: #fff;

}

.dropdown-menu li a:hover {
  background-color: var(--main-color);;
  color: #fff !important;
}


header .navbar .button{
	background-color: var(--main-color);
	text-decoration: none;
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	width: 22%;
}

header .navbar .button img{
	width: 11%;
	padding: 0px;
}


footer h5{
	font-size: 18px;
  color: #fff;
}

footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}



footer ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

footer ul li a i{
	color: #fff;
	font-weight: 700;
}

.copy-right{
	background-color: #025056;
	padding: 12px 0px;
  border-top:1px solid #f2f2f2;
  font-size: 0.8rem;
}

.social_link ul li 
{
  background-color: #02454b;
  margin: 0.3rem;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;

}
.social_link ul li a i
{
  color: #fff !important;
  font-size: 15px;
}
.social_link ul li:hover
{
  background-color: #07362A;
}


.counter-section{
	background-color: #AFCAD4;
}

.counter-section .counter-box .counter-img{
background-color: var(--main-color);
border-radius: 50%;
height: 50px;
width: 50px;
text-align: center;
padding: 10px;
}

.counter-section .counter-box{
	padding: 20px 8px;
	border-radius: 12px;
	background-color: #fff;
}

.counter-section .counter-text h5{
	font-size: 28px;
	color: var(--text-color);
}


.about-section img{
	border: solid 3px #0D5D7D;
	border-radius: 31px;
}

.service-section .service-image{
	width: 60px;
	margin: auto;
}

.service-section .shadow{
	padding: 20px 10px;
	height: 150px;
}

.choose-section {
    background: url(../images/background/background-img2.jpg);
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; /* Add this for overlay positioning */
}



.choose-section .title_section {
    position: relative; /* Ensure it appears above the overlay */
    z-index: 2;
    background: rgb(196,84,148);
background: linear-gradient(97deg, rgba(196,84,148,0.08184523809523814) 0%, 
	rgba(192,84,148,0.08744747899159666) 100%);
padding: 10% 0px;
}


.galler-section .galler-box img{
	border-radius: 31px;
	border-left: solid 2px #0D5D7D;
	border-bottom: solid 2px #0D5D7D;
}

.galler-section .video-box img{
	border-radius: 31px;
	border-top: solid 2px #0D5D7D;
	border-right: solid 2px #0D5D7D;
}

.video-box {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #C45494;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: pulse 1.5s infinite;
}

.play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


.happy-parent .parent-text {
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    padding: 20px;
    border: 2px solid #02505640;
    border-radius: 27px;
    color: #000000;
    height: 270px;
}



.parent-img img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.owl-carousel .owl-item img{
	width: 70px !important;
	height: 70px !important;
	border-radius: 50%;
}

.faq-section .faq-box{
	background-color: #fff;
	padding: 10px;
	border-radius: 6px;
}


.faq-section .enquire-box{
  padding: 20px 30px;
  border:1px solid #e2e8f0;
  background-color: #f2f2f;
}

.faq-section .enquire-box input{
/*	color: #363535;*/
	padding: 13px 8px;
	border: 1px solid #e1e0e0;
/
}

.faq-section .enquire-box input::placeholder{
/*	color: #363535;*/
}

.faq-section .enquire-box textarea{
/*	color: #363535;*/
	padding: 13px 8px;
	border: 1px solid #e1e0e0;

}
.faq-section .enquire-box select{
/*  color: #363535;*/
  padding: 13px 8px;
  border: 1px solid #e1e0e0;

}

.faq-section .enquire-box textarea::placeholder{
/*	color: #363535;*/
}

.faq-section .enquire-box button{
	background-color: var(--main-color);
	padding: 10px 25px;
	border: none;
	color: #fff;
	border-radius: 50px;
}


.about-slider a{
	text-decoration: none;
	color: #000;
}

.about-slider h5{
	font-size: 35px;
}


.mission-section h5{
	font-size: 35px;
	color: var(--main-color);
}

.mission-section .shadow{
	padding: 20px 10px;
	border-radius: 15px;
	background-color: #fff;
}


.contact-section i{
	color: #091289;
}

.contact-section .shadow{
	height: 225px;
}



figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 31px;
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



@media only screen and (max-width:1024px){
	header .navbar ul li{
	padding: 0px 0px;
	font-size: 25px;

}


}

@media only screen and (max-width:900px){
	header .navbar .button{
	font-size: 15px;
	width: auto;
}

.contact-section .shadow{
	height: 240px;
}


.emergency-button{
	text-align: left !important;
}

header .navbar .button img{
	width: 3%;
}

}


@media only screen and (max-width:500px){
	
header .navbar .button img{
	width: 5%;
}

.service-section .shadow{
	padding: 20px 10px;
	height: auto !important;
}

.counter-section .counter-box {
    padding: 20px 75px;
}

.contact-section .shadow{
	height: auto;
}

}
.services_link
{
	border: 1px solid gray;
	padding: 0.5rem;
	border-radius: 10px;
  background-color: #E6F1FF;
}
.services_link ul  
{
	padding-left: 0rem;
}
.services_link ul li 
{
	list-style-type: none;
/* margin: 0.5rem;*/
padding: 0.5rem;
}
.services_link ul li:hover  
{
	background-color: var(--main-color) ;
}
.services_details
{
	margin: 1rem;
}
.services_details img  
{
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
.services_link ul li a 
{
	text-decoration: none;
	display: flex;
	color: #000;
   font-weight: 500;
	justify-content: space-between;
	align-items: center;
}
.services_link ul li a:hover 
{

  color: #fff;

}
.social_link a 
{
	margin: 0.5rem;
/*	color: #fff;*/
	font-size: 1.1rem;
}

@media only screen and (max-width:400px){

     .counter-section .counter-box {
    padding: 20px 34px;
 }

}
.popup {
      display: none; 
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 500px;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      border-radius: 8px;
    }

    .popup-overlay {
      display: none; 
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    .popup-header {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer;
      font-size: 25px;
    }
    @media only screen and (max-width:600px){

     .popup {
      display: none; /* Initially hidden */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 350px;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      border-radius: 8px;
    }
    .title_span {
    color: #0D5D7D;
    font-size: 34px;
}
.title {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 700;
}
.head
{
	display: none;
}
.title_p {
    font-size: 14px;
    line-height: 25px;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

}



.head_scroll {
  background: #07362A;

  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.scroll-wrapper p {
  color: #fff;
  font-weight: 600;

  margin: 0;
  padding-right: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.service_box
{
    padding: 15px 15px 15px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #02505640;
    margin-bottom: 30px;
    border-radius: 15px;
    height: 450px;
}
.services_img img  
{ 
	border-radius: 15px;
}
.services_body
{
	padding: 0.8rem;
}
.services_body strong
{
	color: var(--text-color);
	font-size: 1.1rem;
}
.services_body p 
{
	padding-top: 0.3rem;
}
.about_box img 
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
/* From Uiverse.io by satyamchaudharydev */ 
.button1 {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background: var(--main-color);
  background: linear-gradient(90deg, rgb(2 80 86) 13%, rgb(2 145 156) 46%, rgb(2 145 156) 73%);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid var(--second-color);
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}
.services_link1
{
  background: var(--main-color);
  color: #fff;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
}
.services_link1:hover 
{
  background: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  transition: .5s;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button1:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button1:hover .icon {
  transform: translate(4px);
}

.button1:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.breadcrumb-area {
/*  padding-bottom: 20px;*/
}
.breadcrumb-area .breadcrumb-wrap {
  margin: 0 12px;
  padding: 122px 0 125px;
}
.breadcrumb-area .breadcrumb-wrap .br-shape-one {
  bottom: 70px;
  left: 50px;
}
.breadcrumb-area .breadcrumb-wrap .br-shape-two {
  top: 50px;
  right: 40px;
}
.breadcrumb-area .breadcrumb-wrap.bg-1 {
  background-image: url(../images/br-bg-1.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-2 {
  background-image: url(../image/bg1.png);
  border-radius: 15px;
  background-size: cover;
    background-position: center;
}
.breadcrumb-area .breadcrumb-wrap.bg-3 {
  background-image: url(../img/breadcrumb/br-bg-3.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-4 {
  background-image: url(../img/breadcrumb/br-bg-4.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-5 {
  background-image: url(../img/breadcrumb/br-bg-5.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-6 {
  background-image: url(../img/breadcrumb/br-bg-6.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-7 {
  background-image: url(../img/breadcrumb/br-bg-7.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-8 {
  background-image: url(../img/breadcrumb/br-bg-8.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-9 {
  background-image: url(../img/breadcrumb/br-bg-9.jpg);
}
.breadcrumb-area .breadcrumb-wrap.bg-10 {
  background-image: url(../img/breadcrumb/br-bg-10.jpg);
}
.breadcrumb-area .breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  
  z-index: -1;
  border-radius: 20px;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li {
  margin-right: 5px;
  padding-right: 13px;
  font-weight: 500;
  color: #000;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "|";
  font-size: 13px;
  color: #000;
  transform: translateY(-50%) rotate(8deg);
}
.breadcrumb-area .breadcrumb-wrap .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-area .breadcrumb-wrap .br-menu li a {
  color: var(--whiteColor);
}
.breadcrumb-area .breadcrumb-wrap .br-menu li a:hover {
  color: var(--secondaryColor);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}


.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 150ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid #008F9C;
}

.cursor-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  background-color: var(--main-color);
  z-index: 999;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: #008F9C;
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.blog-box
{
	    padding: 25px 25px 25px;
    background-color: rgba(243, 248, 253, 0.30196078431372547);
    border: 2px solid #02505640;
    margin-bottom: 30px;
    border-radius: 15px;
}

.blog-title h4 
{
	    padding-top: 1rem;
	    font-weight: 600;
	    font-size: 1.3rem;
	    color: var(--text-color);
}
.blog-title strong i 
{
  color: var(--second-color);
}

/* From Uiverse.io by cssbuttons-io */ 
.button11 {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 9em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  border: 2px solid #02505640;
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;

  border-radius: 30px;
  font-weight: 500;
  color: #fff;
}

.button11:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--main-color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.button11 a:hover 
{
	color: #fff;
}
.button11 a 
{
	color: var(--text-color);
}

.button11:hover {
  color: #fff;
}

.button11:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.button11:hover:before {
  top: -30px;
  left: -30px;
}

.button11:active:before {
  background: #091289;
  transition: background 0s;
}
.doctors_box
{
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
/*  height: 525px;*/
  margin-bottom: 1rem;
}
.doctors-img img  
{
  border-radius: 10px;
}
.doctors-details strong
{
  color: #091FA0;
}
.doctors-details p 
{
  font-weight: 500;
}
.doctors-details a 
{
  background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 500;
}
.choose-section {
      background: linear-gradient(135deg, #f8f9fa, #e9ecef);
      padding: 60px 0;
    }
    .choose-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: center;
      color: #e74c3c;
    }
    .choose-card {
      background: #fff;
      border: none;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .choose-card:hover {
      transform: translateY(-10px);
      box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
    }
    .choose-icon {
      font-size: 40px;
      color: #ff5722;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }
    .choose-card:hover .choose-icon {
      transform: rotate(10deg) scale(1.1);
      color: #e64a19;
    }
    .choose-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .form_content strong
    {
      font-size: 2.2rem;
      font-weight: 600;
      color: #091289;
    }
      .form_content span
    {
      font-size: 1.7rem;
      font-weight: 600;
      color: #000;
    }
      .form_content p
    {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
      padding-top: 0.8rem;
    }
    .form_content1
    {
      background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
      padding: 0.5rem 0rem;
    }

.form_content1 p 
{
  color: #fff;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 1.3rem;
}
.form_content1 a 
{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1rem;
}

 @media only screen and (max-width:1024px){
  .doctors_box
{
  
  height: 485px;
}

 }
  @media only screen and (max-width:768px){
  .doctors_box
{
 
  height: 510px;
}

 }

   @media only screen and (max-width:600px){
.form_content1 p 
{
  color: #fff;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.form_content1 a 
{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1rem;
}
 }

 .contact_box_size
 {
  width: 50px;
  height: 50px;
  background-color: #F4F6F8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .contact_box_size i 
 {
  font-size: 20px;
  color: var(--text-color);
 }
 .contact_box_size p 
 {
  font-size: 12px;
 }
 .section-title
 {
  color: var(--text-color);
  letter-spacing: 2px;
  font-size: 2.5rem;
 }

 .blog-card{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.blog-img{
    overflow: hidden;
    position: relative;
}

.blog-img img{
    width: 100%;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}

/* Overlay Animation */
.blog-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transform: skewX(-25deg);
    transition: 0.7s;
}

/* Hover Effects */
.blog-card:hover .blog-img img{
    transform: scale(1.12) rotate(2deg);
    filter: brightness(0.8);
}

.blog-card:hover .blog-img::after{
    left: 120%;
}

.doctor-section{
            position:relative;
            padding:70px 0;
            overflow:hidden;
        }

        /* Orange Background Strip */
        .doctor-section::before{
            content:"";
            position:absolute;
            top:50%;
            left:0;
            transform:translateY(-50%);
            width:100%;
            height:240px;
            background:var(--main-color);
            z-index:0;
        }

        .section-title{
            text-align:center;
            font-size:52px;
            font-weight:700;
            color:#1d2a39;
            margin-bottom:60px;
            position:relative;
            z-index:2;
        }

        .doctor-card{
            background:#fffcfb;
            border:8px solid var(--second-color);
            padding:50px;
            position:relative;
            z-index:2;
            transition:0.4s;
        }

        .doctor-card:hover{
            transform:translateY(-8px);
            box-shadow:0 20px 40px rgba(0,0,0,0.12);
        }

        .doctor-name{
            font-size:48px;
            font-weight:700;
            color:var(--text-color);
            margin-bottom:10px;
        }

        .doctor-degree{
            font-size:20px;
            font-weight:600;
            color:#000;
            
        }

        .doctor-specialist{
            font-size:20px;
            font-weight:600;
            color:#000;
            margin-bottom:25px;
        }

        .doctor-content p{
            font-size:20px;
            line-height:1.9;
            color:#1d1d1d;
            margin-bottom:18px;
        }

        .doctor-image-box{
            border:3px solid var(--second-color);
            padding:8px;
            background:#fff;
            border-radius:8px;
            overflow:hidden;
            transition:0.4s;
        }

        .doctor-image-box:hover{
            transform:scale(1.03);
        }

        .doctor-image-box img{
            width:100%;
            height:100%;
            object-fit:cover;
            transition:0.5s;
        }

        .doctor-image-box:hover img{
            transform:scale(1.08);
        }

        .read-btn{
            background:var(--main-color);
            color:#fff;
            padding:12px 35px;
            border:none;
            border-radius:5px;
            font-size:18px;
            font-weight:600;
            transition:0.4s;
            box-shadow:0 5px 15px rgba(0,0,0,0.1);
        }
        

        .read-btn:hover{
            background:var(--second-color);
            transform:translateY(-3px);
        }

        @media(max-width:992px){

            .doctor-card{
                padding:30px;
            }

            .doctor-name{
                font-size:38px;
            }

            .doctor-degree,
            .doctor-specialist{
                font-size:22px;
            }

            .doctor-content p{
                font-size:17px;
            }

            .doctor-image-box{
                margin-top:30px;
            }
        }

        @media(max-width:576px){

            .section-title{
                font-size:38px;
            }

            .doctor-name{
                font-size:30px;
            }

            .doctor-degree,
            .doctor-specialist{
                font-size:18px;
            }

            .doctor-content p{
                font-size:15px;
                line-height:1.8;
            }

            .doctor-card{
                padding:20px;
            }
        }
.about_row_box
{
  border: 5px solid var(--second-color);
  padding: 3rem 1rem;
}
.areas_of_expertise img 
{
  border-radius: 50%;
  border-top:8px solid var(--second-color);
}



        /* ==================== COUNTER SECTION ==================== */
        .counter-section {
            position: relative;
            padding: 70px 0;
            background: linear-gradient(135deg, var(--main-color) 0%, var(--second-color) 50%, var(--main-color) 100%);
            overflow: hidden;
        }

        /* Animated Background Pattern */
        .counter-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 20% 50%, rgba(20, 184, 166, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 50% 80%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
            animation: bgPulse 8s ease-in-out infinite;
        }

        @keyframes bgPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }

         /* Floating Medical Crosses */
        .medical-cross {
            position: absolute;
            opacity: 0.05;
            color: #fff;
            animation: floatCross 20s linear infinite;
            pointer-events: none;
        }

        @keyframes floatCross {
            0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
            10% { opacity: 0.05; }
            90% { opacity: 0.05; }
            100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
        }

/* Section Header */
        .section-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 2;
        }

        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 24px;
            background: var(--second-color);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50px;
            color: #f2f2f2;
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
            animation: fadeInDown 1s ease-out;
        }

        .section-badge i {
            font-size: 1rem;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 16px;
            animation: fadeInUp 1s ease-out 0.2s both;
        }

        .section-title span {
            color: #00eafe;
            position: relative;
        }

        .section-title span::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #fff, #f2f2f2);
            border-radius: 2px;
            animation: underlineGrow 1.5s ease-out 1s both;
        }

        @keyframes underlineGrow {
            from { width: 0; }
            to { width: 100%; }
        }

        .section-subtitle {
            font-size: 1.125rem;
            color: rgba(255, 255, 255, 0.9);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.8;
            animation: fadeInUp 1s ease-out 0.4s both;
        }

        /* Counter Cards */
        .counter-card {
            background: rgb(2 80 86);
            backdrop-filter: blur(20px);
            border: 1px solid var(--second-color);
            border-radius: 24px;
            padding: 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            animation: fadeInUp 1s ease-out both;
            height: 100%;
        }

        .counter-card:nth-child(1) { animation-delay: 0.2s; }
        .counter-card:nth-child(2) { animation-delay: 0.4s; }
        .counter-card:nth-child(3) { animation-delay: 0.6s; }
        .counter-card:nth-child(4) { animation-delay: 0.8s; }

        .counter-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #fff, var(--main-color));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }

        .counter-card:hover::before {
            transform: scaleX(1);
        }

        .counter-card:hover {
            transform: translateY(-15px);
            background: var(--second-color);
            border-color: rgba(255, 255, 255, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 60px rgba(20, 184, 166, 0.1);
        }

        /* Icon Circle */
        .icon-circle {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            position: relative;
            background: linear-gradient(135deg, rgba(20, 184, 166, 0.6), rgba(245, 158, 11, 0.2));
            border: 2px solid rgba(255, 255, 255, 0.1);
            transition: all 0.5s ease;
        }

        .counter-card:hover .icon-circle {
            transform: scale(1.1) rotate(10deg);
            border-color: rgba(20, 184, 166, 0.5);
            box-shadow: 0 0 30px rgba(20, 184, 166, 0.3);
        }

        .icon-circle i {
            font-size: 2.5rem;
            color: #fff;
            transition: all 0.5s ease;
        }

        .counter-card:hover .icon-circle i {
            color: #f2f2f2;
        }

        /* Pulse Ring Animation */
        .icon-circle::after {
            content: '';
            position: absolute;
            inset: -5px;
            border-radius: 50%;
            border: 2px solid rgba(20, 184, 166, 0.8);
            animation: pulseRing 2s ease-out infinite;
        }

        @keyframes pulseRing {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(1.3); opacity: 0; }
        }

        /* Counter Number */
        .counter-number {
            font-size: 3.5rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
        }

        .counter-number .number {
            background: linear-gradient(135deg, #fff, #fff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .counter-number .suffix {
            font-size: 2rem;
            color: var(--second-color);
            font-weight: 700;
        }

        .counter-label {
            font-size: 1.125rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 8px;
        }

        .counter-desc {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.6;
        }

        /* Progress Ring */
        .progress-ring-container {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
        }

        .progress-ring {
            transform: rotate(-90deg);
        }

        .progress-ring-circle {
            fill: none;
            stroke: rgba(255, 255, 255, 0.1);
            stroke-width: 3;
        }

        .progress-ring-progress {
            fill: none;
            stroke: var(--secondary);
            stroke-width: 3;
            stroke-linecap: round;
            stroke-dasharray: 126;
            stroke-dashoffset: 126;
            transition: stroke-dashoffset 2s ease-out;
        }

        .counter-card:hover .progress-ring-progress {
            stroke-dashoffset: 0;
        }

            /* Progress Ring */
        .progress-ring-container {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
        }

        .progress-ring {
            transform: rotate(-90deg);
        }

        .progress-ring-circle {
            fill: none;
            stroke: rgba(255, 255, 255, 0.1);
            stroke-width: 3;
        }

        .progress-ring-progress {
            fill: none;
            stroke: var(--second-color);
            stroke-width: 3;
            stroke-linecap: round;
            stroke-dasharray: 126;
            stroke-dashoffset: 126;
            transition: stroke-dashoffset 2s ease-out;
        }

        .counter-card:hover .progress-ring-progress {
            stroke-dashoffset: 0;
        }

.why-why-us
{
  width: 50px;
  height: 50px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-top: 5px solid var(--second-color);
}
.why-why-us span 
{
  color: #fff;
  font-weight: 600;
}
.why-img{
    overflow:hidden;
    position:relative;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top:8px solid var(--main-color);
    border-bottom:8px solid var(--main-color);
    transition:0.4s ease;
}

.why-img .image{
    width:100%;
    transition:0.5s ease;
    display:block;
}

/* Hover Effect */
.why-img:hover{
    border-bottom:8px solid var(--second-color);
    border-top:8px solid var(--second-color);
}

.why-img:hover .image{
    transform:scale(1.1);
}
.gallerySlider{
    padding-bottom:60px;
}

.gallerySlider figure{
    overflow:hidden;
    border-radius:15px;
    margin:0;
}

.gallerySlider img{
    width:100%;
  /*  height:320px;
    object-fit:cover;*/
    transition:0.5s;
}

.gallerySlider figure:hover img{
    transform:scale(1.1);
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev{
    color:#025056;
    width:45px;
    height:45px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
    font-weight:bold;
}

/* Pagination */
.swiper-pagination-bullet{
    background:#025056;
    opacity:0.5;
}

.swiper-pagination-bullet-active{
    opacity:1;
    width:25px;
    border-radius:20px;
}

/* ========================= */
.faq-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

/* Paw Background */
.faq-section::before{
    content:" 🩺  🩺 🩺 🩺 🩺 🩺 🩺 🩺";
    position:absolute;
    inset:0;
    font-size:90px;
    line-height:220px;
    letter-spacing:120px;
    opacity:0.05;
    z-index:0;
}

/* ========================= */
.section-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--main-color);
    color:#fff;
    padding:10px 35px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
    position:relative;
}

.section-tag::before,
.section-tag::after{
    content:"";
    width:18px;
    height:18px;
    background:var(--main-color);
    border-radius:50%;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.section-tag::before{
    left:-8px;
}

.section-tag::after{
    right:-8px;
}

/* ========================= */
.section-title11 h5{
    font-size:60px;
    font-weight:800;
    color:var(--main-color);
    margin-bottom:60px;
}

.section-title11 span{
    color:var(--second-color);
    font-style:italic;
    position:relative;
}

.section-title11 span::after{
    content:"";
    position:absolute;
    width:100%;
    height:4px;
    background:var(--second-color);
    left:0;
    bottom:5px;
}

/* ========================= LEFT BOX */
.help-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:25px;
    padding:60px 40px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    animation:fadeUp 1s ease;
}

.help-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.help-icon{
    width:90px;
    height:90px;
    margin:auto;
    background:#02505629;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:45px;
    color:var(--main-color);
    margin-bottom:25px;
}

.help-box h3{
    font-size:25px;
    color:#071b4f;
    font-weight:700;
    line-height:1.4;
    margin-bottom:20px;
}

.help-box p{
    font-size:19px;
    line-height:1.8;
    color:#5d6779;
    margin-bottom:35px;
}

.contact-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:var(--main-color);
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:60px;
    font-weight:600;
    font-size:18px;
    transition:0.4s;
}

.contact-btn:hover{
    background:var(--second-color);
    color:#fff;
    transform:translateY(-5px);
}

/* ========================= INFO BOX */
.info-box{
    margin-top:30px;
    background:var(--main-color);
    border-radius:25px;
    padding:35px;
    position:relative;
    overflow:hidden;
    animation:fadeUp 1.2s ease;
}

.info-box::before{
    content:"";
    position:absolute;
    width:140px;
    height:140px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    right:-40px;
    bottom:-40px;
}

.info-flex{
    display:flex;
    align-items:center;
    gap:25px;
}

.call-icon{
    width:80px;
    height:80px;
    background:var(--second-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
}

.info-box span{
    color:#fff;
    opacity:0.8;
    display:block;
    margin-bottom:5px;
}

.info-box h4{
    color:#fff;
    font-size:20px;
    font-weight:700;
}

/* ========================= FAQ */
.accordion-item{
    border:none;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:25px;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,0.04);
    animation:fadeLeft 1s ease;
}

.accordion-button{
    background:#fff;
    font-size:18px;
    font-weight:700;
    color:#071b4f;
    padding:28px 30px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:#fff;
    color:#071b4f;
}

.accordion-button::after{
    background-image:none;
    content:"+";
    width:30px;
    height:30px;
    background:var(--second-color);
    border-radius:50%;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.accordion-button:not(.collapsed)::after{
    content:"−";
    background:var(--main-color);
}

.accordion-body{
    padding:0 30px 30px;
    font-size:15px;
    line-height:1.8;
    color:#5d6779;
}

/* ========================= ANIMATION */
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes fadeLeft{
    from{
        opacity:0;
        transform:translateX(50px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

/* ========================= RESPONSIVE */
@media(max-width:1200px){

    .section-title{
        font-size:48px;
    }

    .accordion-button{
        font-size:22px;
    }

    .help-box h3{
        font-size:32px;
    }
}

@media(max-width:991px){

    .faq-section{
        padding:70px 0;
    }

    .section-title{
        font-size:38px;
    }

    .help-box{
        margin-bottom:40px;
    }

    .accordion-button{
        font-size:20px;
        padding:22px;
    }
}

@media(max-width:576px){

    .section-title{
        font-size:30px;
    }

    .accordion-button{
        font-size:17px;
    }

    .help-box h3{
        font-size:26px;
    }

    .help-box p{
        font-size:16px;
    }

    .info-box h4{
        font-size:24px;
    }

    .info-flex{
        flex-direction:column;
        text-align:center;
    }
}
.services_img {
    overflow: hidden;
    border-radius: 10px;
}

.services_img img {
    width: 100%;
    transition: transform 0.5s ease;
}

.services_img:hover img {
    transform: scale(1.1);
}
.title_heading
{
  color: #025056;
  font-weight: 700;
  font-size: 3rem;
}


@media(max-width:576px){
  .title_heading
{
  font-size: 1.9rem;
}
.header-logo
{
  height: 70px;
}
.doctor-section {
    
    padding: 32px 0;
   
}
}