:root {
	--primary: #3577bc;
	--primary-dark: #5a67d8;
	--text-dark: #2d3748;
	--text-light: #718096;
	--bg-light: #f7fafc;
	--white: #ffffff;
	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
	--shadow-lg:
		0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--radius: 12px;
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--service-icon-card: #e5e7eb;

	--accent-gradiant: linear-gradient(135deg, #417cbc 0%, #2661a0 100%);
	/* --accent-gradiant: linear-gradient(135deg, #457aec 0%, #0045db 100%); */
}
#ml12 {
	text-decoration: none;
	font-size: 2rem;
}
#ml12 p {
	display: inline-block;
	line-height: 1em;
}
#ml12 p:hover {
	transform: scale(1.2);
	transition: all 0.3s ease;
}
/* Make all columns stretch equally */
.services #benifit_00 > [class*="col-"] {
	display: flex;
}
.services__item_header {
	gap: 12px;
}

/* Make service card fill full column height */
.services__item {
	display: flex;
	flex-direction: column;
	/* height: 100%; */
}

/* Push content naturally */
.services__item_paragraph {
	margin-top: auto;
}

/* Optional: smoother visual balance */
.services__item {
	padding: 10px;
}

/* Section spacing */
.services-key--padding {
	padding: 100px 0;
}

.section-heading__title_big {
	font-size: 36px;
	font-weight: 800;

	margin-bottom: 0.75rem;
	-webkit-background-clip: text;
}

.servicesSubtitle {
	font-size: 0.98rem;
	margin: 0 auto;
}

/* Card */
.services-card {
	background: var(--white);
	border-radius: 14px;
	padding: 35px 25px;
	height: 100%;

	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.services-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Icon */
.services-card__icon {
	max-width: 100%;
	margin-bottom: 18px;
	border: 2px solid var(--service-icon-card);
	border-radius: 10px;
}

/* Title */
.services-card__title a {
	font-size: 18px;
	font-weight: 600;
	color: var(--text-dark);
	text-decoration: none;
}

.services-card__title a:hover {
	color: #4f46e5;
}

/* Text */
.services-card__text {
	font-size: 15px;
	color: #6b7280;
	line-height: 1.7;
	margin: 15px 0 20px;
}

/* Link */
.services-card__link {
	font-size: 14px;
	font-weight: 600;
	color: #4f46e5;
	text-decoration: none;
}

.services-card__link:hover {
	text-decoration: underline;
}
/* HERO section css>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Base Layout & Utilities */
.section-wrapper {
	padding: 60px 20px;
	text-align: center;
	/* Animation for the whole section appearing */
	animation: fadeIn 0.8s ease-out;
}
#emailFinder {
	background-image: url("../images/customImage/heroBgImage.svg");
	background-size: cover;
	background-position: center;
}

#emailFinder .container {
	max-width: 800px;
	margin: 0 auto;
}

.hidden {
	display: none !important;
}

/* Typography Enhancements */
.badge-pill {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.863);
	color: var(--primary);
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	transition: var(--transition);
}

.badge-pill:hover {
	background-color: rgba(102, 126, 234, 0.2);
	transform: translateY(-1px);
}

.section-title {
	font-size: 58px;
	font-weight: 700;
	margin: 10px 0 20px 0;
	letter-spacing: -0.02em;
	color: #1a202c;
	line-height: 1.1;
}

.section-subtitle {
	color: var(--text-light);
	max-width: 600px;
	margin: 0 auto;
}
.text-highlight-gradient {
	background-image: var(--accent-gradiant);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	overflow: visible;
}
.link-highlight,
.link-highlight-simple {
	color: var(--primary);
	font-weight: 500;
	transition: var(--transition);
}

.link-highlight:hover {
	color: var(--primary-dark);
	text-decoration-thickness: 2px;
}

/* Card Styling with Depth */
.tool-card {
	border-radius: var(--radius);
	margin-top: 20px;
	padding: 40px;
	background: transparent;
	box-shadow:
		0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.5);

	background-color: #ffffffff;
	/* Slide Up Animation */
	animation: slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	transform: translateY(20px);
	opacity: 0;
	animation-fill-mode: forwards;
}

.tool-card.card-bordered {
	border: 1px solid #e2e8f0;
}

/* Tabs Animation & Style */
.tabs-nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--text-light);
}

.tab-item {
	cursor: pointer;
	padding: 12px 24px;
	border-radius: 8px;
	transition: var(--transition);
	position: relative;
}

.tab-item:hover {
	color: var(--primary);
	background-color: rgba(102, 126, 234, 0.05);
}

.tab-item.active {
	color: var(--primary);
	/* Replaced border-bottom with a pseudo element for better animation potential */
}

