/*common color*/
:root {
	--primary-color: #0c807b;
	--light-color: #fff;
	---dark-color: #000;
}

/*common content*/
.common-section-spacing {
	margin: 90px 0;
}

.primary-btn {
	position: relative;
	background-color: #2959c2;
	color: #fff;
	padding: 10px 20px;
	transition: 0.5s all ease-in-out;
}

.primary-btn:before {
	position: absolute;
	content: "";
	content: "";
	bottom: -6px;
	width: 20px;
	transition: 0.5s all ease-in-out;
	left: -6px;

	border-left: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	height: 20px;
}

.primary-btn:hover:before {
	width: 100%;
	height: 100%;
}

.primary-btn:hover {
	color: #fff;
}

.primary-btn:after {
	position: absolute;
	content: "";
	top: -4px;
	right: -6px;
	border-right: 1px solid var(--primary-color);
	border-top: 1px solid var(--primary-color);
	width: 20px;
	height: 20px;
	transition: 0.5s all ease-in-out;
}

.primary-btn:hover:after {
	width: 100%;
	height: 100%;
}

.common-title {
	display: flex;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
}

.common-title::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	/* Set a specific height */
	background-image: url(../assets/images/titleimg.png);
	background-repeat: no-repeat;
	background-size: contain;
	/* Ensures the image scales properly */
	margin-right: 10px;
	/* Optional: adds space between image and text */
	vertical-align: middle;
	/* Aligns it nicely with text */
	margin-top: 7px;
}

.common-sub-title {
	font-size: 28px;
	font-weight: 700;
}

/*main content start*/
.mentor-content .mentore-banner-section {
	margin: 40px;
	padding: 60px 40px;
}

.mentor-content .banner-logo {
	max-width: 235px;
}

.mentor-content .banner-logo img {
	height: 100%;
	width: 100%;
}

.mentor-content .mentore-banner-section .heading {
	font-size: 42px;
	font-weight: 500;
	margin: 18px 0;
}

.mentor-content .mentore-banner-section .heading .inner-txt {
	background: linear-gradient(93deg, #ff6a00, #5b30bf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: 800;
}

.mentor-content .dashboard-preview {
	max-width: 1000px;
}

.mentor-content .button-container {
	margin: 10px 0;
}

.mentor-content .dashboard-preview img {
	height: 100%;
	width: 100%;
}

.mentor-content .whatsapp-icon {
	display: ruby;
	margin: 23px;
}

/* feacture section */
.feacture-section {
	background-color: #e5e7eb70;
	padding: 40px 0;
}

.feacture-section .container {
	padding: 0;
}

.feacture-section .description {
	font-size: 14px;
	color: #404A60;
	font-weight: 400;
	line-height: 1.667;
}

.feacture-section .single-feacture-card {
	background-color: rgb(12 128 123 / 18%);
	border: 1px solid rgb(12 128 123 / 16%);
	padding: 30px 24px;
	border-radius: 15px;
	transition: 0.7s all ease-in-out;
}

.feacture-section .single-feacture-card .card-title {
	font-size: 20px;
	line-height: 1.2;
	color: #222E48;
	margin-bottom: 20px;
	font-weight: 500;
}

.feacture-section .single-feacture-card .icon {
	font-size: 50px;
	transition: 0.5s all ease-in-out;
}

.feacture-section .single-feacture-card:hover .icon {
	transform: rotateY(183deg);
}

.feacture-section .single-feacture-card:hover {
	border: 1px solid rgba(12, 128, 122, 0.589);
}

.feacture-section .single-feacture-card .text-content {
	color: #000;
	line-height: 24px;
	margin-top: 22px;
	margin-bottom: 12px;
}

.feacture-section .feacture-middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}

.feacture-section .single-feacture-card .couter-value {
	color: #b5c7cd;
	font-size: 70px;
	font-weight: 700;
}

/* report-section */
.report-section {
	margin: 60px 0;
}

.report-section .report-image {
	max-width: 610px;
}

.report-section .report-image img {
	height: 100%;
	border-radius: 15px;
	width: 100%;
}

