/* Grid */
@media (min-width: 1236px) {
		.container {
				max-width: 1236px;
		}
}

@media (min-width: 576px) {
		.container-fluid {
				padding-left: 3%;
				padding-right: 3%;
		}
}

p {
		letter-spacing: -0.05em;
		font-size: 16px;
		font-size: 1rem;
}

.custom-counter-1 h3 {
		font-size: 3.571em;
		line-height: 1;
		font-weight: bold;
}

.custom-counter-1 p {
		font-size: 0.9286em;
		margin: 5px 0 0;
		font-weight: 600;
		line-height: 19.2px;
		line-height: 1.2rem;
		color: var(--light);
		opacity: 0.7;
		letter-spacing: -0.02em;
		text-transform: uppercase;
}

.custom-counter-1 a {
		font-size: 18px;
		font-size: 1.125rem;
		letter-spacing: -0.05em;
		color: var(--dark);
}

.custom-header-min-height-1 {
		min-height: 68vh;
}

.custom-header-max-width-1 {
		max-width: 703px;
}

.custom-banner-content-1 {
		background: var(--light);
		border-radius: var(--border-radius2x);
		width: 100%;
}

.custom-banner-content-item-1 {
		cursor: pointer;
		position: absolute;
		top: 48.3% !important;
		left: -9%;
		z-index: 10;
}

.custom-banner-content-item-2 {
		border-radius: var(--border-radius);
		position: absolute;
		bottom: -6%;
		left: -4%;
		z-index: 10;
		min-width: 560px;
		max-width: 640px;
}

.custom-banner-features {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px 14px;
		list-style: none;
		padding: 0;
		margin: 0;
}

.custom-banner-features > li {
		display: flex;
		align-items: center;
		gap: 8px;
		min-width: 0;
		margin: 0;
		padding: 0;
}

.custom-banner-features .custom-list-icon {
		flex: 0 0 28px;
		width: 28px;
		height: 28px;
		border-radius: 4px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		font-size: 12px;
		line-height: 1;
}

.custom-banner-features .custom-list-icon i {
		display: block;
		line-height: 1;
		font-size: 12px;
}

.custom-banner-features strong {
		display: block;
		min-width: 0;
		font-size: 12px;
		line-height: 1.2;
		letter-spacing: -0.02em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}

.custom-banner-content-slider-1 {
		position: relative;
		margin: 0 10px 10px 10px;
}

.custom-banner-content-slider-1 .banner-slide-link {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: var(--border-radius);
}

.custom-banner-content-slider-1 .banner-slide-link > img {
		display: block;
		width: 100%;
		height: auto;
}

/* Caption bar pinned to the top edge of the image frame (not over the mockup UI). */
.custom-banner-content-slider-1 .banner-slide-title {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: center;
		height: clamp(2.35rem, 5.5vw, 3rem);
		padding: 0 0.75rem;
		pointer-events: none;
		background: linear-gradient(180deg, rgba(8, 12, 24, 0.72) 0%, rgba(8, 12, 24, 0.28) 70%, rgba(8, 12, 24, 0) 100%);
}

.custom-banner-content-slider-1 .banner-slide-title > span {
		display: inline-block;
		padding: 0.28rem 0.85rem;
		border-radius: 999px;
		font-size: clamp(0.78rem, 1.15vw, 0.95rem);
		font-weight: 800;
		letter-spacing: 0.02em;
		line-height: 1.1;
		color: #fff;
		text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
		background: linear-gradient(135deg, rgba(37, 99, 235, 0.94), rgba(124, 58, 237, 0.94));
		box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
		opacity: 0;
		transform: translateY(-10px);
		transition: none;
}

.custom-banner-content-slider-1 .banner-slide-title.is-visible > span {
		opacity: 1;
		transform: translateY(0);
		transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-concept p,
.custom-text-color-1 {
		color: rgba(255, 255, 255, 0.6) !important;
}

.color-inherit {
		color: inherit !important;
}

.custom-header-bar:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		width: 50vw;
		background-image: linear-gradient(150deg, #2563eb 0%, #4338ca 48%, #7c3aed 100%);
		border-radius: var(--border-radius);
		box-shadow: 0 0 60px rgba(67, 56, 202, 0.22);
}

/* Addons Custom Service heading */
.eonbux-addons-heading__eyebrow {
		display: inline-block;
		padding: 0.35rem 0.85rem;
		border-radius: 999px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #fff;
		background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(124, 58, 237, 0.95));
		border: 1px solid rgba(255, 255, 255, 0.22);
		box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}

.eonbux-addons-heading h2 {
		letter-spacing: -0.02em;
		line-height: 1.15;
}

.eonbux-addons-heading__lead {
		font-size: 1.05rem;
		line-height: 1.7;
}

