/* 2. Main Layout Container
----------------------------------*/
.ekit-hero-section {
  z-index: 1;
  display: flex;
  min-height: 600px;
  position: relative;
  padding: 118px 15px;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, #F1F4FD 0%, #DEE5F7 100%);
}
.ekit-hero-section:before {
  inset: 0;
  z-index: -1;
  content: '';
  opacity: 0.5;
  position: absolute;
  background-size: cover;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://wpmet.com/plugin/elementskit/wp-content/uploads/2025/08/elementskit-widget-demo-landing-page-gero-bg-image-2025-3.svg');
}
.hero-container {
	gap: 50px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	max-width: 1200px;
	align-items: center;
	justify-content: space-between;
}

/* 3. Left Content Column (Text & Buttons)
----------------------------------*/
.hero-content {
	max-width: 520px;
}
.hero-content h1 {
	color: #13151D;
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 8px 0;
	line-height: 66px;
	font-family: "Inter", Sans-serif;
}
.hero-content p {
	color: #52535A;
	font-size: 16px;
	margin: 0 0 43px;
	line-height: 26px;
}

.button-group {
	gap: 12px;
	display: flex;
	flex-wrap: wrap;
}
.button-group [class*="btn-"] {
	gap: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	border-radius: 8px;
	padding: 14px 22px;
	align-items: center;
	font-family: "Inter";
	display: inline-flex;
	text-decoration: none;
	justify-content: center;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.button-group [class*="btn-"] svg {
	width: 9px;
	height: auto;
	display: block;
}
.button-group .btn-fill {
	color: #FFFFFF;
	padding-inline: 30px;
	border-color: #2B58DE;
	background-color: #2B58DE;
}
.button-group .btn-fill:hover {
	border-color: #6189FC;
	background-color: #6189FC;
}
.button-group .btn-outline {
	color: #13151D;
	border-color: #CDD0DB;
	background-color: #FFFFFF;
}
.button-group .btn-outline:hover {
	color: #13151D;
	border-color: #13151D;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px -1px rgba(9, 11, 15, 0.20);
}

/* 4. Right Media Column (Image & Play Button)
----------------------------------*/
.hero-media {
	padding: 6px;
	max-width: 516px;
	position: relative;
	border-radius: 14px;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.02);
}
.hero-media:before {
	z-index: 1;
	inset: 10px;
	content: '';
	border-radius: 8px;
	position: absolute;
	background: linear-gradient(180deg, rgba(19, 21, 29, 0) 4.17%, rgba(19, 21, 29, 0.2) 90.51%);
}
.hero-media img {
	width: 100%;
	height: auto;
	padding: 4px;
	display: block;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 30px 50px -20px rgba(9, 11, 15, 0.3);
}

.play-button {
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100px;
	height: 100px;
	display: flex;
	cursor: pointer;
	position: absolute;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(5px);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 30px 40px -10px rgba(9, 11, 15, 0.5);
}
.play-button:before {
	z-index: 1;
	content: '';
	width: 64px;
	height: 64px;
	margin: auto;
	display: block;
	border-radius: 100%;
	border: 1px solid #FFFFFF;
	transition: transform .3s ease-in-out;
	box-shadow: 0px 1px 3px -1px rgba(3, 28, 102, 0.5);
	background: linear-gradient(180deg, #4DA9FF 0%, #1343CF 100%);
}
.play-button:hover:before {
	transform: scale(1.1);
}
.play-button svg {
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 15px;
	height: auto;
	color: #FFFFFF;
	display: block;
	position: absolute;
	margin: 1px 0 0 1px;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0px 1px 1px rgba(3, 28, 102, 0.5));
}

/* 5. Responsive Design
----------------------------------*/
@media (max-width: 1199px) {
	.hero-container {
		justify-content: center;
	}
}
@media (max-width: 1024px) {
	.ekit-hero-section {
		padding: 140px 15px 100px;
	}
	.hero-container {
		gap: 60px;
		margin: auto;
		max-width: 730px;
		text-align: center;
		flex-direction: column;
	}
	.hero-content {
		display: flex;
		max-width: 100%;
		align-items: center;
		flex-direction: column;
	}
	.hero-content p {
		margin: 0 0 33px;
	}
	.button-group {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.hero-container {
		max-width: 420px;
	}
}

@media (max-width: 575px) {
	.ekit-hero-section {
		padding: 120px 15px 100px;
		min-height: auto;
	}
	.hero-content h1 {
		font-size: 42px;
		line-height: 48px;
	}

	.hero-media {
		max-width: 100%;
	}
}

@media (max-width: 425px) {
	.ekit-hero-section {
		padding: 100px 15px 60px;
	}
	.hero-content h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.play-button {
		width: 80px;
		height: 80px;
	}
	.play-button:before {
		width: 54px;
		height: 54px;
	}
	.play-button svg {
		width: 14px;
	}
}