.report-section .description {
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 400;
	margin: 16px 0;
	line-height: 1.367;
}

.report-section .report-list {
	padding: 0;
	margin-bottom: 20px;
}

.report-section .report-list li {
	border-bottom: 1px solid #0c807b3d;
	padding: 10px 0;
	font-weight: 500;
}

.report-section .report-list li:last-child {
	border-bottom: 0;
}

/* why-mentora-section */
.why-mentora-section #rightPanel {
	padding: 20px 25px;
	position: relative;
}

.why-mentora-section .left-content {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	height: 100%;
	position: relative;
}

.why-mentora-section .left-content::before {
	content: "{";
	font-size: 350px;
	font-weight: 200;
	position: absolute;
	right: -39px;
	/* top: 40%; */
	bottom: 20%;
	color: #0c807b4f;
}

.why-mentora-section .subtitle {
	font-size: 16px;
	font-weight: 400;
	max-width: 94%;
	line-height: 24px;
}

.why-mentora-section .scroll-text-content {
	height: 590px;
	background-color: rgba(190, 212, 215, 0.20);
	overflow: scroll;
	border-radius: 20px;
}

.why-mentora-section .feature-item {
	gap: 15px;
	display: flex;
	border-bottom: 1px solid rgba(12, 12, 12, 0.259);
	padding: 18px 10px;
	border-radius: 15px;
	margin: 10px 0;
}

.why-mentora-section .icon-box {
	background: #d9d9d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    padding: 20px;
}

.why-mentora-section .feature-text h3 {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.why-mentora-section .feature-text p {
	font-weight: 400;
	font-size: 12px;
	color:#000000db;
	line-height: 19px;
}

/* .why-mentora-section #rightPanel::before {
    content: "";
    position: absolute;
    top: 5%;
    left: -4px;
    transform: translateY(0%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #000;
    transform: rotate(302deg);
} */

/* mentor-work section */

.timeline-section {

	margin: 0 auto;
	text-align: left;
	padding: 30px 10px;
}

.timeline-container {
	position: relative;
	padding: 80px 0;
}

.timeline {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	min-height: 350px;
}

.timeline::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #D1D5DB;
	/* light grey */
	z-index: 1;
}

/* Dot aligned to center timeline */
.timeline-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.timeline p {
	color: #626262;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	font-family: "Open Sans" !important;
}

.timeline h3 {
	text-align: center;
}

/* Base card style */
.timelineheading {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Manrope' !important;
	padding: 10px;
}

.timelinesubtitle {
	text-align: center;
	font-size: 16px;
	max-width: 850px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-align: left;
}

/* Remove the vertical colored bar */
.timeline-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	/* top half */
	z-index: 0;
	background-color: #f0f0f0;
	/* default fallback */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.timeline {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 40px 0;
}

.timeline-step:nth-child(1) .timeline-dot,
.timeline-step:nth-child(1) .timeline-stage,
.timeline-step:nth-child(1) .timeline-card::after {
	background-color: #F59E0B;
	/* Green */
}

.timeline-step:nth-child(2) .timeline-dot,
.timeline-step:nth-child(2) .timeline-stage,
.timeline-step:nth-child(2) .timeline-card::after {
	background-color: #009688;
	/* Green */
}

.timeline-step:nth-child(3) .timeline-dot,
.timeline-step:nth-child(3) .timeline-stage,
.timeline-step:nth-child(3) .timeline-card::after {
	background-color: #f15d7dff;
	/* Gray */
}

.timeline-step:nth-child(4) .timeline-dot,
.timeline-step:nth-child(4) .timeline-stage,
.timeline-step:nth-child(4) .timeline-card::after {
	background-color: #aa2274;
	/* Amber */
}

.timeline-step:nth-child(5) .timeline-dot,
.timeline-step:nth-child(5) .timeline-stage,
.timeline-step:nth-child(5) .timeline-card::after {
	background-color: #800020;
	/* Indigo */
}

