body {
	color: #232434;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
}

.cookies-eu-banner {
	background: #444;
	color: #fff;
	padding: 6px;
	font-size: 13px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
	transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
	display: none;
}

.cookies-eu-banner .accept-btn {
	display: inline-block;
	background: #222;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	font-size: 13px;
	font-weight: 700;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
	background: #fff;
	color: #222;
}

.cookie-checkbox:checked+.cookies-content {
	display: none;
}





.comentarios-servicio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding: 60px 30px;
	background-color: #fefefe;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.comentario {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.comentario:hover {
	background: #ffffff;
	border-color: #ced4da;
	transform: translateY(-4px);
}

.comentario h4 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #212529;
	font-weight: 600;
}

.estrellas {
	font-size: 16px;
	color: #ffca28;
	margin-bottom: 12px;
}

.comentario p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #495057;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ✅ Адаптація для планшетів */
@media (max-width: 1024px) {
	.comentarios-servicio {
		grid-template-columns: repeat(2, 1fr);
		padding: 50px 20px;
	}
}

/* ✅ Адаптація для мобільних */
@media (max-width: 600px) {
	.comentarios-servicio {
		grid-template-columns: 1fr;
		padding: 40px 16px;
	}

	.comentario {
		padding: 20px;
	}

	.comentario h4 {
		font-size: 17px;
	}

	.comentario p {
		font-size: 14.5px;
	}
}



html,
body {
	height: 100%;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: Exo, sans-serif;
	color: #232434;
	font-weight: 400;
}

a {
	font-family: Exo, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

b,
strong {
	font-weight: 600;
}

.no-padding {
	padding: 0
}

/*END PRELOADER DESIGN*/
.M04LiqLugU {
	padding: 80px 0
}

/*START SECTION TITLE DESIGN*/
.section-title {
	margin-bottom: 60px
}

.section-title h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.section-title h1 {
	text-transform: capitalize;
	font-size: 60px;
	font-weight: 500;
}

.section-title p {
	width: 60%;
	margin: auto;
}

h1.section-title-white {
	color: #fff;
}

h4.section-title-white {
	color: #fff;
}

/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
	background: #6138bd none repeat scroll 0 0;
	border-radius: 30px;
	bottom: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	height: 50px;
	line-height: 47px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: fixed;
	right: 5px;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 50px;
}

@media only screen and (max-width:768px) {
	.topcontrol {
		display: none;
	}
}

.topcontrol:hover {
	background: #fff;
	color: #1b2032;
}

/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.site-logo img {
	width: 150px;
	height: auto;
	margin-top: 10px;
}

.bg-faded {
	background-color: transparent;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.navbar-fixed {
	z-index: 999;
	position: fixed;
	opacity: .98;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
	width: 100%;
	padding: 10px 0;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

#navigation {
	padding: 10px 0;
	/* border-bottom: 1px solid #232434; */
	background-color: transparent;
}

#navigation.navbar-fixed {
	padding: 10px 0;
	background: #fff;
	border-color: #fff;
}

.header_right {
	display: block;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

#main-menu {}

#main-menu ul {
	list-style-type: none;
	text-align: center;
}

#main-menu ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}

#main-menu ul li a {
	color: #232434;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	padding: 24px 0 26px;
	display: block;
}

#main-menu ul li a span {
	font-weight: bold;
	font-size: 12px;
}

@media only screen and (max-width: 880px) {
	#main-menu ul li a span {
		display: none;
	}
}

#navigation.navbar-fixed #main-menu ul li a {
	color: #232434;
	padding: 22px 0 22px;
}

#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus {
	color: #232434;
}

#main-menu ul li>a:hover,
#main-menu ul li>a:focus {

	color: #232434;
}

#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus {}

#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus {
	color: #232434;
}

.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	background: #fff;
	padding: 0px;
}

.slicknav_nav_icon {
	color: #6138bd;
	font-size: 24px;
}

#mobile_menu {
	display: none;
}

/* Responsive Design */
@media only screen and (max-width:1024px) {
	#main-menu ul li {
		margin-left: 30px;
	}
}

/*END 1024px*/
@media only screen and (max-width: 991px) {
	#main-menu ul li {
		margin-left: 9px;
	}

	#main-menu ul li a {
		font-size: 15px;
	}

	#navigation {
		padding: 10px 0 20px;
		background: #fff;
	}
}

/*END 991px*/
@media only screen and (max-width: 880px) {
	#main-menu {
		display: none;
	}

	#mobile_menu {
		display: block;
		width: 100%;
	}

	.slicknav_nav {
		background-color: #fff;
	}

	#navigation #mobile_menu li a {
		color: #232434;
		font-weight: 500;
	}

	#navigation.navbar-fixed #mobile_menu li a {
		color: #232434;
	}

	.slicknav_nav a {
		padding: 5px 0px;
		-webkit-transition: .3s;
		transition: .3s;
	}

	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus {
		color: #232434;
		background: #fff;
	}

	.slicknav_btn {
		top: 24px;
		background: #232434;
	}
}

/*END 767px*/

@media only screen and (max-width: 575px) {
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 35px;
		right: 17px;
	}

	.ti-angle-down {
		display: none;
	}
}

/*END 575px*/
/*-------------------------------
# Dropdwon menu 
--------------------------------*/

#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
	left: -55px;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 200px;
	z-index: 999;
	border-radius: 4px;
	border-top: 2px solid #232434;
}

