.Classified-Local-banner {
	background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
	padding: 100px 0;
	height: auto;
}






/* Cards */




/* Text */
.challenge-card {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	transition: 0.3s ease;
	flex-flow: column;
	padding-left: 30px;
	cursor: pointer;
	margin-top: 15px;
}



	/* Left vertical accent line */
	.challenge-card::after {
		content: "";
		position: absolute;
		left: 0;
		height: 40px;
		bottom: 00;
		width: 2px;
		background: #ff6a00;
		transition: 0.3s;
	}

/* Icon styling */
.challenge-icon {
	color: #ff6a00;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

	.challenge-icon i {
		font-size: 30px;
	}

/* Content */
.challenge-card h3 {
}

.challenge-card p {
	margin: 0;
}

/* Hover effect (optional but clean) */
.challenge-card:hover {
}

	.challenge-card:hover:after {
		height: 100%;
	}

.challenge-card h3 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.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);
}

.modern-card-wrap {
	position: relative;
	padding: 4px 0 0 4px;
	cursor: pointer;
	margin-bottom: 30px;
}

/* Blue side shape */
.modern-card-bg {
	position: absolute;
	width: 120px;
	height: calc(100% - 80px);
	background: #f26622;
	top: 0;
	left: 0;
	border-radius: 30px 0;
	transition: 0.3s;
}

/* Main card */
.modern-card {
	position: relative;
	background: #ffffff;
	padding: 25px 20px;
	border-radius: 30px 0;
	z-index: 2;
	overflow: hidden;
}

/* Icon */
.card-icon {
	color: #f26622;
	font-size: 30px;
	margin-bottom: 10px;
}

/* Title */
.modern-card h3 {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 20px;
}

/* Text */
.modern-card p {
	=: #666;
	margin-bottom: 0;
}

.modern-card-wrap:hover .modern-card-bg {
	height: calc(100% - 150px);
	width: 56px;
}


/************3*************/


.timeline-item {
	position: relative;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}

/* MAIN BORDER */
.timeline-item {
	border: 1px solid #ededed;
}

/* TOP LEFT CORNER */
.timeline-span1 {
	\: 15px 0 0 0;
	position: absolute;
	width: 45px;
	height: 45px;
	top: -2px;
	left: -2px;
	border-left: 3px solid #f26622;
	border-top: 3px solid #f26622;
	border-radius: 15px 3px 3px 3px;
	transition: 0.3s;
}

/* LEFT MIDDLE CUT */
.timeline-span2 {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: -3px;
	left: -3px;
	border-left: 3px solid #f26622;
	border-bottom: 3px solid #f26622;
	border-radius: 3px 3px 3px 15px;
	transition: 0.3s;
}

/* BOTTOM RIGHT CORNER */
.timeline-span3 {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: -2px;
	right: -2px;
	border-right: 3px solid #f26622;
	border-bottom: 3px solid #f26622;
	border-radius: 3px 3px 15px 3px;
	transition: 0.3s;
}

/* TOP RIGHT SMALL CUT (for style balance) */
.timeline-span4 {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -2px;
	right: -2px;
	border-right: 3px solid #f26622;
	border-top: 3px solid #f26622;
	border-radius: 3px 15px 3px 3px;
	transition: 0.3s;
}




.timeline-item:hover .timeline-span1 {
	width: 60px;
	height: 60px;
}


.timeline-item:hover .timeline-span2 {
	width: 60px;
	height: 60px;
}


.timeline-item:hover .timeline-span3 {
	width: 60px;
	height: 60px;
}


.timeline-item:hover .timeline-span4 {
	width: 60px;
	height: 60px;
}

/* ICON */
.timeline-icon {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 30px;
	color: #f26622;
	opacity: 1;
}

/* CONTENT */
.timeline-content h3 {
	font-size: 20px;
	font-weight: 700;
}

.timeline-content p {
	margin-bottom: 0;
}
/************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);
}

/* Heading */
.main-heading {
}



/* Image */
.app-image img {
	border-radius: 25px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Feature Box */


.span-box {
	color: #f26622;
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
}



.feature-box h3 {
	font-weight: 500;
	font-size: 20px;
}

.feature-box p {
	margin: 0;
}

/* 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 {
}

	.outcome-wrapper .col:last-child {
		border: 0;
	}

.outcome-span {
	display: block;
	margin-bottom: 15px;
}

.outcome-wrapper {
}



/* 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;
}

/****************************************/

.call-action {
	background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}



.call-div {
	text-align: center;
}
/* 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;
}
