/*
Theme Name: Leos
Author: Mohamed Shalata
Version: 4.1
Text Domain: leos
*/

#MainNav ul li:hover:after {
	transition: .3s;
	width: 100%;
	transform: scale(1);
}

#MainNav ul li {
	border-width: 0;
	transition: .3s;
	position: relative;
}

#MainNav ul li:after {
	width: 0px;
	transition: .3s;
	content: "";
	transform: scale(0);
	right: 0;
	position: absolute;
	top: 100%;
	border-bottom: 1px solid #F7BE2F;
}
.content_post p
{
	margin-bottom: 0.68em;
}
.content_post ol
{
	color: black;
	font-size: 20px;
}
.content_post ol li
{
	margin-bottom: 0.5em;
}

.build_your_home .size_choose{
	flex-wrap: wrap;
}

/* Video Banner */
.video-banner {
	position: relative;
	width: 100%;
}
.video-banner__media {
	position: relative;
	overflow: hidden;
	border-radius: 60px;
	box-shadow: rgba(0, 53, 138, 0.2) 0px 10px 15px 0px;
}
.video-banner__video,
.video-banner__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 2/1;
}
.video-banner__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	height: 100%;
	background: linear-gradient(315deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
	opacity: 1;
	pointer-events: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-banner__content {
	max-width: 70%;
	padding: 20px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.video-banner__text {
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.video-banner__media:hover .video-banner__text, .video-banner__media:hover .video-banner__title {
	transform: translateY(0);
	opacity: 1;
}

.video-banner__title {
	transform: translateY(50%);
	position: relative;
	padding-bottom: 5px;
	color: white;
	width: fit-content;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.video-banner__button {
	position: absolute;
	bottom: 40px;
	inset-inline-end: 40px;
	cursor: pointer;
	width: max-content;
	display: flex;
	padding: 10px 27px;
	align-items: center;
	gap: 10px;
	border-radius: 25px;
	background: #F7BE2F;
	color: #00358A;
	font-weight: 700;
}


/* Logo slider */

.product-logo-slider {
	padding: 40px 0;
}

.logo-slider,.logo-slider .slick-track {
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.logo-slider-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.logo-slider-item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	max-height: 80px;
	object-fit: contain;
}
.solutions .card_cat_home,.big_banner
{
	background-position: center center;
	background-size: cover;
}

.big_banner-white_text {
    width: min(90vw, 600px);
    padding-block: 1rem;
    color: white;
}

.card_customer {
	height: 500px;
}
.card_customer a img.full-height {
	width: auto;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}
.play-icon {
display: none;
}
a.title_footer[href*="tel"] {
	unicode-bidi: plaintext;
}

@media (width < 768px) {
	.Steps {
		padding: 0;
		min-height: unset;
	}
	.Steps .info_text {
		margin-top: 2rem;
	}
	.Steps .image_step {
		width: 90%;
		position: relative;
		margin-inline: auto;
		padding-top: 1rem;
		border-radius: 50px !important;
	}
	.all_steps .card_steps {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.all_steps .card_steps .card_step {
		flex-direction: column;
		width: 100%;
	}
	.all_steps .card_steps .card_step:after {
		display: none;

	}
	.all_steps .card_steps .card_step .number{
		margin-bottom: -15px;
	}
	.all_steps {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

.card_step {
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.card_step .text_step {
  transition: color 0.4s ease;
  position: relative;
}

.card_step .number::before,
.card_step .number::after,
.card_step::after {
  content: "";
  position: absolute;
  transition: background-color 0.4s ease;
}
.card_step.active-step .text_step::before{
	border-bottom: 10px solid #00358a !important;
}

.card_step.active-step .text_step {
  color: #fff !important;
  background-color: #00358a !important;
}

.card_step.active-step .number::before{
  background-color: #1a58bb !important;
}

.card_step.active-step .number::after,
.card_step.active-step::after {
  background-color: #00358a !important;
}

@media screen and (width > 768px) {
  .text_step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
  }
}

@media screen and (min-width: 768px) {
	.fixed-buttons {
		display: none !important;
	}
}
@media screen and (width < 768px) {
	#FloatSocials2, #MobBtns, .joinchat {
		display: none !important;
	}
}
.fixed-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 0;
	z-index: 1000;
}

.fixed-buttons a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: white;
	width: calc(100% / 2);
	height: 62px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0;
	justify-content: center;
	unicode-bidi: plaintext;
}

.fixed-buttons a:last-child {
	border-left: none;
}

.fixed-buttons a span {
	white-space: nowrap;
}

.fixed-buttons a i {
	font-size: 24px;
	margin-bottom: 5px;
}
.cblue {background-color:#00358a;}
.cgreen{background-color:#25D366;}

div.wpcf7-response-output {}

.wpcf7-response-output {
    position: relative !important;
    bottom: unset !important;
    color: #FFF;
    text-align: center;
    transform: translate(0) !important;
    left: unset !important;
}
.sticky_site {
  z-index: 25;
}