.section-dec-line{
	max-width: 700px;
	margin: 0 auto;
}


.herp-dec{
	max-width: 630px;
}

.section-main-heading{
	max-width: 600px;
	margin: 0 auto;
}

.service-hero-section {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	/* 	background-color: #0B1B2B; */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), #104041;
	padding: 100px 0;
	position: relative;
}

.campaign-dashboard{
	border: 1px solid #FFFFFF1A;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)), #104041;
}

.service-hero-title{
	max-width: 630px;
	font-size: clamp(1.75rem, 1.3539rem + 1.2676vw, 2.875rem) !important;
}

.service-hero-section::after{
	content: "";
	position: absolute;
	top: -80px;
	right: 0;
	width: 140px;
	height: 140px;
	background: #ADFF1C;
	opacity: 0.5;
	filter: blur(100px);
}

.hero-clucth{
	border-left: 1px solid #ffffff7a;
}

.hero-anim-one{
	position: absolute;
	right: -10px;
	animation: moveBox 1.2s ease-in-out infinite alternate;
}

.hero-anim-two {
	position: absolute;
	left: -10px;
	animation: moveBoxTwo 1.2s ease-in-out infinite alternate;
}

@keyframes moveBox {
	0% {
		top: -63px
	}
	100% {
		top: -50px;
	}
}

@keyframes moveBoxTwo {
	0% {
		bottom: -50px
	}
	100% {
		bottom: -40px;
	}
}

.service-logo-section .client-logo-track img{
	height: 28px !important;
	margin: 0 32px;
}

.service-logo-section .client-logo-track picture,
.service-logo-section .client-logo-track img {
    flex-shrink: 0;
}

/* work accrdion start */

.work-container {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), #104041;
}

.work-container .accordion-button,
.work-container .accordion-body,
.work-container .accordion-item{
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
}

.work-container .accordion-item .accordion-button{
	box-shadow: none !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	justify-content: space-between;
	padding-top: 0 !important;
	padding-bottom: 25px;
}
.work-container .accordion-button:not(.collapsed){
	color: #FFFFFF; 
}

.work-container .accordion-button{
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.80);
}

.work-container .work-slide-line {
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #FFFFFF33;
}

.work-container .active-work-slide-line {
	position: absolute;
	left: 7px; /* Align exactly over the track */
	width: 3px;
	height: 210px;
	background-color: #9dfc01; /* Neon green */
	transition: all 0.4s ease-in-out;
}

.work-container .accordion-button::after {
	display: none;
}
.work-container .accordion-item{
	counter-increment: step-counter;
}

/* Dynamic Numbering (01, 02, etc.) */
.work-container .accordion-button::before {
	content: counter(step-counter, decimal-leading-zero);
	order: 2; 
	color: rgba(255, 255, 255, 0.60);
	transition: color 0.3s;
	max-width: 35px;
	width: 100%;
}

.work-container  .accordion-button:not(.collapsed) {
	color: #ffffff !important;
}

.work-container .accordion-button:not(.collapsed)::before {
	color: #9dfc01; /* Active number color */
}


/* work accordion end */

.strategy-section .tab-title{
	background-color: #F8FAFB;
	flex-wrap: nowrap;
	border: 1px solid #E2E8F0;
}

.strategy-section .tab-title .nav-link.active{
	/* 	background-color: #104041; */
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.3)
	), #104041;
	border-radius: 50px;
	color: #fff;
}
.strategy-section .tab-title .nav-link{
	padding: 8px 20px;
	border-radius: 50px;
    color: #000;
}

.strategy-section .strategy-tab-image{
	border-radius: 10px 10px 100px 10px;
}

.comparison-section .table {
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
	padding: 7px 7px 7px 0;
	border: 1px solid #00000026;
}

/* Standard cell styling */
.comparison-section .table td, .table th {
	padding: 20px 10px;
	vertical-align: middle;
	border: 0;
	font-size: 16px;
	color: #64748B;
}

.comparison-section .comparison-table-logo{
	height: 40px;
}