.tab-item.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 3px;
	background-color: var(--primary);
	border-radius: 3px 3px 0 0;
	animation: expandWidth 0.3s ease;
}

.tabs-divider {
	border: none;
	border-top: 1px solid #edf2f7;
	margin: 10px 0 40px 0;
}

/* Form Elements */
.form-label {
	text-align: left;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 15px;
	color: var(--text-dark);
}

.input-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
}

.form-input {
	flex: 1;
	min-width: 220px;
	padding: 16px 20px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	font-size: 16px;
	outline: none;
	transition: var(--transition);
	color: var(--text-dark);
	background: #fff;
}

.form-input:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15);
}

.form-input::placeholder {
	color: #a0aec0;
}

.form-btn {
	padding: 12px 36px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	color: white;
	background: var(--accent-gradiant);
	box-shadow: 0 4px 6px -1px rgba(102, 126, 234, 0.4);
	transition: var(--transition);
	white-space: nowrap;
}

.form-btn:hover {
	transform: translateY(-2px);
	color: #fff;
	box-shadow: 0 7px 14px -1px rgba(102, 126, 234, 0.5);
}

.form-btn:active {
	transform: translateY(0);
}

/* Result Preview */
.result-preview {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 16px;
	text-align: left;
	padding: 16px;
	border-radius: 8px;
	background: transparent;
	border: 1px solid #edf2f7;

	/* Pop in animation */
	animation: popIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.avatar-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #cbd5e0;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
}

.email-result {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-dark);
}

.status-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #c6f6d5;
	color: #276749;
	margin-top: 4px;
}

.helper-text {
	margin-top: 24px;
	color: var(--text-light);
	font-size: 14px;
}

/* Animations Keyframes */
@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes popIn {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes expandWidth {
	from {
		width: 0;
		opacity: 0;
	}
	to {
		width: auto;
		opacity: 1;
	}
}

/* Responsive Adjustments */
@media (max-width: 600px) {
	.section-title {
		font-size: 32px;
	}

	.tool-card {
		padding: 20px;
	}

	.tabs-nav {
		gap: 5px;
		font-size: 14px;
	}

	.tab-item {
		padding: 10px 12px;
	}

	.form-btn {
		width: 100%;
	}
}

/* This is Case Studies Section CSS -----------------------=-------------------------------------*/
.project-swiper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2.5rem 0 3rem;
	border-radius: 10px;
}

/* Each slide */
.project-slide {
	position: relative;
	width: 220px;
	height: auto;
	max-width: 30vw;

	border-radius: 18px;
	overflow: hidden;
	border: 2px solid #ffffffff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background: #020617;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.75);
}

/* Slide image */

.project-slide img {
	width: 100%;

	object-fit: cover;
	display: block;
}

/* Gradient overlay for readability */
.project-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(3, 7, 18, 0.9),
		rgba(3, 7, 18, 0.55),
		transparent 45%
	);
	pointer-events: none;
}

/* Hover zoom */
.project-slide:hover img {
	transform: scale(1.05);
}

/* Text on slide */
.slide-meta {
	/* position: absolute; */
	display: flex;
	flex-direction: column;
	color: #f9fafb;
}

/* Tag button */
.slide-tag {
	align-self: flex-start;
	padding: 0.25rem 0.75rem;
	font-size: 0.55rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	border-radius: 999px;
	border: 1px solid rgba(56, 189, 248, 0.8) !important;
	background: rgba(15, 23, 42, 0.85) !important;
	color: #e0faff !important;
}

/* Swiper pagination bullets */
.swiper-pagination {
	text-align: center;
	bottom: 80px !important;
}
.project-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: 0.2;
	margin: 0 5px;
	border-radius: 20px;
	transition:
		opacity 0.5s,
		background-color 0.5s,
		width 0.5s;
	transition-delay: 0.5s, 0.5s, 0s;
}

.project-swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
	width: 100px;
	transition-delay: 0s;
}

/* Responsive */
@media (max-width: 768px) {
	.projectSection {
		margin-top: 3rem;
		padding: 3.5rem 0 3.75rem;
	}

	.projectHeader {
		margin-bottom: 2.25rem;
	}

	.project-swiper {
		padding-top: 2rem;
	}

	.project-slide {
		min-width: 260px;
		aspect-ratio: 16 / 11;
	}
}
@media (max-width: 576px) {
	.project-swiper {
		width: 100%;
	}
	.project-slide {
		min-width: 300px;
	}
}

.feature-section {
	padding: 40px 0;
	background: #ffffff;
}

.feature-tabs {
	text-align: center;
	margin-bottom: 50px;
}

