/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
:root {
    --primary-color: #55be9d;
    --secondary-color: #f0eeed;
    --text-color: #676767;
    --accent-color: #95979d;
    --white-color: #FFFFFF;
    --divider-color: #CD5F371A;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);
    --default-font: 'Azo Sans', sans-serif;
    --accent-font: 'Azo Sans', sans-serif;
}
body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: var(--text-color);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bilmond', sans-serif !important;
	font-weight: 400 !important;
}
#ast-scroll-top{
	display: none !important;
} 
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
#preloader.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	/* max-width: 120px; */
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
@media(min-width:1200px) and (max-width:1300px){
	.e-con>.e-con-inner{
		max-width: 1140px;
	}
	.feature-item h5{
		font-size: 14px !important;
	}
}
.bg-section{
	width: 100%;
	max-width: 1800px !important;
	margin: 0 auto;
	background-color: var(--secondary-color);
	border-radius: 30px;
}
@media only screen and (max-width: 1800px){

	.bg-section{
		width: calc(100% - 100px);
		margin-left: 50px;
		margin-right: 50px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 1560px){

	.bg-section{
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 991px){
	.bg-section{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 0;
	}
}
.bg-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 767px) {
    .bg-section {
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center !important;
    }
}
.elementor-location-header .bg-section {
    background: transparent;
    max-width: 1720px;
}
.header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}
.header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-top: none;
    border-radius: 0 0 20px 20px;
}
p {
    line-height: 1.6em;
    margin-bottom: 1.5em;
}
.theme-btn a{
	border: 1px solid #35B89F !important;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 768px) {
.feature-grid {
  
    margin-top: 15px;
}
}

.feature-item {
    background: #808080;
    padding: 10px;
    border-radius: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/* .feature-item:hover {
    background: #808080;
    transform: translateY(-5px);
} */
.feature-item h5 {
    font-size: 1.3rem;
	color: #fff !important;
}
.feature-item:hover svg, .feature-item:hover h5{
    color: #fff !important;
	fill: #fff !important;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.card {
    background: #67676717;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 25px #67676740;
    transition: 0.3s;
}
.symptoms-require .card {
	padding: 20px;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px #676767;
}
.icon-list{
list-style:none;
padding:0 !important;
	margin: 0 !important;
}

.icon-list li{
margin-bottom:12px;
display:flex;
align-items:center;
font-size:16px;
}

.icon-list i{
color:#55be9d;
margin-right:12px;
font-size:16px;
}
.icon-list-list{
	list-style:none;
padding:0 !important;
	margin: 0;
}
.icon-list-list li{
margin-bottom:12px;
display:flex;
align-items:center;
font-size:16px;
}
.icon-list-list i{
background: #55be9d;
    color: white;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
	margin-right: 12px;
}
.icon-list-list li:before{
	content: "✔";
    background: #55be9d;
    color: white;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
	margin-right: 12px;
}
.disease-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.disease-item {
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: left;          /* keep text left aligned inside */
}

.disease-item span {
  flex: 1;                  /* take full remaining width */
	line-height: 1.5;
}

.disease-item::before {
  content: "✔";
  background: #55be9d!important;
  color: #fff!important;
 -webkit-text-fill-color: #ffffff !important; /* iPhone fix */
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 767px) { 
  /* Hide the old default tick if necessary */
  .disease-item::after { 
    content: none !important; 
  } 

  .disease-item::before{ 
    /* \2714 is the checkmark, \FE0E forces it to stay white text on iOS */
    content: "\2714\FE0E" !important; 
    
    background: #55be9d !important; 
    color: #ffffff !important; 
    -webkit-text-fill-color: #ffffff !important; 
    
    width: 26px; 
    height: 26px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%; 
    font-size: 14px; 
    flex-shrink: 0;
    
    /* Optional: adds space between the tick and your text */
    margin-right: 10px; 
  }
	
}
@media (max-width: 767px){
.icon-list-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.icon-list-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

/* This targets the icon if you use <i> tag */
.icon-list-list i {
  background: #55be9d;
   color: #ffffff !important; 
    -webkit-text-fill-color: #ffffff !important; 
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 12px;
}

/* This targets the icon if you use the :before method */
.icon-list-list li:before {
  /* \2714 is ✔, \FE0E forces it to stay white text on iOS */
  content: "\2714\FE0E"; 
  
  background: #55be9d;
  color: #fff;
  -webkit-text-fill-color: white !important; /* iPhone fix */
  
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 12px;
}
}

@media (max-width: 768px) {
  .disease-grid {
    grid-template-columns: 1fr!important;
  }
	
	
}


@media (max-width: 768px) {
  .treatment-grid {
    grid-template-columns: 1fr!important;
  }
}
.cardio-symptoms{
padding:50px 20px;
text-align:center;
}

.cardio-symptoms h2{
color:#55be9d;
margin-bottom:10px;
}

.symptom-desc{
max-width:700px;
margin:auto;
margin-bottom:20px !important;
	color: var(--primary-color);
}

.symptom-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:20px;
	max-width: 1100px;
    margin: 0 auto;
}

.symptom-item{
grid-column:span 2;
display:flex;
align-items:center;
gap:12px;
padding:16px;
background:white;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}
.symptom-item::before {
  content: "✔";
  background: #55be9d;
  color: white;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
}
@media(max-width:768px){
.symptom-grid{
grid-template-columns:repeat(2,1fr);
}
.symptom-item{
grid-column:span 1;
}
}

.cardiologist-network{
padding:50px 20px;
text-align:center;
background:#fff;
}

.cardiologist-network h2{
color:#55be9d;
margin-bottom:10px;
}

.network-desc{
max-width:750px;
margin:auto;
margin-bottom:50px;
}

.network-features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
max-width:1100px;
margin:auto;
}

.network-item{
padding:25px;
background:white;
border-radius:10px;
box-shadow:0 6px 20px rgba(0,0,0,0.05);
}

.network-item i{
font-size:26px;
color:white;
background:#55be9d;
width:50px;
height:50px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:0 auto 15px;
}

.network-item h4{
margin-bottom:10px;
}

.network-footer{
margin-top:40px;
font-weight:500;
}

.network-btn{
display:inline-block;
margin-top:20px;
padding:12px 26px;
background:#55be9d;
color:white;
border-radius:25px;
text-decoration:none !important;
font-weight:600;
}
.network-btn:hover{
	background: white;
	color: #55be9d;
	border: 1px solid #55be9d;
}
/* Tablet */
@media (max-width: 992px){
  .network-features{
    grid-template-columns: repeat(2,1fr);
  }
}

/* Mobile */
@media (max-width: 600px){
  .network-features{
    grid-template-columns: 1fr;
  }

  .cardiologist-network{
    padding:40px 20px;
  }

  .network-item{
    padding:20px;
  }

  .network-item i{
    width:45px;
    height:45px;
    font-size:22px;
  }

  .network-btn{
    padding:10px 22px;
  }
}
.heart-cost{
  text-align:center;
}

.heart-cost h2{
  color:#676767;
  margin-bottom:15px;
}

.cost-desc {
    max-width: 700px;
    margin: auto;
    margin-bottom: 25px !important;
    font-size: 16px;
}

.cost-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 25px;
}
.cost-cta p{
	margin-bottom: 10px !important;
}
.cost-item{
  background:white;
  padding:25px;
  border-radius:10px;
  box-shadow:0 6px 20px rgba(0,0,0,0.05);
  transition:transform 0.3s;
}

.cost-item:hover{
  transform:translateY(-5px);
}

.cost-item i{
  font-size:28px;
  color:white;
  background:#55be9d;
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin: 0 auto 15px auto;
}

.cost-item h4{
  margin-bottom:10px;
  font-size:18px;
	    color: #676767;
}

.cost-item p{
  font-size:14px;
  color:#555;
}

.cost-cta{
/*   max-width:600px; */
  margin:auto;
}

.medical-tourism-horizontal{
  padding:50px 20px;
  background:#fff;
  text-align:center;
}