/* First column styling */
.comparison-section .factor-col { 
	font-weight: 600; 
	color: #333333 !important; 
	text-align: center; 
	width: 20%;
	background-color: #F8FAFB;
}

/* The Highlighted "Outreach Desk" Column */
.comparison-section .highlight-col {
	color: #ffffff !important;
	text-align: center;
	width: 40%;
}

/* Border and Rounding for the Green Column */
.comparison-section .highlight-header {
	border: 1px solid #104041; /* Neon green border */
	border-bottom: none;
	background-color: #ADFF1C !important;
}

.comparison-section .col-inhouse{
	width: 40%;
}

.comparison-section .highlight-body {
	border-left: 1px solid #104041 !important;
	border-right: 1px solid #104041 !important;
	/* 	background-color: #0B1B2B; */
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), #104041;
}

.comparison-section .table-heading{
	border-bottom: 1px solid #d7d7d7 !important;
	text-transform: unset !important;
	font-size: 20px;
	background-color: #F8FAFB;
}

.comparison-section .brand-logo { 
	font-weight: 800; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	gap: 10px;
	font-size: 18px;
}

/* Remove bottom border from the last row of standard cells */
.comparison-section tr:last-child td:not(.highlight-col) {
	border-bottom: none;
}

.industries-section .industry-slide .industry-content {
	padding: 30px;
	background: linear-gradient(
		180deg,
		rgba(47, 47, 47, 0) 0%,
		#2F2F2F 100%
	);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(20px);
}

.industries-section .service-industry-slider .slick-track{
	display: flex;
	gap: 20px;
}

.industries-section .service-industry-slider .industry-img{
	width: 100%;
	object-fit: cover;
}
@media (min-width: 1024px) {
  .industries-section .service-industry-slider .industry-img{
	height: 418px;
}
}

.industries-section .industry-slider-wrapper .industry-arrow {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #2F2F2F;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.industries-section .industry-slider-wrapper .industry-prev{
	left: -5px;
}

.industries-section .industry-slider-wrapper .industry-next{
	right: -10px;
}

.industry-img {
	transition: filter 0.4s ease;
}

.industry-img:hover{
	filter: brightness(70%);
}

/* case study section start */
.case-study-section .case-study-tabel,
.case-study-section .case-study-tabel tr{
	background: transparent !important;
}

.case-study-section .case-study-tabel tr td{
	border: 0;
	border-bottom: 1px solid #E2E8F0 !important;
} 

.case-study-section .case-study-tabel tr td:last-child {
	text-align: right;
	font-size: 16px;
	color: black !important;
}

.case-study-section .case-study-tabel tr:last-child td{
	border: none !important;
}

.case-study-section .case-study-slider .slick-track{
	display: flex;
	gap: 20px;
}

.case-study-section .case-study-slider .case-header{
	min-height: 120px;
	background: linear-gradient(160deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), #104041;
}

.case-study-section .case-study-slider .case-header .case-study-heading{
	font-size: 18px !important;
	font-weight: 600 !important;
}

.case-study-section .case-study-slider .case-body{
	min-height: 360px;
}

.case-study-section .case-stdy-wrapper .case-arrow{
	border: 1px solid #104041;
	background: #F8FAFB;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-study-section .case-stdy-wrapper .case-next{
	position: absolute;
	top: 50%;
	right: -10px;
	z-index: 1;
}

.case-study-section .case-stdy-wrapper .case-prev{
	position: absolute;
	top: 50%;
	left: -10px;
	z-index: 1;
}

.case-study-section .case-number-col {
	border-right: 1px solid #E2E8F0;
	border-bottom: 1px solid #E2E8F0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.case-study-section .case-number-col:nth-child(3n) {
	border-right: none;
}

.case-study-section .case-number-col:nth-child(7),
.case-study-section .case-number-col:nth-child(8),
.case-study-section .case-number-col:nth-child(9) {
	border-bottom: none;
}

.case-read-btn{
	color: #104041;
}

.case-read-btn:hover{
	color: #0B1B2B;
}


/* case study section end */

/* investment-container start*/

.investment-container{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), #104041;
}

.service-fram-box{
	background-color: #104041;
}

