
/* Global Variables for X Club */
:root {
	--xclub-black: #1C1A17;
	--xclub-white: #ffffff;
	--xclub-gold-0: #B89A5A;
	--xclub-gold-1: #D4AF6A;
	--xclub-gold-2: #B8975A;
	--xclub-gold-3: #8C6D38;
	--xclub-gold: linear-gradient(135deg, var(--xclub-gold-1) 0%, var(--xclub-gold-2) 50%, var(--xclub-gold-3) 100%);
	--xclub-gray-text: #8A8070;
	--xclub-gray-bg: #fafafa;
	--xclub-cream: #FAF6EF;
	--xclub-border: rgba(28,26,23,.1);
	--xclub-radius: 6px;
	--xclub-container: 1420px;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2');
}
/* Base styles applied to xclub components container/sections */
[class*="xclub-"] {
	direction: rtl;
	text-align: right;
	color: var(--xclub-black);
	font-family: 'Assistant', sans-serif;
	box-sizing: border-box;
}

[class*="xclub-"] * {
	box-sizing: border-box;
}

[class*="xclub-"] img {
	max-width: 100%;
	display: block;
}

/* Mirror for LTR languages */
body.ltr [class*="xclub-"],
html[dir="ltr"] [class*="xclub-"] {
	direction: ltr;
	text-align: left;
}

.xclub-container {
	max-width: var(--xclub-container);
	margin: 0 auto;
	padding: 0;
}

.xclub-container--narrow {
	max-width: 820px;
}

.xclub-section {
	padding: 64px 0;
}

.xclub-section.xclub-intro,
.xclub-section.xclub-how,
.xclub-section.xclub-rewards,
.xclub-section.xclub-details,
.xclub-section.xclub-faq {
	background: var(--xclub-cream);
}

@media (max-width: 767px) {
	.xclub-section {
		padding: 40px 0;
	}
}

/* ---------- Typography helpers ---------- */

.xclub-eyebrow {
	font-family: 'Assistant', sans-serif;
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 28.5px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.2em;
}
.xclub-hero .xclub-eyebrow {
	font-family: 'Assistant', sans-serif;
}
.xclub-eyebrow-2 span {
	font-family: 'Assistant', sans-serif;
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px !important;
	font-size: 16px;
	font-weight: 400;
	color: var(--xclub-gold-0);
	letter-spacing: 2.6pt;

}
div.xclub-eyebrow-3{
	margin-bottom: 9px !important;
}
.xclub-eyebrow-3 span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	text-align: center;
	color: #B8975A;
	letter-spacing: 2.7pt;
}
.xclub-eyebrow--center {
	text-align: center;
}

.xclub-h2 h2 {
	font-size: 36px !important;
	font-weight: 600 !important;
	line-height: 1.2;
	margin: 0 0 8px;
	position: relative;
	padding-bottom: 23px;
}
.xclub-h2 h2::after{
	content: '';
	display: block;
	background: #B8975A;
	width: 161px;
	height: 1px;
	max-width: 30%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.xclub-h2-2 h2 {
	font-size: 36px !important;
	font-weight: 600;
	color: #1C1A17;
	line-height: 1.2;
	margin: 0 0 3rem;
	text-align: center;
	text-transform: uppercase;
}
.faq-title .xclub-h2-2 h2{
	margin-bottom: 2rem;
}
.xbox-rewards-title .xclub-h2-2 h2{
	margin: 0 0 1.9rem;
}

.xclub-h3 h3,
h3.xclub-h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 9px;
	text-align: center;
}
.xclub-text{
	margin: 0 !important;
}
.xclub-intro-section .xclub-text p {
	font-size: 18px !important;
	line-height: 1.1 !important;
	font-weight: 300;
	color: #8A8070 !important;
	margin: 0 0 20px !important;
}

