/*
Theme Name:   THEON Themes
Author:  Idea Fueled
Template: hello-elementor
*/

.footer_style p {
	margin: 0;
}
.side_bdr {
	position: relative;
}
.side_bdr:after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 1px;
	height: 60px;
	margin-left: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.global_partner_pg figure.elementor-image-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hover_btn a.elementor-button.elementor-button-link:hover svg path {
	fill: #047b75 !important;
}
.hover_btn_2 a.elementor-button.elementor-button-link:hover svg path {
	fill: #fff !important;
}
.hover_btn_light a.elementor-button.elementor-button-link:hover span.elementor-button-icon svg path {
	fill: #fff;
}

/* Timeline */

.mySwiper {
	max-width: 400px;
	text-align: center;
	margin-top: 32px;
}
.outer_wrapper {
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	gap: 60px;
	padding: 32px;
	border: 1px solid #059890;
	border-radius: 16px;
	max-width: 1024px;
	margin: auto;
	align-items: center;
}
.image_wrapper {
	border-radius: 16px;
	overflow: hidden;
	height: 240px;
}
.image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}
.mySwiper  .swiper-slide {
	border: 1px solid #ededed;
	padding: 5px 20px;
	border-radius: 100px;
	font-size: 16px;
	cursor: pointer;
	transition:all ease .3s;
}
.mySwiper .swiper-slide-thumb-active, .mySwiper .swiper-slide:hover {
	background: #059890;
	color: #fff;
	border: 1px solid #059890;
}
.year_style {
	text-align: center;
	justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {  
	color: #059890 !important;
	font-size: 32px !important;
}

.dark_color .side_bdr:after {   
	background-color: #059890;  
}
.number-counter-center .elementor-counter-title {
    text-align: center !important;
}

.number-counter-center .elementor-counter {
    gap: 10px;
}

@media only screen and (max-width:1024px){
	.side_bdr:nth-child(3n):after {
		visibility: hidden;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		display: none !important;
	}
}


@media only screen and (max-width:480px){
	.outer_wrapper {
		grid-template-columns: 1fr;
		gap: 24px;
	}

}/* Contact Form 7 Wrapper */
.wpcf7 form {
	background: #ffffff;
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.08);
	max-width: 650px;
	margin: 40px auto;
	font-family: "Satoshi", Sans-serif
}

/* Labels */
.wpcf7 form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin-bottom: 6px;
}

/* Input + Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100%;
	padding: 14px 16px;
	margin-bottom: 22px;
	border: 1px solid #e1e5ee;
	border-radius: 12px;
	font-size: 15px;
	background: #f9fafc;
	transition: all 0.3s ease;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #999;
	font-size: 14px;
}

/* Focus State */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #4a90e2;
	background: #fff;
	outline: none;
	box-shadow: 0 0 0 4px rgba(74,144,226,0.15);
}

/* Submit Button */
.wpcf7 input[type="submit"] {
	background: linear-gradient(135deg, #4a90e2, #357abd);
	color: #fff;
	border: none;
	padding: 14px 30px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(53,122,189,0.3);
}

/* Success & Error Messages */
.wpcf7-response-output {
	margin-top: 20px;
	padding: 14px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #e8f9f0;
	border: 1px solid #2ecc71;
	color: #27ae60;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
	background: #fbecec;
	border: 1px solid #e74c3c;
	color: #c0392b;
}
.slider_year figure.swiper-slide-inner {
	position: relative;
}

.slider_year figure.swiper-slide-inner:after {
	content: '';
	position: absolute;
	background: rgba(5, 152, 144, 0.43) 29%;
	width: 100%;
	opacity: 0;
	bottom: 0;
	top:0;
	transition: all ease .6s;
}

.slider_year figure.swiper-slide-inner:hover:after {	
	opacity:1
}
.slider_year .elementor-swiper-button {
    background: #059890;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}