.timeline-step:nth-child(6) .timeline-dot,
.timeline-step:nth-child(6) .timeline-stage,
.timeline-step:nth-child(6) .timeline-card::after {
	background-color: #003153;
	/* Red */
}

.timeline::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #999999;
	z-index: 1;
}

.timeline-step {
	position: relative;
	width: 200px;
	text-align: center;
	z-index: 2;
}

.timeline-step.even {
	align-self: flex-start;
	margin-bottom: 60px;
	margin-top: 20px;

}

.timeline-step.odd {
	align-self: flex-end;
	margin-top: 110px;
}

.timeline-dot {
	width: 20px;
	height: 20px;
	background: currentColor;
	border-radius: 50%;
	margin: 25px 0px;
	position: relative;
}

.timeline-stage {
	background: currentColor;
	color: white;
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}

.card-wrapper {
	position: relative;
	padding: 10px 10px;
	width: 200px;
	border-radius: 20px;
	overflow: hidden;
	color: inherit;
}

.card-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: currentColor;
	clip-path: polygon(0 0, 150% 0, 0% 68%, 0 0%);
	opacity: 0.9;
	z-index: 0;
	border-radius: 20px;
}


.timeline-card {
	background: white;
	width: 180px;
	padding: 16px;
	border-radius: 16px;
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.12);
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 4;
	padding-bottom: 20px;
	/* To give space for corner ribbon */
}

.timeline-card h3 {
	margin: 0;
	font-size: 20px;
	color: black;
}

.timeline-card p {
	margin: 8px 0 0;
	font-size: 14px;
	font-family: "Open Sans" !important;
	color: #444;
}

/* Color Themes */
.card-color-1 {
	color: #F59E0B;
}

.card-color-2 {
	color: #009688;
}

.card-color-3 {
	color: #f15d7d;
}

.card-color-4 {
	color: #aa2274;
}

.card-color-5 {
	color: #800020;
}

.card-color-6 {
	color: #003153;
}

/* industries-section */
.industries-section .industitle {
	font-size: 16px;
	margin-top: 10px !important;
	margin-bottom: 50px !important;
	/* max-width: 850px; */
	text-align: center;
	padding: 0;
	text-align: left;
}

.industries-section .col-lg-2 {
	width: 19.666667%;
}

.industries-section .industry-item {
	background: var(--light-color);
	border-radius: 12px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 8px;
	box-shadow: -1px 1px 3px 1px rgb(255, 255, 255);
	height: 250px;
}

.industry-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--light-color);
	margin: 0 auto 8px;
	margin-top: 15px;
	font-size: 32px;
	border: 3px solid var(---dark-color);
	transition: all 0.3s ease;
}

/* .industries-section .col-lg-2:nth-of-type(even) {
	margin-top: 60px;
} */
.industries-section .industry-item {
	position: relative;
}

.industries-section .industry-item.item-1 {
	background-color: rgba(5, 171, 201, 0.714);
}

.industries-section .industry-item.item-2 {
	background-color: #e67e22;
}

.industries-section .industry-item.item-3 {
	background-color: #006666;
}

.industries-section .industry-item.item-4 {
	background-color: #8e44ad;
}

.industries-section .industry-item.item-5 {
	background-color: #003B73;
}

.industries-section .industry-item.item-1 .industry-icon {
	border: 2px solid rgba(5, 171, 201, 0.714);
	color: rgba(5, 171, 201, 0.714);
}

.industries-section .industry-item.item-2 .industry-icon {
	border: 2px solid #e67e22;
	color: #e67e22;
}

.industries-section .industry-item.item-3 .industry-icon {
	border: 2px solid #006666;
	color: #006666;
}

.industries-section .industry-item.item-4 .industry-icon {
	border: 2px solid #8e44ad;
	color: #8e44ad;
}

.industries-section .industry-item.item-5 .industry-icon {
	border: 2px solid #003B73;
	color: #003B73;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
	transition: 0.5s all ease-in-out;
}

.industries-section .industry-item:hover .industry-icon {
	transform: rotateY(345deg);
	transition: 0.5s all ease-in-out;
}