.xclub-intro-section,
.box_devilder,
.xclub-how__grid_el_2{
	position: relative;
}
/*devilder*/
.xclub-intro-section:after,
.xclub-how__grid_el:after,
.box_devilder:after,
.xclub-how__grid_el_2:after{
	content: '';
	display: block;
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #B8975A 50%, rgba(0, 0, 0, 0) 100%);
	width: 80%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.xclub-text--bold {
	font-weight: 700;
}

@media (max-width: 767px) {
	.xclub-intro-section{
		margin-top: 12rem;
	}
	.xclub-eyebrow-2 span {
		letter-spacing: 3.5px;
		font-size: 14px;
		margin-bottom: 0 !important;
	}
	.xclub-h2 h2 {
		max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
	}
	.xclub-h2 h2::after{
		max-width: 40px;
	}
	.xclub-eyebrow {
		font-size: 14px;
		margin: 0 0 1px;
	}
	.xclub-eyebrow-2 {
		font-size: 12px;
		margin-bottom: 24px;
	}
	.xclub-intro-section .xclub-text p{
		font-size: 14px !important;
		line-height: 26px !important;
		margin: 0 auto 16px !important;
		max-width: 360px;
	}
	.xclub-h3 h3,
	h3.xclub-h3{
		margin: 0 0 13px;
	}
	.xbox-rewards-title .xclub-h2-2 h2{
		margin-bottom: 0 !important;
	}
}

/* ---------- Buttons ---------- */

.xclub-btn,
.xclub-btn_el a {
	display: inline-block;
	padding: 30px 20px;
	border-radius: var(--xclub-radius);
	font-size: 20px;
	line-height: 21px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.xclub-hero__content .xclub-btn {
	display: block;
	width: 100%;
	min-width: 100%;
}

.xclub-btn:hover,
.xclub-btn_el a:hover {
	opacity: 0.85;
}

.xclub-btn--white,
.xclub-btn--white_el a {
	background: var(--xclub-white);
	color: var(--xclub-black);
	width: 100%;
	max-width: 340px;
}
.xclub-btn--white:hover,
.xclub-btn--white_el a:hover{
	color: var(--xclub-black);
}

.xclub-btn--black {
	background: var(--xclub-black);
	color: var(--xclub-white);
}

/* ---------- Hero ---------- */
/* Floating white card over a photo banner (not full-bleed dark overlay) */

.xclub-hero {
	position: relative;
	height: auto;
	display: block;
	overflow: visible;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.xclub-hero__media {
	position: relative;
	height: 680px;
	overflow: hidden;
}

.xclub-hero__img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}
.xclub-hero__card_box{
	max-width: 1675px;
	width: 100%;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.xclub-hero__card {
	position: absolute;
	z-index: 2;
	right: 15px;
	width: 748px;
	max-width: 90vw;
	background: #fff;
	border-radius: 21px;
	box-shadow: 0px 4.24px 84.73px rgba(28, 26, 23, 0.07);
	padding: 67px 59px;
	text-align: center;
}

/*body.ltr .xclub-hero__card,
html[dir="ltr"] .xclub-hero__card {
	right: auto;
	left: 6%;
}*/

.xclub-hero__divider {
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(180deg, #B8975A 0%, rgba(0, 0, 0, 0) 100%);;
	margin: 0 auto 6vh;
}

.xclub-eyebrow--dark {
	font-family: 'Assistant', sans-serif;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 5.3pt;
	color: #B8975A;
	margin-bottom: 4px;
}

.xclub-hero__title {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	font-size: 100px;
	color: #1C1A17;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1;
}

.xclub-hero__subtitle {
	font-family: 'Assistant', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #8A8070;
	margin: 0 0 50px;
	text-align: center;
}

.xclub-btn--link {
	font-family: 'DM Sans', sans-serif;
	display: inline-block;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1.8pt;
	color: #1C1A17;
	text-decoration: underline !important;
	text-underline-offset: 12px;
}
.xclub-btn--link:hover{
	text-decoration: none !important;
}

.xclub-btn--link:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.xclub-hero__img {
    object-position: left;
  }
	.xclub-hero__media {
		height: 56vw;
		min-height: 280px;
	}
	.xclub-hero__card_box {
    align-items: end;
  }
	.xclub-hero__card {
		position: relative;
		right: auto;
		left: auto;
		bottom: auto;
		max-width: calc(100% - 40px);
		width: 530px;
		margin: 0 auto -187px;
		padding: 32px 28px;
		border-radius: 10px;
	}
	.xclub-hero__divider {
    margin: 0 auto 20px;
  }
	.xclub-eyebrow--dark {
		font-size: 14px;
		letter-spacing: 2.7pt;
		margin-bottom: 0;
	}
	.xclub-hero__title {
		font-size: 48px;
		margin: -4px 0 9px;
	}
	.xclub-hero__subtitle {
    font-size: 14px;
    margin: 0 0 24px;
	}
	.xclub-btn--link {
    font-size: 16px;
    text-underline-offset: 5px;
    letter-spacing: 1.1pt;
	}
}

/* ---------- HOW IT WORKS ---------- */

.xclub-intro{
	text-align: center;
	padding: 7.3rem 0 2.4rem;
}
.xclub-how__grid {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	margin-top: 32px;
}
.xclub-how__grid_el{
	padding-bottom: 70px;
}
.xclub-how__grid_el .elementor-container.elementor-column-gap-custom{
	gap: 20px;
	justify-content: center;
}
body.rtl .xclub-how__grid {
	flex-direction: row;
}


.xclub-how__card .elementor-widget-wrap.elementor-element-populated{
	padding: 0 !important;
	position: relative;
	z-index: 1;
}

.xclub-how__num {
	z-index: 0;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-weight: 400;
	font-size: 72px;
	line-height: 1;
	color: #B8975A;
	opacity: 0.25;
	margin-bottom: 0;
}
.xclub-how__grid_el .xclub-how__card{
	position: relative;
	overflow: visible;
	flex: 1;
	text-align: center;
	padding: 29px 83px 18px 20px !important;
	border-left: 1px solid rgba(28, 26, 23, .08);
}
.xclub-how__grid_el .xclub-how__card:after{
	display: block;
	position: absolute;
	content: '03';
	width: 72px;
	height: 72px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	white-space: nowrap;
	line-height: 72px;
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-weight: 400;
	font-size: 72px;
	color: #B8975A;
	opacity: 0.25;
}

.xclub-how__grid_el .xclub-how__card:nth-child(1):after{
	content: '01';
}
.xclub-how__grid_el .xclub-how__card:nth-child(2):after{
	content: '02';
}
.xclub-how__grid_el .xclub-how__card:last-child{
	border: none;
}
body.ltr .xclub-how__num,
html[dir="ltr"] .xclub-how__num {
	left: auto;
	right: 8px;
}

.xclub-how__title,
.xclub-how__grid_el .elementor-icon-box-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	margin: 0 0 8px !important;
	text-align: right;
}

.xclub-how__text,
.xclub-how__grid_el .elementor-icon-box-description {
	font-size: 18px;
	line-height: 23px;
	color: #8A8070;
	margin: 0;
	text-align: right;
	max-width: 330px;
}

@media (max-width: 767px) {
	.xclub-how__grid_el{
		padding-bottom: 48px;
	}
	.xclub-how__grid_el .elementor-icon-box-title {
		font-size: 18px !important;
	}
	.xclub-how__grid_el .elementor-icon-box-description {
    font-size: 16px;
    line-height: 22px;
  }
	.xclub-how__grid_el > .elementor-container{
		flex-direction: column;
		gap: 0;
	}
	.xclub-how__grid_el .xclub-how__card{
		padding: 16px 83px 17px 20px !important;
		border-left:none;
		border-bottom: 1px solid rgba(28, 26, 23, .08);
		max-width: 340px;
		margin: auto;
	}
	.xclub-how__grid_el .xclub-how__card:after{
		bottom: 41%;
	}
	.xclub-how__grid_el .xclub-how__card:last-child{
		border:none;
	}
	.xclub-how__title_el .xclub-h2-2 h2{
		margin-bottom: 0 !important;
	}
	.xclub-how__grid,
	body.rtl .xclub-how__grid {
		flex-direction: column;
	}
	.xclub-intro{
		padding: 3.3rem 0 1rem;
	}
}

/* ---------- Shoes X Rewards ---------- */

.xclub-section.xclub-rewards {
	text-align: center;
	padding: 8.6rem 0 9.5rem;
}
h2.xclub-h2-2,
.xclub-section.xclub-rewards .xclub-h2-2 h2{
	margin-bottom: 3rem;
}

.xclub-rewards__grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 32px;
}
body.rtl .xclub-rewards__grid_el .elementor-container.elementor-column-gap-custom {
	direction: ltr;
}
body.rtl .xclub-rewards__grid {
	direction: ltr;
}

.xclub-rewards__card {
	padding: 28px 20px 12px;
	text-align: center;
	position: relative;
}

.xclub-rewards__icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	margin-bottom: 7px;
}