.medical-tourism-horizontal h2{
  color:#55be9d;
  margin-bottom:30px;
}

.timeline-desc{
  max-width:700px;
  margin:auto;
  margin-top:30px;
  font-size:16px;
	margin-bottom: 0 !important;
}

.steps-numbers{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  max-width:1100px;
  margin:auto;
  margin-bottom:30px;
  position:relative;
  align-items:center;
}

.steps-numbers::before{
  content:'';
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:4px;
  background:#55be9d;
  transform:translateY(-50%);
  z-index:0;
  border-radius:2px;
}

.step-number{
  background:#55be9d;
  color:white;
  width:50px;
  height:50px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:700;
  z-index:1;
  margin:auto;
}

.steps-content{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
  max-width:1100px;
  margin:auto;
}

.step-content{
  background:#f2fbf9;
  padding:20px;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
  text-align:left;
}

.step-content h4{
  color:#55be9d;
  margin-bottom:8px;
}

.step-content p{
  font-size:14px;
  color:#555;
}
.mobile-step{
display:none;
}

/* Responsive for tablets/mobile */
@media(max-width:992px){
  .steps-content{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:575px){
  .steps-content{
    grid-template-columns:repeat(1,1fr);
  }	
}
/* Tablet (992px to 601px) */
@media(max-width:992px){
  
  /* Hide top numbers row */
  .steps-numbers{
    display:none;
  }

  /* Step number inside each content box */
  .step-content{
    position:relative;
    padding-left:60px; /* space for the number */
  }

  .mobile-step{
    display:flex;
    position:absolute;
    left:15px;
    top:20px;
    width:35px;
    height:35px;
    background:#55be9d;
    color:white;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
  }

}

.intl-patient-services{
  padding:50px 20px;
  text-align:center;
}

.intl-patient-services h2{
  color:#676767;
  margin-bottom:10px;
}

.services-desc{
  max-width:700px;
  margin:auto;
  margin-bottom:50px;
  font-size:16px;
}
.sympton-description{
	margin-top: 20px;
	margin-bottom: 0 !important;
}
/* Two-column simple list */
.services-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 240px;
    justify-items: start;
    margin-bottom: 30px;
    max-width: 900px;
    margin: 0 auto !important;
}

.services-list li {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    color: #676767;
    line-height: 1.5;
}

.services-list i {
  color: #55be9d;
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

.services-footer{
  margin-top:20px;
  font-weight:500;
  font-size:16px;
	margin-bottom: 0 !important;
}

/* Responsive */
@media(max-width:992px){
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .services-grid{
    grid-template-columns:1fr;
  }
}

.uae-cardio-section{
  padding:60px 20px;
  background:#f6fbfa;
}

.uae-cardio-container{
  max-width:1000px;
  margin:auto;
}

.uae-cardio-title{
  text-align:center;
  color:#55be9d;
  font-size:32px;
  margin-bottom:20px;
}

.uae-cardio-intro{
  text-align:center;
  font-size:17px;
  line-height:1.7;
  color:#444;
  margin-bottom:40px;
}

.uae-cardio-box{
  background:#fff;
  padding:25px;
  margin-bottom:25px;
  border-left:6px solid #55be9d;
  border-radius:6px;
  box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.uae-cardio-box h2{
  color:#55be9d;
  margin-bottom:12px;
  font-size:22px;
}

.uae-cardio-box p{
  font-size:16px;
  line-height:1.7;
  color:#444;
  margin-bottom:12px;
}

.contact-info a{
	text-decoration: none !important;
}

.hero.hero-bg-image.hero-slider-layout {
    background: none;
    padding: 0;
}
.hero{
	position: relative;
	/* background-image: url('../images/hero-bg-shape.svg'); */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 144px 0 0 0;
	overflow: clip;
}

.hero.hero-bg-image{
	position: relative;
	background: url('../images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 200px 0;
}

.hero.hero-bg-image::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: var(--primary-color);
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-slides h1{
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
	cursor: none;
	color: #fff;
	font-weight: 500;
}
@media(max-width:767px){
	.home-slides h1 {
		font-size: 30px;
	}	
}
.home-slides p{
	margin-top: 20px;
	margin-bottom: 0;
}

/* overlay on slide background */
.home-slides .swiper-slide-bg::after{
    content:'';
    position:absolute;
    inset:0;
    background: #0a217459;
	opacity: 60%;
	width: 100%;
	height: 100%;
    z-index:1;
    pointer-events:none;
}

/* ensure background can hold pseudo element */
.home-slides .swiper-slide-bg{
    position:absolute;
}

/* content above overlay */
.home-slides .swiper-slide-contents{
    position:relative;
    z-index:2;
}
.hero.hero-bg-image.hero-slider-layout .swiper-pagination{
	position: absolute;
    bottom: 50px;
	text-align: left;
	left: 50px;
	z-index: 2;
}

.hero.hero-bg-image.hero-slider-layout .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--dark-divider-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-bg-image.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}
/* Paragraph should not show hand pointer */
.home-slides p{
	cursor: text;
}

/* Button should show click pointer */
.home-slides .elementor-button{
	cursor: pointer;
}
.home-slides .elementor-button {
		position: relative;
	display: inline-block !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	background: #34bba1 !important;
	color: var(--white-color) !important;
	border-radius: 100px;
	padding: 17px 25px;
	/* margin-right: 50px; */
	    margin-right: 0;
	border: none !important;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	top: 7px;
}
.home-slides .elementor-button::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -56px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--white-color);
	background-image: url('/wp-content/uploads/2026/03/arrow-primary.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.home-slides .elementor-button:hover::before{
	transform: translateY(-50%) rotate(45deg);
}

.home-slides .elementor-button::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  	left: 50%;
  	right: 50%;
  	opacity: 0;
	background: var(--primary-color);
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.home-slides .elementor-button:hover{
	color: var(--primary-color) !important;
}  
.home-slides .elementor-button:hover::after{
	left: 0;
  	right: 0;
	opacity: 1;
		background: var(--white-color);
}
.slide-btn-wrap {
  margin-top: 15px;
  display: flex;
  gap: 80px;
}
.slide-features {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  color: #fff;
}

.slide-features span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

/* Optional custom check icon */
.slide-features span::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #34bba1;
  font-weight: bold;
}
.btn-primary{
		position: relative;
	display: inline-block !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	background: #34bba1 !important;
	color: var(--white-color) !important;
	border-radius: 100px;
	padding: 17px 25px;
	/* margin-right: 50px; */
	    margin-right: 0;
	border: none !important;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	top: 7px;	
}
.btn-primary::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -56px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--white-color);
	background-image: url('/wp-content/uploads/2026/03/arrow-primary.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.btn-primary:hover::before{
	transform: translateY(-50%) rotate(45deg);
}