.directional-price{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), #104041; 
	border: 1px solid #64748B;
}

.investment-container::before {
	content: "";
	position: absolute;
	top: 4px;
	right: 24px;
	backdrop-filter: blur(200px);
	box-shadow: -12px 37px 64px 21px #ADFF1C;
}
/* investment-container end */

.review-section .slick-track{
	display: flex;
	gap: 20px;
}

.review-section .landing-slider-next {
	background-color: #104041;
}

.review-section .slick-slide{
	height: auto;
	display: flex !important;
}

.review-section .slick-slide .review-slide{
	height: 100%;
}

.review-section .landing-slider-next svg path{
	stroke: #FFFFFF;
}
.review-section .landing-slider-prev{
	border-color: #104041;
}

.review-section .landing-slider-prev svg path{
	stroke: #104041;
}

.faq-section .accordion-button:not(.collapsed){
	background-color: unset !important;
	color: #000000 !important;
}

.faq-section .accordion-button{
	color: #000000 !important;
}

.faq-section .accordion-button::after{
	background-image: url(https://outreachdesk.com/wp-content/uploads/2026/01/faq-accordion-icon.svg);
}

.faq-section .accordion-button:not(.collapsed)::after{
	transform: rotate(40deg);
}

.faq-section .accordion-item{
	border: 1px solid #E2E8F0 !important;
}

@media (max-width: 1024px){
	.service-hero-section {
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
		padding: 70px 0 100px 0;
	}

	.hero-anim-one{
		right: 13px;
	}
	.hero-anim-two{
		left: 13px;
	}

	.case-study-section .case-study-slider .slick-slide {
		padding: 0 15px;
	}

	.case-study-section .case-study-slider {
		margin: 0 -5px;
	}
	.case-study-section .case-study-tabel tr td{
		width: 100%;
	}

	.case-study-section .case-study-slider .slick-track{
		gap: 0;
	}

	.strategy-section .tab-title{
		flex-direction: column;
		gap: 15px;
		padding: 20px !important;
		border-radius: 20px !important;
		align-items: center;
	}

	.review-section .slick-track{
		gap: 10px;
	}
}

@media (max-width: 767px){
	.service-hero-section{
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	.hero-clucth{
		border-left: none;
	}

	/* 	work accordion start */
	.work-container .work-slide-line,
	.work-container .active-work-slide-line{
		left: -5px; 
	}
	.work-container .accordion-item .accordion-button{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px !important;
	}

	.work-container .accordion-item .accordion-body{
		padding-left: 10px;
		padding-right: 10px;
	}
	.work-container .active-work-slide-line {
		height: 350px;
	}
	/* 	work accordion end */
	.investment-container::before{
		top: -35px;
		right: 0;
	}
	.industries-section{
		padding-bottom: 140px !important;
	}
	.industries-section .industry-slider-wrapper .industry-arrow {
		top: auto;
		bottom: -60px;
		transform: none;
	}
	.industries-section .service-industry-slider .slick-track{
		gap: 10px;
	}

	.industries-section .industry-slider-wrapper .industry-prev {
		left: 35%;
	}

	.industries-section .industry-slider-wrapper .industry-next {
		right: 40%;
	}

	.service-logo-section .client-logo-track img{
		margin: 0 20px;
	}
/* 	case study section */
	.case-study-section .case-number-col,
	.case-study-section .case-number-col:nth-child(3) {
		border-bottom: 1px solid #E2E8F0;
		border-right: 1px solid #E2E8F0;
	}

	.case-study-section .case-number-col:nth-child(7),
	.case-study-section .case-number-col:nth-child(8),
	.case-study-section .case-number-col:nth-child(9) {
		border-bottom: 1px solid #E2E8F0;

	}

	.case-study-section .case-number-col:nth-child(2),
	.case-study-section .case-number-col:nth-child(4),
	.case-study-section .case-number-col:nth-child(6),
	.case-study-section .case-number-col:nth-child(8),
	.case-study-section .case-number-col:nth-child(9) {
		border-right: none;
	}
	.case-study-section .case-number-col:last-child{
		width: 100%;
	}
}