.xclub-rewards__icon svg {
	width: 100%;
	height: 100%;
}

.xclub-rewards__title,
.xclub-rewards__grid_el .elementor-icon-box-title {
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 8px;
}

.xclub-rewards__text,
.xclub-rewards__grid_el .elementor-icon-box-description {
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 300 !important;
	min-height: 44px;
	color: #8A8070 !important;
	margin: auto !important;
	max-width: 256px;
}
.xclub-rewards__grid_el .elementor-icon{

}
.xclub-rewards__grid_el .elementor-icon svg{
/*	width: 35px;
	height: 35px;*/
}

.xclub-rewards__cta {
	text-align: center;
	margin-top: 3rem;
}
.xclub-rewards__cta .xclub-btn,
.xclub-btn_el a{
	width: 100%;
	margin: auto;
	display: block;
	max-width: 337px;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 15px;
	border-radius: 10px !important;
	background: #1C1A17;
	color: #FAFAF7 !important;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	.xclub-rewards__grid_el > .elementor-container > .elementor-column.elementor-col-25{
		width: 50% !important;
	}
	.xclub-section.xclub-rewards {
		text-align: center;
		padding: 4.2rem 0 2.3rem;
	}
	.xclub-rewards__grid_el .elementor-icon-box-title {
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
	}
	.xclub-rewards__grid_el .elementor-icon-box-description {
		font-size: 16px !important;
	}
}

