
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 11:41:40 */
.review-right-lap-image {
	width: 119% !important;
	max-width: 119% !important;
	margin-left: -80px !important;
	margin-right: 270px !important;
	margin-top: 50px !important;
	position: relative !important;
}

.hero-banner-review {
	display: flex !important;
	flex-wrap: nowrap !important;
}

/* Left Content */
.banner-section-one-review {
	flex: 0 0 35% !important;
	max-width: 35% !important;
}

/* Center Image */
.banner-section-mid {
	flex: 0 0 35% !important;
	max-width: 35% !important;
}

/* Right Form */
.banner-form-section-last {
	flex: 0 0 30% !important;
	max-width: 30% !important;
}

.banner-form-section-last {
	background: rgba(8, 8, 12, .92);
	border: 1px solid rgba(255, 0, 128, .35);
	border-radius: 26px;
	padding: 38px 34px !important;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .03) inset, 0 0 40px rgba(255, 0, 128, .12), 0 20px 60px rgba(0, 0, 0, .55);
	overflow: hidden;
	position: relative;
}

.cta-form-inner {
	background: rgba(8, 8, 12, .92);
	border: 1px solid rgba(255, 0, 128, .35);
	border-radius: 26px;
	padding: 38px 34px !important;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .03) inset, 0 0 40px rgba(255, 0, 128, .12), 0 20px 60px rgba(0, 0, 0, .55);
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	.hero-banner-review {
		flex-wrap: wrap !important;
	}
	
	.banner-section-one-review, .banner-section-mid, .banner-form-section-last {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	
	/* Laptop Image */
	.review-right-lap-image {
		width: 100% !important;
		max-width: 100% !important;
		margin: 20px auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		text-align: center;
	}
	
	.review-right-lap-image img {
		width: 100% !important;
		max-width: 500px !important;
		margin: auto;
		display: block;
	}
	
	/* Form Section */
	.banner-form-section-last {
		margin-top: 20px !important;
		padding: 25px 20px !important;
		border-radius: 20px !important;
	}
}

