.phone-theme-btn.phone-bt-support-now {
	background: #ffa481 !important;
	background: -moz-linear-gradient(45deg, var(--theme-color1) 8%, #ffa481 100%) !important;
	background: -webkit-linear-gradient(45deg, var(--theme-color1) 8%, #ffa481 100%) !important;
	background: linear-gradient(45deg, var(--theme-color1) 8%, #ffa481 100%) !important;
	bottom: 90px !important;
}

.phone-theme-btn {
	background-color: #fff;
	border-radius: 40px;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50px;
	height: 50px;
	min-width: 50px;
	z-index: 99999;
	color: #fff;
	text-align: center;
	overflow: hidden;
	transition: width 0.3s ease;
	cursor: pointer;
	padding: 0 20px;
}

.phone-theme-btn svg {
	fill: #fff;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	transition: transform 0.3s ease;
}

.phone-theme-btn span {
	white-space: nowrap;
	font-size: 16px;
	opacity: 0;
	margin-left: 10px;
	transform: translateX(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	text-transform: uppercase;
	pointer-events: none;
	color: #fff;
}

.phone-theme-btn:hover {
	width: 180px; // largeur agrandie pour afficher le texte
padding: 0 10px;
}


.phone-theme-btn:hover span {
	opacity: 1;
	transform: translateX(0);
}

.header-top {
	background-color: var(--agex-secondary);
}

.header-top .ticker p {
	color: white;
}

.header-top .main-menu ul.navigation li a {
	text-transform: capitalize;
	padding: 10px 0;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	color: white;
}

.header-top .main-menu ul.navigation li a i {
	font-size: 20px;
	color: white;
	transition: all .2s;
}

.header-top .col-xl-2 {
	padding-left: 0;
}

.header-top .main-menu .navigation > li {
	padding: 5px 0;
}

.header-top .cabinet-link {
	height: 46px;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-size: 13px;
	color: #0d1718;
	font-weight: 500;
	font-family: "Unbounded";
	font-weight: 400;
	background-color: rgba(255, 255, 255, 0.5);
}

.header-top .cabinet-link:hover {
	background-color: rgba(255, 255, 255, 0.9);

}

.header-top .main-menu .navigation > li:hover::before {
	display: none;
}

.header-top .main-menu .navigation > li a:hover {
	color: var(--agex-primary);
}

.header-top .main-menu .navigation > li a:hover i {
	color: var(--agex-primary);
}

#map {
	margin-bottom: -7px;
}

.btn-aromis {
	position: relative;
	width: max-content;
	height: max-content;
	border: none;
	background-color: transparent;
	display: block;
	padding: 0;
}

.btn-aromis span {
	font-size: 14px;
	display: block;
	color: #ffffff;
	font-weight: 400;
	font-family: "Unbounded";
	border-radius: 50px;
	background-color: #2e3192;
	border: 1px solid #2accc8;
	padding: 10px 34px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}

.btn-aromis::before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	height: 100%;
	width: 100%;
	border-radius: 50px;
	background-color: #2accc8;
	z-index: 0;
	transition: 0.3s;
}

.btn-aromis:hover span {
	background-color: #2accc8;
	color: #ffffff;
}

.btn-aromis:hover::before {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.style-one .hero-claim-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-info .main-menu ul.navigation li .sub-menu {
	right: 0;
}

.logo-box {
	max-width: 180px;
}

.form-check {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.form-check input {
	margin-top: 8px;
}

.bg-secondary-light {
	background-color: color-mix(var(--agex-secondary) 20%, white) !important;
}

.hero-area {
	position: relative;
	height: 800px;
	overflow: hidden;
}

.hero-area .bg-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-area .bg-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-area .hero-content {
	position: relative;
	z-index: 1;
	padding: 30px;
	border-radius: 30px;
	background-color: rgba(179, 136, 86, 0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.hero-area .hero-content h6 {
	font-size: 16px;
	font-weight: 600;
	border: 1px solid;
	padding: 0 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	border-radius: 100px;
	display: inline-block;
	line-height: 60px;
	padding-left: 70px;
	padding-bottom: 0;
	height: 60px;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #CBCBCB;
	background-color: white;
}

@media (max-width: 576px) {
	.hero-area .hero-content h6 {
		padding-left: 60px;
	}
}

.hero-area .hero-content h6 .icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 46px;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: var(--gradient-1);
}

/* Services Swiper Styles */
.services-swiper {
	width: 100%;
	padding: 40px 0;
	overflow: visible;
}

.services-swiper .swiper-slide {
	height: auto;
	display: flex;
	align-items: stretch;
}

.services-swiper .service-card-items {
	width: 100%;
	height: 100%;
}

.services-swiper .swiper-button-next,
.services-swiper .swiper-button-prev {
	color: #550d16;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.services-swiper .swiper-button-next:after,
.services-swiper .swiper-button-prev:after {
	font-size: 20px;
	font-weight: bold;
}

.services-swiper .swiper-button-next:hover,
.services-swiper .swiper-button-prev:hover {
	background: #550d16;
	color: #fff;
	transform: scale(1.1);
}

.services-swiper .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.services-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffffff;
	opacity: 1;
	transition: all 0.3s ease;
}

.services-swiper .swiper-pagination-bullet-active {
	background: var(--agex-secondary);
	width: 30px;
	border-radius: 6px;
}