/* ---------- Details ---------- */

.xclub-details__grid {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
body.rtl .xclub-details__grid {
	flex-direction: row-reverse;
}

.xclub-details__col {
	flex: 1;
}

.xclub-details__row {
	display: flex;
	gap: 16px;
}

.xclub-details__box {
	flex: 1;
	background: var(--xclub-white);
	border: 1px solid var(--xclub-border);
	border-radius: var(--xclub-radius);
	padding: 18px 20px 26px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.05);
}
.xclub-details__box_main{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.xclub-details__box_in{
	position: relative;
	width: 196px;
	padding: 0 16px;
}
.xclub-details__box_in:first-child:after{
	content: '';
	width: 1px;
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	background: rgba(184,154,90,0.1);
}

.xclub-details__highlight {
	color: var(--xclub-gold-0);
	font-size: 20px;
	text-align: center;
	font-weight: 900;
	margin: 0 0 5px;
}

.xclub-details__desc {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	margin: 0;
	color: var(--xclub-black);
}

@media (max-width: 767px) {
	.xclub-details__grid,
	body.rtl .xclub-details__grid {
		flex-direction: column;
		gap: 20px;
	}

	.xclub-details__row {
		flex-direction: column;
	}
	.xclub-details__box {
		padding: 24px 20px 26px;
	}
	.xclub-details__box_main{
		flex-direction: column;
		align-items: center;
	}
	.xclub-details__box_in{
		position: relative;
		width: 196px;
		padding: 16px 0 0;
	}
	.xclub-details__box_in:first-child{
		padding-bottom: 16px;
	}
	.xclub-details__box_in:first-child:after{
		content: '';
		width: 100%;
		right: 0;
		top: 100%;
		left: 0;
		height: 1px;
	}
}

/* ---------- FAQ ---------- */
.xclub-faq.xclub-section{
	padding: 8.4rem 0 5rem;
}
.xclub-faq .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
	float: left !important;
	text-align: center !important;
}

@media only screen and (max-width : 768px) {
	.xclub-faq.xclub-section{
		padding: 4rem 0 3rem;
	}
	.xclub-faq h2.xclub-h2-2,
	.xclub-faq .xclub-h2-2 h2{
		margin-bottom: 3.5rem;
	}
}





/* ==========================================================================
   X CLUB — Elementor Custom Styles
   ========================================================================== */

