/* 
Homepage Services hover CSS
Stored in Customizer due to Elementor override issue.
*/

/* .gfield--type-captcha{
    position: fixed;
} */




/* * {
  -ms-overflow-style: none;  
  scrollbar-width: none;     
}

*::-webkit-scrollbar {
  display: none;             
} */

* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body{
	overflow-x: hidden;
}



.page:not(.home) #masthead,
.error404   #masthead{
	background: rgba(30, 30, 30, 0.8);
}
.error404 .notfound-content{
	margin-top: 106px;
}
.error404 .notfound-content h1{
	margin-top: 0px;
}

/* Header */
#masthead {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.header_logo,
.header_logo *{
	outline: none !important;
}
/* #masthead.sticky {
	background-color: rgba(30, 30, 30, 0.8);
} */

.elementor-menu-toggle svg {
    color: #ffffff !important;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}
.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}
.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.header-wrapper .sub-menu a:hover,
.header-wrapper .sub-menu .current-menu-item > a,
.header-wrapper .sub-menu .current_page_item > a,
.header-wrapper .sub-menu .current-menu-ancestor > a {
    color: #C9B699 !important;
}

.header_menu .elementor-nav-menu__container {
	height: 100vh !important;
	top: calc(-6% - 100%) !important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 60px;
}
.header_menu .elementor-nav-menu__container::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('https://medicings.techsolutionn.com/wp-content/uploads/2023/12/fav.svg');
/* 	background-image: url('/wp-content/uploads/2025/08/menu-shape.svg'); */
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 25%;
	opacity: 0.02;
}

.header_menu .elementor-menu-toggle {
	padding: 7px 20px 8px;
	z-index: 9999;
}
.header_menu .elementor-menu-toggle .elementor-menu-toggle__icon--open {
	display: flex;
	align-items: center;
	column-gap: 10px;
	fill: #ffffff;
}
.header_menu .elementor-menu-toggle .menu-text {
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
/* 	line-height: 175%; */
	text-transform: uppercase;
}
.header_menu .elementor-menu-toggle.elementor-active {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;

  -webkit-appearance: none;
  appearance: none;
}
.header_menu ul.elementor-nav-menu li.menu-item {
	margin-bottom: 40px;
	text-align: right;
}
.header_menu ul.elementor-nav-menu li.menu-item:last-child,
.header_menu ul.sub-menu li.menu-item:last-child {
	margin-bottom: 0;
}
.header_menu ul.elementor-nav-menu li.menu-item a.elementor-item {
	justify-content: flex-end;
/* 	line-height: 108% !important; */
}
.header_menu ul.elementor-nav-menu li.menu-item:last-child a.elementor-item {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 175% !important;
	text-transform: uppercase;
	background-color: transparent !important;
	padding: 10px 30px !important;
}

.header-wrapper ul.sub-menu {
    background-color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.header-wrapper ul.sub-menu a{
	color: #333333 !important;
	border-inline-start: 0px solid transparent;
}

.header-wrapper ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0px solid transparent;
}

.header-wrapper ul.sub-menu a:hover{
	color: #C9B699 !important;
}

.sub-arrow svg{
	display: none;
}

/* Force the parent link to be clickable */
.elementor-nav-menu--main .menu-item-has-children > a {
		pointer-events: all !important;
}

/* Ensure the menu opens on hover since the click is now used for the link */
.elementor-nav-menu--main .menu-item-has-children:hover > ul.sub-menu {
	display: block !important;
    opacity: 1 !important;
	visibility: visible !important;
}


/* Apply transition to the menu item text */
.header_menu .elementor-nav-menu > li > a.elementor-item {
    transition: color 0.3s ease-in-out; /* slower & smooth */
}

/* Hover color */
.header_menu .elementor-nav-menu > li > a.elementor-item:hover {
    color: #c9b699;
}

.header_menu .elementor-nav-menu > li > a.elementor-item {
    padding: 0 !important;
    margin: 0 !important;
}

	.header_menu .elementor-sub-item {
    padding: 0 !important;
    margin: 0 !important;
}


.header_menu ul.sub-menu {
	margin-top: 10px;
}
.header_menu ul.sub-menu li.menu-item {
	margin-bottom: 6px;
	text-align: right;
}
.header_menu ul.sub-menu li.menu-item a.elementor-sub-item {
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 133%;
	border: none !important;
	justify-content: flex-end;
}

.header_menu .sub-menu.elementor-nav-menu--dropdown {
    max-height: 200px !important;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding-right: 15px;
	background-color: transparent !important;
}

.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:focus-visible,
.elementor-nav-menu--dropdown .elementor-item:active,
.elementor-nav-menu--dropdown .elementor-item[aria-current="page"],
.elementor-nav-menu--dropdown .elementor-item[aria-current="true"] {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

item:focus, .elementor-sub-item:hover, .elementor-sub-item.elementor-item-active{
	background-color: transparent !important;
	color: #c9b699 !important;
}

.header-wrapper ul.sub-menu {
    position: absolute;
}

.header-wrapper ul.sub-menu {
    position: absolute;
}
.header-wrapper ul.sub-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 42px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
    transform: translateZ(0);
    will-change: transform;
}
/* 🔥 HOVER BRIDGE - only on desktop */
.header-wrapper ul.sub-menu::after {
    content: "";
    position: absolute;
    top: -20px; /* Adjust this value based on your gap */
    left: 0;
    width: 100%;
    height: 20px; /* Adjust this to cover the gap */
    background: transparent;
    pointer-events: auto;
}

/* 404 Page */
.notfound-content {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10vw 0 !important;
}
.error404 .notfound-content h1 {
	color: #000000;
}
.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Form */
body .gform_wrapper,
.gform_confirmation_wrapper,
body .gform_wrapper form {
	width: 100%;
	float: left;
}
body .gform_wrapper {
	margin: 0px 0;
}
body .gform_wrapper form .gform_body {
	float: left;
	width: 100% !important;
/* 	margin: 0 -15px !important; */
}
body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}
body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}
body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}
body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}
body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}
body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}
body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}
body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}
body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Lato';
	background-color: #029300;
	line-height: 125%;
	border: 0px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}
body .gform_wrapper div.validation_error {
	margin-bottom: 8px;
	outline: none !important;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 10px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}