.btn-primary::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  	left: 50%;
  	right: 50%;
  	opacity: 0;
	background: var(--primary-color);
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.btn-primary:hover{
	color: var(--primary-color) !important;
}  
.btn-primary:hover::after{
	left: 0;
  	right: 0;
	opacity: 1;
		background: var(--white-color);
}
.contact-scroll {
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 9;
}
.contact-scroll.show .anim {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.contact-scroll .anim {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    height: auto;
	display: flex;
    justify-content: flex-end;
}
.contact-scroll .icon-scroll.what-chat {
    border: 0;
    background: none;
    background: none;
    border: 0;
    width: 46px;
    height: 60px;
    margin-bottom: 0;
    border-radius: 0;
}

.contact-scroll .icon-scroll.what-chat:hover {
     width: 46px;
    border-radius: 0;
}

.contact-scroll .icon-scroll.what-chat img{
  width: 100%;
}
.contact-scroll .icon-scroll {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    background: var(--primary-color);
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #fff;
}
.icon-scroll.what-chat a {
    padding: 0px;
}
.contact-scroll .icon-scroll a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
	
}
.icon-scroll.what-chat a .ics {
    width: 56px;
    height: 69px;
    margin-left: 1px;
}
.contact-scroll .icon-scroll a div {
    width: 27px;
    height: 27px;
    margin-left: 10px;
}
.ics svg {
    fill: #fff;
    width: 100%;
    height: auto;
}
.ics svg {
    fill: #fff;
    width: 100%;
    height: auto;
}
.contact-scroll .icon-scroll a span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    
    font-weight: 400;
    text-transform: none;
    display: block;
    position: absolute;
    left: -200px;
    opacity: 0;
    min-width: 200px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	right: auto;
}
.contact-scroll .icon-scroll:hover {
    width: 240px;
    border-radius: 0;
}
.contact-scroll .icon-scroll:hover a {
    text-decoration: none;
}.contact-scroll .icon-scroll:hover a span {
    left: 50px;
    opacity: 1;
	
}
.icon-scroll.what-chat a .ics {
    width: 56px;
    height: 69px;
    margin-left: 1px;
}
.icon-scroll.what-chat a {
    padding: 0px;
}
.our-services {
    /* background-image: url(../images/service-bg-shape.svg); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 100px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--accent-font);
    font-weight: 400;
    line-height: 1.2em;
}
.section-title h2 {
    font-size: 30px;
    margin-bottom: 0;
    cursor: none;
	    font-weight: 400 !important;
    line-height: 1.2em !important;
	    color: #676767 !important;
}
.service-item {
    background-color: var(--white-color);
    border-radius: 15px 15px 30px 30px;
    height: calc(100% - 55px) !important;
    margin-bottom: 14px;
    padding: 1px;
}
.service-content {
    margin-bottom: 30px;
}
.service-content-title {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

.service-content-title h2 {
    width: calc(100% - 0px);
    font-size: 16px;
    text-transform: capitalize;
    /* line-height: 1.4em; */
    padding: 18px 12px 0px 12px;
    text-align: center;
    min-height: 54px;
	margin: 0 !important;
    font-family: var(--accent-font);
    font-weight: 400 !important;
    line-height: 1.2em !important;
    color: #676767 !important;
}
@media (max-width: 767px){
.service-content-title h2 {
    
    padding: 18px 12px 10px 12px;
    
}
}