.industries-section .industry-item .industry-icon {
	z-index: 1;
}

.industries-section .industry-item p {
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 17px;
	margin-bottom: 10px;
	text-align: center;
}

.industries-section .industry-item {
	position: relative;
	/* Needed for the pseudo-element to position relative to this */
	overflow: hidden;
	/* Optional: keeps pseudo-element contained */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.industries-section .industry-item:after {
	content: "";
	position: absolute;
	bottom: -57px;
	left: 0;
	width: 100%;
	height: 144px;
	background-color: var(---dark-color);
	/* background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 91 87) 100%); */
	transform: skew(19deg, -9deg);
	border-radius: 30px;
	transition: 0.5s all ease-in-out;
}

.industries-section .industry-item:hover:after {
	height: 100vh;
	width: 100%;
	transform: rotate(180deg);
}

.industries-section .bottpm-part {
	z-index: 9;
	position: relative;
	color: #fff;
	text-align: left;
}

/* .industries-section .col-lg-2{
    width: 260px;
} */
/* content-form-section */
.content-form-section {
	padding: 16px 23px;
	box-shadow: 0px 0px 2px rgb(54, 54, 54);
	border-radius: 15px;
}

.content-form-section .leftform {
	width: 100%;
	margin: 6px 0;
}

.content-form-section .leftform label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}

.content-form-section input {
	width: 100%;
	padding: 7px 10px;
	border: 0;
	box-shadow: -1px 1px 3px grey !important;
	font-size: 12px;
	border-radius: 7px;
}

.content-form-section .salescrmrecode {
	text-align: center;
	width: 100%;
	border-radius: 25px;
	background: #0b807b;
}

.salescrmrecode {
	margin-top: 20px;
}

.content-form-section .salescrmrecode:hover {
	animation: pulse 2s infinite;
	color: var(--light-color);
	background-color: #009688;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(3, 168, 124, .4);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(3, 168, 124, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(3, 168, 124, 0);
	}
}

.content-form-section .pcap {
	margin-top: 0 !important;
	background: #f2f2f2 url(../assets/images/bluecaptcha.jpeg) left / cover no-repeat;
	border-radius: 0 !important;
	width: 108px;
}

.content-form-section .pcap {
	position: relative;
	font-family: "Comic Sans MS", "Brush Script MT", cursive;
	/* funky font */
	font-size: 18px !important;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	user-select: none;
	padding-left: 22px !important;

	/* funky distortions */
	transform: rotate(-8deg) skewX(5deg);
	text-shadow:
		2px 2px 3px rgba(0, 0, 0, 0.8),
		-2px -2px 2px rgba(255, 255, 255, 0.3);
}

.get-title {
	font-size: 27px;
	margin-bottom: 40px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 16px;
}

.acoountformsubmit .benkatakaaa {
	padding-left: 0;
}

.acoountformsubmit .confsefsefe {
	margin: 11px 0;
	font-weight: 400;
	font-size: 16px;
	border-bottom: 1px solid rgba(128, 128, 128, 0.212);
	padding-bottom: 18px;
}

.formsubmit .leftform .help-block,
.formsubmit .leftform span {
	color: #a50707 !important;
	font-size: 10px !important;
	text-transform: uppercase;
}

.acoountformsubmit .confsefsefe i {
	color: var(--primary-color);
	margin-right: 5px;
}

.acoountformsubmit h4 {
	text-transform: uppercase;
	font-weight: 300;
	border-bottom: 1px solid #dddddd;
	padding: 7px 0px;
	margin-bottom: 10px;
	font-size: 15px;
}