body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: 'Satoshi-Regular';
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
body .gform_wrapper form .gform_body .gfield select {
    background-color: #ffffff !important;
    background-image: url(../images/select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 45px !important;
	cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

body .gform_legacy_markup_wrapper select option {
	cursor: pointer !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}
body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

/* Home Page */
.hero_banner_slides,
body .hero_banner_form .gform_wrapper .gform_heading {
	margin-bottom: 0 !important;
}
.hero_banner_slides .swiper-wrapper .elementor-background-overlay {
	background-color: transparent !important;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%);
}
.hero_banner_slides .elementor-swiper-button {
  position: absolute !important; /* VERY IMPORTANT */
  width: 30px !important;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 70px !important;
  top: auto !important;
  transform: none !important;
  left: auto !important;  /* reset Elementor inline left */
}

.hero_banner_slides .elementor-swiper-button-prev {
  background-image: url('/wp-content/uploads/2025/08/left-arrow.svg');
  right: 120px !important;
}

.hero_banner_slides .elementor-swiper-button-next {
  background-image: url('/wp-content/uploads/2025/08/right-arrow.svg');
  right: 60px !important;
}

.hero_banner_slides .elementor-swiper-button-prev svg,
.hero_banner_slides .elementor-swiper-button-next svg {
	display: none;
}
.hero_banner_form {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	right: calc(0% + 10%);
	z-index: 2;
}
body .hero_banner_form .gform_wrapper {
	max-width: 425px;
	float: right;
	background-color: rgba(255, 255, 255, 0.30);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(13.5px);
	padding: 20px 20px;
}
body .hero_banner_form .gform_wrapper .gform_heading .gform_title {
	font-family: "Lato", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 93%;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 18px 0;
}
body .hero_banner_form .gform_wrapper form .gform_body ul li.gfield {
	margin: 0 0 11px !important;
	padding: 0px !important;
}
body .hero_banner_form .gform_wrapper form .gform_body ul li.gfield label {
	display: none;
}
body .hero_banner_form .gform_body input[type=text], 
body .hero_banner_form .gform_body input[type=email], 
body .hero_banner_form .gform_body input[type=tel], 
body .hero_banner_form .gform_body input[type=number], 
body .hero_banner_form select, 
body .hero_banner_form textarea {
	width: 100% !important;
	height: auto !important;
	font-family: "Lato", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400;
	color: #24242480 !important;
	line-height: 166% !important;
	letter-spacing: 0 !important;
	background-color: #FFFFFFE5 !important;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none;
	outline: none;
	padding: 7px 20px !important;
	margin: 0 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
body .hero_banner_form .gform_body input[type=text]::placeholder, 
body .hero_banner_form .gform_body input[type=email]::placeholder, 
body .hero_banner_form .gform_body input[type=tel]::placeholder, 
body .hero_banner_form .gform_body input[type=number]::placeholder, 
body .hero_banner_form select::placeholder, 
body .hero_banner_form textarea::placeholder {
	color: #24242480 !important;
}
body .hero_banner_form .gform_wrapper form .gform_body ul li.gfield { 
	width: 100%; 
}
.hero_banner_form .gform_footer {
	margin: 0 !important;
	padding: 0px 0 0 0 !important;
}

body .hero_banner_form .ginput_container_select select {
	background-color: #ffffff !important;
    background-image: url(../images/select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 45px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.hero_banner_form .gform_footer input[type="submit"] {
	width: 100% !important;
	font-size: 16px !important;
	border: none !important;
	margin: 0 !important;
	cursor: pointer;
	background-color: #7438e5;
	transition: all 0.3s ease-in-out;
}
.hero_banner_form .gform_footer input[type="submit"]:hover {
	background-color: #591BCF;
	color: #FFFFFF;
}
.design_build_slider .swiper-slide {
	padding-left: 170px;
	padding-bottom: 70px;
	overflow: visible;
}
.design_build_slider .swiper-slide-inner {
	bottom: 30px !important;
}
.design_build_slider .swiper-slide-contents {
	max-width: 320px !important;
	background-color: #FFFFFF;
	padding: 40px 20px 50px 20px;
	position: relative;
	margin: 0 0 30px 30px;
}
.design_build_slider .swiper-slide-contents::after {
	content: '';
	display: block;
	width: 97.5%;
	height: 95.7%;
	position: absolute;
	left: -30px;
	bottom: -30px;
	border-left: 10px solid #000;
	border-bottom: 10px solid #000;
	z-index: -1;
}
.design_build_slider .swiper-slide {
	background: url("/wp-content/uploads/2025/09/Image1-1.webp") no-repeat center center;
	background-size: auto;
	background-position: bottom left;
}
.design_build_slider .swiper-slide-bg {
	height: 580px;
}
.design_build_slider .swiper-slide-inner .elementor-slide-heading,
.design_build_slider .swiper-slide-bg {
	position: relative; 
}
.design_build_slider .swiper-slide-inner .elementor-slide-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px; 
	width: 50px;
	height: 3px;
	background: #000;
}
.design_build_slider .swiper-slide-inner .elementor-slide-heading {
	margin-bottom: 17px !important;
	padding-bottom: 17px;
}
.design_build_slider .swiper-slide-bg::before {
	content: "";
	position: absolute;
	inset: 11px;
	border: 2px solid #444;  
}
.design_build_slider .swiper-slide .swiper-slide-inner .elementor-slide-button.elementor-button {
	border: none;
	border-left: 5px solid #C9B699;
	padding: 8px 30px;
	display: inline-block;
	background: linear-gradient(to right, #c9b699 50%, rgba(201,182,153,0) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.4s ease;
}
.design_build_slider .swiper-slide .swiper-slide-inner .elementor-slide-button.elementor-button:hover {
	color: #fff;
	background-position: left bottom;
}
.db_slider_col .img_car_right .swiper-pagination {
	padding-top: 51px; 
	justify-content: flex-end; 
}
.db_slider_col .img_car_right .swiper-pagination-bullet {
	width: 40px;
	height: 8px;
}
.u4_box .elementor-container.elementor-column-gap-default {
	gap: 30px;
}

.u4_box .elementor-image-box-img{
	background-color: #fff;
	width: 80px !important;
}

.u4_box .elementor-image-box-img img{
	background-color: #fff;
	width: 60px !important;
	margin: auto;
}


.mix-title figure.elementor-image-box-img {
	padding-bottom: 30px;
}

/* Testimonial */
.title-partenaires h4:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #c9b699;
    margin: 15px auto 0;
}
.img_car .swiper-pagination-bullet,
.img_car_right .swiper-pagination-bullet,
.img_car_left .swiper-pagination-bullet{
	width: 40px;
	height: 8px;
	border-radius: 0px;
	background: #F4F0EB;
	opacity: 1;
}
.img_car .swiper-pagination,
.img_car_right .swiper-pagination,
.img_car_left .swiper-pagination{
	padding-top: 33px;
	position: relative;
	display: flex;
}
.img_car .swiper-pagination-bullet.swiper-pagination-bullet-active,
.img_car_right .swiper-pagination-bullet.swiper-pagination-bullet-active,
.img_car_left .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #C9B699;
}

/* zoom-in effect to the service icon */
.nos-service {
    transition: transform 0.4s ease; /* smooth animation */
    display: inline-block; /* ensures proper scaling */
	cursor: pointer;
}

.nos-service:hover {
    transform: scale(1.08); /* zoom in effect */
}

.nos-service p{
	transition: all 0.3s ease-in-out;
}

.nos-service:hover p{
	color: #c9b699 !important;
}

/* homepage 4 blocks */
.block{
	font-family: Lato, Arial, Helvetica, sans-serif !important;
}

.block h2{
	font-family: Lato, Arial, Helvetica, sans-serif !important;
}

.us_box h2{
	font-family: Lato, Arial, Helvetica, sans-serif !important;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}

/* Homepage service1 */

#service1 .elementor-image-box-img {
    position: relative;
	display: block;
    overflow: hidden;   
    z-index: 0;
}

#service1 .elementor-image-box-img img {
    transition: .3s ease;
    opacity: 1;
	position: relative;
    display: block;
    z-index: 1; 
}

.sec-title .elementor-image-box-content .elementor-image-box-description{
	padding-left: 12px !important;
}

.sec-title .elementor-image-box-description{
	margin-bottom: -7px !important;
}

.sec-title .elementor-image-box-content .elementor-image-box-title{
	margin-bottom: 10px !important;
}

.section-1 .elementor-image-box-content .elementor-image-box-description{
	padding-left: 10px !important;
}

.section-1 .elementor-image-box-description{
	margin-bottom: -7px !important;
}

.section-1 .elementor-image-box-content .elementor-image-box-title{
	margin-bottom: 10px !important;
}

.mix-title

/* Footer */

#menu-1-e76f59e li a{
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

.footer_contact_box .elementor-icon-box-content {
	display: flex;
	align-items: center;
	column-gap: 6px;
}
.footer_contact_box .elementor-icon-box-description a {
	color: #FFFFFFCC;
	font-family: Lato, Arial, Helvetica, sans-serif !important;
}
.footer_menu ul.elementor-nav-menu li.menu-item a.elementor-item {
	display: inline-block !important;
	width: auto !important;
}
.es-form-field-container .gjs-row {
	margin-bottom: 0 !important;
	column-gap: 8px;
}
.es-form-field-container input[type="email"] {
	width: 100% !important;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 0% !important;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ffffff !important;
	outline: none;
	padding: 9px 9px;
}
.es-form-field-container input[type="email"]::placeholder {
	color: transparent;
}
.es-form-field-container input[type="submit"] {
	border: none !important;
	cursor: pointer;
}

