
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 08:45:58 */

/* =========================
   BANNER FORM SECTION
========================= */
.banner-form-section {
	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;
}

/* Glow Effect */
.banner-form-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(255, 0, 128, .16), transparent 45%);
	pointer-events: none;
}

/* =========================
   HEADING AREA
========================= */
.banner-form-section .elementor-icon-box-wrapper {
	align-items: flex-start;
}

.banner-form-section .elementor-icon {
	color: #ff2b8a;
	fill: #ff2b8a;
	font-size: 34px;
}

.banner-form-section .elementor-icon-box-title {
	color: #fff !important;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 16px !important;
}

.banner-form-section .elementor-icon-box-description {
	color: rgba(255, 255, 255, .72) !important;
	font-size: 18px;
	line-height: 1.7;
}

/* =========================
   FORM FIELDS
========================= */
#bannerform .elementor-field-group {
	margin-bottom: 18px;
}

#bannerform .elementor-field {
	background: rgba(255, 255, 255, .03) !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
	border-radius: 14px !important;
	min-height: 52px;
	padding: 16px 22px !important;
	color: #fff !important;
	font-size: 16px;
	transition: all .35s ease;
	box-shadow: none !important;
}

#bannerform textarea.elementor-field {
	min-height: 110px;
	padding-top: 20px !important;
	resize: none;
}

#bannerform .elementor-field::placeholder {
	color: rgba(255, 255, 255, .55);
}

#bannerform .elementor-field:focus {
	border-color: #ff2b8a !important;
	background: rgba(255, 255, 255, .05) !important;
	box-shadow: 0 0 0 4px rgba(255, 43, 138, .08), 0 0 30px rgba(255, 43, 138, .18) !important;
}

/* =========================
   SUBMIT BUTTON
========================= */
#bannerform .elementor-button {
	width: 100%;
	min-height: 55px;
	border: none !important;
	border-radius: 16px !important;
	background: linear-gradient(90deg, #ff2b8a 0%, #ff4fa3 100%) !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .5px;
	transition: all .35s ease;
	box-shadow: 0 10px 30px rgba(255, 43, 138, .28);
}

#bannerform .elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(255, 43, 138, .42);
}

/* =========================
   PRIVACY TEXT
========================= */
.banner-form-section .elementor-icon-list-text {
	color: rgba(255, 255, 255, .55);
	font-size: 14px;
}

.banner-form-section .elementor-icon-list-icon {
	color: #7d7d7d;
}

/* =========================
   MOBILE
========================= */
@media (max-width:767px) {
	.banner-form-section {
		padding: 28px 22px !important;
		border-radius: 22px;
	}
	
	.banner-form-section .elementor-icon-box-title {
		font-size: 28px;
	}
	
	#bannerform .elementor-field {
		min-height: 56px;
	}
	
	#bannerform .elementor-button {
		min-height: 60px;
		font-size: 16px;
	}
}

/* TOP BAR MOBILE FIX */
@media (max-width:767px) {
	.topbar-list {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: center !important;
		flex-wrap: nowrap !important;
		gap: 10px !important;
	}
	
	.topbar-list > .elementor-element {
		width: auto !important;
		min-width: auto !important;
		flex: 0 0 auto !important;
	}
	
	.topbar-list .elementor-icon-list-item {
		display: flex !important;
		align-items: center !important;
		gap: 5px !important;
		white-space: nowrap !important;
	}
	
	.topbar-list .elementor-icon-list-text, .topbar-list .elementor-heading-title {
		font-size: 11px !important;
		line-height: 1.2 !important;
		margin: 0 !important;
		white-space: nowrap !important;
	}
	
	.topbar-list .elementor-icon-list-icon svg {
		width: 55px !important;
		height: auto !important;
		display: block !important;
	}
	
	.topbar-list .hm {
		font-size: 12px !important;
	}
}

#right-lap-image {
	position: relative !important;
	transform: scale(1.12) translateX(-120px) translateY(10px) !important;
	transform-origin: center center !important;
	z-index: 3 !important;
}

.right-lap-image {
	position: relative !important;
	transform: scale(1.12) translateX(-120px) translateY(10px) !important;
	transform-origin: center center !important;
	z-index: 3 !important;
}

/* MOBILE RESET */
@media (max-width:767px) {
	#right-lap-image {
		transform: scale(1) translateX(0) translateY(0) !important;
	}
	
	.right-lap-image {
		transform: scale(1) translateX(0) translateY(0) !important;
	}
}