/* =========================
   BEFORE / AFTER CARD
========================= */
.before-after-box {
	background: linear-gradient(180deg, #0d0d12 0%, #111117 100%);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	padding: 15px !important;
	overflow: hidden;
	position: relative;
	transition: all .35s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.before-after-box:hover {
	transform: translateY(-5px);
	border-color: rgba(247, 78, 161, .45);
	box-shadow: 0 0 20px rgba(247, 78, 161, .15), 0 20px 40px rgba(0, 0, 0, .45);
}

/* =========================
   IMAGE COMPARE
========================= */
.before-after-box .elementor-widget-ha-image-compare {
	margin-bottom: 20px !important;
}

.before-after-box .elementor-widget-container {
	line-height: 0;
}

.before-after-box .twentytwenty-wrapper {
	width: 100% !important;
	overflow: hidden;
	border-radius: 12px;
}

.before-after-box .twentytwenty-container {
	width: 100% !important;
	overflow: hidden !important;
	border-radius: 12px;
	background: #000;
}

.before-after-box .twentytwenty-container img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	object-fit: cover;
}

/* =========================
   BEFORE / AFTER LABELS
========================= */
.before-after-box .twentytwenty-before-label:before, .before-after-box .twentytwenty-after-label:before {
	background: #f74ea1 !important;
	color: #fff !important;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

/* =========================
   HANDLE + WHITE DIVIDER
========================= */
.before-after-box .twentytwenty-handle {
	border: 3px solid #f74ea1 !important;
	background: #f74ea1 !important;
	box-shadow: 0 0 20px rgba(247, 78, 161, .4);
}

.before-after-box .twentytwenty-horizontal .twentytwenty-handle:before, .before-after-box .twentytwenty-horizontal .twentytwenty-handle:after {
	background: #fff !important;
}

/* =========================
   CONTENT
========================= */
.before-after-box h2 {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 1.1;
	margin: 0 0 15px !important;
}

.before-after-box p {
	color: rgba(255, 255, 255, .75) !important;
	font-size: 15px !important;
	line-height: 1.7;
	margin: 0 0 20px !important;
}

/* =========================
   BUTTON
========================= */
.before-after-box .elementor-button {
	background: none !important;
	padding: 0 !important;
	color: #f74ea1 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	border: none !important;
	box-shadow: none !important;
}

.before-after-box .elementor-button:hover {
	color: #fff !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width:767px) {
	.before-after-box {
		padding: 12px !important;
	}
	
	.before-after-box h2 {
		font-size: 24px !important;
	}
	
	.before-after-box p {
		font-size: 14px !important;
	}
}

/* Main Card */
.five-icon-list {
	background: linear-gradient(180deg, #111118 0%, #0c0c12 100%);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 20px;
	padding: 35px 25px !important;
	text-align: center;
	height: 100%;
	transition: all .35s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
	overflow: hidden;
	position: relative;
}

/* Hover Effect */
.five-icon-list:hover {
	transform: translateY(-6px);
	border-color: rgba(232, 35, 105, .4);
	box-shadow: 0 0 30px rgba(232, 35, 105, .12), 0 20px 40px rgba(0, 0, 0, .45);
}

/* Icon */
.five-icon-list .elementor-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: rgba(232, 35, 105, .08);
	border: 1px solid rgba(232, 35, 105, .25);
}

.five-icon-list .elementor-icon svg {
	width: 42px;
	height: 42px;
}

/* Heading */
.five-icon-list .elementor-icon-box-title {
	margin-bottom: 15px !important;
}

.five-icon-list .elementor-icon-box-title span {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

/* Description */
.five-icon-list .elementor-icon-box-description {
	color: rgba(255, 255, 255, .75);
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

/* Center Everything */
.five-icon-list .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* =========================
   CTA WRAPPER
========================= */
.cta-inner {
	background: linear-gradient(90deg, #2b0017 0%, #460021 20%, #0d0d12 55%, #2b0017 100%);
	border: 1px solid rgba(232, 35, 105, .35);
	border-radius: 20px;
	padding: 28px 35px !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 50px !important;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 40px rgba(232, 35, 105, .12), inset 0 0 60px rgba(232, 35, 105, .06);
}

/* Pink Glow */
.cta-inner:before {
	content: "";
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(232, 35, 105, .35) 0%, transparent 70%);
	pointer-events: none;
}

/* Form Fields Wrapper */
#ctaform .elementor-form-fields-wrapper {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Field Groups */
#ctaform .elementor-field-group {
	margin: 0 !important;
}

/* Inputs */
#ctaform .elementor-field {
	height: 54px !important;
	background: rgba(255, 255, 255, .06) !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 8px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400;
	padding: 0 18px !important;
	transition: .3s ease;
}

/* Placeholder */
#ctaform .elementor-field::placeholder {
	color: rgba(255, 255, 255, .45);
}

/* Focus */
#ctaform .elementor-field:focus {
	border-color: #e82369 !important;
	box-shadow: 0 0 0 3px rgba(232, 35, 105, .15);
	outline: none;
}

/* Button */
#ctaform .elementor-button {
	width: 100% !important;
	height: 56px !important;
	background: linear-gradient(180deg, #ff4fa0 0%, #e82369 100%) !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: .3s ease;
}

/* Hover */
#ctaform .elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(232, 35, 105, .35);
}

/* Button Text */
#ctaform .elementor-button-text {
	color: #fff !important;
}

/* Remove Elementor spacing */
#ctaform .elementor-column {
	padding: 0 !important;
}

/* Desktop Width */
.cta-form-inner {
	max-width: 460px;
	margin-left: auto;
}

/* Mobile */
@media (max-width:767px) {
	.cta-form-inner {
		max-width: 100%;
		margin: 0;
	}
	
	#ctaform .elementor-field {
		height: 50px !important;
	}
	
	#ctaform .elementor-button {
		height: 52px !important;
	}
}

/* Desktop */
.cta-inner {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.cta-inner-one {
	flex: 0 0 22% !important;
	max-width: 22% !important;
}

.cta-inner-two {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

.cta-form-inner {
	flex: 0 0 22% !important;
	max-width: 22% !important;
}

/* Mobile */
@media (max-width: 767px) {
	.cta-inner {
		flex-wrap: wrap !important;
	}
	
	.cta-inner-one, .cta-inner-two, .cta-form-inner {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.cta-inner-two {
		order: 1;
	}
	
	.cta-inner-one {
		order: 2;
	}
	
	.cta-form-inner {
		order: 3;
	}
	
	.percentage-box {
		display: flex !important;
		flex-wrap: nowrap !important;
	}
}