#newslatter input[type="submit"]{
    background-color: transparent;
    padding: 6px 10px 7px !important;   /* reduced height */
    border-left: 5px solid #C9B699 !important; /* thinner + shorter because height is smaller */
    line-height: 0 !important;
    font-size: 14px !important;
    color: #c9b699 !important;
    transition: all 0.3s ease-in-out;
	width: 106.25px !important;
	height: 29px !important;
}

#newslatter input[type="email"]{
	width: 100% !important;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 0% !important;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ffffff !important;
	outline: none;
	padding: 9px 9px;
	height: 29px !important;
}

#newslatter input[type="submit"]:hover{
	background-color: #c9b699 !important;
	color: black !important;
}

.btn a {
	display: inline-block;
	background: linear-gradient(to right, #c9b699 50%, rgba(201,182,153,0) 50%);
	background-size: 200% 110%;
	background-position: right bottom;
	color: #fff;
	padding: 10px 10px !important;
	text-decoration: none;
	transition: all 0.25s ease;
	line-height: 108% !important;
}
.btn a:hover {
	color: #fff !important;
	background-position: left bottom;
	background-color: #C9B699 !important;
}
.nous_col .elementor-widget-wrap{
	gap: 69px;
}
.nous_text .elementor-drop-cap{
	line-height: 20% !important;
}
.nous_text .elementor-drop-cap-letter{
	margin-top: -10px;
}
.testimonial_slider .elementor-testimonial__title{
	display: none;
}
.testimonial_slider .elementor-testimonial::after {
	content: '';
	background-image: url('/wp-content/uploads/2025/08/Background.webp');
	background-size: contain;  
	background-repeat: no-repeat;
	background-position: top center;
	width: 385px;    
	height: 90px;    
	margin-bottom: auto;
	display: block;
	margin-bottom: auto;
}
.testimonial_slider .elementor-testimonial__footer{
	padding-left: 42px !important;
	padding-right: 126px !important;
	padding-top: 0 !important;
	flex-direction: column-reverse !important; 
}
.testimonial_slider .elementor-testimonial{
	align-items: flex-start !important;
}
.testimonial_slider .elementor-testimonial__content{
	background: transparent!important; 
	margin: 16px 0px;
	padding: 50px 50px 50px 0px !important;
}
.testimonial_slider .elementor-testimonial__name {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.testimonial_slider .elementor-testimonial__name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #C9B699;
} 
.testimonial_slider .elementor-testimonial__image{
	text-align: left; 
}
.testimonial_slider .elementor-testimonial__cite{
	margin-top: 0 !important;
} 
.testimonial_slider .swiper-slide {
	display: flex;
	align-items: center;
	height: 100% !important;
}
.testimonial_slider .swiper-wrapper{
	align-items: center !important;
}
.testimonial_slider .elementor-swiper-button-prev svg,
.testimonial_slider .elementor-swiper-button-next svg {
	display: none;
} 
.testimonial_slider .elementor-swiper-button-prev::before,
.testimonial_slider .elementor-swiper-button-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 60px;
	color: #eeeeee;
	display: block;
	transition: all 0.3s ease;
}
.testimonial_slider .elementor-swiper-button-prev::before {
	content: "\f104";
}
.testimonial_slider .elementor-swiper-button-next::before {
	content: "\f105";
}
.testimonial_slider .elementor-swiper-button-prev:hover::before,
.testimonial_slider .elementor-swiper-button-next:hover::before {
	color: #000;
}
.testimonial_slider .elementor-testimonial__content::after{
	display: none !important;
}

