@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}



p, h2, h3, h4, h5, h6 {
	margin: 0;
}

.step_wrapper {
	padding: 80px 0;
}

/*
.container {
	max-width: 1200px !important;
}
*/


/*Contact*/





/*------*/

.step_wrapper h2 {
    font-size: 30px;
    font-weight: 700;
}

.step_wrapper p {
    /*font-size: 14px;*/
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.step_wrapper .step_wrap button {
    border: transparent;
    background: transparent;
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    max-width: 80%;
    padding-bottom: 45px;
    position: relative;
}

.step_wrapper .step_wrap button::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 18px;
    height: 75%;
    border: 1px dashed rgb(30 138 138 / 38%);
    z-index: -1;
}

.step_wrapper .step_wrap .last_child::before {
	display: none !important;
}

.step_wrapper .step_wrap button.active h3 {
	color: #638fb2 !important;
}

.step_wrapper .step_wrap button.active span {
	background: #638fb2 !important;
	color: #ffffff !important;
}

.step_wrapper .step_wrap button span {
	background: linear-gradient(-45deg, rgba(30, 138, 138, 0.3) 0%, rgba(30, 138, 138, 0) 50%, rgba(30, 138, 138, 0.3) 100%);
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 700;
}

.step_wrapper .step_wrap button h3 {
    font-size: 20px;
    font-weight: 700;
}

.step_wrapper figure img {
	border-radius: 10px;
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1399px){
	
}
@media (min-width: 1400px) { 
	
}
@media (min-width: 1200px) {

}

@media (max-width: 1199px) { 

}

@media (max-width: 991px) {

	.order1 {
		order: 2;
	}

	.order2 {
		order: 1;
	}

	.step_wrap {
		margin-top: 40px !important;
	}

	.step_wrapper .step_wrap button {
		max-width: 100% !important;
	}
	

}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
		
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {

}

/*counter*/


.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.counter_wrapper {
    padding: 80px 0;
    height: auto;
    display: flex;
    align-items: center;
}

.counter_wrapper .container {
	/*max-width: 1200px;*/
	width: 100%;
	margin: 0 auto;
}

.counter_wrapper .counter_big_item {
	overflow: hidden;
	padding: 30px;
	border-radius: 15px;
	position: relative;
}

.counter_wrapper .counter_big_item::before {
    content: "";
    position: absolute;
    background: #84bfed;
    width: 474px;
    height: 474px;
    border-radius: 100px;
    filter: blur(227px);
    z-index: -1;
    transform: rotate(151deg);
}

.counter_wrapper .counter_big_item h2 {
    font-size: 90px;
    font-weight: 700;
    /*color: black;*/
}

.d_flex {
	display: flex;
	align-items: center;
}

.counter_wrapper .counter_big_item h3 {
    font-size: 36px;
    font-weight: 500;
    margin-left: 36px;
}

.counter_wrapper .counter_mini_item {
    border-radius: 15px;
    padding: 20px;
    background: #84bfed;
    text-align: center;
	
}

.counter_wrapper .counter_mini_item h3 {
    font-size: 25px;
    font-weight: 700;
}

.counter_wrapper .counter_mini_item p {
    margin-top: 13px;
}

.mt_30 {
	margin-top: 30px;
}



/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1399px){
	
}
@media (min-width: 1400px) { 
	
}
@media (min-width: 1200px) {

}

@media (max-width: 1199px) { 

}

@media (max-width: 991px) {
	.counter_wrapper {
		height: auto;
		flex-direction: column;
	}

	.col-lg-6 {
	    width: 100%;
	}

	.counter_wrapper .row_two .col-lg-6 {
		width: 50%;
	}

	.custom_mt {
		margin-top: 30px;
	}

}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
		
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {
	.d_flex {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.counter_wrapper .counter_big_item h3 {
	    margin: 0 0 30px 0;
	}


}

/*--reviews---*/



/* Base Image Rule */
img {
  display: block;
  width: 100%;
}

/* --- Layout --- */
.section__container {
  max-width: 1200px;
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  /*font-size: 2.25rem;*/
  font-weight: 600;
  color: var(--text-dark);
}

.section__header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  /*background-color: var(--primary-color);*/
}

.section__description {
  max-width: 900px;
  /*color: var(--text-light);*/
  line-height: 1.6;
}

/* --- Swiper Fixes --- */
.swiper {
  /*
		margin-top: 4rem;
  padding-bottom: 3rem;
		*/
  width: 100%;
   	
  /*overflow: visible !important; */
}

.swiper-slide {
  /*max-width: 500px;*/
  
  	
  padding-top: 3rem; 
  /* Crucial: Slide must allow the image to "pop out" */
  
}




/* --- Testimonial Card --- */
.client__card {
  position: relative;
  background-color: var(--white);
  padding-block: 4rem 2rem;
  padding-inline: 2rem;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  /* Do NOT use overflow: hidden here */
}

/* Profile Image - Centered and Overlapping */
.client__card img {
  position: absolute;
  top: 0;
  left: 20%;
  transform: translate(-50%, -50%);
  
  width: 80px; 
  height: 80px;
  object-fit: cover;
  
  border-radius: 100%;
  border: 4px solid var(--white);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 99; /* Higher z-index to stay on top */
}



/* Container for the whole button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
}

/* The "Contact us" white label */
.whatsapp-label {
    background-color: white;
    color: #333;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* The little triangle on the label pointing to the icon */
.whatsapp-label::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid white;
}

/* The circular blue icon button */
.whatsapp-icon {
    width: 60px;
    height: 60px;
    background-color: #64cd47; /* Your primary theme color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

/* Hover effect */
.whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.1);
    background-color: #67bc4f;
}

/* Hide label on very small screens if needed */
@media (max-width: 480px) {
    .whatsapp-label {
        display: none;
    }
}



/* --- Typography --- */
.client__ratings {
  margin-bottom: 1rem;
  color: goldenrod;
}

.client__card p {
  margin-bottom: 1.5rem;
  color: var(--text-light);
  line-height: 1.5;
}

.client__card h4 {
  /*font-size: 1.2rem;*/
  font-weight: 600;
  color: var(--text-dark);
}

.client__card h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
}
