/* End Rss Feeds */

/*
Theme Name:   Hello Elementor Child
Description:  Child theme for the Hello Elementor theme
Author:       Your Name
Template:     hello-elementor
Version:      1.0.0
*/


/* --- Custom Sticky Header Styling --- */

/* 1. Initial State (Top of the page) */



/* Hero CSS */

.hero {
	position: relative;
	overflow: hidden;
	/* hide the rotated edges */
	background: #e5e7eb;
	/* main page background */
}

/* skewed light panel on the right */
.hero::before {
	content: "";
	position: absolute;
	top: -10%;
	right: 0%;
	left: 45%;
	/* move it to the right so it starts mid‑page */
	width: 50vw;
	/* make it wide so rotation still covers the screen */
	height: 140%;
	background: #f4f7ff;
	/* light panel color */
	transform: skewX(12deg);
	/* adjust angle to taste */
	transform-origin: top right;
	z-index: 0;
}

.hero-inner {
	position: relative;
	z-index: 1;
	/* keep content above the skewed bg */
	max-width: 100px;
	margin: 0 auto;
	padding: 120px 20px;
}


/* End Hero CSS */


/* 2. Scrolled State (Activated by your jQuery script) */
#my-sticky-header.header-scrolled {
	background-color: rgba(255, 255, 255, 0.9) !important;
	/* Adjust 0.6 for opacity */
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border-bottom: 1px solid rgb(241, 245, 249);
	/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
}


.bg-shadow-color {
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}


.text-gradient {
	background: linear-gradient(to right, #1e293b, #4f46e5, #7c3aed);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.purple-color {
	color: #818cf8;
}


/* form css */

/* Wrapper */
#capture {
	display: flex;
	justify-content: center;
}

/* Form layout */
#capture form.space-y-4 {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	/* replaces space-y-4 visually */
}

/* Input */
#capture input[type="email"].w-full.bg-slate-800 {
	background: #1d293b;
	/* dark pill */
	border-radius: 999px;
	padding: 24px 32px;
	border: none;
	outline: 0px;
	/* color: #ffffff; */
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
	transition:
		box-shadow 0.2s ease,
		transform 0.2s ease,
		background 0.2s ease,
		outline 0.2s ease;

}

#capture input[type="email"]::placeholder {
	color: #c6d0e0;
}

/* #capture input[type="email"]:focus {
background: #1c2738;
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
transform: translateY(-1px);
outline: 2px solid #4f46e5;    
} */

/* Button */
#capture button.w-full.bg-indigo-600 {
	background: #4c3ff8;
	/* bright indigo */
	border-radius: 999px;
	padding: 24px 0px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* box-shadow: 0 18px 40px rgba(51, 65, 255, 0.5); */
	transition:
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

#capture button.w-full.bg-indigo-600:hover {
	background: rgb(99 102 241);
	/* box-shadow: 0 20px 50px rgba(51, 65, 255, 0.65); */
	/* transform: translateY(-1px); */
}

#capture button.w-full.bg-indigo-600:active {
	transform: translateY(0);
	box-shadow: 0 12px 25px rgba(51, 65, 255, 0.45);
}

/* Caption text */
#capture p.text {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2.7px;
	font-weight: 700;
	color: rgb(255 255 255 / 35%);
	/* margin-top: 16px; */
	font-weight: 800;
}

#capture input[type="email"].w-full.bg-slate-800:focus {
	/* background: #1c2738;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
	transform: translateY(-1px); */
	outline: 2px solid #6366f1;
	/* focus border color */
	outline-offset: 0;
}


/* Success message styles (after submit) */
#capture .text-center.py-10 {
	padding: 40px 0;
}

#capture .text-3xl.font-black.uppercase.mb-2 {
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #ffffff;
	letter-spacing: 0.12em;
}

#capture .text-indigo-400.font-bold {
	color: #818cf8;
	font-weight: 700;
	font-size: 14px;
}

/* end form css */


/* Rss feeds */

div.wpra-list-template .wpra-item-list>li.wpra-item {
	margin-bottom: 30px;
}

.wprss-feed-meta {
	padding-bottom: 20px;
}

.wpra-item-list:not(.wpra-item-list--bullets) {
	list-style: none;
	padding: 0;
}

/* End Rss Feeds */


.join-c-suite-form #mc_embed_shell .mc-field-group label {
	display: none;
}

.join-c-suite-form #mc_embed_shell .mc-field-group input {
	border-radius: 30px;
	background: #1d293b;
	color: #c6d0e0;
	border: 2px solid transparent;
	padding: 15px 20px;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.join-c-suite-form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: none !important;
}

.join-c-suite-form #mc_embed_signup .mc-field-group {
	padding: 0;
}

.join-c-suite-form #mc_embed_signup .mc-field-group:nth-child(2),
.join-c-suite-form #mc_embed_signup .mc-field-group:nth-child(3) {
	width: calc(50% - 10px);
	padding: 0;
}

.join-c-suite-form .indicates-required,
.join-c-suite-form #mc_embed_signup .mc-field-group:nth-child(4),
.join-c-suite-form #mc_embed_signup .mc-field-group:nth-child(5) {
	width: 100%;
	padding: 0;
}

.join-c-suite-form #mc_embed_signup form {
	margin: 0;
}

.join-c-suite-form #mc_embed_signup_scroll {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.join-c-suite-form #mc_embed_signup .button {
	background: #4c3ff8;
	border-radius: 999px;
	padding: 18px 30px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	height: auto;
}

.join-c-suite-form #mc_embed_signup .button:hover {
	box-shadow: 0 18px 40px rgba(51, 65, 255, 0.5);
	background: #6366f1;
}

.refferal_badge {
	filter: invert(1);
}

.join-c-suite-form #mc_embed_signup div#mce-responses {
	display: none;
}

.wpra-item-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.wpra-item-list .feed-item{
	margin-bottom: 0 !important;
	background: #ffffff;
	border-radius:  20px;
	padding: 20px;
	transition: all 0.3s;
}

.wpra-item-list .feed-item:hover{
	box-shadow: 0 20px 30px -10px rgba(51, 65, 255, 0.15);
}

.wpra-item-list .feed-item > a{
	font-family: "Inter", Sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--e-global-color-f88e182);	
	font-size: 20px;
	transition: all 0.3s;
	line-height: 1.3;
	margin-bottom: 5px;
	display: inline-block;
}

.wpra-item-list .feed-item:hover > a{
	color: var(--e-global-color-primary)
}


/* Responsive CSS */

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

	#capture input[type="email"].w-full.bg-slate-800,
	#capture button.w-full.bg-indigo-600 {
		font-size: 15px;
	}

	#capture form.space-y-4 {
		max-width: 100%;
	}

	.join-c-suite-form #mc_embed_signup .mc-field-group:nth-child(2),
	.join-c-suite-form #mc_embed_signup .mc-field-group:nth-child(3) {
		width: 100%;
		padding: 0;
	}

	.wpra-item-list{
		grid-template-columns: 1fr;
	}
	.wpra-item-list .feed-item > a{
		font-size: 18px;
	}

	.wpra-item-list .feed-item{
		padding: 15px;
	}
}

/* End Responsive CSS */