/* responcive desgine */
@media screen and (max-width:1199px) {

	.feacture-section .single-feacture-card {
		padding: 20px;
	}

	.feacture-section .single-feacture-card .card-title {
		font-size: 16px;
	}

	.feacture-section .single-feacture-card .text-content {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width:992px) {
	.report-section .report-image {
		max-width: 100%;
	}
	/* .why-mentora-section .icon-box {
    height: 50px;
    width: 50px;
	} */

	.process-step p {
		margin: 0;
		font-weight: 500;
		font-size: 12px !important;
	}

	.process-step:nth-child(even)::before {
		right: -77px !important;
	}

	.process-step:nth-child(odd)::before {
		right: -79px !important;
	}

	.process-step::after {
		top: 57px;
	}

	.process-step::after {
		right: -88% !important;
	}

	.common-sub-title {
		margin-top: 30px;
	}

	.why-mentora-section .left-content::before {
		display: none;
	}

	.why-mentora-section .subtitle {
		margin-bottom: 35px;
	}
}

@media screen and (max-width:767px) {
	.common-title {
		font-size: 22px;
	}

	.common-title::before {
		width: 27px;
		height: 22px;
	}

	.mentor-content .mentore-banner-section {
		margin: 20px 0;
		padding: 60px 0px;
	}

	.timeline {
		padding: 0;
	}

	.timeline-stage,
	.timeline-dot {
		display: none;
	}

	.timeline::before {
		display: none;
	}

	.timelinesubtitle {
		font-size: 16px;
	}

	.timeline-step.odd {
		margin: 0;
	}

	.common-section-spacing {
		margin: 0;
	}

	.mentor-content .mentore-banner-section .heading {
		font-size: 25px;
	}

	.mentor-content .mentore-banner-section .subtext {
		padding: 0;
		margin: 0;
	}

	.mentor-content .button-container {
		margin: 0;
	}

	.feacture-section {
		padding: 30px 20px;
	}

	.common-sub-title {
		font-size: 24px;
	}

	.feacture-section .description,
	.report-section .description {
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.why-mentora-section .feature-text h3 {
		font-size: 18px;
	}

	.why-mentora-section .feature-text p {
		font-size: 12px;
	}

	.why-mentora-section #rightPanel {
		padding: 20px 25px;
	}

	/* .why-mentora-section .icon-box {
		height: 40px;
		width: 74px;
		font-size: 15px;
	} */

	.why-mentora-section .feature-text p {
		padding: 0;
	}

	.why-mentora-section .subtitle {
		font-size: 18px;
		padding: 0;
	}

	.industries-section .col-lg-2 {
		width: 100%;
	}

	.feacture-section .single-feacture-card .card-title {
		height: 34px;
	}

	.content-form-section .pcap {
		font-size: 14px !important;
		width: 93px;
	}

	/* .industries-section .col-lg-2:nth-of-type(even) {
		margin-top: 20px;
	} */
	.process-container {
		max-height: 100% !important;
	}

	.process-step:nth-child(even) {
		margin-top: 0 !important;
	}

	.process-step {
		flex-direction: row !important;
		gap: 18px;
	}
}

@media screen and (max-width:575px) {
	.common-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.common-section-spacing {
		margin: 40px 0;
	}

	.feacture-section .description,
	.report-section .description {
		padding: 0;
		font-size: 13px;
		line-height: 19px;
	}

	.mentor-content .banner-logo {
		max-width: 190px;
	}

	.mentor-content .mentore-banner-section .heading {
		font-size: 22px;
	}

	.mentor-content .mentore-banner-section .subtext {
		font-size: 14px;
	}

	.mentor-content .mentore-banner-section .heading {
		margin: 9px 0;
	}

	.feacture-section .single-feacture-card {
		padding: 20px;
	}

	.feacture-section .single-feacture-card .card-title {
		font-size: 18px;
	}

	.feacture-section .single-feacture-card .text-content {
		font-size: 14px;
		padding: 0;
		line-height: 18px;
	}

	.report-section .report-image {
		padding: 15px 0;
	}

	.confsefsefe:last-child {
		border-bottom: 0;
	}

	.report-section .report-list li {
		font-size: 14px;
	}

	.common-sub-title {
		margin-top: 0;
		font-size: 19px;
	}

	.get-title {
		margin-bottom: 14px;
	}

	.acoountformsubmit .confsefsefe {
		margin: 12px 0;
		font-size: 14px;
		padding-bottom: 8px;
	}

	.feacture-section .single-feacture-card .couter-value {
		font-size: 45px;
	}

	.content-form-section {
		padding: 12px;
	}

	.why-mentora-section .feature-text h3 {
		font-size: 14px;
	}

	/* .why-mentora-section .icon-box {
		height: 44px;
        width: 80px;
	} */

	.why-mentora-section .feature-item {
		padding: 8px 10px;
	}

	.why-mentora-section .subtitle {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.why-mentora-section .feature-item {
		gap: 12px;
	}

	.formsubmit .leftform .help-block.showcapcta {
		margin: 33% !important;
	}

	.why-mentora-section #rightPanel {
		padding: 10px 7px;
	}
	.process-step .circle {
    width: 75px;
    height: 75px;}
}

/*process section*/
.process-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 100%;
	max-width: 1000px; */
	position: relative;
	gap: 32px;
	max-height: 270px;
}

