/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Setting Style Start */

html, body {
	overflow-x: hidden !important;
}

p {
	margin-bottom: 0px !important;
}

/* Home Page Style Start */

span.bg_blue_text {
	background: #3E26F3;
	padding: 0 20px;
}

.centurion_marquee, .partner_marquee_logo {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
}

.partner-logo-slider {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
}

.partner-logo-slide {
	display: flex;
	align-items: center;
	gap: 20px;
	animation: partner-logo 30s linear infinite;
}
.partner-logo-slide:hover {
	animation-play-state: paused;
}

@keyframes partner-logo {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


.hove_bg:hover {
	background: #000001;
}

.hove_bg:hover h2, .hove_bg:hover p, .hove_bg:hover .elementor-widget-text-editor {
	color: #fff;
}

.bg_white:hover {
	background: #fff !important;
}

.bg_white:hover h2, .bg_white:hover p, .bg_white:hover .elementor-widget-text-editor {
	color: #000001 !important;
}

.faq_acc details[open] summary {
	border-radius: 20px 20px 0px 0px;
}

.swiper_test .swiper-slide {
	border-radius: 20px;
	background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
	padding: 53px 41px;
}

.swiper_test .swiper-slide .top {
	display: flex;
	gap: 20px;
}

.swiper_test .swiper-slide .top .details {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.swiper_test .swiper-slide .top .details h3 {
	margin: 0;
	color: #000001;
	font-family: "Bebas Neue";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 33px */
	letter-spacing: -0.3px;
	text-transform: uppercase;
}

.swiper_test .swiper-slide .top .details h5 {
	margin: 0;
	color: rgba(0, 0, 1, 0.80);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	letter-spacing: -0.36px;
}

.swiper_test .swiper-slide .top .details img {
	width: 128px;
}

.swiper_test .swiper-slide .top p.first_letter {
	border-radius: 37.5px;
	border: 1.5px solid #3E26F3;
	display: flex;
	width: 75px;
	height: 75px;
	padding: 25px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #000;
	margin-top: 0;
	font-family: "Bebas Neue";
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 38.5px */
	letter-spacing: -0.35px;
	text-transform: uppercase;
}

.swiper_test .swiper-slide p {
	color: rgba(0, 0, 1, 0.80);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	letter-spacing: -0.36px;
	margin: 34px 0;
}

.swiper_test .swiper-button-prev {
	width: 56.513px;
	height: 56.513px;
	background: #F3F3F3;
	border-radius: 50px;
}

.swiper_test .swiper-button-prev::after, .swiper_test .swiper-button-next::after {
	display: none;
}

.swiper_test .swiper-button-prev::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 20px;
	background: url(https://centurionhomefitness.com/wp-content/uploads/2025/12/Vector-2.png);
}

.swiper_test .swiper-button-next {
	width: 56.513px;
	height: 56.513px;
	background: #F3F3F3;
	border-radius: 50px;
	transform: scale(-1);
}

.swiper_test .swiper-button-next::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 20px;
	background: url(https://centurionhomefitness.com/wp-content/uploads/2025/12/Vector-2.png);
}

.swiper_test .swiper-slide {
	position: relative;
}

.swiper_test .swiper-slide::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(https://centurionhomefitness.com/wp-content/uploads/2025/12/search-1.svg);
	left: unset;
	right: 40px;
}

.swiper_test .swiper-button-next:hover, .swiper_test .swiper-button-prev:hover {
	background: #3E26F3 !important;
}

.swiper_test .swiper-button-next:hover::before, .swiper_test .swiper-button-prev:hover::before {
	background: url(https://centurionhomefitness.com/wp-content/uploads/2025/12/Vector-2-1.png);
}

.swiper_test .swiper-button-next:hover::before {
	transform: scale(-1);
}

.swiper_test .swiper-button-prev:hover::before {
	transform: scale(-1);
}

.partner_marquee_logo .partner-logo-slide img {
	height: 72px !important;
	width: 100%;
}

.partner_marquee_logo .partner-logo-slide {
	gap: 99px;
}

.swiper--marquee {
  width: 100%;
  height: 100%;
  position: relative;
}

/* .swiper--marquee::after {
  content: '';
  display: block;
  width: 200%;
  height: 1px;
  background: linear-gradient(90deg, black 50%, transparent 50%);
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
} */

/* .swiper-container.swiper--bottom::after {
  animation-direction: reverse;
} */

.swiper--marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}


@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* Popup Style Start */

.get_started_con input[type="email"], .get_started_con input[type="text"], .get_started_con input[type="tel"] {
	border-radius: 50px;
	padding: 15px 30px;
	margin-bottom: 20px;
}

.get_started_con textarea {
	border-radius: 30px;
	padding: 15px 30px;
	height: 120px;
	resize: none;
	margin-bottom: 20px;
}

.get_started_con [type="submit"] {
	border-radius: 50px;
	background: #3E26F3;
	border: 1px solid #3E26F3;
	color: #fff;
	width: 100%;
	padding: 15px;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
}

.faq_acc span.e-n-accordion-item-title-icon {
	border: 1px solid #3E26F3;
	padding: 20px;
	border-radius: 40px;
}

.faq_acc details[open] span.e-n-accordion-item-title-icon {
	background: #3E26F3;
}

.faq_acc details[open] span.e-n-accordion-item-title-icon svg path {
	fill: #fff;
}

.popup_con .w-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 19px;
}

.popup_con input[type="text"], .popup_con input[type="email"], .popup_con input[type="tel"] {
	border-radius: 10px;
	background: #FFF;
	padding: 25px 30px;
	height: 60px;
}

.popup_con textarea {
	display: flex;
	height: 192px !important;
	padding: 28px 36px 25px 36px;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border-radius: 10px;
	background: #FFF;
	margin-top: 20px;
}

.popup_con .zipCOde {margin-top: 20px;}

.popup_con input[type="submit"] {
	border: 1px solid #3E26F3;
	border-radius: 50px;
	background: #3E26F3;
	display: flex;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-top: 20px;
}

.hove_bg:hover .elementor-icon {
    background: #D22525 !important;
}

.imag_mar .partner-logo-slide img {
    filter: brightness(1);
}

/* .imag_mar .partner-logo-slide img:hover {
    
} */

/* Responsivness Style Start */

@media screen and (max-width:1024px) {}

@media screen and (max-width:820px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:600px) {
	.swiper_test .swiper-slide .top p.first_letter {
		padding: 0px !important;
		width: 50px;
		height: 50px;
		font-size: 21px;
	}

	.swiper_test .swiper-slide {
		padding: 20px;
	}

	.swiper_test .swiper-slide::before {
		width: 20px;
		height: 20px;
		background-size: contain;
		left: unset;
		right: 20px;
	}

	.swiper_test .swiper-slide .top .details h3 {
		font-size: 24px;
	}

	.swiper_test .swiper-slide .top .details h5 {
		font-size: 15px;
	}

	.swiper_test .swiper-button-next, .swiper_test .swiper-button-prev {
		top: unset;
		bottom: 0;
	}

	.popup_con .w-50 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 19px;
	}
}