/* Custom css ------------------j------------------- */
/* Tabs */
.ere-filter-tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 0px;
}
.ere-filter-tabs .ere-tab {
	padding: 12px 20px;
	cursor: pointer;
	background: #f5f5f5;
	margin-right: 0px;
	border: 1px solid #ccc;
	transition: 0.3s;
	font-size: 14px;
	line-height: 1;
	color: #555;
	background: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.ere-filter-tabs .ere-tab.active {
	background: #c3a984;
	color: #fff;
	background: #c9b699;
	border: 1px solid #c9b699;
}
.ere-filter-tabs .ere-tab:not(:last-child) {
	border-right: 0;
}
.main_seleci_filld .ere-form-row select:focus { 
	outline: 0; 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* Form Layout */
#ere-filter-form {
	background: #f9f9f9;
	padding: 20px 35px;
}
.ere_fillter_form_sec #ere-filter-form .ere-checkboxes{
	width: max-content;
}
.main_seleci_filld .ere-form-row select {
	padding: 6px 12px !important;
	border: 1px solid #ccc !important;
	color: #555 !important;
	height: 44px !important;
	text-transform: uppercase !important;
	font-weight: 300 !important;
	font-family: 'Lato' !important;
	font-size: 14px !important;
	background-color: #fff !important;
	outline: none !important; 
	border-radius: 0px !important;
	padding-right: 28px !important;
	cursor: pointer;
}
.blue_bra label,
.blue_bra span{
	font-size: 14px;
	color: #555;
	line-height: 1;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	font-style: normal;
}
.main_seleci_filld{
	display: flex;
	justify-content: space-between
}
.select_fild {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 30px;
	width: 70%;
	padding-right: 30px;
}
.blue_bra{
	width: 33% !important;
}
.ere-input {
	flex: 1;
	padding: 10px;
	border: 1px solid #ddd;
}
.ere-btn {
	background: #c3a984;
	color: #fff;
	border: none;
	padding: 12px 25px;
	cursor: pointer;
	font-size: 16px;
}
.ere-btn:hover {
	background: #a58562;
}
.ere-range {
	width: 80%;
}
.ere-checkboxes label {
	margin: 0px 30px 0px 0px;
	font-size: 14px;
	font-weight: 700;
	color: #444444;
	font-family: "Lato", Sans-serif;
}
.ere-checkboxes label input {
	margin: 0px 7px 0px 0px;
}
.ere-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.ere-card {
	overflow: hidden;
	transition: transform 0.3s ease;
}
.ere-card-image {
	position: relative;
}
.ere-card-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
.ere-card-tags {
	position: absolute;
	top: 15px;
	right: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 6px;	
	align-items: flex-end;
}
.ere-tag {
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
}
.ere-card-title {
	font-size: 18px;
	margin: 0;
}
.ere-card-title a {
	color: #333;
	text-decoration: none;
}
.ere-card-title a:hover {
	color: #0073aa;
}
.pro_cart .page-numbers{
	background: #222;
	color: #fff !important;
	border-color: transparent; 
	padding: 0 19px !important;
	line-height: 35px;
	font-size: 12px;
	border-radius: 0px  !important;
}
.pro_cart  .page-numbers:hover,
.pro_cart .current{ 
	background: #7438e5;
}
.pro_cart .ere-pagination{
	display: flex;
	gap: 10px;
	margin-top: 60px;
}
.pro_cart .next {
	margin-left: auto;
}
.pro_cart a {
	position: relative; 
}
.pro_cart a img {
	width: 100%;
	display: block;
	transition: 0.3s;
}
.pro_cart .ere-card a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(34, 34, 34, 0.6);
	opacity: 0; 
	z-index: 2;
}
.pro_cart .ere-card a:hover::before {
	opacity: 1;
}
.pro_cart .prev {
	margin-right: auto;
}
.ere-no-results {
	text-align: center;
	font-size: 18px;
	margin: 40px 0;
}
.pro_cart a img {
	height: 196px;
	width: 100%;
	object-fit: cover;
}
.pro_cart .ere-tag {
	background-color: #888;
	color: #fff;
	padding: 0px 5px 0px 15px;
	border-radius: 3px; 
	font-size: 12px;
	text-align: right;
	line-height: 160%;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
	width: max-content;
}
.pro_cart .status {
	background-color: #888;
}
.pro_cart .city {
	background-color: #c9b699;
}
.cun_sec .elementor-container.elementor-column-gap-default{
	gap: 0px;
}
.real_hero_sec {
	background-size: 100% !important;   
	transition: background-size 0.3s ease-in-out !important;
}
.real_hero_sec:hover {
	background-size: 105% !important;   
}
.con_box .elementor-counter-number-suffix{
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding-left: 10px;
}
.md_btn{
	padding: 0px !important;
}
.rea_nes .gjs-row{ 
	height: 40px;
	column-gap: 0px;
}
.rea_nes .gjs-row:first-child {
	display: flex !important; 
}
.rea_nes .gjs-row {
	display: none !important;
}
.rea_nes .gjs-row .es-name{ 
	width: 100%; 
}
.rea_nes .gjs-row .es-email{
	background-color: #ffffff;
	border: 1px solid #d2d2d2 !important;
	color: #999;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}
.rea_nes .gjs-row .es-email:focus { 
	border: 2px solid #000000;
}
.rea_nes .gjs-cell input[type="submit"] {
	font-family: 'Roboto Condensed', serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	width: 170px;
	height: 40px;
	line-height: 100%;
	background-color: #ffffff !important;
	background-image: url("/wp-content/uploads/2025/08/arrow-btn-subscribe-1.webp");
	background-position: right 20px center;
	background-repeat: no-repeat;
	border: 1px solid #d2d2d2 !important;
	border-left: 0px !important;
	vertical-align: middle;
	color: #000 !important;
}
/* .range-slider{
position: relative;
width: 100%;
} */
.blue_bra label {
	font-size: 14px;
	color: #555;
	line-height: 1;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	font-style: normal;
	margin-bottom: 15px;
}
.ere_checkboxe_hedd{
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	color: #222;
	line-height: 1.5; 
	font-family: Lato, Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 0px !important;
	display: block;
}   
.ere_checkboxe_hedd:before {
	content: "\f078";
	color: #FFF;
	margin-right: 5px;
	padding: 3px;
	background: #c9b699 !important;
	font-family: 'Font Awesome 5 Free';
	text-decoration: unset !important;
}
.ere_checkboxe_hedd.open:before {
	content: "\f077";
}
a.ere_checkboxe_hedd:hover{
	color: inherit;
}
.ere_form_btn{
	display: flex;
	justify-content: flex-end;
}
.ere_form_btn .ere-btn{
	height: 44px;
	color: #fff;
	text-transform: uppercase;
	background: #c9b699;
	border: none;
	padding: 0 18px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 300;
	border: none !important;
}
.ere_form_btn .ere-btn:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.ere_form_btn .ere-btn:hover {
	background: #c9b699;
	color: #fff; 
}
/* .range-slider input[type=range] {
position: absolute;
top: 0px;
left: 0;
width: 100%;
pointer-events: none;
background: none;
-webkit-appearance: none;
} */
.main_seleci_filld .ere-form-row select { 
	background-position: right 10px center;
	background-size: 10px;
}
/* .range-slider input[type=range]::-webkit-slider-runnable-track,
.range-slider input[type=range]::-moz-range-track {
height: 3px;
background: transparent;
}
.range-slider input[type=range]::-webkit-slider-thumb,
.range-slider input[type=range]::-moz-range-thumb {
height: 16px;
width: 16px;
border-radius: 50%;
background: #c9b699;
border: 2px solid #fff;
cursor: pointer;
pointer-events: auto;
position: relative;
z-index: 2;
}
.range-slider input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none; 
top: -7px;
}
.range-slider .slider-track {
position: absolute;
height: 3px;
background: #6E33FA;
border-radius: 2px;
top: 0;
z-index: 1;
} */
.range-slider {
	position: relative;
	width: 100%;
	height: 3px;
	margin-top: 0;
}
.range-slider #area-min{
	position: relative;
}
.range-slider #area-max{
	position: relative;
	height: 0px;
}
.range-slider input[type=range] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: none;
	-webkit-appearance: none;
	pointer-events: none;
	z-index: 2;
}
.range-slider input[type=range]#area-max::-webkit-slider-thumb{
	margin-top: -4px;
}
.range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #d8c5a3;
	border: 2px solid #fff;
	margin-top: -1px;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	z-index: 3;
}
.rea_nes .gjs-row .gjs-cell {
	flex-basis: auto !important;
}
.nes_text p strong{
	font-family: 'Roboto Condensed', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
	color: #444;
}
.db_cart_col .elementor-widget-wrap.elementor-element-populated {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr); 
	gap: 50px; 
}
.medi-num{
	font-size: 120px;
	font-weight: normal;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
.bla_btn a:hover svg{
	fill: #000000 !important;
}
.bla_btn a:hover svg path:first-child{
	stroke: #FFF !important;
}
.bla_btn a:hover svg path:last-child{
	fill: #FFF !important;
}
.blue_btn a:hover svg {
	fill: #7438E5 !important;
}
.db_hero_sec {
	background-size: 112% !important;  
	transition: background-size 0.8s ease-in-out !important;
}
.db_hero_sec:hover {
	background-size: 100% !important;  
}
.blue_a p a,
.blue_det_a .elementor-widget-container a{
	text-decoration: underline;
}
.con_hea h3:after {
	width: 60px;
	height: 3px;
	content: '';
	display: block;
	background: #c9b699;
	margin-top: 5px;
}
.con_iner .elementor-container.elementor-column-gap-default{
	gap: 47px !important; 
}
.con_form .gform_footer {
	width: 100%;
}
body .con_form .gform_body input[type=text],
body .con_form .gform_body input[type=email],
body .con_form .gform_body input[type=tel], body .gform_body input[type=number],
body .con_form select, body textarea{ 
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	height: 40px !important;
	border: 1px solid #ddd !important;
	border-radius: 0px !important; 
	padding: 8px 15px !important;
	background: #ffffff !important;
	font-size: 14px !important;
	color: #aaa9a9 !important; 
}
body .con_form .field_sublabel_below select {
	background-position: right 15px center !important;
	padding-right: 40px !important;
	background-size: 6px !important;
	background-image: url('/wp-content/uploads/2025/08/icon-3-1.svg') !important;
	background-repeat: no-repeat !important;
}
body .con_form .gform_wrapper form .gform_body {
	float: left;
	width: 100% !important;
	margin: 0 !important;
}
body .con_form .field_sublabel_below textarea{
	height: 150px !important;
	resize: none;
}
body .con_form .gfield_required{
	display: none !important;
}
body .con_form .gform_body .ginput_container_select {
	position: relative;
}
body .con_form .gform_body .ginput_container_select::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 40px;
	width: 1px;
	background: #ddd; 
}
body .con_form .gform_footer .gform_button {
	height: 44px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	background: #c9b699 !important;
	border: none !important;
	padding: 0 18px !important;
	letter-spacing: 1px !important;
	float: right !important;
	font-weight: 300 !important;
	border-radius: 0;
	font-size: 15px;
}
body .con_form .gform_footer { 
	justify-content: flex-end;
}
body .con_form .gform_wrapper.gravity-theme .gfield_label {
	color: #444;
	font-size: 16px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
}
.cont_for .gform_wrapper.gravity-theme .gform_validation_errors{
	outline: none !important; 
}
.cont_for .gform_wrapper.gravity-theme .gform_validation_errors>h2{ 
	color: #790000;
}
body .cont_for .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .cont_for .gform_wrapper li.gfield_error ul.gfield_checkbox, 
body .cont_for .gform_wrapper li.gfield_error ul.gfield_radio,
body .cont_for .gform_wrapper .field_description_below .gfield_description {
	color: #790000; 
	padding: 12px 24px;
	border: 1px solid #790000;
}
.cont_for  .elementor-shortcode .gform_wrapper .gform_validation_errors h2.gform_submission_error .gform-icon.gform-icon--close:after {
	content: '\f071' !important;
	color: #790000;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	font-size: 20px;
}
.text_p a {
	font-weight: 600 !important;
	color: #000 !important;
	text-decoration: underline !important;
}
.list_div ul li::before{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #7438e5;
	font-size: 16px;
	padding-right: 20px;
}
.list_div ul li {
	list-style: none; 
	padding-bottom: 17px;
}
.blue_ikon .elementor-widget-container {
	display: flex; 
	gap: 8px; 
}
.blue_ikon .elementor-widget-container::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 19px;
	background-image: url('/wp-content/uploads/2025/09/info-2.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}
.blue_ikon p br{
	display: none;
}
.nous_ikon .elementor-widget-container::before {
	width: 21.82px;
	height: 18px;
	background-size: contain;
}
.list_div ul li:last-child {
	padding-bottom: 0;
}
.mesure_col{
	right: -30px;
	bottom: -30px;
}
.une_list ul li strong{
	font-size: 24px;
	font-weight: normal;
	color: #7438e5;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
.une_list ul li:not(:last-child) {
	padding-bottom: 15px;
}
.text_a p a{
	text-decoration: underline;
}
body .elementor.elementor-4761,
body .elementor.elementor-7097,
body .elementor.elementor-5096,
body .elementor.elementor-7152,
body .elementor.elementor-7236,
body .elementor.elementor-7914,
body .elementor.elementor-8053,
body .elementor.elementor-8148,
body .elementor.elementor-8234,
body .elementor.elementor-8322,
body .elementor.elementor-8356,
body .elementor.elementor-8441,
body .elementor.elementor-8493,
body .elementor.elementor-8578,
body .elementor.elementor-8696,
body .elementor.elementor-8986,
body .elementor.elementor-9293,
body .elementor.elementor-9927,
body .elementor.elementor-9818,
body .elementor.elementor-11329,
body .elementor.elementor-location-archive,
body .elementor.elementor-13089,
body .elementor.elementor-13087{
	background-image: url("/wp-content/uploads/2025/09/body-bg_right-2-4-1.webp"),
		url("/wp-content/uploads/2025/09/body-bg_left-1.webp");
	background-position: right 630px, left 1310px;
	background-repeat: no-repeat, no-repeat;
	background-color: #fff;
}
body .elementor.elementor-5096{
	background-position: right 600px, left 1200px;
}
.acc_div .elementor-tab-title {
	display: flex;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid #e5e4e3; 
}
.acc_div .elementor-tab-title:hover .elementor-accordion-icon-closed::before {
	background: #7438e5 !important;
}
.acc_div .elementor-tab-title:hover .elementor-accordion-title {
	color: #7438e5 !important;
}
.acc_div .elementor-tab-title a.elementor-accordion-title{
	outline: none !important;
}
.acc_div .elementor-tab-content {
	border-block: 1px solid #ddd !important;
} 
.acc_div .elementor-accordion-icon-opened::before,
.acc_div .elementor-accordion-icon-closed::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 8px;
	color: #fff !important;
	background: #333333 !important;
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.acc_div .elementor-accordion-icon-opened::before {
	content: "\f068"; 
}
.acc_div .elementor-accordion-icon-closed::before {
	content: "\f067"; 
}
.acc_div .elementor-accordion-icon span svg {
	display: none;
}
.acc_div .elementor-tab-title:hover,
.acc_div .elementor-tab-title.elementor-active {
	color: #7438e5 !important;
}
.acc_div .elementor-tab-title:hover .elementor-accordion-icon-opened::before,
.acc_div .elementor-tab-title.elementor-active .elementor-accordion-icon-opened::before {
	background: #7438e5 !important;
}
.pavd_sec{
	background-size: 100% !important;
}
.pavd_sec:hover{
	background-size: 110% !important;
}

.elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    padding: 0px !important;
    padding-inline-end: 0;
}

.header_menu ul li a{
	outline: none !important;
}
.header_menu .sub-menu.elementor-nav-menu--dropdown {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
	padding-right: 15px;
}

.con_btn{
	display: none !important;
}

.header-wrapper .sub-menu a {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
	font-family: Lato, Arial, Helvetica, sans-serif !important;
}

.header-wrapper .menu-item-has-children > .sub-menu {
    width: 270px !important;
    min-width: 270px;
    max-width: 270px;
    box-sizing: border-box;
}

.header-wrapper .sub-menu a{
    padding: 7px 10px !important;
}

.home_her_bae_col {
	position: relative;
}

.ani_sec {
  cursor: pointer;
}

.ani_sec {
  position: absolute !important;
	 width: 36px !important;
  height: 50px;
	border-radius: 40px;
	padding: 10px 10px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
	border: 1px solid #fff;

/*   writing-mode: sideways-lr; */
  text-orientation: mixed;
	width: auto !important;
  z-index: 1;
}

.ani_img{
	margin-block-end: 0px !important;
	display: none;
}
.scroll-dowm {  
	animation: moveUpDown 2s linear infinite alternate;
}
@keyframes moveUpDown {
	0% {
		top: 0px;
	}
	100% {
		top: 16px;
	}
}
section.elementor-section.ma_form {
	position: absolute;
	z-index: 1;
	right: 0;
	width: auto;
}
.ma_form_con {
	display: none; 
}

.lead-form .gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 16px !important
}