#navigation #main-menu ul li ul li {
	position: relative;
}

#navigation #main-menu ul li ul li ul {
	top: 0;
	right: auto;
	left: 205px;
}

#navigation.navbar-fixed #main-menu ul li li a {
	color: #232434;
}

#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover>ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

#navigation #main-menu ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
	color: #232434;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 12px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s !important;
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}

#navigation #main-menu ul li ul li a:hover,
#navigation.navbar-fixed #main-menu ul li ul li a:hover,
#navigation.navbar-fixed #main-menu ul li ul li a:focus {
	color: #fff;
	background-color: #232434;
	text-decoration: none;
}


@media only screen and (max-width:767px) {
	.navbar-brand {
		padding-top: 20px;
	}
}

.call_to_action {}

.call_to_action a {
	background: #232434;
	border: 1px solid #232434;
	color: #fff;
	padding: 10px 30px;
	font-weight: 500;
	display: inline-block;
	float: right;
	margin-top: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 30px;
}

.call_to_action a:hover {
	background: #fff;
	border: 1px solid #232434;
	color: #232434;
}

@media only screen and (max-width:880px) {
	.call_to_action a {
		padding: 10px 22px;
	}
}

.h5lDNJgMEY {
	height: 550px;
	position: relative;
}

@media only screen and (max-width:960px) {
	.h5lDNJgMEY {
		height: auto;
	}
}

.about_me_content {
	padding-top: 50px;
	position: relative;
}

@media only screen and (max-width:768px) {
	.about_me_content {
		padding-left: 30px;
		padding-right: 20px;
	}
}

.about_me_content h1 {
	font-size: 50px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 70px;
	margin-bottom: 10px;
}

@media only screen and (max-width:480px) {
	.about_me_content h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

.about_me_content p {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 18px;
}

@media only screen and (max-width:480px) {
	.home_btn {
		margin-left: 30px;
	}
}

@media only screen and (max-width:480px) {
	.home_btn {
		margin-top: 30px;
	}
}

.home_btn a {
	display: inline-block;
	margin-right: 30px;
}

.bZH3Ue4NYd {
	background: #232434;
	border: 1px solid #232434;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 14px 40px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 100px;
	display: inline-block;
	font-weight: 500;
}

.bZH3Ue4NYd:hover,
.bZH3Ue4NYd:focus {
	background: #fff;
	border: 1px solid #232434;
	color: #232434;
	box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.1);
}

.video-play {
	margin-top: 35px;
	display: block;
}