.service-content-title h2 a {
    color: inherit;
}
a {
    text-decoration: none !important;
}
.image-anime {
    position: relative;
    overflow: hidden;
	margin: 0;
	border-radius: 30px;
	isolation: isolate;
}
.service-image img {
    width: 100%;
    aspect-ratio: 1 / 0.667;
    object-fit: cover;
/*     border-radius: 11px; */
    transition: all 0.5s ease-out;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-item:hover .service-image img{
	transform: scale(1.1);
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.btn-default a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 1em;
	text-transform: capitalize;
	background: #34bba1;
	color: var(--white-color) !important;
	border-radius: 100px;
	padding: 17px 25px;
	/* margin-right: 50px; */
	    margin-right: 0;
	border: none;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	top: 7px;
}

.btn-default a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -56px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #34bba1;
	background-image: url('/wp-content/uploads/2026/03/arrow-white-2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.btn-default a:hover::before{
	transform: translateY(-50%) rotate(45deg);
	
}

.btn-default a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  	left: 50%;
  	right: 50%;
  	opacity: 0;
	background: var(--primary-color);
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
  
.btn-default a:hover::after{
	left: 0;
  	right: 0;
	opacity: 1;
}
@media only screen and (max-width: 991px){

	.btn-default a{
		padding: 15px 20px;
		margin-right: 46px;
	}

	.btn-default a::before{
		/*right: -46px;*/
		 right: -53px;
		width: 46px;
		height: 46px;
	}
}

.page-header-box h1 {
    display: inline-block;
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    cursor: none;
	line-height: 1.2em !important;
}
.page-header {
    position: relative;
    background-position: center center;
    background-size: cover;
/*     padding: 107px 0; */
	height: 450px;
}
@media only screen and (max-width: 991px) {
    .page-header {
        padding: 60px 0;
		height: 250px;
    }
}
.breadcrumbs .elementor-icon-list-item + .elementor-icon-list-item .elementor-icon-list-text::before{
    content: ">>";
    color: var(--text-color);
    margin: 0 8px;
    font-weight: 400;
}
.breadcrumbs a{
	color: var(--text-color) !important;
}
.breadcrumbs a:hover{
	color: var(--primary-color) !important;
}
.value-bar{
    padding:100px 0 0 0;
    background:#ffffff;
}

.value-header{
    text-align:center;
    margin-bottom:45px;
}

.value-header h2{
        font-size: 30px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    color: #676767 !important;
}

.value-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.value-item{
    padding:30px 25px;
    border-radius:10px;
    border:1px solid #eee;
    text-align:center;
    transition:0.3s;
}

.value-item h3{
    color:var(--primary-color);
    margin-bottom:12px;
    font-size:18px;
	    height: 42px;
	font-weight: 600 !important;
}

.value-item p{
    color: var(--text-color);
    font-size:16px;
    line-height:1.6;
	    text-align: left;
	margin-bottom: 10px;
}
.more-text {
	text-align: left;
}
.read-toggle {
    color:var(--primary-color);
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
	 font-size: 15px;
}
.read-toggle:hover, .read-toggle:focus {
    color:var(--primary-color);
}
.value-item:hover{
    border-color:var(--primary-color);
    transform:translateY(-6px);
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

/* responsive */

@media (max-width:1024px){
.value-container{
grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:600px){
.value-container{
grid-template-columns:1fr;
}
}

.about-us-images {
    /* background: url(../images/about-us-image-bg-shape.svg) no-repeat; */
    background-position: top 30px left 70px;
    background-size: 76px auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
	position: relative;
	height: 708px;
}
.about-img-1 {
    position: relative;
    padding-left: 240px;
}
.about-img-2, .about-img-1 {
    width: 100%;
}
.about-img-2 .image-anime img, .about-img-1 .image-anime img {
    aspect-ratio: 1 / 1.257;
}
.about-img-2 .image-anime, .about-img-1 .image-anime
 {
    display: block;
    border-radius: 30px;
}
.about-img-2 img, .about-img-1 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.company-experience-circle-home {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(100%, 50%);
    border-radius: 50%;
    z-index: 2;
}
.company-experience-circle {
    position: absolute;
    right: 50%;
    bottom: 150px;
    transform: translate(100%, 50%);
    border-radius: 50%;
    z-index: 2;
}
@media(max-width:767px){
	.company-experience-circle {
    	right: 53%;
		bottom: 75px;
	}
}
.logo-circle {
    position: relative;
    width: 240px;
    height: 240px;
    margin: auto;
    z-index: 9;
}
.company-experience-circle-home img {
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
    /* animation: infiniterotate 25s infinite linear; */
    z-index: 9;
}
.company-experience-circle img {
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
    /* animation: infiniterotate 25s infinite linear; */
    z-index: 9;
}
.center-logo {
    position: absolute;
    width: 120px !important;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circular-text {
    animation: rotateText 20s linear infinite;
}

.circular-text {
    width: 100%;
    height: 100%;
}
@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.about-img-2 {
    max-width: 360px;
    margin-top: -312px;
}
@media only screen and (max-width: 991px) {
    .about-us-images {
        background-size: 60px auto;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
		height: auto;
    }
	.about-img-2 .image-anime, .about-img-1 .image-anime, .about-img-2 img, .about-img-1 img {
        border-radius: 20px;
    }
	.company-experience-circle img {
        max-width: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-images {
        background-position: top 30px left 40px;
        background-size: 40px auto;
        max-width: 100%;
    }
	    .about-img-1 {
        padding-left: 145px;
    }
	    .company-experience-circle img {
        max-width: 100px;
    }
	.about-img-2 {
        max-width: 200px;
        margin-top: -150px;
    }
}
.section-title h3{
	display: inline-block;
	position: relative;
	font-family: var(--default-font);
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.7em !important;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent-color) !important;
	/* padding-left: 34px; */
	margin-bottom: 10px !important;
}

.section-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
.about-us-body {
    background: var(--secondary-color);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin-top: 40px;
}
.about-us-body .btn-default a::before, .about-us-body .btn-default a::after{
	display: none;
}


.journey-header{
    text-align:center;
    margin-bottom:50px;
}
.journey-header h2{
	font-size: 30px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    color: #676767 !important;
}

.journey-header h3{
    color: var(--primary-color);
    margin: 12px 0;
    font-size: 18px;
}
.journey-grid{
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.journey-card{
    background:#fff;
    border:1px solid #eee;
    padding:30px;
    border-radius:12px;
    transition:0.3s;
}

.journey-card:hover{
    border-color: var(--primary-color);
    transform:translateY(-5px);
}

.journey-card h3{
    color: var(--primary-color);
    margin: 12px 0;
    font-size: 18px;
}

.journey-card p{
    font-size:16px;
    color:var(--text-color);
}

/* NEW CLASS */

.journey-step-number{
    width:40px;
    height:40px;
    background:var(--primary-color);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-weight:bold;
}

/* TABLET */

@media(max-width:991px){
    .journey-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* MOBILE */

@media(max-width:600px){
    .journey-grid{
        grid-template-columns:1fr;
    }
}

.why-ezee-medical{
padding:50px 20px;
}

.section-header{
text-align:center;
margin-bottom:40px;
}
.section-header h2{
	font-size: 30px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    color: #676767 !important;
}
.section-header h3{
	color: var(--primary-color);
    margin: 12px 0 0 0;
    font-size: 18px;
}
.why-ezee-grid{
max-width:900px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.why-item{
background:#fff;
padding:20px 25px;
border-radius:8px;
border:1px solid #eee;
font-weight:500;
	display: inline-flex;
	min-height: 91px;
    align-items: center;
}
.why-item img{
	margin-right: 10px !important;
}
.closing-line{
text-align:center;
margin-top:40px;
font-weight:500;
}

@media(max-width:768px){
.why-ezee-grid{
grid-template-columns:1fr;
}
}



.hospital-container{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
gap:50px;
flex-wrap:wrap;
}

.hospital-left{
flex:1;
}

.hospital-left h2{
	font-size: 30px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    color: #676767 !important;
}

.hospital-left h3{
	color: var(--primary-color);
    margin: 12px 0 !important;
    font-size: 18px;
}

.hospital-right{
flex:1;
}

.hospital-features{
background:#fff;
border:1px solid #eee;
padding:30px;
border-radius:10px;
list-style:none;
}

.hospital-features li{
padding:10px 0;
font-size:16px;
border-bottom:1px solid #f0f0f0;
}

.hospital-features li:last-child{
border-bottom:none;
}

@media(max-width:768px){

.hospital-container{
flex-direction:column;
}
}

.intro-video {
    border-radius: 30px;
    overflow: hidden;
}
.intro-video-box {
    position: relative;
    overflow: hidden;
    height: 651px;
}
.intro-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.intro-bg-video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    border-radius: 30px;
    opacity: 40%;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.intro-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-video-box .elementor-widget-html{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-video-box .video-play-button{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.intro-video-box .video-play-button a {
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
}
.video-play-button a {
    border: 2px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    transition: all 0.3s ease-in-out;
}
.intro-video-box .video-play-button a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.our-testimonials {
/*     background-image: url(../images/testimonials-bg-shape.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 54px 0;
    background-color: #3dbfa1;
/*     margin-top: 60px; */
}
.dark-section .section-title h3 {
    color: var(--white-color) !important;
}
.dark-section .section-title h2 {
    color: var(--white-color) !important;
}
.testimonial-slider .swiper-wrapper {
    cursor: none;
}
.testimonial-item-content{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.testimonial-item-content p{
	color: var(--white-color);
	margin: 0;
}

.testimonial-author{
	display: flex;
	/*align-items: center;*/
	align-items: left;
}
.testimonial-author .author-content{
	width: calc(100% - 60px);
/* 	text-align: center; */
}

.testimonial-author .author-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 5px;
}

.testimonial-author .author-content p{
	color: var(--white-color);
	margin: 0;
}
.testimonial-author .author-content .elementor-widget-text-editor{
	color: var(--white-color);
	margin: 0;
}
.testimonial-rating {
  margin-top: 10px;
  color: #FFD700;
  font-size: 24px; 
}

.testimonial-rating span {
  margin-right: 2px;
}
.testimonial-swiper {
  position: relative !important;
  padding-bottom: 40px !important; 
}

.testimonial-swiper .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  text-align: center;
}
.testimonial-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--dark-divider-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}
.testimonials .swiper{
	padding-bottom: 40px !important;
}
.testimonials .swiper-pagination {
  position: absolute;
  bottom: 0 !important; 
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center;
}

.testimonials .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--dark-divider-color);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

.testimonials .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
.banner-statistics .elementor-widget-counter{
    flex:1;
    text-align:center;
    position:relative;
    padding:0 20px;
}

/* vertical divider */

.banner-statistics .elementor-widget-counter:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:20%;
    width:1px;
    height:60%;
    background:#e5e5e5;
}

 @keyframes rotate-scale-down {
 0% {
 -webkit-transform: scale(1) rotateZ(0);
 transform: scale(1) rotateZ(0);
}
 50% {
 -webkit-transform: scale(0) rotateZ(180deg);
 transform: scale(0) rotateZ(180deg);
}
 100% {
 -webkit-transform: scale(1) rotateZ(360deg);
 transform: scale(1) rotateZ(360deg);
}
}

/* Step icon */
.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #55be9d;
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s;
	margin: 0 auto;
}
.cardiology-step .elementor-icon{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #55be9d;
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s;
	margin: 0 auto;
}
.cardiology-step:hover .elementor-icon {
  animation: rotate-scale-down 0.45s linear both;
}
.cardiology-step-details{
	text-align: center;
	margin-top: 10px;
}
/* Step details */
.cardiology-step-details h4 {
  color: var(--primary-color);
	margin-bottom: 10px;
	font-size: 18px;
	padding-bottom: 50px!important;
	height: 42px!important;
	
}
.cardiology-step-details h3{
	margin-bottom: 10px;
	    font-size: 18px;
		    color: #676767;
	padding-bottom: 12px;
    padding-top: 12px;
}
.cardiology-step-details p{
	margin-bottom: 10px;
}
/* Card hover background */
.cardiology-step:hover {
  background: #c0e5d7;
}

/* Icon animation on hover */
.cardiology-step:hover .step-icon {
  animation: rotate-scale-down 0.45s linear both;
}


/* Grid layout */
.cardiology-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* Step card */
.cardiology-step {
  display: block;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 768px) {
  .cardiology-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* Remove any full border */
.elementor-widget-n-accordion .e-n-accordion-item {
  border: none;
  margin: 0; /* optional: adjust spacing */
  padding: 0;
  overflow: visible;
}

/* Add a separator line between items */
.elementor-widget-n-accordion .e-n-accordion-item + .e-n-accordion-item {
  border-top: 1px solid #ccc; /* separator line */
}


/* Remove default marker */
.elementor-widget-n-accordion summary::-webkit-details-marker {
  display: none;
}

.cf7-form{
max-width:650px;
margin:auto;
}

.cf7-row{
display:flex;
gap:15px;
margin-bottom:15px;
}

.cf7-col{
flex:1;
}

.cf7-isd{
width:120px;
}

.cf7-phone{
flex:1;
}

.cf7-input,
.cf7-textarea{
width:100%;
padding:12px 15px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
box-sizing:border-box;
}

.cf7-textarea{
height:120px;
resize:vertical;
}

.cf7-input:focus,
.cf7-textarea:focus{
outline:none;
border-color:#55be9d !important;
}

.cf7-btn{
	position: relative;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1em;
/* 	text-transform: capitalize; */
	background: #34bba1 !important;
	color: var(--white-color) !important;
	border-radius: 100px !important;
	padding: 17px 25px !important;
	 margin-right: 50px; 
	   /* margin-right: 0;*/
	border: none !important;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	top: 7px;
}
.cf7-btn::before{
	content: "";
	position: absolute;
	top: 50%;
	right: -56px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #34bba1;
	background-image: url('/wp-content/uploads/2026/03/arrow-white-2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.cf7-btn:hover::before{
	transform: translateY(-50%) rotate(45deg);	
}
.cf7-btn::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  	left: 50%;
  	right: 50%;
  	opacity: 0;
	background: var(--primary-color);
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
  
.cf7-btn:hover::after{
	left: 0;
  	right: 0;
	opacity: 1;
}

.cf7-form p{
	margin-bottom: 0;
}
.cf7-submit{
text-align:center;
margin-top:10px;
}

/* Mobile */
@media(max-width:768px){

.cf7-row{
flex-direction:column;
}

.cf7-isd{
width:100%;
}

}

.get-a-quote a{
	width: 200px !important;
}

.about-footer-content a{
	color: #fff;
}
.about-footer-content a:hover{
	color: var(--primary-color);
}
.elementor-40 .elementor-element.elementor-element-7f14aa8 .elementor-nav-menu--main .elementor-item{
	margin-right: 15px;	
}
.elementor-40 .elementor-element.elementor-element-b1bb88d .elementor-nav-menu--main .elementor-item{
	margin-right: 15px;
}
.elementor-40 .elementor-element.elementor-element-7f14aa8 .elementor-nav-menu--main .elementor-item:hover{
	color: var(--primary-color);
}
.elementor-40 .elementor-element.elementor-element-b1bb88d .elementor-nav-menu--main .elementor-item:hover{
	color: var(--primary-color);
}
.elementor-40 .elementor-element.elementor-element-7f14aa8 .elementor-nav-menu--main .elementor-item-active{
	color: var(--primary-color);	
}
.elementor-40 .elementor-element.elementor-element-b1bb88d .elementor-nav-menu--main .elementor-item-active{
	color: var(--primary-color);	
}
.elementor-40 .elementor-element.elementor-element-7f14aa8 
.elementor-nav-menu--main .menu-item:not(:last-child)::after {
    content: "|";
    margin-right: 15px;
	margin-top: -4px;
    color: #fff;
}
.elementor-40 .elementor-element.elementor-element-b1bb88d 
.elementor-nav-menu--main .menu-item:not(:last-child)::after {
    content: "|";
    margin-right: 15px;
	margin-top: -4px;
    color: #fff;
}
.content-area .elementor-widget-theme-post-content h1, .content-area .elementor-widget-theme-post-content h2, .content-area .elementor-widget-theme-post-content h3, .content-area .elementor-widget-theme-post-content h4, .content-area .elementor-widget-theme-post-content h5, .content-area .elementor-widget-theme-post-content h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.about-image-section .about-us-images{
	height: auto;
}
.approach-image {
    position: relative;
    padding: 55px 6px 35px 70px;
    margin-left: 20px;
}
.approach-img-1 .image-anime {
    display: block;
    border-radius: 30px;
}
.approach-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 1.241;
    object-fit: cover;
    border-radius: 30px;
}
.approach-img-2 {
    max-width: 242px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 10px solid var(--secondary-color);
    border-radius: 999px;
    overflow: hidden;
    z-index: 1;
}
.approach-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.69;
    object-fit: cover;
}
.our-approach-body {
    background-color: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 40px;
}
.our-approach-body .elementor-icon-box-icon{
	    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-item .elementor-icon {
    position: relative;
    background: var(--primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-approach-body .elementor-icon-box-icon svg{
	position: relative;
    width: 100%;
    max-width: 34px;
    z-index: 1;
}
.contact-info-item .elementor-icon svg {
    position: relative;
    max-width: 26px;
    z-index: 1;
}
.our-approach-body .elementor-icon-box-icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}





@media (max-width: 767px) {
    .our-approach-body .elementor-icon-box-wrapper {
        text-align: center;
    }

    .our-approach-body .elementor-icon-box-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .our-approach-body .elementor-icon-box-icon span,
    .our-approach-body .elementor-icon-box-icon i,
    .our-approach-body .elementor-icon-box-icon svg {
        margin: 0 auto !important;
        display: block;
    }
}




.contact-info-item .elementor-icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.our-approach-body .elementor-widget-icon-box:hover .elementor-icon-box-icon::before {
    transform: scale(1);
}
.contact-info-item:hover .elementor-icon:before {
    transform: scale(1);
}
.team-image .image-anime {
    display: block;
    cursor: none;
    border-radius: 30px;
}
.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.187;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}
.team-item:hover .team-image img {
    transform: scale(1.1);
}
.trusted-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.trusted-item {
  display: flex;
  align-items: center;      /* vertical center */
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: left;          /* keep text left aligned inside */
}

.trusted-item span {
  flex: 1;                  /* take full remaining width */
}

.trusted-item::before {
  content: "✔";
  background: #55be9d;
  color: white;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .trusted-grid {
    grid-template-columns: 1fr;
  }
}
/*------------------------------------------------------------------------------------------------------*/

.trusted-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.trusted-item-001{
  display: flex;
  align-items: center;      /* vertical center */
  gap: 12px;
  padding: 14px 18px;
  background: #F0EEED;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  text-align: left;          /* keep text left aligned inside */
}

.trusted-item-001 span {
  flex: 1;                  /* take full remaining width */
}

.trusted-item-001::before {
  content: "✔";
  background: #55be9d;
  color: white;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .trusted-grid {
    grid-template-columns: 1fr;
  }
}

/*---------------------------------------------------------------------------------------------------------------------*/
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #575c60 !important;
}
.form-control, .form-select {
    height: 52px !important;
    border-radius: 8px !important; 
}
textarea.form-control {
    height: 120px !important;
}
.contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background-color: var(--white-color);
    border-radius: 40px;
    padding: 17px 20px !important;
    border: none;
    outline: none;
    box-shadow: none;
	    height: auto;
}
.contact-form-btn {
    text-align: center;
}
.contact-form-btn .btn-default {
    width: 100%;
    margin-right: 0;
	    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: #34bba1;
    color: var(--white-color);
    border-radius: 100px;
    padding: 17px 25px;
	border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    top: 7px;
}
.contact-form-btn .btn-default::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background: var(--primary-color);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.contact-form-btn .btn-default:hover::after {
    left: 0;
    right: 0;
    opacity: 1;
}
.map{
	height: 100%;
}
.google-map-iframe {
    height: 100%;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}
.google-map-iframe iframe {
    height: 100%;
    width: 100%;
}
.contact-form p{
	margin-bottom: 0 !important;
}
.home-about-content strong {
    display: inline-block;
	    margin: 0 0 10px 0;
}
.why-item .elementor-heading-title{
	display: inline-flex;
	align-items: baseline;
    line-height: 1.5;
}
.icon-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .icon-list-grid {
    grid-template-columns: 1fr;
  }
}
.get-a-quote .cf7-input{
	height: 52px;
	border-radius: 8px;
}
.get-a-quote p{
	margin-bottom: 1rem;
}

.btn-quote{
    margin-top: 20px;
    width: fit-content;
    background: #35b89f !important;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
	line-height: 1.5;
}
.btn-quote:hover{
	    color: #676767;
}
.btn-quote br{
	display: none;
}
.appointment-form {
    /* background: var(--secondary-color); */
    border-radius: 30px;
    padding: 40px;
}
.appointment-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background-color: #ffffff;
    border-radius: 8px !important;
    padding: 17px 20px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
}
.get-a-quote .form-control {
    background-color: #ffffff;	
}
.appointment-form select.form-control {
    appearance: auto; /* brings back default arrow */
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.appointment-form .cf7-input{
	height: 52px;
	border-radius: 8px;
}
.appointment-form p{
	margin-bottom: 0 !important;
}
.appointment-form .selected-flag{
	    border-radius: 8px 0 0 8px;
}
.get-a-quote .selected-flag{
	    border-radius: 8px 0 0 8px;
}
/* .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
} */


/*-----------Service (Eye Care List Style )----------*/
.services-list-1 li {
  display: flex;
  align-items: left!important;
  font-size: 16px;
  color: #676767;
}
/* Two-column simple list */
.services-list-1 {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
    justify-items: start;
    margin-bottom: 30px;
    /*max-width: px;*/
    margin: 0 auto !important;
}

.services-list-1 li {
  display: flex;
  align-items: left!important;
  font-size: 16px;
  color: #676767;
}

.services-list-1 i {
  color: #55be9d;
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

/*-----------Service (Eye Care List Style )----------*/


.main-menu ul.sub-menu {
	display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    /*width: 298px !important;*/
	 width: 231px !important;
    position: absolute;
    right: 0;
    top: 100% !important;
    background: #292b2f;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}
.main-menu ul ul li a {
    color: var(--white-color);
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
	font-size: 16px;
}
.main-menu ul ul li a:hover{
    background: #292b2f;	
	color: #55be9d;
}

.main-menu ul ul li .elementor-sub-item.elementor-item-active{
	    background: #292b2f;	
	color: #55be9d;
}


.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.post-featured-image {
    margin-bottom: 20px;
}
.post-featured-image .image-anime {
    display: block;
	border-radius: 30px;
}
.post-featured-image img {
    aspect-ratio: 1 / 0.967;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.post-item-body {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin: 0 15px;
}
.post-item-content h2 {
    font-size: 18px;
    line-height: 1.4em !important;
	color: #676767 !important;
	min-height: 50px;
}
.about-us-btn {
    top: 19px;
    position: relative;
}
.post-item-btn .about-us-btn a {
    background: #35b89f;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}
.post-item .btn-default a{
    padding: 8px 16px !important;
	margin: 0;
}
.post-item .btn-default a::before{
	display: none;
}
.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}
.readmore-btn a{
    background: #50bf9c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.readmore-btn a:hover {
    background: var(--primary-color);
}
.readmore-btn svg {
    max-width: 14px;
    transition: all 0.3s ease-in-out;
}
.readmore-btn:hover svg {
    transform: rotate(45deg);
}
.case-study-item {
    position: relative;
    border-radius: 12px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.case-study-image .image-anime::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(176deg, rgb(72 30 11 / 0%) 53.06%, #0b0c0c 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.case-study-image img {
    width: 100%;
    aspect-ratio: 1 / 0.967;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.case-study-item:hover .case-study-image img {
    transform: scale(1.1);
}
.case-study-body {
    position: absolute;
    left: 30px;
    bottom: 10px;
    right: 30px;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.post-featured-image a {
    position: relative;
    z-index: 2;
}
.service-image a {
    position: relative;
    z-index: 2;
}
.readmore-btn1 a{
    background: #50bf9c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    padding: 8px 5px;
    margin: 22px -15px 0 0;
}
.readmore-btn1 a:hover {
    background: var(--primary-color);
}
.readmore-btn1 svg {
    max-width: 14px;
    transition: all 0.3s ease-in-out;
}
.readmore-btn1:hover svg {
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
.medical-opinion-form__group {
	    width: 100%;
}
.medical-opinion-upload__note {
    font-size: 13px;
    color: #5f6c7b;
    margin-top: 6px;
    max-width: 520px;
}
.medical-opinion-upload__note br{
	display: none;
}
.medical-opinion-form__actions {
    margin-top: 30px;
    justify-content: center;
    display: flex;
	width: 100%;
}
.medical-opinion-form__submit {
    background-color: #35b89f;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s ease;
    border-radius: 37px;
}
.ms-2 {
    margin-left: .5rem !important;
}
.medical-opinion-form__submit:hover, .medical-opinion-form__submit:focus {
    background-color: #48c3ab;
}
.timeline {
    position: relative;
    margin: 0 auto;
    padding-top: 36px;
	padding-right: 20px;
	padding-left: 20px;
    padding-bottom: 2px;
    padding: -3px 0;
    width: 1000px;
}


/* Center vertical line */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0; /* important */
    border-left: 3px dotted #50bf9c;
    transform: translateX(-50%);
}
.timeline-item {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
}

/* LEFT SIDE */
.timeline-item:nth-child(even) {
    left: 0;
    padding-right: 60px;
}

/* RIGHT SIDE */
.timeline-item:nth-child(odd) {
    left: 50%;
    padding-left: 60px;
}

/* ICON (stays ON the line) */
.timeline-icon {
    position: absolute;
    top: 10px;
    /*left: 100%;*/
	 left: 0;
    transform: translate(-50%, 0);
    width: 45px;
    height: 45px;
    background: #50bf9c;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* For RIGHT items, pull icon back to center */
.timeline-item:nth-child(even) .timeline-icon {
   /* left: 0;*/
	left: 100%;
    transform: translate(-50%, 0);
}

/* CONTENT BOX */
.timeline-content {
    background: #e9fff8;
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* --------- MOBILE STACK (<=767px) --------- */
/* MOBILE RESET: force full width and consistent padding */
@media (max-width: 767px) {
    .timeline {
        width: 90%;
        /* padding: 20px 10px; */
        padding-top: 32px;
        padding-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .timeline::before {
        left: 40px; /* fixed vertical dotted line */
        transform: none;
    }

    .timeline-item {
        width: 100% !important;
        left: 0 !important;
        margin-bottom: 30px;
        padding-left: 60px !important; /* space for line + number */
        padding-right: 20px !important; /* reset any right padding */
        box-sizing: border-box;
        position: relative;
    }

    /* Reset padding-left/right for odd and even items */
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        left: 0 !important;
        padding-left: 60px !important;
        padding-right: 20px !important;
    }

    .timeline-icon {
        position: absolute !important;
        top: 10px;
        left: 30px !important; /* align exactly on dotted line */
        transform: translateX(-50%) !important; /* center circle on line */
        width: 35px;
        height: 35px;
        font-size: 14px;
        z-index: 2;
    }

    .timeline-content {
        background: #e9fff8;
        padding: 15px 15px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        box-sizing: border-box;
        width: auto;
    }
}
.post-flip {
    position: relative;
    overflow: hidden;
}
.post-flip-overlay {
    position: absolute;
    inset: 0;
    background: #ffffff;
    border-radius: 30px;
    padding: 35px 30px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.25s ease;
}
.post-flip-overlay::before {
    top: 0;
    left: 0;
}

.post-flip-overlay::before, .post-flip-overlay::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.post-flip-overlay::after {
    bottom: 0;
    right: 0;
}
.post-flip:hover .post-flip-overlay {
    opacity: 1;
}
.post-flip-overlay h5, .post-flip-overlay h4, .post-flip-overlay .elementor-widget-text-editor {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}
.post-flip:hover .post-flip-overlay h5, .post-flip:hover .post-flip-overlay h4, .post-flip:hover .post-flip-overlay .elementor-widget-text-editor {
    opacity: 1;
    transform: translateY(0);
}

.article-list .elementor-posts-container {
    border: 1px solid #dfe5e8;
    padding: 0;
    border-radius: 10px;
    margin-top: 10px;
    background: #41c9a2;
    overflow: hidden; 
}
.article-list .elementor-post {
    border-top: 1px solid #dfe5e8;
    padding: 14px;
}
.article-list .elementor-post:first-child {
    border-top: none;
}
.article-list .elementor-post__title a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.article-list .elementor-post.current-post {
    background: #9a9393;
}
.services-list-1 li {
  display: flex;
  align-items: left!important;
  font-size: 16px;
  color: #676767;
}
/* Two-column simple list */
.services-list-1 {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
    justify-items: start;
    margin-bottom: 30px;
    /max-width: px;/
    margin: 0 auto !important;
}

.services-list-1 li {
  display: flex;
  align-items: left!important;
  font-size: 16px;
  color: #676767;
}

.services-list-1 i {
  color: #55be9d;
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
    .services-list {
        grid-template-columns: 1fr;
        justify-items: start; /* force left alignment */
    }

    .services-list li {
        align-items: flex-start; /* align icon + text from top */
        text-align: left; /* ensure text is left */
    }
}

@media (max-width: 768px) {
    .services-list-1 {
        grid-template-columns: 1fr;
        justify-items: start; /* force left alignment */
    }

   .services-list-1 li {
        align-items: flex-start; /* align icon + text from top */
        text-align: left; /* ensure text is left */
    }
}
/* Two-column simple list */
.services-list-general {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 100px;
    justify-items: start;
    margin-bottom: 30px;
   
    margin: 0 auto !important;
}

.services-list-general li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #676767;
}

.services-list-general i {
  color: #55be9d;
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}
.footer-privacy-policy ul li span {
    position: relative;
    color: var(--white-color);
    text-transform: capitalize;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    transition: all 0.3s ease-in-out;
}
.footer-privacy-policy ul li:last-child span {
    padding: 0;
    margin: 0;
}
.footer-privacy-policy ul li::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: var(--white-color);
}
.footer-privacy-policy ul li:last-child:before{
	display: none;
}

.main-menu .elementor-nav-menu--dropdown {
	background: #292b2f;
	overflow: hidden;
}
.main-menu .elementor-nav-menu--dropdown ul {
		margin: 5px 0;
}
.main-menu .elementor-nav-menu--dropdown ul a{
	position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 20px;
   /* color: var(--white-color);*/
	 color: #222222;

    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}
.main-menu .elementor-nav-menu--dropdown ul a.elementor-item-active {
	background: #292b2f;	
}
.main-menu .elementor-nav-menu--dropdown .sub-arrow {
    margin-left: auto;
    display: flex;
    align-items: center;
}
/* Default state */
.main-menu .elementor-nav-menu--dropdown .sub-arrow svg {
    transition: transform 0.3s ease;
}

/* Rotate when active (submenu open) */
.elementor-nav-menu .menu-item.elementor-active > a .sub-arrow svg,
.elementor-nav-menu .menu-item.menu-item-has-children.open > a .sub-arrow svg {
    transform: rotate(180deg);
}

.custom-mobile-arrow {
    position: absolute;
    right: 18px;
    top: 0;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-mobile-arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #222222;
    border-bottom: 2px solid #222222;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

/* rotate */
.custom-mobile-arrow.active::before {
    transform: rotate(-135deg);
}
/* Base state (closed) */
.main-menu .elementor-nav-menu--dropdown .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    transition: max-height 0.35s ease, opacity 0.25s ease;
	position: static !important;
    width: 100% !important;
}

/* Open state */
.main-menu .elementor-nav-menu--dropdown .menu-item.open > .sub-menu {
    max-height: 500px;
    opacity: 1;
}
.main-menu .elementor-nav-menu--dropdown .sub-arrow{
	display: none;
}
.main-menu .elementor-nav-menu--dropdown .sub-menu {
    transform: translateY(-5px);
}

.main-menu .elementor-nav-menu--dropdown .menu-item.open > .sub-menu {
    transform: translateY(0);
}
.main-menu .elementor-nav-menu--dropdown .sub-menu {
	background: #292b2f;
}
.main-menu .elementor-nav-menu--dropdown .sub-menu a{
	position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}
.main-menu .elementor-nav-menu--dropdown .sub-menu a.elementor-item-active {
	background:  #292b2f;	
}
.elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover {
		background: var(--primary-color);
}
@media only screen and (max-width: 991px) {
    .about-us-body {
        border-radius: 20px;
        padding: 20px;
        margin-top: 30px;
    }
	.our-services {
		padding: 50px 0;
	}
	.service-item {
        border-radius: 20px;
        padding: 30px;
    }
	    .service-content {
        margin-bottom: 0px!important;
    }
	    .service-content-title {
        gap: 10px;
        margin-bottom: 15px;
    }
	    .service-content-title h2 {
        width: calc(100% - 60px);
    }
	    .service-image a, .service-image img {
        border-radius: 20px;
    }
	.intro-video-box {
        height: 500px;
    }
	.intro-video-box .intro-bg-video video{
        height: 500px;
    }
	.approach-image {
        max-width: 80%;
        margin: 0 auto;
    }
	.approach-img-1 .image-anime, .approach-img-1 img {
        border-radius: 20px;
    }
	.our-approach-body {
        padding: 20px;
        border-radius: 20px;
    }
	.appointment-form {
        padding: 30px;
        border-radius: 20px;
        margin: 0;
    }
}
@media (max-width: 767px) {
  .slide-btn-wrap {
    flex-direction: column;
    gap: 15px; 
  }

  .slide-btn-wrap .btn-primary {
    width: fit-content; 
    text-align: center;
  }
	.value-bar {
		padding: 50px 0 0 0;
	}
	.logo-circle{
		width: 200px;
    	height: 200px;
	}
	    .service-item {
       		/*padding: 20px;*/
			padding-top: 2px;
			 height: auto !important;
    }	
	.service-content-title {
        justify-content: space-around;
    }
	    .service-content-title h2 {
        width: calc(100% - 55px);
        font-size: 20px;
    }
	/* Stack content and image */
    .e-con-inner {
        flex-direction: column !important;
    }

    /* Service content width full */
    .service-content,
    .service-image {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Reset aspect ratio on mobile so image scales naturally */
    .service-image img {
        aspect-ratio: auto !important;
        width: 100%;
        height: auto !important;
    }

    /* Remove scale transform on mobile */
    .image-anime img {
        transform: none !important;
    }
	.home-slides .elementor-slide-heading{
		margin-bottom: 0 !important;
	}
	    .intro-video-box {
        height: 350px;
    }
	.intro-video-box .intro-bg-video video{
        height: 350px;
    }
	.testimonial-author .author-content{
		width: 100%;
	}
	.banner-statistics .e-con-inner {
    	display: grid !important;
    	grid-template-columns: repeat(2, 1fr);
   	 	gap: 15px;
  	}
	.banner-statistics .elementor-widget-counter:not(:last-child)::after{
		display: none;
	}
	 .approach-image {
        max-width: 100%;
        padding: 50px 0 35px 50px;
    }
	 .approach-img-2 {
        max-width: 170px;
        border-width: 5px;
    }
	.col-md-6{
		width: 100%;
	}
	.col-md-4 {
		width: 100%;
	}
	.services-list-general {
        grid-template-columns: 1fr;
        justify-items: start; /* force left alignment */
    }
	.appointment-form {
        padding: 30px 20px;
    }
	.google-map-iframe {
        height: 300px;
        border-radius: 0 0 26px 26px;
    }
}

.treatment-grid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.why-preventive .services-list{
	    gap: 15px 160px;
}
.health-package .cost-item {
	padding: 15px;
}
.who-reviews .services-list{
	    gap: 15px 40px;	
}
.second-opinion-background-section .services-list{
	    gap: 15px 40px;	
}
.second-opinion-background-section .services-list li{
	    color: #fff;	
}
.confident-grid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 767px){
.confident-grid {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
   
}
}
.not-sure-destination{
	padding: 20px;
	    transition: 0.3s;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 12px;
}
.not-sure-destination h2{
	color: #fff;
}
.not-sure-destination:hover{
	background: #fff;	
}
.not-sure-destination:hover h2{
	color: var(--primary-color) !important;	
}
.not-sure-destination:hover svg{
	fill: var(--primary-color) !important;	
}
.destinations .services-list{
	margin: 0 !important;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
	    max-width: 1000px;
}

@media (max-width: 767px) {
.destinations .services-list{
	
	grid-template-columns: repeat(1, 1fr);
    
}
	.destinations2 .services-list{
	
	grid-template-columns: repeat(1, 1fr)!important;
   line-height: 1.5rem;
}
	
}
.destinations2 .services-list{
	margin: 0 !important;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
	    max-width: 1000px;
}
.destinations2 .services-list i {
  color: #676767;
}
.image-anime a {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-anime a:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
    transition: all 600ms linear;
	    pointer-events: none; /* prevents hover issues */
}

.image-anime a:hover:after {
    height: 250%;
    background-color: transparent;
}
.package-section .services-list{
	gap: 15px 250px;
	max-width: 860px;
    margin: 0 !important;
}
.who-we-help .services-list{
	    gap: 15px 45px;
}



.uae-list {
    list-style: none;
    display: grid;
    justify-items: start;
       padding-left: 0!important;
    /*margin: 0 auto !important;*/
    gap: 5px; /* adds space between each item */
}

.uae-list li i {
    color: #55be9d; /* sets tick color */
    margin: 10px; /* optional: space between tick and text */

    
}

.partner-hospitals img {
    margin: 0 0 0px;
    line-height: 70px;
    text-align: center;
    border: solid 1px #d5d5d5;
    padding: 10px;
    border-radius: 15px;
	    height: 120px;
}

.partner-hospitals{
	max-width: 700px !important;
    margin: 30px auto;
}
.postid-455 .page-header-content {
  background-color: #676767; 
	padding: 5px;
	border-radius: 12px;
}
.testimonial-box .test-box-content{
	min-height: 150px;
}
.testimonial-item-content .elementor-widget-theme-post-content{
	min-height: 125px;
}

/* Hide default button */
.wpcf7-file::-webkit-file-upload-button {
    visibility: hidden;
}
.wpcf7-file::before {
    content: "Upload Report";
    display: inline-block;
    background: rgb(0 0 0 / 5%);
    color: #575c60;
    padding: 1px 15px;
	border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
	margin-right: -91px!important;
}

.file-note {
    display: block;
    margin-top: -48px;
    font-size: 12px;
    color: #dc2626;
}


.partner-title h2 {
    font-weight: 700 !important;
}


.small-head h5 {
    font-weight: 600 !important;
	 
}

.custom-list li {
    margin-bottom: 10px;
}
/*--------------------------------------------------*/
.main-menu .elementor-nav-menu--main li.current-menu-parent>a.elementor-item, 
.animated-menu .elementor-nav-menu--main li.current-menu-ancestor>a.elementor-item {
    color: #55BE9D !important;
    /* border-bottom: 4px solid #1e94d2 !important; */
    /* border-radius: 5px 5px 0 0 !important; */
}


/* Dropdown icon color when child is active */
.main-menu .elementor-nav-menu--main li.current-menu-parent > a .sub-arrow,
.main-menu .elementor-nav-menu--main li.current-menu-parent > a i,
.animated-menu .elementor-nav-menu--main li.current-menu-ancestor > a .sub-arrow,
.animated-menu .elementor-nav-menu--main li.current-menu-ancestor > a i {
    color: #55BE9D !important;
    fill: #55BE9D !important; /* for SVG icons */
}

.quick-menu .elementor-nav-menu--main li.current-menu-parent>a.elementor-item, .animated-menu .elementor-nav-menu--main li.current-menu-ancestor>a.elementor-item {
    color: #55BE9D !important;
    /* border-bottom: 4px solid #1e94d2 !important; */
    /* border-radius: 5px 5px 0 0 !important; */
}

/* Hide all submenu dropdowns */
.quick-menu .sub-menu {
    display: none !important;
}

/* Hide dropdown arrow icons */
.quick-menu .sub-arrow,
.quick-menu .dropdown-menu-toggle,
.quick-menu .custom-mobile-arrow {
    display: none !important;
}

/* Optional: remove hover/active submenu behavior space */
.quick-menu .menu-item-has-children > a {
    pointer-events: auto;
}



 @media (max-width: 1024px) {
	 
.main-menu a.elementor-item-active,
.main-menu a.elementor-sub-item.elementor-item-active,
.main-menu li.current-menu-item > a,
.main-menu li.current-menu-parent > a,
.main-menu li.current-menu-ancestor > a {

    color: var(--primary-color) !important;
}


    .main-menu ul ul li .elementor-sub-item.elementor-item-active {
        background: #292b2f;
        color: var(--primary-color) !important;
    }


    .main-menu li.current-menu-parent > a.elementor-item,
    .main-menu li.current-menu-ancestor > a.elementor-item {
       
       color: var(--primary-color) !important;
       
    }
	 
}
@media (max-width: 1024px) {
  .main-menu a {
    color: #fff !important;
  }
}	


@media (max-width: 1024px) {

  .main-menu .custom-mobile-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 6px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05); /* light background */
    cursor: pointer;
  }

  .main-menu .custom-mobile-arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
	


}
 .main-menu .menu-item-has-children > a .custom-mobile-arrow {
    position: absolute;
    right: 15px;   /* pushes to extreme right */
   
    margin: 0 !important;
  }

@media (max-width: 1024px) {

  .main-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-menu .custom-mobile-arrow {
    margin-left: auto;
    flex-shrink: 0;
  }

}

@media (max-width: 1024px) {

  .main-menu .elementor-item,
  .main-menu .elementor-sub-item {
    font-size: 16px !important;
    font-weight: 400;
     font-family: var(--default-font);
  }

}

@media (max-width: 1024px) {

  .main-menu .elementor-nav-menu .elementor-item,
  .main-menu .elementor-nav-menu .elementor-sub-item {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: var(--default-font) !important;
  }

}

@media (max-width: 1024px) {

  /* Remove black background on click / focus / active */
  .main-menu .elementor-item:focus,
  .main-menu .elementor-item:active,
  .main-menu .elementor-sub-item:focus,
  .main-menu .elementor-sub-item:active {
    background: transparent !important;
  }

  /* Also remove hover background (if needed) */
  .main-menu .elementor-item:hover,
  .main-menu .elementor-sub-item:hover {
    background: transparent !important;
  }

}
  
	

/*--------------------------------------------------*/

.required {
    color:#dc2626;
    margin-left: 4px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: 7px;
}


.custom-partner {
  color:  #55BE9D!important;
  text-decoration: underline;
}

.custom-partner:hover {
  color: #676767!important;
}


@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .slide-btn-wrap {
        flex-direction: column;
        gap: 15px;
        display: none;
    }


.slide-features {
       display: none;
}

.elementor-29 .elementor-element.elementor-element-2bd7414 .swiper-slide {
   
    height: 369px;
}
.terms-bullet .custom-list li {
    line-height: 1.5rem!important;
}

}

.wpcf7 label {
    color: #222222;
}


@media (max-width: 767px) {
  .health-partner-001 .cntr-001 {
    order: 2;
  }
  .health-partner-001 .cntr-002 {
    order: 1;
  }
}



@media (max-width: 767px) {
  .hotel-partner .read-toggle {
    display: block;
    margin-top: 0px; /* optional spacing */
  }
}




@media (max-width: 767px) {
    .contact-form-btn {
   position: relative;
		left:58px!important;
}
}    
	
.custom-tick-list {
    list-style: none;
   padding-left: 3px !important;
    margin: 0;
    line-height: 1.5rem;
}

.custom-tick-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.custom-tick-list .tick {
    margin-right: 8px;
    flex-shrink: 0;
    color: #34bba1; /* optional */
}

.custom-tick-list li span:last-child {
    display: inline-block;
}	
.custom-dot-list {
    margin-top: 3px!important;
   
}	

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{
	padding-left: 84px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px !important;
}
.destinations .services-list li{
	line-height: 1.5;
	    align-items: baseline;
}
.destinations2 .services-list li{
	line-height: 1.5;
	    align-items: baseline;
}

.appointment-form .contact-form-btn {
    text-align: center;
    margin-top: 20px;
}
.hospital-features i {
    color: #55be9d;
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
}
.treatments-content .elementor-widget-text-editor{
	min-height: 199px;
}
.treatments-content2 .elementor-widget-text-editor{
	min-height: 174px;
}
.learn-more a{
	font-weight: 600;
}
.more-text .custom-list {
	line-height: 1.5;
}
@media(max-width:375px){
	.logo-circle {
		width: 180px;
    	height: 180px;
	}
	.center-logo {
	    width: 100px !important;
	}
}