.lead-form .gform_wrapper .field_description_below .gfield_description{
	padding: 10px !important;
	margin: 1px 0px 8px 0px !important;
}

body .an_for .gform_wrapper .gform_body input[type=tel] {
	height: 29px !important;
	border-radius: 0px !important;
	border: 1px solid #d2d2d2 !important;
	font-size: 13px !important;
	color: #aaa9a9 !important;
	font: 100% Arial, Helvetica, sans-serif ;
	margin: 0 0 7px !important;
}
body .an_for .gform_wrapper .gform_body input[type=tel]:focus{
	outline: #000;
	border: 1px solid #000 !important;
}
body .an_for .gform_wrapper .gform_body input[type=tel]::placeholder {
	color: #aaa9a9 !important;
}
body .an_for .gform_footer  {
	width: 100% !important;
}
body .an_for .gform_footer .gform_button {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	padding: 13px 29px;
	line-height: 121% !important;
	font-size: 14px;
	border-width: 0px;
	text-transform: uppercase;
	margin: 0px !important;
}
body .an_for .gform_wrapper form .gform_body { 
	width: 100% !important;
	margin: 0 !important;
}
body .an_for .gform_wrapper.gravity-theme .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}
.ma_form_con ul{
	padding-left: 20px;
} 
.ma_form_con P{
	font-style: italic;
	color: #7438e5;
	margin: 0 0 7px;
	font-size: 14px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.ma_form_con .gform_heading{
	display: none !important;
}
.ma_form_tab.active .elementor-icon-list-text{
	color: #4615a2 !important;
}
.nos_ser_box_slider {
	position: relative;
}
.nos_ser_box_slider .slick-prev,
.nos_ser_box_slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.nos_ser_box_slider .slick-prev {
	left: -20px;
}
.nos_ser_box_slider .slick-next {
	right: -20px;
}
.nos_ser_box_slider .elementor-widget-wrap:after,
.nos_ser_box_slider:before,
.nos_ser_box_slider:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0.95;
}
.nos_ser_box_slider .elementor-widget-wrap:after {
	width: 2px;
	height: 100%;
	border-right: 2px dashed #aaa;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	opacity: 1;
	width: 2px !important;
}
.nos_ser_box_slider:before,
.nos_ser_box_slider:after{
	height: 70px;
	z-index: 1;
}
.nos_ser_box_slider:before {
	background: linear-gradient(to bottom, white 28%, rgba(255, 255, 255, 0.82) 41%, rgba(255, 255, 255, 0.03) 98%, rgba(255, 255, 255, 0) 100%);
	top: 0;
}
.nos_ser_box_slider:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 2%, rgba(255, 255, 255, 0.82) 59%, white 72%);
	bottom: 0;
}
.nos_ser_box_slider .elementor-widget-image-box .elementor-image-box-img {
	display: flex;
	margin: 0 auto !important;
	justify-content: center;
}
.nos_ser_box_slider{
	margin: -90px 0px 0px 0px;
}
.mar_ine > .elementor-container.elementor-column-gap-default{
	margin-left: 0;
}
.us_box p.elementor-image-box-description{
	opacity: 0.8;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Lato, Arial, Helvetica, sans-serif !important;
}