.process-step {
	text-align: center;
	position: relative;
	flex: 1;
	gap: 7px;
	display: flex;
	z-index: 2;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.process-step .circle {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	display: flex;
	z-index: 2;
	gap:5px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s, box-shadow 0.3s;
	flex-direction: column;
}

.process-step .circle:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.step-1 {
	background: linear-gradient(135deg, #f76c6c, #ff9a9e);
}

.step-2 {
	background: linear-gradient(135deg, #001f2b, #0084f9);;
}

.step-3 {
	background: linear-gradient(71deg, #893a02, #ad8d0d);
}

.step-4 {
	background: linear-gradient(135deg, #6c8ef7, #4a6cf7);
}

.step-5 {
background: linear-gradient(135deg, #af0303, #9408b7);
}

.step-6 {
	background: linear-gradient(135deg, #3d00b5, #d46cf7);;
}

.process-step p {
	margin: 0;
	line-height: 21px;
	font-weight: 500;
	font-size: 14px;
}

/* Connecting lines */
.process-step::after {
	content: '';
	position: absolute;
	top: 55px;
	right: -110px;
	width: 100%;
	z-index: -1;
	border-top: 1px dotted black;
	z-index: -1;
}

.process-step:nth-child(even)::before {
    content: '';
    position: absolute;
    top: -12%;
    right: -110px;
    width: 1px;
    height: 68px;
    border-left: 1px dotted black;
}

.process-step:nth-child(odd)::before {
	content: '';
	position: absolute;
	top: 55px;
	right: -113px;
	width: 2px;
	height: 68px;
	border-left: 1px dotted black;
}

.process-step:last-child::before {
	border-left: 0;
}

.process-step:last-child::after {
	display: none;
}

/* Optional: icons inside circles */
.process-step i {
	font-size: 22px;
}

.process-step:nth-child(even) {
	margin-top: 200px;
	position: relative;

}

/* process-step:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 30px;
    right: -50%;
    width: 100%;
    height: 2px;
    border-top: 2px dotted black;
    z-index: -1;
  } */
@media(max-width: 768px) {
	.process-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.process-step::after {
		/* width: 4px;
		height: 60px;
		top: 70px;
		left: 35px;
		right: auto; */
		display: none;
	}

	.process-step:nth-child(odd) {
		flex-direction: row-reverse !important;
	}

	.process-step:first-child {
		flex-direction: row !important;
	}

	.process-step:nth-child(odd)::before {
		left: 12%;
		top: 80px;
	}

	.process-step:nth-child(even)::before {
		top: 90% !important;
		left: 12%;
	}

	.timelinesubtitle {
		margin-bottom: 25px;
	}

	.process-step p {
		font-size: 14px;
	}

	.process-step:nth-child(odd)::before,
	.process-step:nth-child(even)::before {
		left: 16%;
	}
}

@media screen and (max-width:575px) {
	.process-step {
		gap: 0;
	}
	.industries-section .industitle{
		    line-height: 21px;
		    font-size: 14px;
	}
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	/* responsive */
	gap: 20px;
	/* space between items */
	justify-items: center;
	/* center items horizontally */
}

.industry-item {
	width: 200px;
	/* fixed width */
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}