/* --- Variables & RTL Context --- */
.elementor-page {
	--xclub-black: #1C1A17;
	--xclub-gold-1: #D4AF6A;
	--xclub-gold-2: #B8975A;
	--xclub-gold-3: #8C6D38;
	--xclub-gold: linear-gradient(135deg, var(--xclub-gold-1) 0%, var(--xclub-gold-2) 50%, var(--xclub-gold-3) 100%);
	--xclub-gray-text: #8A8070;
	--xclub-border: rgba(28, 26, 23, 0.1);
	--xclub-radius: 6px;
}

/* --- How It Works Section (Icon Boxes with Step Numbers) --- */
.xclub-how-card .elementor-icon-box-wrapper {
	position: relative;
	z-index: 1;
	background: #ffffff;
	border: 1px solid var(--xclub-border);
	border-radius: var(--xclub-radius);
	padding: 24px 20px;
	margin-inline-start: 64px;
	box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.xclub-how-card .elementor-icon-box-icon,
.xclub-how__card_2 .elementor-icon-box-icon {
	display: none;
}

.xclub-how-card .elementor-icon-box-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: var(--xclub-black) !important;
	margin-bottom: 12px !important;
}

.xclub-how-card .elementor-icon-box-description {
	font-size: 15px !important;
	color: var(--xclub-gray-text) !important;
	line-height: 1.6 !important;
}

/* --- Points System row (₪1=1pt / 100pts=₪10 / write a review) --- */
.xclub-how__grid_el_2 .elementor-container {
	justify-content: center;
	gap: 0;
}

.xclub-how__card_2 {
	position: relative;
	padding: 0 32px;
}

.xclub-how__card_2:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: var(--xclub-border);
}

body.ltr .xclub-how__card_2:not(:last-child)::after,
html[dir="ltr"] .xclub-how__card_2:not(:last-child)::after {
	left: auto;
	right: 0;
}
.xclub-how__grid_el_2{
	padding-bottom: 75px;
}
.xclub-how__card_2 .elementor-icon-box-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #1C1A17;
	margin-bottom: 6px !important;
}

.xclub-how__card_2 .elementor-icon-box-description {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: #8A8070;
	line-height: 1.2 !important;
}

@media (max-width: 767px) {
	.xclub-how__card_2 .elementor-icon-box-title {
		line-height: 22.5px;
		font-size: 18px !important;
		margin-bottom: 4px !important;
	}
	.xclub-how__card_2 .elementor-icon-box-description {
		font-size: 16px !important;
		line-height: 19px !important;
	}
	.xclub-how__grid_el_2 .elementor-container {
		flex-direction: column;
		gap: 20px;
	}
	.xclub-how__card_2 {
		padding: 0 0 20px;
	}
	.xclub-how__card_2:not(:last-child)::after {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}
	.xclub-how__grid_el_2{
		padding-bottom: 0px;
	}
}

/* --- Rewards Section Cards --- */
.xclub-reward-card .elementor-icon-box-wrapper {
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	padding: 32px 20px 20px;
	box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

/* Gold Gradient Top Border */
.xclub-reward-card .elementor-icon-box-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: var(--xclub-gold);
	border-radius: 8px 8px 0 0;
}

.xclub-reward-card .elementor-icon-box-icon .elementor-icon {
	font-size: 32px !important;
	margin-bottom: 12px;
}

.xclub-reward-card .elementor-icon-box-title {
	font-size: 20px !important;
	font-weight: 900 !important;
	color: var(--xclub-black) !important;
	margin-bottom: 8px !important;
}

.xclub-reward-card .elementor-icon-box-description {
	font-size: 15px !important;
	color: var(--xclub-gray-text) !important;
	line-height: 1.5 !important;
}

/* --- FAQ Accordion Customization --- */
.elementor-widget-accordion .elementor-accordion-item {
	border-bottom: 1px solid var(--xclub-border) !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.elementor-widget-accordion .elementor-tab-title {
	padding: 24px 0 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #1A1916 !important;
}

.elementor-widget-accordion .elementor-tab-content {
	padding: 0 0 18px 0 !important;
	font-size: 14px !important;
	color: var(--xclub-gray-text) !important;
	line-height: 1.8 !important;
	border: none !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.xclub-hero-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}