.vs-hero {
    background: linear-gradient(125deg,#0b2f30 0%,#104041 48%,#153f3b 100%);
    padding: 70px 0;
    position: relative;
}

.sec-badge{
	background-color: #104041;
}

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

.hro-badge{
	background-color: #adff1c2e;
}

.hro-badge-circle{
	background-color: #ADFF1C;
}

.hro-badge-text{
	color: #adff1c;
}

.od-compare-panel{
    border: 1px solid #FFFFFF1A;
    padding: 20px;
    border-radius: 15px;
    background: #ffffff1a;
}

.od-compare-table{
	background: transparent !important;
	margin: 0;
	box-shadow: none;
}

.vs-hero .od-compare-table tr{
	background: transparent;
}

.vs-hero .od-compare-table td{
    padding: 20px 5px !important;
    border-bottom: 1px solid #ffffff47 !important;
    border: none;
    font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.vs-hero .od-compare-table thead{
    background: transparent !important;
}

.vs-hero .od-compare-table thead th{
	border: none;
	border-bottom: 1px solid #ffffff47 !important;
	color: #fff;
	font-size: 16px;
	text-align: start;
}

.vs-hero .ord-th-head{
	color: #ADFF1C !important;
}

.vs-hero .od-compare-table tbody tr:last-child td{
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.service-fram-left{
	position: sticky;
    top: 120px;
}


/* advantage table start */
.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: 12px 25px;
	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;
}

.comparison-section td.factor-col{
	background-color: #fff;
}
.comparison-section td.col-inhouse{
	background-color: #FFF;
}

.comparison-section tbody tr td{
	border-bottom: 1px solid #a3a3a31c !important;
}

.comparison-section tbody tr:last-child td{
	border-bottom: none !important;
}


/* 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: #fff;
}

.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;
}

.table-que-icon{
	background: #e8f4f4;
    padding: 5px;
    font-size: 14px;
    font-weight: 800;
    color: #0d4f4c;
    border-radius: 100px;
    width: fit-content;
}

/* advantage table end */

.other-price-icon{
	width: 50px;
    height: 50px;
    background: rgb(232, 244, 244);
    display: flex;
    color: rgb(13, 79, 76);
    align-items: center;
    font-size: 20px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}

.price-point{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #E2E8F0;
    padding: 15px 0;
}

.pricing-con .price-point:last-child{
	border-bottom: none !important;
	padding-bottom: 0;
}

.ord-price-box{
	background: linear-gradient(90.83deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%), rgb(16, 64, 65);
}

.ord-price-box .other-price-icon{
	background: #104041;
    border: 1px solid #FFF;
    color: #fff;
}

.ord-price-box-title{
	color: #ADFF1C;
}

.price-work-subtitle{
	color: #104041;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
}

.price-work-ord-subtitle{
	color: #104041;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
    border-radius: 50px;
    padding: 5px 20px;
    background: #ADFF1C;
}

.price-work-icon{
	width: 42px;
	min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #104041;
    color: #ADFF1C;
    border-radius: 8px;
    font-size: 15px;
}

.case-icon{
	width: 50px;
    height: 50px;
    background: rgb(232, 244, 244);
    display: flex;
    color: rgb(13, 79, 76);
    align-items: center;
    font-size: 20px;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}

.ord-case-box{
	background: #104041;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.ord-case-box::after{
	content: "";
	position: absolute;
    top: -13px;
    right: 11px;
    backdrop-filter: blur(200px);
    box-shadow: -12px 37px 64px 21px #ADFF1C;
}

.decision-con{
	position: relative;
}

.decision-vs-badge{
	    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #104041;
    color: #fff;
    border: 4px solid #eef5f1;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 800;
}

.switch-left{
	position: sticky;
    top: 120px;
}

.switch-point{
	border-bottom: 1px solid #E2E8F0;
    padding-bottom: 15px;
}

.switch-right .switch-point:last-child{
	border-bottom: none;
    padding-bottom: 0;
}

.faq-section .accordion-button {
    background-color: rgb(248, 250, 251) !important;
    box-shadow: none !important;
    border-radius: 15px !important;
}

.faq-section .accordion-item {
    border: 1px solid #E2E8F0 !important;
    border-radius: 15px !important;
    background-color: #F8FAFB !important;
}

.faq-section .accordion-body{
	background: rgb(248, 250, 251) !important;
}

@media (max-width: 767px){
	
	.vs-hero{
		padding: 40px 0 !important;
	}
	
	.vs-hero .od-compare-table td{
		    padding: 18px 10px !important;
		font-size: 14px;
	}
	
	.clutch-hro-con br{
		display: none;
	}
	
	.service-fram-left{
		position: unset;	
	}
	
	.price-point .fs-5.fw-bold{
		white-space: nowrap;
	}
	
	.decision-vs-badge{
		display: none;
	}
	
	.switch-left{
		position: unset;
	}

}