.ce_box_col .elementor-widget-icon-box h3.elementor-icon-box-title{
	margin-top: 10px !important;
}
.nos_ser_iner_sec > .elementor-container {
	max-width: 100%;
	padding-inline: 20px;
}
.nos_ser_box_slider .slick-slide {
	padding: 0 10px; 
}
.img_slider_left .swiper-pagination {
	justify-content: flex-end;
}
.img_slider_left .swiper {
	padding-bottom: 0px !important;
}
.text_b b{
	color: #444;
	font-weight: 400;
}
.img_car .swiper-pagination-bullet, .img_car_right .swiper-pagination-bullet, .img_car_left .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
}
.design_build_slider .swiper-slide-bg.elementor-ken-burns--active {
	transition-duration: 0s;
}
.text_br p br{
	display: none;
}
.home_her_bae_col .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	margin-top: 0px !important;
}
.nos_ser_box_slider .elementor-widget-image-box p.elementor-image-box-title{
	margin: 0 0 0px !important;
}
.nos_ser_box_slider .elementor-widget-image-box .elementor-widget-container{
	padding-top: 5px !important;
}

.btn_h{
	padding: 0px !important;
}

.design-and-build {
  position: relative;
  z-index: 0 !important; /* creates a local stacking context */
}

/* Right image */
/* .design-and-build::before {
  content: "";
  position: absolute;
  top: -736px;
  right: 0;
  width: 111px;
  height: 100%;
  background: url(/wp-content/uploads/2025/09/Rectangle-27-5.webp) no-repeat;
  background-size: 99px auto;
  transform: scale(-1);
  z-index: -1 !important;
  pointer-events: none;
}

.design-and-build::after {
  content: "";
  position: absolute;
  top: 494px;
  left: 0;
  width: 110px;
  height: 1790px !important; 
  background: url(/wp-content/uploads/2025/09/Rectangle-26-3.webp) no-repeat;
  background-size: 110px auto;
  transform: scale(-1, 1);
  z-index: 0;
  pointer-events: none;
} */

/* Only affects the body of page 12216 */
body.page-id-12216 {
  position: relative;
  overflow-x: hidden; /* Prevents horizontal scrolling from the transformed images */
}

/* The top decoration - specific to this page only */
body.page-id-12216::before {
  content: "";
  position: absolute;
  top: -2390px; /* Your exact requested position */
  left: 0;
  width: 111px;
  height: 100%;
	background: url(/wp-content/uploads/2025/09/Rectangle-27-5.webp) no-repeat;
		background-size: 99px auto;
		transform: scaleY(-1);
  z-index: -1;
  pointer-events: none;
}

/* The bottom decoration - specific to this page only */
body.page-id-12216::after {
  content: "";
  position: absolute;
  top: 1075px; /* Your exact requested position */
  right: 0;
  width: 110px;
  height: 1790px !important;
  background: url(/wp-content/uploads/2025/09/Rectangle-27-5.webp) no-repeat;
  background-size: 110px auto;
  transform: scale(-1, -1);
  z-index: -1;
  pointer-events: none;
}

.design_build_slider .swiper .swiper-slide-inner{
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-end;
}
.usds_sec::after {
    content: "";
    position: absolute;
    top: 470px;
    right: auto;
    left: 0;
    width: 92px;
    height: 140px;
    background: url(/wp-content/uploads/2026/02/bg-arrow.png) no-repeat center / contain;
    background-position: left center;
}
.img_car_right .swiper {
	padding-bottom: 0px !important;
}
.con_box .elementor-counter-number-wrapper{
	text-align: center;
}
.san_col p a {
	color: #7438e5;
	text-decoration: underline;
}
.lf_slider .swiper-pagination {
	padding-top: 0px;
	display: flex;
	left: auto;
	right: 0;
	position: absolute;
	width: auto;
	bottom: 30px !important;
	top: auto;
}
.elementor-section.page_hero >.elementor-container.elementor-column-gap-default {
	width: auto;
	max-width: fit-content !important;
}
.cont_iner .gform_wrapper {
	display: inline-flex;
	flex-direction: column;
}
body .cont_iner .gform_body input[type=text],
body .cont_iner .gform_body input[type=email],
body .cont_iner .gform_body input[type=tel],
body .gform_body input[type=number],
body .cont_iner select,
body .cont_iner textarea {
	color: #aaa9a9 !important;
	font-weight: 400;
	font-size: 15px;
}

