/* ===========================
   Home Page Updated Styles - Matching Screenshot Design
   =========================== */

:root {
    --primary-color: #102D30;
    --secondary-color: #16c9b8;
    --dark-teal: #0a3838;
    --darker-teal: #0a2f2f;
    --white: #ffffff;
    --text-dark: #102D30;
    --text-light: #666666;
    --light-bg: #f8f9fa;
}

/* Override main theme hero styles */
.home-page .hero-section {
    margin-top: 0 !important;
    min-height: 680px !important;
    background: none !important;
	align-items: flex-start;
}
.has-sidebar .hero-section .container {
	align-items: flex-start;
}
.home-page .hero-content {
    max-width: 650px !important;
    text-align: left !important;
	margin-top: 208px;
	padding:0;}

.home-page .hero-content h1 {
    color: #FFF;
	font-family: "Readex Pro", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 116.667% */
	text-transform: uppercase;
	text-shadow:0px 4px 4px rgb(0 0 0 /25%);
	margin-bottom: 32px;
}

.home-page .hero-content p {
    color: #FFF;
    font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	text-shadow:0px 3px 6px rgba(0, 0, 0, 0.65);
	margin-bottom: 48px;
}

.home-page .hero-button {
    display: inline-block !important;
    padding: 14px 30px !important;
    background-color: #1a9b8e !important;
    color: var(--white) !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(26, 155, 142, 0.3) !important;
}

.home-page .hero-button:hover {
    background-color: #16c9b8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(26, 155, 142, 0.4) !important;
}

/* Hero Section Video Background */
.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 1;
}

/* Hero Section Enhancements */
.hero-subtitle {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 15px;
    opacity: 0.95;
}

/* Logic Sectors Section - Matching Screenshot */
.home-page .logic-sectors-section {
    padding: 120px 0px ;
    background-color: #FFFEFA;
    text-align: center;
}

.home-page .logic-sectors-section .section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    margin-bottom: 0px !important;
    line-height: 1.3 !important;
}

.home-page .logic-sectors-section .section-title h2 {
	margin-bottom:24px;
}

.home-page .logic-sectors-section .section-title h2 span .highlight{
	color: var(--green-medium, #1D7377);
	text-align: center;
	font-family: "Readex Pro";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 120% */
	text-transform: capitalize;
}
.home-page .short-description{
	color: rgba(16, 45, 48, 0.64))
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	line-height: 24px;
}
/* .home-page .logic-sectors-section .section-title h2{
	color: var(--green-dark, #102D30);
	font-family: "Readex Pro";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	text-transform: capitalize;
} */