/* AI MVP section — convincing free-join heading */
.eonbux-mvp-heading {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
}

.eonbux-mvp-heading__eyebrow {
		display: inline-block;
		padding: 0.35rem 0.85rem;
		border-radius: 999px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #4338ca;
		background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.12));
		border: 1px solid rgba(67, 56, 202, 0.16);
}

.eonbux-mvp-heading__title {
		letter-spacing: -0.02em;
}

.eonbux-mvp-heading__lead {
		max-width: 46rem;
		font-size: 1.05rem;
		line-height: 1.65;
		color: #5b6475;
}

.eonbux-mvp-heading__cta {
		display: inline-flex;
		align-items: center;
		gap: 0.55rem;
		min-height: 48px;
		padding: 0 1.35rem;
		border-radius: 999px;
		font-size: 14px;
		font-weight: 800;
		letter-spacing: 0.02em;
		color: #fff !important;
		text-decoration: none !important;
		background: linear-gradient(135deg, #2563eb 0%, #4338ca 48%, #7c3aed 100%);
		border: 1px solid rgba(255, 255, 255, 0.28);
		box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
		transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eonbux-mvp-heading__cta:hover,
.eonbux-mvp-heading__cta:focus {
		color: #fff !important;
		transform: translateY(-2px);
		box-shadow: 0 16px 34px rgba(67, 56, 202, 0.38);
}

.eonbux-mvp-heading__cta i {
		font-size: 12px;
		transition: transform 0.25s ease;
}

.eonbux-mvp-heading__cta:hover i {
		transform: translateX(3px);
}

.eonbux-mvp-heading__link {
		font-size: 14px;
		font-weight: 700;
		color: #4338ca !important;
		text-decoration: none !important;
		padding: 0.65rem 0.85rem;
}

.eonbux-mvp-heading__link:hover {
		color: #7c3aed !important;
		text-decoration: underline !important;
}

.eonbux-mvp-heading__perks {
		gap: 0.65rem 1.25rem;
		padding-top: 0.35rem;
}

.eonbux-mvp-heading__perks li {
		display: inline-flex;
		align-items: center;
		gap: 0.4rem;
		font-size: 13px;
		font-weight: 700;
		color: #334155;
}

.eonbux-mvp-heading__perks i {
		color: #16a34a;
		font-size: 12px;
}

/* Hero trust bar — gold 5-star rating */
.custom-header-bar .eonbux-gold-stars {
		gap: 0.35rem;
}

.custom-header-bar .eonbux-gold-stars .fa-star {
		color: #f5b301;
		background: linear-gradient(180deg, #ffe566 0%, #f5b301 45%, #d97706 100%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		filter: drop-shadow(0 1px 0 rgba(146, 64, 14, 0.25)) drop-shadow(0 2px 6px rgba(245, 179, 1, 0.45));
		transform: translateY(0);
		transition: transform 0.2s ease, filter 0.2s ease;
}

.custom-header-bar .eonbux-gold-stars .fa-star:nth-child(1) { animation: eonbux-star-pop 0.55s ease both 0.05s; }
.custom-header-bar .eonbux-gold-stars .fa-star:nth-child(2) { animation: eonbux-star-pop 0.55s ease both 0.12s; }
.custom-header-bar .eonbux-gold-stars .fa-star:nth-child(3) { animation: eonbux-star-pop 0.55s ease both 0.19s; }
.custom-header-bar .eonbux-gold-stars .fa-star:nth-child(4) { animation: eonbux-star-pop 0.55s ease both 0.26s; }
.custom-header-bar .eonbux-gold-stars .fa-star:nth-child(5) { animation: eonbux-star-pop 0.55s ease both 0.33s; }

@keyframes eonbux-star-pop {
		0% { opacity: 0; transform: scale(0.6) translateY(4px); }
		70% { opacity: 1; transform: scale(1.12) translateY(0); }
		100% { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 1200px) {
		.custom-header-bar:before {
				width: 110vw;
		}
}

.custom-font-size-1 {
		font-size: 17.6px;
		font-size: 1.1rem;
		line-height: 28.8px;
		line-height: 1.8rem;
}

.custom-font-size-2 {
		font-size: 18px;
		font-size: 1.125rem;
}

.custom-nav-link {
		font-size: 13px;
		font-size: .8125rem;
		letter-spacing: -0.025em;
		text-transform: uppercase;
		font-weight: 700;
		padding: 4px 0 !important;
		padding: .25rem 0 !important;
		margin: 0 20px;
		margin: 0 1.25rem;
		border-bottom: 4px solid transparent;
}

.custom-nav-link:not(.active).nav-link {
		color: var(--dark);
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
		background-image: linear-gradient(150deg, var(--primary) 0%, var(--primary) 30%, var(--secondary) 70%, var(--secondary) 100%) !important;
}

/* Landing Page Text Reasons */
.text-reasons {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		transform: rotate(-10deg);
}

.text-reasons h3 {
		padding: 12px 56px;
		padding: .75rem 3.5rem;
		text-transform: uppercase;
		border-radius: var(--border-radius);
		margin-bottom: 6.4px;
		margin-bottom: .4rem;
		font-weight: 800;
}

.text-reasons h3:nth-child(2) {
		background: rgba(25, 25, 25, 0.15);
		margin-left: -10%;
}

.text-reasons h3:nth-child(3) {
		background: rgba(25, 25, 25, 0.57);
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.5;
		padding-left: 80px;
		padding-left: 5rem;
		margin-left: 32px;
		margin-left: 2rem;
}

.text-reasons h3:nth-child(4) {
		background: var(--dark);
		font-size: 36px;
		font-size: 2.25rem;
		padding: 8px 20px;
		padding: .5rem 1.25rem;
		margin-left: 15%;
}

.text-reasons label {
		font-size: 200px;
		font-size: 12.5rem;
		line-height: .8;
		font-weight: 800;
		position: absolute;
		left: 0;
		top: 0;
}

.text-reasons .highlighted-word {
		letter-spacing: -.025em;
}

.text-reasons .highlighted-word:after {
		bottom: -0.33em;
		left: 10%;
		transform: scaleY(-1);
}

/* Strong Shadow */
.strong-shadow {
		position: relative;
		display: inline-block;
}

.strong-shadow:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #494b4e;
		z-index: -1;
}

.strong-shadow.strong-shadow-top-right:before {
		top: -25px;
		left: 25px;
		right: -25px;
		bottom: 25px;
}

.strong-shadow.rounded:before {
		border-radius: 5px;
}

/* SVG Background */
.background-svg-style-1 {
		position: absolute;
		top: 31px;
		width: 100vw;
}

.background-svg-style-1 .dots {
		filter: url(#shadow);
}

.background-svg-style-1 .dots.dots-animation {
		filter: url(#shadow);
}

/* Video Open Icon */
.video-open-icon {
		display: inline-block;
		width: 64px;
		width: 4rem;
		height: 64px;
		height: 4rem;
		padding: 6px;
		padding: .375rem;
		transition: padding .2s;
		border-radius: 2rem;
		background: rgba(255, 255, 255, 0.07);
		position: relative;
		vertical-align: middle;
		margin-right: 8px;
		margin-right: .5rem;
		box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
}

.video-open-icon:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 2rem;
		background: var(--light);
}

.video-open-icon:after {
		content: '';
		border-left: 12px solid #08c;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -5px;
}

.video-open-icon:hover {
		padding: 4px;
		padding: .25rem;
}

/* Filter */
.filter-wrapper.sticky-active {
		padding: 0 58px;
		position: relative;
}

.filter-wrapper.sticky-active:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(0, 0, 0, 0.06);
}

.filter-wrapper .search-form {
		position: relative;
		border: 2px solid #e7e7e7;
		border-radius: 3rem;
		display: inline-block;
		margin: -10px 0;
}

.filter-wrapper .search-form input[type="search"]::-webkit-search-decoration,
.filter-wrapper .search-form input[type="search"]::-webkit-search-cancel-button,
.filter-wrapper .search-form input[type="search"]::-webkit-search-results-button,
.filter-wrapper .search-form input[type="search"]::-webkit-search-results-decoration {
		display: none;
}

.filter-wrapper .search-form input {
		padding: 12.8px 48px 12.8px 19.2px;
		padding: 0.8rem 3rem 0.8rem 1.2rem;
		border: none;
		background-color: transparent;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: -0.05em;
		color: var(--dark);
		outline: 0;
}

.filter-wrapper .search-form .btn {
		position: absolute;
		top: 53%;
		right: -11.2px;
		right: -0.7rem;
		font-size: 19.2px;
		font-size: 1.2rem;
		min-width: 80px;
		min-width: 5rem;
		transform: translateY(-50%);
		padding: 0;
		background: none;
		transition: color 0.3s;
}

/* List Icons */
.custom-list-icons-1 .custom-list-icon {
		width: 28px;
		height: 28px;
		border-radius: 2px;
		margin-right: 3px;
		display: inline-block;
		text-align: center;
		font-weight: bold;
		line-height: 28px;
}

.custom-letter-spacing-1 {
		letter-spacing: 5px;
}

/* Hero brand eyebrow — brand accent on blue→purple banner */
.section-concept .eonbux-hero-brand-eyebrow {
		color: #ad9ce0;
		text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
		opacity: 1;
}