body .cont_iner .gform_body input[type=text]::placeholder,
body .cont_iner .gform_body input[type=email]::placeholder,
body .cont_iner .gform_body input[type=tel]::placeholder,
body .gform_body input[type=number]::placeholder,
body .cont_iner select::placeholder,
body .cont_iner textarea::placeholder {
	color: #aaa9a9 !important;   
}
body .cont_iner .gform_body input[type=text]:focus,
body .cont_iner .gform_body input[type=email]:focus,
body .cont_iner .gform_body input[type=tel]:focus,
body .gform_body input[type=number]:focus,
body .cont_iner select:focus,
body .cont_iner textarea:focus {
	border: 2px solid #000 !important;
	border-radius: 4px !important; 
}
body .cont_iner .con_form .gform_wrapper .field_description_below .gfield_description {
	padding: 10px 25px;
}
body .cont_iner .con_form .gform_wrapper.gravity-theme .gform_validation_errors { 
	border: 1.5px solid #790000; 
}
body .cont_iner .con_form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	color: #790000;
	font-size: 14px; 
	line-height: 120%; 
}
.iikon_img .elementor-widget-container p {
	width: 50px;
	height: 50px;
	background: #7438E5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
	flex-shrink: 0;
}
.ikon_col > .elementor-widget-wrap.elementor-element-populated{
	gap: 20px;
}
.lr_col > .elementor-widget-wrap.elementor-element-populated{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.ml_text ul{
	padding-left: 40px;
}
.woo_list ul li i::before{
	display: none;
}
.woo_list ul li{
	display: flex;
}   
.apsm_col .elementor-widget-text-editor {
	counter-increment: num;
	display: inline-flex;
}
.apsm_col .elementor-widget-text-editor::before {
	content: counter(num) ".";
	font-size: 16px;
	line-height: 1.5;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding-right: 5px;
	padding-top: 16px;
}
.dsda_list ul li strong{
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #7438e5;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
.geom_text strong a {
	font-weight: 400;
	font-style: italic;
}
.cata_div span.elementor-post-info__terms-list a{
	color: #7438e5;
	text-decoration: underline;
}
.blog_loop .page-numbers:not(:first-child):not(:last-child) {
	padding: 2px 6px;
	border: 1px solid #e0dede;
}
.blog_loop .page-numbers:not(:first-child):not(:last-child):hover {
	border-color: #7438e5; 
}
.blog_loop .page-numbers.current{
	background-color: #7438e5;
	border-color: #7438e5 !important;
	color: #fff !important;
}
.cata_title ul {
	list-style: none;  
}
.cata_title ul li.cat-item a {
	color: #333333;
	position: relative;
	display: block;
	padding: 10px 10px 10px 12px;
	border-bottom: 1px solid #e7e6e6;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
}
.cata_title ul li.cat-item a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url('/wp-content/uploads/2025/09/image-21-1-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.cata_title .elementor-widget-container h5 {
	color: #333333;
	margin-top: 37px;
	margin-bottom: 17px;
	font-family: 'Lato';
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
	font-size: 13px;
}
.cata_title ul li.cat-item a:hover {
	color: #7438e5; 
}
.futr_sec  .elementor-container .elementor-inner-column{
	width: 100% !important;
}
.futr_sec.elementor-section .elementor-container { 
	flex-wrap: wrap;
}
.futr_sec {
	position: relative; 
	overflow: hidden;   
}
div.elementor-column.fut_hover_col {
	position: absolute;
	top: 0;
	left: -100%;
	transition: left 0.4s ease;
	width: 100%;
	height: 100%;
}
.futr_sec:hover .fut_hover_col {
	left: 0;
}
.lr_ikon_box h6 span {
	text-transform: uppercase;
}
body .fancybox__container button.carousel__button{
	background: transparent;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	color: inherit;
}
body .fancybox__container button.carousel__button:hover{
	border: none;
	color: inherit;
}
body .fancybox__toolbar__items {
	gap: 20px;
}
.category:after {
	content: '';
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0; 
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.blog_con_text .elementor-widget-container h2,
.blog_con_text .elementor-widget-container h3{
	font-size: 18px;
	color: #333333;
	font-family: 'Lato';
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
	margin-block: 20px;
}
.blog_loop_deti .rel_blog_con{
	display: none;
}
.single-post{
	padding-top: 106px;
}
.single-post #masthead,
.category #masthead{
	background-color: rgba(30, 30, 30, 0.8);
} 
.blog_con_text p a{
	color: #7438e5;
	text-decoration: underline; 
}
.blog_con_text ul{
	padding-left: 40px;
}
.blog_con_text .elementor-widget-container table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.blog_con_text .elementor-widget-container th,
.blog_con_text .elementor-widget-container td {
	border: 1px solid #e0dede;
	padding: 12px 15px;
	text-align: left;
	vertical-align: top;
}
.blog_con_text .elementor-widget-container th {
	font-weight: bold;
}
.post_deti_hea_sec  {
	position: absolute !important;
	width: 100%;
	top: 254px;
}
.cata_page_sec > .elementor-container.elementor-column-gap-default{
	max-width: 80% !important; 
}
.post_deti_hea_sec > .elementor-container.elementor-column-gap-default{
	max-width: 90% !important; 
}
body .fancybox__container button.carousel__button.is-next{
	right: 0px !important;
}
.fut_img_col a {
	width: 100%;
}
.real_blac_iner_sec {
	position: absolute !important;
	bottom: 0;
}
.bloc_list img{
	object-fit: contain;
}
.heor_iner_sec .elementor-container.elementor-column-gap-default {
	max-width: max-content !important;
	width: auto;
}
.heor_iner_col .elementor-widget-wrap {
	flex-direction: column;
} 
.mn_box .elementor-image-box-img {
	display: flex !important;
	justify-content: center;
}
.rea_cum_sec .icon-box {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.rea_cum_sec .icon-box.in-view {
	opacity: 1;
	transform: translateX(0);
}
.rea_img_gallary #gallery-1 img {
	border: none;
}
.rea_img_gallary #gallery-1{
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px;
}
.rea_img_gallary .gallery-item {
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}
.rea_img_gallary #gallery-1 br{
	display: none; 
}
.rea_cum_sec h3.icon-box-heading{
	font-size: 13px !important;
	line-height: normal !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #aaaaaa;
	text-align: center;
	margin: 0px !important;
	margin-top: 20px !important;
}
.rea_cum_sec h3.icon-box-heading:hover{ 
	color: #333;
}
.rea_cum_sec .icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rea_cum_sec .acf-icon-boxes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px; 
}
.rea_cum_sec .icon-box-image img{
	width: 60px !important;
	height: 60px !important;
}	
.rea_fut_img img {
	cursor: pointer;
}
.rea_fut_img img:hover {
	transform: scale3d(1.1, 1.1, 1);
}
.rea_fut_img{
	overflow: hidden; 
}
.rea_fut_img img{ 
	transition: all 1s ease-in-out;
}
.ql_rev .elementor-image-box-title{
	margin-top: 4px !important;	
	margin-bottom: 10px !important;
}
.rev_sec .elementor-container.elementor-column-gap-default {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: start;
	justify-content: center;
}
.rev_sec .elementor-container.elementor-column-gap-default .ql_col {
	width: 100%;
}
.ql_col .elementor-widget-rating .e-rating .e-rating-wrapper .e-icon .e-icon-unmarked svg {
	fill: transparent;
	stroke: #7438E5;
	stroke-width: 80px;
}
.lc_img_slider .elementor-widget-container .elementor-image-carousel-wrapper .elementor-swiper-button-prev,
.lc_img_slider .elementor-widget-container .elementor-image-carousel-wrapper .elementor-swiper-button-next {
	position: absolute;
	bottom: -50px; 
	width: 25px;
	height: 25px;
	top: auto;
	transform: none;
}
.lc_img_slider .elementor-widget-container .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
	right: 80px;
	left: auto;
}
.lc_img_slider .elementor-widget-container .elementor-image-carousel-wrapper .elementor-swiper-button-next {
	right: 20px;
}
.foote_new .elementor-shortcode .es_shortcode_form .es-form-field-container .gjs-row input[type="submit"]:hover{
	background: #591BCF;
	color: #FFF;
}
.lc_img_slider img.swiper-slide-image{
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-prev svg,
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-next svg {
	display: none;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-prev,
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-next {
	background: none !important;
	top: auto !important;
	bottom: 0 !important;
	transform: none;
	width: 67px;
	height: 65px;
	z-index: 99;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-prev {
	right: 0;
	left: auto;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-next {
	right: 67px;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-prev::before,
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-next::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: 25px 25px !important;
	border-right: 1px solid #ccc;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-prev::before {
	background: #fff url('/wp-content/uploads/2025/10/arrow-next-1.svg') no-repeat center center;
}
.search_re_hero_slider .elementor-swiper .swiper .elementor-swiper-button-next::before {
	background: #fff url('/wp-content/uploads/2025/10/arrow-prev-1.svg') no-repeat center center;
}
.search_re_hero_slider .elementor-slide-heading {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.desc_list ul {
	padding-left: 40px;
}
.leme_slider img.swiper-slide-image{
	height: 400px;
}
.other_page_heor .elementor-container {
	padding-top: 80px;
}
.home_hero_img {
	position: absolute !important;
	top: 0;
}
.col_wid{
	width: 100% !important;
}
.home_slider_img_video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%);
	z-index: 1;
}
/* Parent must be positioned */
.home_hero_img {
  position: relative;
}

/* Reset Slick defaults + Safari fixes */
.home_hero_img .slick-prev,
.home_hero_img .slick-next {
  position: absolute !important;
  bottom: 155px !important;

  /* HARD reset Slick */
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;

  width: 30px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
}

/* PREVIOUS arrow (left one) */
.home_hero_img .slick-prev {
  right: 120px !important;
}

/* NEXT arrow (right one) */
.home_hero_img .slick-next {
  right: 60px !important;
}


/* NEXT arrow slightly more to the right */
.home_hero_img .slick-next {
  right: 60px;
}

.home_slider_img_video img,
.home_slider_img_video video{
	height: 900px !important;
	object-fit: cover;
}

.elementor-15444 .elementor-element.elementor-element-1461774 > .elementor-container {
    min-height: 789px !important;
}

.prop_stut_hero > .elementor-container{
	max-width: max-content !important;
}
.por_stu_home_img h3{
	margin-top: 0px !important;
}
.con_box .elementor-counter-title{
	text-align: center;
}
.real_img_slider .swiper-slide-inner img {
	height: 423px;
	object-fit: cover;
}
.header_btn{
	margin-left: auto;
}
.header_menu .con_btn,
.postid-9332 .blog_detail_btn{
	display: none;
}
.blog_detil_fut img{
	cursor: pointer;
}
.blog_loop .elementor-pagination .prev:before {
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	padding-right: 10px;
}
.blog_loop .elementor-pagination .next:after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	padding-left: 10px;
}
.fancybox__container .fancybox__slide {
	display: flex;
	flex-direction: column-reverse;
}
.fancybox__container .fancybox_soc_img {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 30px;
}
.fancybox-img-title{
	margin: 0px !important;
}
.cei_hedd h3 {
	margin: 0;
	font-weight: 300;
}
.postid-14398 .blog_text_p,
.postid-14398 .blog_detail_btn {
	display: none;   
}
.postid-14398 .blog_con_text {
	padding-top: 30px;
}
.postid-14081 section .blog_detil_fut .elementor-widget-container img {
	object-position: center right;
}
.blog_con_text p{
	margin-bottom: 20px;
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination {
	padding-top: 105px;
	display: flex;
	justify-content: flex-end;
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers {
	font-size: 12px;
	color: #333333;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	font-style: normal;
	padding: 2px 6px;
	background-color: transparent;
	color: #747474;
	margin: 0 4px;
	border: 1px solid #e0dede;
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.current {
	background-color: #7438e5;
	color: #fff;
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.next,
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.prev {
	padding: 0px;
	border: 0px;
	align-content: center;
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.next::after,
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.prev::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.prev::before {
	content: '\f104';
	padding-right: 8px;
}
.blog_cata_deta_loop .elementor-widget-container .elementor-pagination .page-numbers.next::after {
	padding-left: 8px;
}
.blog_con_text p em{
	font-weight: 400;
}
.blog_con_text .aligncenter{
	width: 100%;
	max-width: 598px;
	margin: 0 auto;
}
.blog_con_text .aligncenter td{
	text-align: center;
}
.blog_det_loop .post .blog_iner_sect .futr_sec .blog_fut_img img {
	height: 220px !important;
	object-fit: cover;
}
body .other_page_heor .elementor-container {
	min-height: 960px !important;
}
.elementor-nav-menu-dropdown {
	display: none !important;
}
 #filters-achat {
    display: none;
}
.ere-filter-section .ere-filters h4.autresServicesToggle {
    cursor: pointer;
    font-weight: 600;
    color: #222;
    font-size: 14px;
    width: fit-content;
    margin: 15px 0 20px 0;
}
.ere-filter-section .ere-filters h4.autresServicesToggle:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #c9b699 !important;
    color: #FFF;
    margin-right: 5px;
    padding: 3px;
}
.ere-filter-section .ere-filters label {
    font-size: 14px;
    color: #444;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.ere-filter-section .ere-filters input[type=checkbox] {
    margin: 0 5px 0 0;
}
/* .ere-form-row.ere-filters {
    padding-top: 25px;
} */

/* .footer_social_share svg{
	font-size:22px !important;
} */


.es_subscription_message.success {
    color: #1ae71a !important;
    font-size: 16px;
}

.blog_div .premium-blog-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34.2812px;
    flex-wrap: nowrap;
}

/* Make blog item full width */
.blog_div .premium-blog-post-outer-container {
    width: 100% !important;
}

/* Remove ALL unwanted padding (this fixes purple gap!) */
.blog_div .premium-blog-inner-container,
.blog_div .premium-blog-inner-content,
.blog_div .premium-blog-content-wrapper,
.blog_div .premium-blog-entry-title,
.blog_div .premium-blog-post-content {
    padding: 0 !important;
}

/* Remove margin below/above title */
.blog_div .premium-blog-entry-title {
    margin: 15px 0 3px !important;
}

/* Title adjustments */
.blog_div .premium-blog-entry-title a {
    font-family: "Lato" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    display: block; /* helps control spacing */
}

/* Blog content text */
.blog_div .premium-blog-post-content {
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 0 0 20px !important;
	line-height: 1.5 !important;
}

/* Thumbnail sizing */
.blog_div .premium-blog-thumbnail-container {
    width: auto !important;
    height: 216px !important;
    
}

.blog_div .premium-blog-thumbnail-container a{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Optional: remove default background coloring */
.blog_div .premium-blog-content-wrapper {
    background-color: transparent !important;
}

.premium-blog-inner-container .premium-blog-entry-meta {
    display: none !important;
}

.premium-blog-post-container .premium-blog-post-inner-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rea_nes .gjs-row .es-email{
	background-color: #ffffff;
	border: 1px solid #d2d2d2 !important;
	color: #999;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.copwrite{
	border-top: 1px solid #C7C7C7 !important;


/* Consolidated for efficiency: */
body {
    /* Firefox */
    scrollbar-width: none; 
    /* IE and Edge */
    -ms-overflow-style: none;
}

.safari .footer_social_share a{
    width: 22px !important; 
    height: 22px !important;
}

/* Submenu of header */
.header_menu ul.elementor-nav-menu 			li.menu-item .sub-menu{
	background-color: transparent !important;
}

/* Gravity form select column */
body .gform_wrapper form .gform_body .gfield select {
    background-color: #ffffff !important;
    
}

/* -------- BLOG GRID LAYOUT -------- *


#newslatter input[type="submit"]{
    background-color: transparent;
    padding: 6px 10px 7px !important;   /* reduced height */
    border-left: 5px solid #C9B699 !important; /* thinner + shorter because height is smaller */
    line-height: 0 !important;
    font-size: 14px !important;
    color: #c9b699 !important;
    transition: all 0.3s ease-in-out;
	width: 106.25px !important;
	height: 29px !important;
}

#newslatter input[type="email"]{
	width: 100% !important;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 0% !important;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ffffff !important;
	outline: none;
	padding: 9px 9px;
	height: 29px !important;
}

#newslatter input[type="submit"]:hover{
	background-color: #c9b699 !important;
	color: black !important;
}

#newslatter input[type="email"]::placeholder {
    color: transparent !important;
}

.SUIVEZ-NOUS h5{
	font-size: 14px !important;
}

.footer-copywrite{
	background-color: #2B2A29 !important
}
.footer-copywrite p{
	text-align: center !important;
}

#elementor-8696{
	background-color: red;
}

body .elementor.elementor-4761,
body .elementor.elementor-7097,
body .elementor.elementor-5096,
body .elementor.elementor-7152,
body .elementor.elementor-7236,
body .elementor.elementor-7914,
body .elementor.elementor-8053,
body .elementor.elementor-8148,
body .elementor.elementor-8234,
body .elementor.elementor-8322,
body .elementor.elementor-8356,
body .elementor.elementor-8441,
body .elementor.elementor-8493,
body .elementor.elementor-8578,
body .elementor.elementor-8696,
body .elementor.elementor-8986,
body .elementor.elementor-9293,
body .elementor.elementor-9927,
body .elementor.elementor-9818,
body .elementor.elementor-11329,
body .elementor.elementor-location-archive,
body .elementor.elementor-13089,
body .elementor.elementor-13087 {

    background-image: 
        url(/wp-content/uploads/2025/09/body-bg_left-1.webp),
        url(/wp-content/uploads/2025/09/body-bg_right-2-4-1.webp);

	    background-position: 
        left 1730px,
        right 1095px;

    background-repeat: 
        no-repeat,
        no-repeat;

    background-color: #fff !important;
}

/* Apply containment to the body of this page */
body.page-id-3577 {
    position: relative;
    overflow-x: hidden;
}

/* Decoration moved to body::before */
body.page-id-3577::before {
    content: "";
    position: absolute;
    top: -2990px !important;
    left: 0px;
    width: 111px;
    height: 100%;
		background: url(/wp-content/uploads/2025/09/Rectangle-27-5.webp) no-repeat;
		background-size: 99px auto;
		transform: scaleY(-1);
    z-index: -1;
    pointer-events: none;
}

/* Decoration moved to body::after */
body.page-id-3577::after {
    content: "";
    position: absolute;
    top: 969px;
    right: 0;
    width: 110px;
    height: 1890px;
    background: url(/wp-content/uploads/2025/09/Rectangle-27-5.webp) no-repeat;
    background-size: 110px auto;
    transform: scale(-1, -1);
    z-index: -1 !important;
    pointer-events: none;
}

/* Captcha Hover */
.grecaptcha-badge:hover {
    right: 0px !important;
}