.Classified-Local-banner {
	background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
	padding: 100px 0;
	height: auto;
}






/* Cards */
.image-stack-1:before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100px;
	height: 100px;
	background: radial-gradient(#22c55e 20%, transparent 20%);
	background-size: 10px 10px;
	z-index: -1;
}

.image-stack-1 {
	border-radius: 30px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

	.image-stack-1 img {
		width: 100%;
	}

.image-stack-1-inner {
	height: 510px;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}

.challenge-card {
	display: flex;
	gap: 15px;
	align-items: start;
	background: rgb(255 106 0 / 1%);
	padding: 0;
	/* border-radius: 10px; */
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	margin-top: 15px;
	gap: 15px;
	/* margin-bottom: 30px; */
	/* border: 1px solid rgb(0 0 0 / 10%); */
	padding: 15px;
	align-items: center;
	gap: 30px;
	padding-top: 0;
}

.challenge-icon {
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	color: #f26622;
}

.challenge-card:hover {
}

.challenge-card:before {
	content: '';
	position: absolute;
	left: -11px;
	height: 75px;
	width: 10px;
	background: #f2662200;
	border-radius: 5px 0 0 5px;
}
/* Icon */
.challenge-card .icon {
}

/* Text */
.challenge-card h3 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
}

.challenge-card p {
	margin: 0;
}

/* Example Box */


.example-box i {
	color: #ff6a00;
	font-size: 25px;
	margin-top: 3px;
}



.taksh-section {
	background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}

/* Heading */
.main-heading {
}



/* Card */
.modern-card {
	position: relative;
	border-radius: 0;
	transition: all 0.3s ease;
	cursor: pointer;
	border-left: 4px solid #f2662200;
	padding-left: 0;
	margin-top: 15px;
	height: 100%;
	border-bottom: 2px solid #0000001a;
}

	.modern-card:hover {
		border-bottom: 2px solid #f26622;
	}

/* Floating Icon */
.icon-circle {
	/* width: 55px; */
	/* height: 55px; */
	border-radius: 9px;
	display: initial;
	align-items: center;
	justify-content: end;
	font-size: 20px;
	color: #f26622;
	font-size: 30px;
}

/* Text */
.modern-card h5 {
	margin-top: 15px;
	font-weight: 600;
	font-size: 20px;
}

.modern-card p {
	margin: 0;
}



/************3*************/
.benefits-section img {
	width: 100%;
}

/* Timeline Wrapper */



/* Each Item */
.timeline-content {
	position: relative;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	border: 1px solid rgb(0 0 0 / 10%);
	cursor: pointer;
	padding: 30px;
	border-radius: 10px;
	min-height: 135px;
	padding-bottom: 15px;
	text-align: center;
	place-content: center;
}

/* Number Circle */
.timeline-icon {
	position: absolute;
	left: 50%;
	top: -28px;
	width: 55px;
	height: 55px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f26622;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}

	.timeline-icon i {
		transform: rotate(-45deg);
	}

/* Content Box */
.timeline-item {
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
	margin-top: 40px;
}

	.timeline-item:hover .timeline-content {
		border: 1px solid #f26622;
	}

/* Heading */
.timeline-content h3 {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 20px;
}

.timeline-content h6 i {
	color: #7b2ff7;
	margin-right: 6px;
}


/* Image */

/************3*************/

.example-box {
	padding: 18px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #ededed;
	border-left: 4px solid #ff7a00;
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
}




.taksh-why-section {
	background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}

.feature-box {
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 40px 30px;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	z-index: 1;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0,0,0,0.05);
	cursor: pointer;
}

	/* Lift the card slightly on hover */
	.feature-box:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	}

	/* The Animated Gradient Background */
	.feature-box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(135deg, #ffffff 0%, #e7e7ff 100%);
		z-index: -1;
		/* CHANGES HERE: Default state is now the SMALL CIRCLE */
		clip-path: circle(45px at 55px 65px);
		transition: clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}

	/* Shrink the background into a circle on hover */
	.feature-box:hover::before {
		/* CHANGES HERE: Hover state EXPANDS to cover the whole box */
		clip-path: circle(150% at 55px 65px);
	}

/* Icon Container Styling */
.span-box {
	display: inline-flex;
	font-size: 28px;
	color: #f26622;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
	transition: color 0.3s ease;
	height: 50px;
	text-align: center;
	align-items: center;
	width: 50px;
	justify-content: center;
}

/* Heading Text Styling */
.feature-box h3 {
	font-size: 1.15rem;
	font-weight: 600;
	color: #1a202c;
	line-height: 1.5;
	margin: 0;
	position: relative;
	z-index: 2;
}