.tab-btn {
	background: transparent;
	border: none;
	font-weight: 600;
	margin: 0 15px;
	padding-bottom: 5px;
	cursor: pointer;
	color: #333;
	position: relative;
}

.tab-btn.active {
	color: var(--primary);
}

.tab-btn.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 3px;
	background: var(--primary);
	border-radius: 5px;
}

.tab-pane {
	display: none;
	animation: fadeSlide 0.6s ease forwards;
}

.tab-pane.active {
	display: block;
}

.feature-img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(40px);
	opacity: 0;
	animation: imageUp 0.8s ease forwards;
}

.text-side h3 {
	font-weight: 700;
	margin-bottom: 20px;
}

.text-side p {
	color: #555;
	margin-bottom: 20px;
}

.text-side ul {
	list-style: none;
	padding: 0;
}

.text-side ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}

.text-side ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: var(--primary);
}

.btn-primary-custom {
	display: inline-block;
	background: var(--acc);
	color: white;
	padding: 10px 25px;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s;
}

.btn-primary-custom:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(59, 91, 219, 0.3);
}

/* Animations */
@keyframes fadeSlide {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes imageUp {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Responsive */
@media (max-width: 991px) {
	.feature-tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.tab-btn {
		margin: 10px;
	}

	.image-side {
		margin-bottom: 30px;
	}
}
.formguard-section {
	padding: 40px 0;
	background: linear-gradient(180deg, #f4f7ff, #ffffff);
	position: relative;
	overflow: hidden;
}

/* Image Wrapper */
.image-wrapper {
	position: relative;
	animation: fadeLeft 1s ease forwards;
}

.main-image {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	transition: 0.4s ease;
}

.main-image:hover {
	transform: translateY(-10px) scale(1.02);
}

/* Floating Background Circles */
.floating-circle {
	position: absolute;
	border-radius: 50%;
	background: rgba(59, 91, 219, 0.1);
	animation: float 6s infinite ease-in-out;
}

.circle1 {
	width: 120px;
	height: 120px;
	top: 0px;
	left: -40px;
}

.circle2 {
	width: 80px;
	height: 80px;
	bottom: -30px;
	right: -13px;
}

/* Text Side */
.text-side {
	animation: fadeRight 1s ease forwards;
}

.tagline {
	background: rgba(59, 91, 219, 0.1);
	color: var(--primary);
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 15px;
}

.text-side h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 18px;
	color: #666;
	margin-bottom: 25px;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.feature-list li {
	margin-bottom: 12px;
	padding-left: 28px;
	position: relative;
	font-size: 16px;
}

.feature-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: var(--primary);
	font-weight: bold;
}

/* Button */
.btn-primary-custom {
	background: var(--accent-gradiant);
	color: white;
	padding: 12px 28px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(59, 91, 219, 0.3);
}

/* Animations */
@keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translateX(-60px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translateX(60px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Responsive */
@media (max-width: 991px) {
	.formguard-section {
		padding: 40px 0;
	}

	.text-side h2 {
		font-size: 30px;
	}

	.subtitle {
		font-size: 16px;
	}

	.image-wrapper {
		margin-bottom: 40px;
	}
}
.formguard-alt-section {
	padding: 100px 0;
	background: linear-gradient(135deg, #eef2ff, #f9fbff);
	position: relative;
}

/* Glass Card */
.formguard-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(15px);
	padding: 60px;
	border-radius: 25px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
	animation: fadeUp 1s ease forwards;
}

/* Content Side */
.content-side {
	flex: 1;
}

.tagline {
	background: rgba(59, 91, 219, 0.1);
	color: var(--primary);
	padding: 6px 18px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 15px;
}

.content-side h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 18px;
	color: #666;
	margin-bottom: 25px;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.feature-list li {
	margin-bottom: 14px;
	padding-left: 28px;
	position: relative;
	font-size: 16px;
}

.feature-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: var(--primary);
	font-weight: bold;
}

/* Button */
.btn-primary-custom {
	background: var(--accent-gradiant);
	color: white;
	padding: 12px 28px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s ease;
}

.btn-primary-custom:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(59, 91, 219, 0.3);
}

/* Image */
.image-side {
	flex: 1;
	text-align: center;
}

.main-image {
	width: 100%;
	max-width: 500px;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	transition: 0.4s ease;
}

.main-image:hover {
	transform: scale(1.05);
}

/* Animation */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(60px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive */
@media (max-width: 991px) {
	.formguard-card {
		flex-direction: column;
		padding: 40px;
		text-align: center;
	}

	.content-side h2 {
		font-size: 28px;
	}

	.subtitle {
		font-size: 16px;
	}

	.image-side {
		margin-top: 30px;
	}
}