.home-page .logic-sectors-section .section-description {
    font-size: 15px !important;
    color: var(--text-light) !important;
    margin-bottom: 45px !important;
    line-height: 1.6 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.home-page .sectors-grid {
    display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	overflow:hidden;
	padding-top:48px;
}

.home-page .sector-item {
    text-align: center !important;
    transition: transform 0.3s ease !important;
    flex: 0 0 auto !important;
}

.home-page .sector-icon:hover {
    transform: translateY(-5px) !important;
}

.home-page .sector-icon {
    width: 104px;
    height:104px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 99px;
	background: #1D7377;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(26, 155, 142, 0.2);
    transition: all 0.3s ease ;
}

.home-page .sector-item:hover .sector-icon {
    box-shadow: 0 6px 16px rgba(26, 155, 142, 0.3);
    transform: scale(1.05);
}

.home-page .sector-icon img {
    width: auto;
    height: 40px;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

.home-page .sector-item .sector-heading {
    font-size: 18px ;
    font-weight: 400;
	line-height:26px;
    color: var(--text-dark) ;
    margin: 0 !important;
}

/* Stats Section - Matching Screenshot */
.home-page .stats-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex: 1 0 0;
	background: radial-gradient(50% 50% at 50% 50%, #92D6B9 0%, rgba(146, 214, 185, 0.00) 100%), #102D30;
	background-blend-mode: overlay, normal;
	padding: 70px 0 120px;
}

.home-page .stats-section .section-title {
    color: var(--white) !important;
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}
.home-page .stats-section .container p{
	color: var(--Background, #FFFEFA);
	text-align: center;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
    width: 100%;
	max-width:unset;
	margin-bottom: 16px;
}
.home-page .stats-grid {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 100% ;
    margin: 0 auto ;
    background: background: linear-gradient(0deg, rgba(146, 214, 185, 0.00) 0.12%, rgba(146, 214, 185, 0.50) 100%), rgba(146, 214, 185, 0.20) !important; 
    width: 100%;
}

.home-page .stat-item {
    flex: 1 !important;
    text-align: center !important;
    padding: 40px;
    background: linear-gradient(0deg, rgba(146, 214, 185, 0.00) 0.12%, rgba(146, 214, 185, 0.50) 100%), rgba(146, 214, 185, 0.20);
    /* border-right: 1px solid rgba(255, 255, 255, 0.15) !important; */
    transition: background 0.3s ease !important;
	height:312px;
}

.home-page .stat-item:last-child {
    border-right: none !important;
}

.home-page .stat-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

.home-page .stat-icon {
    width: 64px;
    height:64px;
    margin: 0 auto 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .stat-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

.home-page .stat-value {
    font-size: 80px;
    font-weight: 500 !important;
    color: var(--white);
    margin-bottom: 0px;
    line-height: 72px;
	min-width: 122px;
    display: inline-flex;
}
.home-page .stat-value.stat-value-mid {
	min-width: 95px;
}
.home-page .stat-sign {
    font-size: 80px;
    font-weight: 500 !important;
    color: var(--white);
    margin-bottom: 0px;
    line-height: 72px;
}
.home-page .min_time.min_time_plus {
	font-size: 80px;
	font-weight: 500;
	line-height: 72px;
}
.home-page .min_time {
	font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
/* Months CTA Section - Matching Screenshot */
.months-cta-section {
    padding: 100px 0;
    background-color: #FFFEFA;
    color: #000000;
    text-align: center;
}

.months-cta-content {
    margin: 0 auto;
	width:100%;
}

/* .months-cta-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; 
    line-height: 1.3;
} */
.months-cta-content h2 {
    max-width: 837px;
    text-align: center;
    margin: 0 auto 24px;
}
.months-cta-content p {
    font-size: 16px;
    margin-bottom: 30px; 
    line-height: 24px;
	font-weight:400;
	font-family:"Inter";
	max-width: 1024px;
    margin: 0 auto;
}

.months-cta-section .cta-button {
    display: inline-block;
    padding: 14px 35px;
    background-color: #1a9b8e;
    color: var(--white);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(26, 155, 142, 0.3);
}

.months-cta-section .cta-button:hover {
    background-color: #16c9b8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26, 155, 142, 0.4);
}

/* How It Works Section - Matching Screenshot */
.how-it-works-section {
    padding: 100px 0px;
    text-align: center;
	 background-color: #FFFEFA;
}

.how-it-works-section .section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 48px;
}
.how-it-works-section .section-title p {
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	width:100%;
}
.steps-container .step-item:last-child {
	border:0;
}
.step-item {
    position: relative;
    padding: 0px 30px 77px 0;
    transition: all 0.3s ease;
    border-right: 1.5px solid #E0E0DC;
	text-align:left;
}
.step-item.step_2 {
    margin-top: 32px;
    padding-bottom: 45px;
}
.step-item.step_3 {
    margin-top: 64px;
    padding-bottom: 13px;
}
.step-item:hover {
    transform: translateY(-5px);
/*     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

/* .step-number {
    width: 45px;
    height: 45px;
    background-color: #1a9b8e;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
} */
.step-number {
	width: auto;
    height: auto;
    color: var(--text-dark);
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 24px;
    padding:5px 15px 5px;
    border: 1.5px solid #E0E0DC;
    display: inline-flex;
	text-transform: capitalize;
}
.step-item h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 24px;
	text-align:left;
}

.step-item p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

/* Progress Bar */
.progress-bar-container {
    width: 100%;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 15px;
}

.progress-bar {
    height: 100%;
    background-color: #1a9b8e;
    width: 0;
    transition: width 1s ease;
}

.step-item.in-view .progress-bar {
    width: 100%;
}

.how-it-works-section .cta-button {
    display: inline-block;
    padding: 14px 35px;
    background-color: #1a9b8e;
    color: var(--white);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.how-it-works-section .cta-button:hover {
    background-color: #16c9b8;
    transform: translateY(-2px);
}

/* Results Section - Matching Screenshot */
.results-section {
    padding: 100px 0;
    background: radial-gradient(50% 50% at 50% 50%, #92D6B9 0%, rgba(146, 214, 185, 0.00) 100%), #102D30;
	background-blend-mode: overlay, normal;
    color: var(--white);
    text-align: center;
}

.results-section .section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 48px;
}
.results-grid-col {
	/*display: grid;
    grid-template-columns: 1fr 2fr 1fr;
	gap: 20px;*/
}
.results-grid {
    display:flex;
	flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 750px;
}

.result-item {
   
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-align: left;
}

.result-item:hover {
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

.result-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-icon img {
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.result-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #102D30;
    line-height: 24px;
    font-family: 'Inter';
    letter-spacing: 0.15px;
}

.result-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
}
.home-page .results-section .container p {
    color: var(--Background, #FFFEFA);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	font-family: "Inter", sans-serif;
    line-height: 24px;
    width: 100%;
    max-width: unset;
	padding-top:0px;
}
/* Client Success Section - Matching Screenshot */
.client-success-section {
    padding: 100px 0;
    background-color: #FFFEFA;
    text-align: center;
}
.client-success-section .container {
	max-width:1118px;
}
.client-success-section .section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 50px;
}

.success-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin: 0;
    width: 100%;
}

.success-item {
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
}

.success-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.success-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.success-item:hover .success-image img {
    transform: scale(1.05);
}

.success-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #1a9b8e;
    color: var(--white);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.success-content {
    padding: 25px 60px 25px 25px;
    text-align: left;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.success-content h3 {
    font-size: 32px;
	line-height:40px;
    font-weight: 600;
    color: var(--text-dark);
}

.success-content p {
	margin-top: 32px;
	margin-bottom: 48px;
}

.success-link {
    color: #1a9b8e;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.success-link:hover {
    color: #16c9b8;
}

.success-link::after {
    content: '→';
    font-size: 16px;
}

/* LeanCon Delivers Section - Matching Screenshot */
.delivers-section {
    padding: 100px 0;
    background-color: #FFFEFA;
}
.stats-grid .stat-item {
    border-radius: 12px;
}
.delivers-section .section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    text-align: left;
}

.delivers-content {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;*/
}
.delivers-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* align-items: center; */
    align-content: space-between;
	max-width: 1118px;
    margin: 0 auto;
}
.delivers-content {
    float: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	
}
.delivers-content p {
    margin: 32px 0 40px;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.img-right-delivers_section_image {
    float: left;
    width: 50%;
}

.delivers-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eliver-item-icon {
    background: #1D7377;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deliver-item {
    display: flex;
	align-items: center;
    gap: 15px;
	margin:0 0 15px;
	color:rgb(16 45 48 / 80%);
}
.deliver-item svg {
    color: #fff;
    width: 26px;
    height: auto;
    position: relative;
}

.delivers-list li {
    padding: 15px 0;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.6;
    transition: all 0.3s ease;
}

.delivers-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 15px;
    width: 28px;
    height: 28px;
    background-color: #1a9b8e;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.delivers-list li:hover {
    padding-left: 45px;
    color: #1a9b8e;
}

/* .delivers-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.delivers-image img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: contain;
} */
.delivers-image {
    text-align: center;
}
.delivers-image img {
	display: inline;
}
/* FAQ Section - Matching Screenshot */
.faq-section {
    padding: 80px 0;
/*    background: linear-gradient(135deg, #0d4d4d 0%, #0a3838 100%);*/
	background-color: #FFFEFA;
    color: var(--white);
}

.faq-section .section-title {
    font-size: 30px;
    font-weight: 700;
    /* color: var(--white);*/
    color: #000000;
    margin-bottom: 48px;
    text-align: center;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 0px;
    border-radius: 0px;
    overflow: hidden;
	border-bottom:1px solid #fff;
}

.faq-question {
    width: 100%;
    padding: 16px 16px 16px;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}
.faq-question .faq-count {
    background: #fff;
    width: 40px;
    height: 36px;
    border-radius: 8px;
    color: #1D7377;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Inter";
}
.faq-question .question {
    display: flex;
    margin-right: auto;
    padding: 0 0 0 16px;
	font-weight: 500;
    font-family: "Inter";
}
.faq-question .faq-icon-col {
    background: #fff;
    width: 40px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-question .faq-icon-col svg path {
	stroke: #1D7377 !important;
}
.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    background: #ffffff;
    border-radius: 5px;
	width:19px;
}
.site-footer .row{
    padding-left: 20px;
    padding-right: 20px;
}
.faq-accordion .faq-item:last-child {
    margin-bottom: 0;
}
.faq-question svg path {
    stroke: #102D30;
}
.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}
p.faqSubContent{
    text-align: center;width: 100%;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
	color:var(--text-light);
	margin-bottom:0;
}
.faq-answer {
    padding: 0 16px 20px 71px;
    color: rgba(255, 255, 255, 0.80);
	font-weight: 300;
}

.faq-answer[hidden] {
    display: none;
}

.step_1 .step-desc-tooltip1{
	top: 235%!important;
}
.step-desc-tooltip1 {
    position: absolute;
	display:none;
    left: 50%;
    top: 214%;
    transform: translate(-50%, -50%);
    background: #FFFEFA;
    color: #1d7377;
    border: 1px solid #1d7377;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(29, 115, 119, 0.14);
    font-size: 16px;
    padding: 8px 12px;
    white-space: normal;
    z-index: 19;
    width: 100%;
    text-align: left;
}
.step-desc-tooltip1 svg{
	position: absolute;
    left: 50%;
    top: -3px;
    transform: translate(-50%, -50%);
}
.step-progress:hover .step-desc-tooltip1{
	display:block;
}
/*-- responsive CSS move bottom --*/
.statsDiv h2 {
  text-align: center;
  color: #fff;
	margin-bottom:24px;
} 

.how-it-works-section .container h2 {
  text-align: center;
  color: #000;
  width: 100%;
  margin-bottom: 24px;
}
.how-it-works-section .section-cta .btn-primary {
  background: #fff;
  border: 1px solid #1D7377 !important;
  color: #1D7377 !important;
}
.how-it-works-section .section-cta .btn-primary:hover {
  background: #1D7377 !important;
  border: 1px solid #1D7377 !important;
  color: #fff !important;
}
.how-it-works-section .section-cta .btn-primary:hover svg path {
 
  fill: #fff !important;
}

.how-it-works-section .section-cta {
  text-align: center;
  width: 100%;
  margin-top:48px;
}
.step-progress {
    text-align: center;
    color: #fff;
	background-color: #1D7377;
	width: auto;
	transition: width 1s ease;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.step-progress .progress-bar {
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    color: #1D7377;
    border-radius: 50px;
    display: block;
    line-height:28px;
    font-size: 28px;
}
.results-section .container h2{
  text-align: center;
  color: #fff;
  width: 100%;
  margin-bottom: 24px;
}

.results-grid .result-card {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  text-align: left;
  border-radius: 10px;
  padding: 25px;
}

.results-grid .result-card .result-icon{
  background: #1d7377;
  border-radius: 6px;
}

.results-section .container .results-grid .result-card p {
  text-align:left;
  color: var(--text-light);
  width: 100%;
  padding-top: 8px;

}

.results-video-block {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    align-items: flex-end;
    justify-content: center;
    gap: 50px;
}
.results-video-col {
    width: 100%;
	text-align:center;
}
.results-video-text {
    color: #5d5b5b;
    background: rgb(146 214 185 / 50%);
    border-radius:8px;
    max-width: 140px;
    padding: 10px;
    margin: -20px auto 20px;
    position: relative;
    z-index: 1;
}
.results-video-block video {
  width: 100%;
  /*object-fit: cover;*/
}
.faq-section .container h2{
  text-align: center;
  color: #000;
  width: 100%;
 /* margin-bottom:16px;*/
}

.client-success-section .container h2{
  color: #000;
  width: 100%;
	margin-bottom:0;
}

.delivers-section .container h2{
  text-align: left;
  color: #000;
  width: 100%;
}

.case-study-section {
  padding: 80px 0;
}

.case-study-heading {
  text-align: center;
  margin-bottom: 40px;
  color: #222;
}

.case-study-tabs {
  max-width: 1200px;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 48px;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #ebeae6;
  border-radius:16px;
  padding: 6px;
}

.tab-button {
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  width: calc(33.40% - 6px);
  font-size:18px;
  font-weight:600;
}
.tab-button:hover {
  background: #f3f3f3;
  color: #000;
}
.tab-button.active {
  background: #EBEAE6;
  color: #000;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}
.success-content-col {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.tab-content.active {
  display: block;
}

.case-study-content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.case-study-image img {
  max-width: 500px;
  border-radius: 12px;
}

.case-study-text {
  flex: 1;
}

.case-study-link {
  display: inline-block;
  margin-top: 10px;
  color: #008060;
  font-weight: 600;
  text-decoration: none;
}

.case-study-link:hover {
  text-decoration: underline;
}
.sectors-grid .swiper-wrapper{
	padding:0;
}
/* .sectors-grid .swiper-slide {
  width: auto;       
  padding: 10px 20px;
  white-space: nowrap;
} */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.client-success-section.mobile {
	display:none;
}


.results-section .col-md-4.box-middle, .results-section .col-md-4.box-bottom {
    padding: 0 20px;
}
@media only screen and (max-width:1200px){
.home-page .stat-item {
    padding: 40px 20px;
}
}
@media only screen and (max-width:1024px){

.home-page .stat-item {
	padding:40px 20px;
}
.home-page .stat-value {
	font-size: 50px;
	line-height: 50px;
	min-width: 80px;
}
.home-page .stat-value.stat-value-mid {
	min-width: 60px;
}
.home-page .stat-sign, .home-page .min_time.min_time_plus {
	font-size: 50px;
	line-height: 50px;
}
}
/* Responsive Styles */

@media only screen and (max-width:768px){
.faq-question .faq-count{
	width: 38px;
    border-radius: 50px;
	}
	.faq-question .question{
	width: 220px;
	}
	.faq-question .faq-icon-col svg path{
	stroke: #ffffff !important;
	}
	
	.faq-question .faq-icon-col ,.faq-icon{
	background: transparent!important;
	}
	
    .hero-subtitle {
        font-size: 11px;
    }

    .sectors-grid {
        gap: 25px;
    }

    .home-page .sector-icon {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
	
	.hero-content span.word-brk{
        display: block;
	 }
    .sector-item h3 {
        font-size: 11px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
	.home-page .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 30px 20px;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-value {
        font-size: 44px;
    }

    .steps-container {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
		padding:0!important;
    }

    .success-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .delivers-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .delivers-image {
        order: -1;
    }
	.months-cta-content h2 {
        font-size: 24px;
		line-height:32px;
    }
	.how-it-works-section {
		padding:48px 0;
	}
	
	
	.box-top ,.box-middle{
	    margin-bottom: 20px;	
	}

.client-success-section.desktop {
	display:none;
}
.client-success-section.mobile {
	display:block;
	margin:0 16px;
}

.results-grid-col {
	grid-template-columns: 1fr;
}
.footer-content{
	flex-direction:column;
} 
.footer-left {
  order: unset;
  flex-direction: column;
}

.step-item {
	border:0;
	padding: 0;
    text-align: center;
}
.hero-video-background .hero-video {
  display: block !important;
}
.home-page .hero-content h1 {
	font-size:32px;
	line-height:40px;
}

.home-page .hero-section {
    min-height: 628px !important;
	/*margin-top: 120px;*/
    align-items: center !important;
}
.home-page .hero-content {
	margin-top: 0px;
}
.home-page .logic-sectors-section {
	padding: 48px 0px;
}
.home-page .sector-item .sector-heading {
	font-size:16px;
	line-height:20px;
}
.home-page .stats-section {
    padding: 48px 0 48px;
}
.statsDiv {
	margin:0 auto 32px;
}
.home-page .stat-item{
	padding:16px;
	height:auto;
}
.home-page .stat-value {
	line-height:64px;
	font-size:64px;
}
.home-page .stat-sign, .home-page .min_time.min_time_plus {
   font-size: 64px;
   line-height: 64px;
}
.home-page .stats-section .container p {
	margin-bottom:8px;
}
.home-page .stat-icon {
	margin-bottom:32px;
}
.months-cta-section {
	padding: 0 0 48px 0;
}
.step-item h3 {
	text-align:center;
	margin-bottom: 8px;
}
.step-item.step_2, .step-item.step_3 {
	margin-top:40px;
}
.step-item.step_2 {
	padding-bottom: 0;
}
.results-section {
	padding:48px 0;
}
.results-section .section-title {
	margin-bottom:24px;
}
.results-section .container .results-grid .result-card p {
		padding-bottom:0;
}
.result-icon {
		margin-bottom: 32px;
}
	.client-success-section {
		padding:48px 0;
	}
	.client-success-section .section-title {
		margin-bottom: 32px;
	}
	.success-content h3{
		font-size:24px;
		line-height:32px;
	}
	.success-content-col {
		display:flex;
		flex-direction:column;
	}
	.success-content p {
		margin-top: 24px;
		margin-bottom: 0px;
	}
	.success-content-button {
		margin:20px 0 0;
	}
	.success-content-button .btn-primary {
		width: 100%;
	}
	.success-content-button .swiper-pagination {
		display:none;
	}
	.delivers-section {
		padding: 48px 0;
	}
	.delivers-wrapper {
		flex-direction: column;
	}
	.delivers-content {
		gap: 0;
		width: 100%;
	}
	.delivers-content p {
		margin: 16px 0 32px;
	}
	.img-right-delivers_section_image {
		float: none;
		width: 100%;
	}
	.faq-section {
		padding:0 0 48px 0;
	}
.results-video-block video {
		height:auto;
}
.home-page .sectors-grid .swiper-slide {
	width:auto;
}
.home-page .stat-value.stat-value-mid {
	min-width: 75px;
}
.home-page .logic-sectors-section .container {
    padding: 0 !important;
}
}
@media (max-width: 480px) {
    .logic-sectors-section .section-title {
        font-size: 22px;
    }

    .stats-section .section-title,
    .how-it-works-section .section-title,
    .results-section .section-title,
    .client-success-section .section-title,
    .delivers-section .section-title,
    .faq-section .section-title {
        font-size: 24px;
    }

    

    .stat-value {
        font-size: 36px;
    }
}