/* Stats */
.stat-box {
	background: #fff;
	padding: 18px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
	transition: 0.3s;
}

	.stat-box:hover {
		transform: translateY(-5px);
	}

	.stat-box i {
		font-size: 18px;
		margin-bottom: 5px;
	}



/****************************************/
.outcome-item {
	padding: 15px 15px;
	padding-top: 30px;
	cursor: pointer;
}

.outcome-wrapper .col {
	border-right: 1px solid rgb(0 0 0 / 10%);
}

	.outcome-wrapper .col:last-child {
		border: 0;
	}

.outcome-span {
	display: block;
	margin-bottom: 15px;
}

.outcome-wrapper {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgb(0 0 0 / 10%);
	border-radius: 10px;
}



/* Icon Style */
.outcome-item i {
	font-size: 30px;
	color: #f26622;
	transition: 0.3s;
}

/* Text */
.outcome-item p {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
}

/* Hover icon animation */
.outcome-item:hover i {
	transform: rotate(10deg) scale(1.2);
	color: #ff7a18;
}

/****************************************/
.custom-cta-section {
}

/* The Main Banner Container */
.cta-banner {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ffffff;
	min-height: 280px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 15px rgb(0 0 0 / 6%);
	border: 3px solid #ffffff;
}

/* --- MAGIC BACKGROUND SHAPES --- */
.bg-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

/* Light Blue Circle */
.shape-light-blue {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	width: 1100px;
	height: 1100px;
	background-color: #ece3ff;
	border-radius: 50%;
}

/* Dark Blue Circle */
.shape-dark-blue {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translate(-50%, -50%);
	width: 1100px;
	height: 1100px;
	background-color: #f5f0ff;
	border-radius: 50%;
}

/* Black Circle on Extreme Left */
.shape-black {
	position: absolute;
	top: 50%;
	left: -15%;
	transform: translate(-50%, -50%);
	width: 1100px;
	height: 1100px;
	background-color: #f4f5ff;
	border-radius: 50%;
}

/* The Smooth Fade Effect in the center */
.fade-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Blends the shapes into solid black on the right side */
	background: linear-gradient(to right, transparent 25%, #fef7f8 70%);
	z-index: 2;
}

/* --- TEXT & CONTENT --- */
.cta-content {
	position: relative;
	z-index: 3; /* Keeps text above the backgrounds */
	width: 100%;
	padding: 50px 60px;
}

.cta-heading {
	font-size: 2.5rem; /* Adjusted for your longer text */
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0;
}

/* Highlight Brand Name */
.brand-highlight {
	font-weight: 700;
	color: #f26622; /* Light pastel blue to match theme */
}

.cta-text {
	/* Slightly softer white for readability */
	font-size: 1.15rem;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 25px;
}

	.cta-text b {
		font-weight: 600;
	}


/* Mobile Responsiveness */
@media (max-width: 991px) {
	.cta-heading {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.cta-content {
		padding: 40px;
	}

	.shape-light-blue {
		left: 40%;
	}

	.fade-overlay {
		background: linear-gradient(to bottom right, transparent 10%, #000000 80%);
	}
}

@media (max-width: 768px) {
	.cta-content {
		text-align: center;
		padding: 40px 20px;
	}

	.cta-heading {
		font-size: 1.8rem;
	}

	.fade-overlay {
		background: linear-gradient(to bottom, transparent 0%, #000000 80%);
	}

	/* Center backgrounds on mobile */
	.shape-light-blue {
		top: 20%;
		left: 50%;
		width: 800px;
		height: 800px;
	}

	.shape-dark-blue {
		top: 0%;
		left: 50%;
		width: 800px;
		height: 800px;
	}

	.shape-black {
		top: -20%;
		left: 50%;
		width: 800px;
		height: 800px;
	}
}

/****************************************/



/* container */
.taksh-faq-wrapper {
	max-width: 800px;
	margin: auto;
}

/* single item */
.taksh-faq-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	background: #ffffff;
	padding: 20px 22px;
	border-radius: 10px;
	margin-bottom: 18px;
	transition: 0.3s;
	border: 1px solid rgb(0 0 0 / 10%);
	cursor: pointer;
}

	.taksh-faq-item:hover {
		transform: translateY(-3px);
	}

/* icon circle */
.taksh-icon {
	min-width: 46px;
	height: 46px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f26622;
}

/* text area */
.taksh-content {
	flex: 1;
}

.taksh-question {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
	color: #1a1a1a;
}

.taksh-answer {
	font-size: 14px;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
}