.video-play i {
	background: #232434;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
	margin-right: 15px;
	display: inline-block;
	box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.video-play:hover i {
	background: #fff;
	color: #232434;
}

.video-title {
	font-weight: 400;
	color: #232434;
	text-transform: uppercase;
	font-size: 16px;
}

/*Image style coding*/
.profile_img {
	padding-top: 200px;
}

@media only screen and (max-width:812px) {
	.profile_img {
		padding-top: 100px;
		text-align: center;
	}
}

.profile_img img {}

.home_socials {}

.home_socials ul {}

.home_socials ul li {
	float: left;
}

.home_socials ul li a {
	color: #1b1e22;
	margin-right: 15px;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.home_socials ul li a:hover {
	color: #6138bd;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.best-service {
	padding-bottom: 50px;
	position: relative;
}

.best-service:before {
	position: absolute;
	content: '';
	height: 1375px;
	width: 600px;
	background-image: url(../img/bg/bg-2.png);
	background-size: 100% 100%;
	right: 0;
	top: 0;
	z-index: -1;
}

.service-title {}

.service-title h4 {
	font-size: 18px;
	font-weight: 500;
}

.service-title h1 {
	font-weight: 600;
	line-height: 54px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
	.service-title h1 {
		line-height: 44px;
		margin-bottom: 0px;
	}
}

.service-content {}

.service-content p {
	margin-top: 32px;
	padding-left: 30px;
}

@media only screen and (max-width: 768px) {
	.service-content p {
		padding-left: 0px;
		margin-bottom: 60px;
	}
}

.single_service {
	background: -webkit-linear-gradient(left, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	background: linear-gradient(90deg, rgb(34 113 100) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	padding: 60px;
	padding: 60px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	z-index: 2;
}

.single_service:hover {
	background: #fff;
	box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 100;
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

@media only screen and (max-width:480px) {
	.single_service {
		padding: 30px;
		margin: 0 0 65px 0px;
	}
}

.single_service img {
	margin-bottom: 30px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100px;
}

@media only screen and (max-width:480px) {
	.single_service span {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

.single_service h3 {
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 15px;
}

.single_service p {
	margin-bottom: 0px;
}


.complete-project-area {
	padding-bottom: 50px;
}

.single-project-complete {
	border-right: 1px solid #ddd;
	text-align: center;
	margin-bottom: 30px;
}

.brnone {
	border-right: 0px;
}

@media only screen and (max-width:768px) {
	.single-project-complete {
		margin-bottom: 30px;
	}
}

.single-project-complete h2 {
	font-size: 45px;
	font-weight: 600;
}

.single-project-complete p {
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 0;
}

/*05.END COUNTER AREA*/

/*
* ----------------------------------------------------------------------------------------
* 06.START PROMO DESIGN
* ----------------------------------------------------------------------------------------
*/
.ep6aFglDSJ {

	background-position: center;
	background-size: cover;
}

.zfK0wdebz8 {}

@media only screen and (max-width: 880px) {
	.zfK0wdebz8 {
		margin-bottom: 60px;
	}
}

.zfK0wdebz8 h1 {
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 50px;
}

.promo_one_btn {
	margin-top: 30px;
}

.promo_two_story h1 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 46px;
}

.promo_percenteg {
	margin-top: 30px;
}

.promo_two_img {
	text-align: center;
}

.pts_blod {
	font-weight: 600;
	margin-bottom: 40px;
}

.pp_one {
	float: left;
	margin-right: 40px;
}

.pp_one h2 {
	font-weight: 600;
	font-size: 48px;
}

.pp_one h2 span {
	color: #6bbf59;
	margin-left: 8px;
}

.pp_one p {}

.pp_two {}

.pp_two h2 {
	font-weight: 600;
	font-size: 48px;
}

.pp_two h2 span {
	color: #cd3d3d;
	margin-left: 8px;
}

.pp_two p {}

.marketing_content_area {
	padding-bottom: 50px;
	position: relative;
}

.marketing_content_area:before {
	position: absolute;
	content: '';
	height: 1375px;
	width: 600px;
	background-image: url(../img/bg/bg-1.png);
	background-size: 100% 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

@media only screen and (max-width: 880px) {
	.marketing_content_area:before {
		width: 100%;
	}
}

.marketing-title {}

.marketing-title h4 {
	font-size: 18px;
	font-weight: 500;
}

.marketing-title h1 {
	font-weight: 600;
	line-height: 46px;
	font-size: 36px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
	.marketing-title h1 {
		margin-bottom: 0px;
	}
}

.marketing-content {}

.marketing-content p {
	margin-top: 32px;
	padding-left: 30px;
}

@media only screen and (max-width: 768px) {
	.marketing-content p {
		margin-bottom: 60px;
		padding-left: 0px;
	}
}

.LszV4Se6q1 {
	margin-bottom: 30px;
	position: relative;
}

.LszV4Se6q1 img {
	border-radius: 10px;
}

.single_marketing_inner {
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
	margin: 0 20px;
	margin-top: -80px;
	background: #fff;
	position: relative;
	border-radius: 8px;
	padding: 30px;
	transition: 0.3s;
}

.single_marketing_inner h2 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.single_marketing_inner h2 a {
	color: #232434;
	font-weight: 600;
	text-transform: capitalize;
	transition: 0.3s;
}

.single_marketing_inner h2 a:hover {
	color: rgb(34 113 100);
}

.single_marketing_inner p {
	margin-bottom: 0px;
	transition: 0.3s;
}

.LszV4Se6q1:hover .single_marketing_inner {
	background: rgb(34 113 100);
}

.LszV4Se6q1:hover .single_marketing_inner h2 a {
	color: #fff;
}

.LszV4Se6q1:hover .single_marketing_inner p {
	color: #fff;
}

/*END PORTFOLIO SINGLE PAGE DESIGN*/
.single_project_area {}

.single_project_details {
	background: #fff;
	padding: 60px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

.single_project_details img {}

.single_project_details h1 {
	margin: 20px 0;
	font-size: 50px;
	line-height: 60px;
	text-transform: capitalize;
	font-weight: 500;
}

@media only screen and (max-width: 480px) {
	.single_project_details h1 {
		margin: 20px 0;
		font-size: 30px;
		line-height: 45px;
	}
}

.project_details_info {
	margin-bottom: 30px;
	margin-top: 30px;
}

.project_details_info h4 {
	font-weight: 500;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.project_details_info ul {
	list-style: none;
}

.project_details_info ul li {
	line-height: 32px;
}

.project_details_info ul li i {
	color: #000;
	margin-right: 10px;
}

.project_details_info ul li a {
	color: #000;
}

.single_project_details p {}

.testimonials_area {
	background: #232434;
}

.testimonial {
	margin-bottom: 0px;
}

@media screen and (max-width:812px) {
	.testimonial {
		margin-bottom: 30px;
	}
}

.testimonial_content {
	width: 80%;
	margin: auto;
	margin-bottom: 40px;
}

.testimonial_content h3 {
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}

.testimonial_content i {
	color: #fff;
	font-size: 22px;
}

.testimonial_content p {
	overflow: hidden;
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
}

.testi_pic_title {
	display: inline-block;
	overflow: hidden;

}

.testi_pic_title .pic {
	margin-left: 30px;
	margin-bottom: 30px;
	width: 80px;
	height: 80px;
}

.testi_pic_title .pic img {
	width: 100%;
	height: auto;
	border-radius: 100px;
}

.testi_pic_title h4 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}

.testi_pic_title small {
	font-weight: 400;
	font-size: 14px;
	margin-top: 8px;
	display: block;
	color: #fff;
}

.owl-theme .owl-controls .owl-page span {
	border: 2px solid #fff;
	background: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.testimonial {
		padding: 20px;
		text-align: center;
	}

	.testimonial .pic {
		display: block;
		position: static;
		margin: 0 auto 15px;
	}
}

.owl-theme .owl-controls .owl-page {
	display: inline-block
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-theme .owl-controls .owl-page span {
	background-color: #fff !important;
	border-radius: 20px;
	display: block;
	height: 6px;
	margin: 5px 3px;
	width: 6px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #fff
}

.owl-theme .owl-controls {
	display: block !important;
	margin-top: 10px;
	text-align: center;
}

.customer_success_area {
	background: url(../img/bg/2.png);
	background-size: cover;
	background-position: top center;
}

.single_success {
	margin-top: 60px;
}

@media only screen and (max-width: 880px) {
	.single_success {
		margin-top: 0px;
		margin-bottom: 60px;
	}
}

.single_success h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 30px;
}

.single_success h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.single_success ul {
	margin-bottom: 30px;
}

.single_success ul li {
	text-transform: capitalize;
	font-weight: 400;
	line-height: 30px;
}

.single_success ul li span {
	color: #68c917;
	font-weight: bold;
}

.single_success h5 {
	margin-bottom: 30px;
	font-weight: 500;
	text-decoration: underline;
}

.single_success_img {
	text-align: center;
}

.single_success_img img {
	width: 450px;
}

@media only screen and (max-width:880px) {
	.single_success_img img {
		width: 100%;
	}
}

.promotion_contact {
	padding: 60px 0;
}

.promo_contact_content {}

.promo_contact_content h1 {
	font-weight: 600;
	margin-bottom: 20px;
}

.promo_contact_content p {
	margin-bottom: 30px;
}

.partner_title {}

.partner_title h3 {
	margin-bottom: 60px;
	font-size: 22px;
	font-weight: 500;
}

.partner.owl-theme .owl-controls {
	display: none !important;
}

/*
 * ----------------------------------------------------------------------------------------
 * 10.END PROMO CONTACT AND PARTNER LOGO DESIGN
 * ----------------------------------------------------------------------------------------
*/

/* ----------------------------------------------------------------------------------------
* 11.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.team_area {
	padding-bottom: 20px;
}

.our-team {
	margin-bottom: 60px;
}

@media only screen and (max-width:880px) {
	.our-team {
		margin-bottom: 30px
	}
}

.single-team {
	margin-bottom: 10px;
}

.single-team img {
	margin-bottom: 20px;
	width: 250px;
	border-radius: 50%;
}

.single-team h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.single-team p {
	margin-bottom: 0px;
}

.our-team .social {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 30px;
	margin: 3px;
}

.our-team:hover .social li:nth-child(1) a {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.our-team:hover .social li:nth-child(2) a {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.our-team:hover .social li:nth-child(3) a {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.our-team:hover .social li:nth-child(4) a {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.our-team .social li a:hover {
	border: 1px solid #eee;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.facebook {
	background: #1C58A1;
	border: 1px solid #1C58A1;
}

.facebook:hover {
	background: #fff;
	color: #1C58A1 !important;
}

.twitter {
	background: #0CBCE3;
	border: 1px solid #0CBCE3;
}

.twitter:hover {
	background: #fff;
	color: #0CBCE3 !important;
}

.linkedin {
	background: #0e76a8;
	border: 1px solid #0e76a8;
}

.linkedin:hover {
	background: #fff;
	color: #0e76a8 !important;
}

.blog_area {
	padding-bottom: 50px;
}

.single_blog {
	margin-bottom: 30px;
}

.single_blog img {
	border-radius: 10px;
}

.sb_content {
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
	margin: 0 20px;
	margin-top: -30px;
	background: #fff;
	position: relative;
	border-radius: 8px;
	padding: 30px;
}

.sb_content h2 {
	line-height: 34px;
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.sb_content h2 a {
	color: #232434;
	font-weight: 600;
	text-transform: capitalize;
}

.sb_content h2 a:hover {
	color: rgb(34 113 100);
}

.sb_content p {
	margin-bottom: 0px;
}

.sb_content span {
	text-transform: capitalize;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
}

.sb_content span a {
	color: #232434;
}

.single_blog_two span {
	margin-top: 0px;
}

.single_blog_two p {
	margin-bottom: 30px;
}

.blog_btn {
	font-weight: 600;
	text-decoration: underline;
	color: #232434;
	display: inline-block;
	margin-top: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog_btn:hover {
	color: rgb(34 113 100);
}

/*START SINGLE PAGE BLOG STYLE*/
.contact_form_blog {
	padding-top: 0px !important;
}

.blog_sidebar_title {
	border-bottom: 1px solid #d4d7e5;
	color: #232434;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: x;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.blog_search,
.latest_blog,
.advertisement_post,
.video_post,
.categories,
.tag,
.banner {
	margin-bottom: 30px;
	background: #F5F7FC;
	padding: 30px 30px;
	border-radius: 10px;
}

.tag {
	overflow: hidden;
}

.blog_search {}

.blog_search input {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 52px;
	outline: 0 none;
}

.blog_search input:focus {
	border: 1px solid #72c02c;
	outline: 0 none;
}

.single_latest_blog {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.single_latest_blog h4 {
	color: #232434;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single_latest_blog h4:hover {
	color: rgb(34 113 100);
}

.single_latest_blog span {
	color: #161616
}

.single_upcoming_event {
	margin-bottom: 20px;
}

.single_upcoming_event h4 {
	color: #232434;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	margin: 10px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single_upcoming_event:hover h4 {
	color: #ffff
}

.single_upcoming_event span i {
	margin-right: 5px;
	color: #232434
}

.single_upcoming_event span {
	color: #777
}

.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories ul li {}

.categories ul li a {
	color: #232434;
	display: block;
	padding: 5px 0;
	font-weight: 500;
}

.categories ul li a:hover {
	color: rgb(34 113 100);
}

.categories ul li a i {
	margin-right: 10px
}

.video_post iframe {
	width: 100%;
	height: 100%;
	border: medium none;
}

.tag a {
	border: 2px solid #232434;
	border-radius: 30px;
	color: #232434;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin: 6px 4px;
	padding: 3px 20px;
	text-transform: capitalize;
	font-family: open sans, sans-serif;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: none;
}

.tag a:hover {
	background: rgb(34 113 100);
	color: #fff;
	border: 2px solid rgb(34 113 100);
}

.bc_left {
	padding-left: 30px;
	font-style: italic;
	font-weight: 600;
}

.bc_bottom {
	margin-bottom: 30px;
}

.blog-img img {
	width: 100%;
}

.author_part {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 60px;
}

.single_author {
	background: #F5F7FC;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .08);
	overflow: hidden;
}

.author_part img {
	border-radius: 100px;
	float: left;
	height: 120px;
	margin-right: 20px;
	width: 120px;
}

.author_part h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

.author_part p {
	margin-bottom: 0
}

.blog_head_title {
	border-bottom: 1px solid #e1dddd;
	margin: 0 0 30px;
	padding-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}

.comments_part {
	margin-bottom: 60px;
}

.single_comment {
	margin-bottom: 30px;
	background: #F5F7FC;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .08);
	overflow: hidden;
}

.single_comment_mbnone {
	margin-bottom: 0px
}

.single_comment img {
	border-radius: 100px;
	float: left;
	height: 120px;
	margin-right: 20px;
	width: 120px;
}

.single_comment h4 {
	font-size: 16px;
	font-weight: 600;
	/* letter-spacing: 1px; */
	text-transform: uppercase;
}

.single_comment p {
	margin-bottom: 0
}

.comment-box {
	border-radius: 10px;
}

.comment_form input,
.comment_form textarea {
	border: 0px;
}

.comment_form input:focus,
.comment_form textarea:focus {
	border: 0px;
}

.cOisckftEf {}

.single_address {}

.single_address h4 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
}

.mr_20 {
	margin-bottom: 10px;
}

.single_address p {}

.single_address p a {
	color: #232434;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.single_address p a:hover {
	color: rgb(34 113 100);
}

.map iframe {
	width: 100%;
	height: 400px;
	margin-bottom: -10px;
}

.contact input,
.contact select {
	background: -webkit-linear-gradient(left, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	background: linear-gradient(90deg, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	color: #232434;
	font-size: 18px;
	font-weight: 400;
	height: 70px;
	padding: 20px;
	width: 100%;
	margin-bottom: 15px;
}

.contact textarea {
	background: -webkit-linear-gradient(left, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	background: linear-gradient(90deg, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	color: #232434;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
	padding: 20px;
	width: 100%;
}

.contact input:focus {
	background: -webkit-linear-gradient(left, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	background: linear-gradient(90deg, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	border: 1px solid #f6f6f6;
	box-shadow: none;
	color: #232434;
	outline: 0 none;
}

.contact textarea:focus {
	background: -webkit-linear-gradient(left, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	background: linear-gradient(90deg, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	border: 1px solid #fff;
	box-shadow: none;
	color: #232434;
	outline: 0 none;
}

.contact button {
	font-size: 16px;
}

.contact_btn {
	background: #ffaa17;
	display: inline-block;
	color: #fff;
	border: 2px solid #ffaa17;
	padding: 12px 40px;

}

.contact_btn:hover {
	background: #232a34;
	border: 2px solid #232a34;
}


.i7vqVWRANx {
	background: #121212;
	color: #fff;
	padding: 20px 24px;
	font-family: 'Rubik', sans-serif;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 100;
}

.wrap-dmn-slideup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.logo-dmn-slideup {
	font-size: 1.9rem;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 1px;
}

.nav-dmn-slideup {
	display: flex;
	gap: 32px;
}

.nav-dmn-slideup a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	transition: color 0.3s ease;
}

.nav-dmn-slideup a:hover {
	color: #00e1ff;
}

.toggle-dmn-slideup {
	display: none;
}

.Y89zpd0TG0 {
	display: none;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	z-index: 1101;
}

.Y89zpd0TG0 span {
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.GiBSqf0iCL {
	display: none;
}

@media (max-width: 768px) {
	.Y89zpd0TG0 {
		display: flex;
	}

	.nav-dmn-slideup {
		display: none;
	}

	.GiBSqf0iCL {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(20, 20, 20, 0.85);
		backdrop-filter: blur(12px);
		padding: 40px 20px 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		transform: translateY(100%);
		transition: transform 0.4s ease;
		z-index: 1100;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.toggle-dmn-slideup:checked~.GiBSqf0iCL {
		transform: translateY(0);
	}

	.GiBSqf0iCL a {
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		text-decoration: none;
		transition: 0.3s;
	}

	.GiBSqf0iCL a:hover {
		color: #00e1ff;
	}

	.toggle-dmn-slideup:checked+.Y89zpd0TG0 span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.toggle-dmn-slideup:checked+.Y89zpd0TG0 span:nth-child(2) {
		opacity: 0;
	}

	.toggle-dmn-slideup:checked+.Y89zpd0TG0 span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}
}


/* Base Reset & Core Variables */
:root {
	--color-dark-blue: #1C2E4A;
	/* Primary background */
	--color-light-grey-bg: #F0F2F5;
	/* Section background */
	--color-white: #FFFFFF;
	--color-accent-teal: #00BFB2;
	/* Highlight, button hover */
	--color-text-dark: #333333;
	--color-text-light: #666666;
	--color-border-subtle: #E0E0E0;
	--spacing-unit: 8px;
	/* Base for all spacing */
	--card-border-radius: 4px;
	/* Sharp corners */
	--shadow-subtle: 0 2px 10px rgba(0, 0, 0, 0.05);
	--shadow-active: 0 8px 25px rgba(0, 0, 0, 0.15);
	--transition-duration: 0.3s ease;
}



/* Utility Container */
.page-content-wrapper {
	max-width: 1420px;
	margin: 0 auto;
	padding: calc(var(--spacing-unit) * 8) calc(var(--spacing-unit) * 3);
	/* 64px 24px */
}

/* Section Headings */
.XTMindfmMq {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #b74b4b;
	font-weight: 700;
	font-size: 3.2em;
	margin-bottom: calc(var(--spacing-unit) * 6);
	/* 48px */
	position: relative;
	padding-bottom: calc(var(--spacing-unit) * 2);
	/* 16px */
	letter-spacing: -0.02em;
}

.XTMindfmMq::after {
	content: '';
	display: block;
	width: calc(var(--spacing-unit) * 10);
	/* 80px */
	height: 3px;
	background-color: var(--color-accent-teal);
	margin: calc(var(--spacing-unit) * 2) auto 0;
	border-radius: 1px;
}

.sub-heading {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: var(--color-text-dark);
	font-weight: 700;
	font-size: 2.5em;
	margin-top: calc(var(--spacing-unit) * 10);
	/* 80px */
	margin-bottom: calc(var(--spacing-unit) * 6);
	/* 48px */
	position: relative;
	padding-bottom: calc(var(--spacing-unit) * 2);
	/* 16px */
	letter-spacing: -0.01em;
}

.sub-heading::after {
	content: '';
	display: block;
	width: calc(var(--spacing-unit) * 8);
	/* 64px */
	height: 3px;
	background-color: var(--color-accent-teal);
	margin: calc(var(--spacing-unit) * 2) auto 0;
	border-radius: 1px;
}

/* Service & Plan Grids */
.uaAtdCxXrF {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: calc(var(--spacing-unit) * 3);
	/* 24px */
	justify-content: center;
	background-color: var(--color-light-grey-bg);
	/* Section background */
	padding: calc(var(--spacing-unit) * 5);
	/* 40px */
	border-radius: var(--card-border-radius);
	box-shadow: var(--shadow-subtle);
}

/* Card Base Styles */
.service-card,
.plan-card {
	background-color: var(--color-white);
	border-radius: var(--card-border-radius);
	box-shadow: var(--shadow-subtle);
	padding: calc(var(--spacing-unit) * 3);
	/* 24px */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform var(--transition-duration), box-shadow var(--transition-duration);
	border: 1px solid var(--color-border-subtle);
	overflow: hidden;
	/* For image zoom */
	position: relative;
	/* For active border */
	animation: fadeInScale 0.6s ease-out forwards;
	/* Simple animation */
	opacity: 0;
	/* Initial state for animation */
	min-height: 520px;
	/* Compact consistent height */
}

.service-card:hover,
.plan-card:hover {
	transform: translateY(calc(var(--spacing-unit) * -1));
	box-shadow: var(--shadow-active);
}

/* Staggered animation */
.service-card:nth-child(1) {
	animation-delay: 0.1s;
}

.service-card:nth-child(2) {
	animation-delay: 0.15s;
}

.service-card:nth-child(3) {
	animation-delay: 0.2s;
}

.service-card:nth-child(4) {
	animation-delay: 0.25s;
}

.service-card:nth-child(5) {
	animation-delay: 0.3s;
}

.service-card:nth-child(6) {
	animation-delay: 0.35s;
}

.plan-card:nth-child(1) {
	animation-delay: 0.1s;
}

.plan-card:nth-child(2) {
	animation-delay: 0.15s;
}

.plan-card:nth-child(3) {
	animation-delay: 0.2s;
}

/* Image & Icon Styles - Rectangular */
.image-container {
	width: 100%;
	height: 140px;
	/* Fixed rectangular height */
	margin-bottom: calc(var(--spacing-unit) * 3);
	overflow: hidden;
	border-radius: var(--card-border-radius);
	position: relative;
}

.service-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--transition-duration);
	border-radius: var(--card-border-radius);
}

.service-card:hover .service-image {
	transform: scale(1.05);
	/* Subtle zoom */
}

/* Card Content */
.card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: var(--color-text-dark);
	font-size: 1.5em;
	margin-bottom: calc(var(--spacing-unit) * 2);
}

.card-description {
	font-size: 0.95em;
	color: var(--color-text-light);
	margin-bottom: calc(var(--spacing-unit) * 3);
	flex-grow: 1;
	/* Allows text to fill space */
}

.dw20l9E5NT {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: var(--color-accent-teal);
	font-size: 1.8em;
	margin-bottom: calc(var(--spacing-unit) * 3);
	text-align: right;
	/* Price aligned right */
	position: relative;
	padding-right: calc(var(--spacing-unit) * 2);
}

.dw20l9E5NT::before {
	content: '€';
	position: absolute;
	left: 0;
	/* Align with left side of content */
	font-size: 0.7em;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-text-light);
	font-family: 'Lato', sans-serif;
}

/* Action Button - Unique Design */
.iPwMi81fpb {
	display: flex;
	/* Use flex for icon alignment */
	justify-content: center;
	align-items: center;
	background-color: var(--color-dark-blue);
	color: var(--color-white);
	padding: calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 3);
	/* 12px 24px */
	text-decoration: none;
	border-radius: var(--card-border-radius);
	font-weight: 600;
	font-size: 0.95em;
	transition: background-color var(--transition-duration), transform var(--transition-duration);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	border: 1px solid var(--color-dark-blue);
	cursor: pointer;
	align-self: flex-end;
	/* Align to bottom-right in flex column */
	margin-left: auto;
	/* Push to right */
}

.iPwMi81fpb .icon {
	margin-left: calc(var(--spacing-unit) * 1);
	/* 8px */
	transition: transform var(--transition-duration);
}

.iPwMi81fpb:hover {
	background-color: var(--color-accent-teal);
	border-color: var(--color-accent-teal);
	transform: translateY(-2px);
}

.iPwMi81fpb:hover .icon {
	transform: translateX(3px);
}

/* Tariff Plan Specifics */
.plan-card {
	background-color: var(--color-white);
	border: 2px solid var(--color-border-subtle);
	min-height: 480px;
	/* Slightly more compact than service cards */
}

.plan-card.highlighted {
	border-color: var(--color-accent-teal);
	box-shadow: 0 4px 20px rgba(0, 191, 178, 0.2);
	transform: scale(1.03);
	/* Highlight effect */
}

.qjID8Znvss {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: var(--color-text-dark);
	font-size: 1.8em;
	margin-bottom: calc(var(--spacing-unit) * 2);
	text-align: center;
}

.plan-price-display {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: var(--color-dark-blue);
	font-size: 2.2em;
	margin-bottom: calc(var(--spacing-unit) * 4);
	text-align: center;
	line-height: 1;
	position: relative;
}

.plan-price-display span {
	font-size: 0.6em;
	font-weight: 500;
	color: var(--color-text-light);
	position: absolute;
	bottom: 0;

}

.LEttRcNG75 {
	padding: 0;
	margin-bottom: calc(var(--spacing-unit) * 4);
	flex-grow: 1;
}

.LEttRcNG75 li {
	font-size: 0.95em;
	color: var(--color-text-light);
	padding: calc(var(--spacing-unit) * 1) 0;
	/* 8px 0 */
	border-bottom: 1px dashed var(--color-border-subtle);
	/* Dashed separator */
	position: relative;
	padding-left: calc(var(--spacing-unit) * 3);
	/* For custom bullet */
}

.LEttRcNG75 li:last-child {
	border-bottom: none;
}

.LEttRcNG75 li::before {
	content: '›';
	/* Simple, modern arrow */
	position: absolute;
	left: 0;
	color: var(--color-accent-teal);
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
}

/* Animations */
@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(20px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* Responsive Adjustments */
@media (max-width: 992px) {
	.page-content-wrapper {
		padding: calc(var(--spacing-unit) * 6) calc(var(--spacing-unit) * 2);
	}

	.XTMindfmMq {
		font-size: 2.8em;
	}

	.sub-heading {
		font-size: 2.2em;
		margin-top: calc(var(--spacing-unit) * 8);
	}

	.uaAtdCxXrF {
		padding: calc(var(--spacing-unit) * 4);
		gap: calc(var(--spacing-unit) * 2);
	}

	.service-card,
	.plan-card {
		padding: calc(var(--spacing-unit) * 2.5);
		min-height: 500px;
	}

	.image-container {
		height: 120px;
	}

	.card-title {
		font-size: 1.4em;
	}

	.card-description {
		font-size: 0.9em;
	}

	.dw20l9E5NT {
		font-size: 1.6em;
	}

	.iPwMi81fpb {
		padding: calc(var(--spacing-unit) * 1.2) calc(var(--spacing-unit) * 2);
		font-size: 0.9em;
	}

	.qjID8Znvss {
		font-size: 1.6em;
	}

	.plan-price-display {
		font-size: 2em;
	}

	.LEttRcNG75 li {
		font-size: 0.9em;
		padding: calc(var(--spacing-unit) * 0.8) 0;
		padding-left: calc(var(--spacing-unit) * 2.5);
	}
}

@media (max-width: 768px) {
	.uaAtdCxXrF {
		grid-template-columns: 1fr;
		/* Stack vertically on mobile */
		padding: calc(var(--spacing-unit) * 3);
		gap: calc(var(--spacing-unit) * 2);
	}

	.service-card,
	.plan-card {
		min-height: auto;
	}

	/* Allow height to adapt */
	.XTMindfmMq {
		font-size: 2.4em;
		margin-bottom: calc(var(--spacing-unit) * 5);
	}

	.sub-heading {
		font-size: 2em;
		margin-top: calc(var(--spacing-unit) * 7);
		margin-bottom: calc(var(--spacing-unit) * 5);
	}

	.image-container {
		height: 100px;
		margin-bottom: calc(var(--spacing-unit) * 2.5);
	}

	.card-title {
		font-size: 1.3em;
	}

	.card-description {
		font-size: 0.88em;
	}

	.dw20l9E5NT {
		font-size: 1.5em;
	}

	.iPwMi81fpb {
		width: 100%;
		justify-content: center;
		margin-left: 0;
	}

	/* Full width button */
	.plan-price-display span {
		right: auto;

		/* Adjust alignment for mobile */
	}
}

@media (max-width: 480px) {
	.page-content-wrapper {
		padding: calc(var(--spacing-unit) * 4) calc(var(--spacing-unit) * 1.5);
	}

	.XTMindfmMq {
		font-size: 2em;
	}

	.sub-heading {
		font-size: 1.7em;
	}

	.uaAtdCxXrF {
		padding: calc(var(--spacing-unit) * 2);
	}

	.service-card,
	.plan-card {
		padding: calc(var(--spacing-unit) * 2);
	}

	.image-container {
		height: 80px;
	}

	.card-title {
		font-size: 1.2em;
	}

	.card-description {
		font-size: 0.85em;
	}

	.dw20l9E5NT {
		font-size: 1.4em;
	}

	.iPwMi81fpb {
		padding: calc(var(--spacing-unit) * 1) calc(var(--spacing-unit) * 1.5);
		font-size: 0.85em;
	}

	.qjID8Znvss {
		font-size: 1.4em;
	}

	.plan-price-display {
		font-size: 1.8em;
	}

	.LEttRcNG75 li {
		font-size: 0.85em;
		padding-left: calc(var(--spacing-unit) * 2);
	}
}

/*
* ----------------------------------------------------------------------------------------
* 13.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
	background-size: cover;
	background-position: top center;
	padding-bottom: 40px;
}



.cf_mail {}

.cf_mail span {
	color: #fff;
}

.cf_mail h2 {
	color: #fff;
	font-size: 30px;
}

@media only screen and (max-width:480px) {
	.cf_mail h2 {
		font-size: 22px;
	}
}

.cf_logo {
	text-align: center;
}

.cf_logo img {
	width: 140px;
	margin-top: 10px;
}

@media only screen and (max-width:880px) {
	.cf_logo {
		float: left;
		margin-bottom: 40px;
	}
}

.cf_phone {}

.cf_phone span {
	color: #fff;
}

.cf_phone h2 {
	color: #fff;
	font-size: 30px;
}

@media only screen and (max-width:480px) {
	.cf_phone h2 {
		font-size: 22px;
	}
}

.footer_logo p {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 25px;
}

.single_footer {}

@media only screen and (max-width:880px) {
	.single_footer {
		margin-bottom: 40px;
	}
}

.single_footer h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 17px;
}

.single_footer p {
	color: #fff;
}

.single_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single_footer ul li {}

.single_footer ul li a {
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 36px;
	font-size: 15px;
	text-transform: capitalize;
}

.single_footer ul li a:before {
	content: "-";
	font-family: "LineAwesome";
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	margin-right: 6px;
}

.single_footer ul li a:hover {
	color: #fff;
}

.single_footer_address {}

.single_footer_address ul {}

.single_footer_address ul li {
	color: #fff;
}

.single_footer_address ul li span {
	font-weight: 400;
	color: #fff;
	line-height: 28px;
}

.contact_social ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.single_footer_address p {
	margin-bottom: 10px;
}

/*START SOCIAL PROFILE CSS*/
.newsletter-form {}

.newsletter-form h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
}

.newsletter-form input {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	padding: 10px;
	color: #1d293e;
	border-radius: 2px;
	border: 0px;
}

.subscribe button {
	border: none;
	width: 100%;
}

.sub_btn {
	background: rgb(34 113 100);
	border: 1px solid rgb(34 113 100);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 14px 40px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 100px;
	display: inline-block;
	font-weight: 500;
}

.sub_btn:hover,
.sub_btn:focus {
	background: #fff;
	border: 1px solid #232434;
	color: #232434;
	box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.1);
}

.social_profile {
	margin-top: 25px;
	overflow: hidden;
}

@media only screen and (max-width:880px) {
	.social_profile {
		margin-bottom: 40px;
	}
}

.social_profile ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.social_profile ul li {
	float: left;
}

.social_profile ul li a {
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
}

@media only screen and (max-width:480px) {
	.social_profile ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.social_profile ul li a:hover {
	color: #232434;
	background: #fff;
}

.f_facebook {
	background: #3B5998;
}

.f_twitter {
	background: #1A90D9;
}

.f_instagram {
	background: #FF5252;
}

.f_linkedin {
	background: #0e76a8;
}

/*END SOCIAL PROFILE CSS*/
.bBASMYzeq2 {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 30px;
	margin-top: 60px;
}

.bBASMYzeq2 p {
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}

/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-top {
	padding-bottom: 100px;
	/* ; */
	position: relative;
	border-bottom: 1px solid #ddd;
	background: -webkit-linear-gradient(left, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	background: linear-gradient(90deg, rgb(236, 255, 252) 0%, rgb(253, 250, 239) 35%, rgb(251, 251, 251) 100%);
	height: 300px;
}

.section-top-title {
	padding-top: 180px;
}

.section-top-title h4 {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 20px;
	text-decoration: underline;
	display: inline-block;
	background: rgb(34 113 100);
	color: #fff;
}

.section-top-title h1 {
	color: #232434;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 46px;
	margin-bottom: 30px;
	line-height: 56px;
}

@media only screen and (max-width:480px) {
	.section-top-title h1 {
		font-size: 30px;
	}
}

.section-top-title p {}