.page-template-case-study-single-1 div#content {
  max-width: unset !important;
  margin: unset;
  width: 100%;
  padding:0 !important;
} 

.section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.my-5 {
    margin-top: 5em;
    margin-bottom: 5em;
}
.nav-tabs-container + .section-container.my-5 {
    margin-top: 9em;
}
.mobile-nav-wrapper {display: none;}

.nav-tabs-container {
    display: flex;
    justify-content: center;
    background-color:#E9F0FF;
    padding: 0;
    font-size: 14px;
    color: #64748b;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 80px;
    z-index: 1;
}

.nav-tab {
    padding: 20px 32px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    color: #64748b;
    display: block;
}

.nav-tab.active {
    background-color: #dbeafe;
    color: #1e293b;
    border-bottom: 3px solid #2563eb;
    font-weight: 600;
}

/* Main Layout */
.main-container {display: flex;gap: 60px;align-items: center;}
.content-left {flex: 1;}
.content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

/* Typography & Elements */
.case-study-pill {
    display: inline-block;
    background-color: #eff6ff;
    color: #3b82f6;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 24px;
}

.highlight-blue {
    display: inline;
    color: #2563eb;
}

.description-text {
    font-size: 18px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 40px;
    max-width: 90%;
}

/* Metrics */
.metrics-container {
    display: flex;
    gap: 48px;
    margin-bottom: 48px;
    border-left: 4px solid #22c55e;
    padding-left: 24px;
}

.metric-item {
    display: flex;
    flex-direction: column;
}

.metric-value {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.metric-label {
    font-size: 13px;
    font-weight: 600;
    color: #22c55e;
}

/* Buttons */
.buttons-container {
    display: flex;
    gap: 16px;
}

.btn {
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-primary {background-color: #2563eb;color: white;box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);}
.btn-primary:hover {background-color: #1d4ed8; color:#fff !important;}
.btn-outline {background-color: white;color: #101828;border: 1px solid #e2e8f0;}
.btn-outline:hover {background-color: #f8fafc;border-color: #cbd5e1;color: var(--ast-global-color-0);}

/* Floating Card */
.ui-floating-card {
    position: absolute;
    bottom: 5px;
    left: -20px;
    background: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f1f5f9;
}

.check-icon {
    width: 32px;
    height: 32px;
    background: #dcfce7;
    color: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.ft-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.ft-subtitle {
    font-size: 11px;
    color: #94a3b8;
}
/* Info Bar */
.info-bar-container {
    padding: 3em 0;
    background-color: #f8fafc;
    border-bottom: 1px solid #F3F4F6;
    border-top: 1px solid #F3F4F6;
    display: flex;
    justify-content: center;
}
.info-bar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 20px;
}
.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 150px;
}
.info-title {
    font-weight: 600;
    font-family: 'Inter';
    font-size: 14px;
    color: #101828;
    padding: 5px 0;
}
.info-sub {
    font-size: 12px;
    color: #6A7282;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.info-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin-bottom: 12px;
}

.info-icon svg {
    width: 28px;
    height: 28px;
}
/* Centered Challenge Section */
.centered-header {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
	line-height:1.2;
}

.section-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #64748b;
}

/* Process Visual Flowchart */
.process-visual-wrapper {
    background-color: #fcfcfc;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 20px;
    padding: 60px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.visual-label-pill {
    position: absolute;
    top: -12px;
    background-color: #ffeff0;
    color: #C10007;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.process-flow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    width: 100%;
    flex-wrap: nowrap;
}
.case-process-card {
    background: white;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 160px;
    justify-content: center;
    position: relative;
}
.card-white {width: 220px;}
.card-red {
    background-color: #FEF2F2;
    width: 450px;
    min-height: 200px;
    padding: 32px;
    border: 0.94px solid #FFE2E2;
    border-radius: 14px;
	text-align:center;
	position:relative;
}
.process-card.card-red:before {
    position:absolute;
    content:'';
    background:url(/wp-content/uploads/2026/01/alert-iocn.png) no-repeat;
    background-size:26px;
    height:46px;
    width:46px;
    right:-25px;
    top:-10px;
    
}
.card-gray {
    background-color: #F3F4F6;
    width: 180px;
    box-shadow: none;
    border: 0.94px solid #E5E7EB;
    padding: 20px;
    border-radius: 14px;
	text-align:center;
}
.card-title-small {
    font-size: 15px;
    font-weight: 600;
    color: #99A1AF;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.card-title-bold {font-weight: 700;color: #0f172a;font-size: 16px;margin-bottom: 4px;}
.card-desc {font-size: 12px; color: #64748b;}
.time-big {font-size: 32px;font-weight: 800;color: #94a3b8;}
.time-desc {font-size: 12px;color: #64748b;}

/* Problem Grid Section */
.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}
.problem-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.problem-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.problem-icon svg {
    width: 24px;
    height: 24px;
}
.problem-icon.pink {
    background-color: #fce7f3;
    color: #ec4899;
}
.card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}
.problem-tag {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    background-color: #f8fafc;
    padding: 4px 12px;
    border-radius: 20px;
}

.problem-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.problem-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
}

/* Solution Timeline Section */
.timeline-container {
    position: relative;
    max-width: 1440px;
}
.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    bottom: 0;
    width: 2px;
    background-color: #F3F4F6;
    z-index: 1;
}
.timeline-step {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}
.step-card {
    width: 85%;
    background: white;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0px 1.13px 2.27px -1.13px #0000001A;
    z-index: 2;
    position: relative;
    border: 1.13px solid #F3F4F6;
}
.timeline-step.left {justify-content: flex-end;padding-right: 50%;padding-left: 20px;}
.timeline-step.right {justify-content: flex-start;padding-left: 50%;padding-right: 20px;}
.timeline-step.left .step-card {margin-right: 40px;}
.timeline-step.right .step-card {margin-left: 40px;}


/* Number Circles */
.step-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    border: 4px solid #ffffff;
    box-shadow: 0px 1.13px 3.4px 0px #0000001A;
}

/* Colors based on image */
.step-number.blue {
    background-color: #DBEAFE;
    color: #2563eb;
    box-shadow: 0px 1.13px 3.4px 0px #0000001A;
}
.step-number.purple {
    background-color: #f3e8ff;
    color: #7c3aed;
    box-shadow: 0px 1.13px 3.4px 0px #0000001A;
}
.step-number.purple-light {
    background-color: #fce7f3;
    color: #db2777;
    box-shadow: 0px 1.13px 3.4px 0px #0000001A;
}
.step-number.green {
    background-color: #f0fdf4;
    color: #16a34a;
    box-shadow: 0px 1.13px 3.4px 0px #0000001A;
}
.step-number.orange {
    background-color: #fff7ed;
    color: #ea580c;
    box-shadow: 0px 1.13px 3.4px 0px #0000001A;
}
/* Card Content */
.step-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.step-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}
.step-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 24px;
}

.step-visual-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    display: block;
    margin-top: 16px;
    object-fit: contain;
}
/* After: Simplified Workflow Section */
.after-workflow-wrapper {
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    border-radius: 20px;
    padding: 60px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.after-label-pill {
    position: absolute;
    top: 0;
    background-color: #16a34a;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 36px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	text-align:center;
}
.workflow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
}
.workflow-card {
    background: white;
    border-radius: 12px;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 1.16px 2.33px -1.16px #0000001A;
    border: 1px solid #fff;
    min-width: 300px;
}
.workflow-icon {
    width: 55px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.workflow-icon.blue {background-color: #eff6ff;color: #3b82f6;}
.workflow-icon.green {background-color: #dcfce7; color: #22c55e;}
.workflow-icon.orange {background-color: #ffedd5;color: #f97316;}
.workflow-title {font-weight: 700;font-size: 18px;color: #0f172a;margin-bottom: 8px;}
.workflow-desc {font-size: 14px;color: #64748b;}
.workflow-arrow {color: #22c55e;display: flex;align-items: center;justify-content: center;}
.workflow-card.green-border{border: 2.33px solid #B9F8CF}
.workflow-arrow svg {
    width: 24px;
    height: 24px;
}

/* Actionable Insights Section */
.insights-section {
    background-color: #f0f9ff;
    padding: 3em 0;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.insight-card {
    background: white;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.insight-icon-box {
    width: 56px;
    height: 56px;
    background-color: #DBEAFE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #2563eb;
}
.insight-icon-box svg {
    width: 24px;
    height: 24px;
}
.insight-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.insight-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}
/* Results Section */
.results-section {
    background-color: #2563eb;
    color: white;
    padding: 3em 0;
}
.results-header {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
	line-height:1.2;
}
.results-content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.stats-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
	align-items: start;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 24px;
}
.stat-value {
    font-size: 64px;
    font-weight: 800;
    width: 140px;
    line-height: 1;
}
.stat-desc {
    font-size: 16px;
    font-weight: 500;
    max-width: 200px;
    line-height: 1.4;
	position:relative;
}
.stat-desc:before {
    position:absolute;
    content:'';
    height:3px;
    width:30px;
    background:#05DF72;
    top:-10px;
}
.mockup-column {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;

}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 40px 60px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    color: #0f172a;
}
.testimonial-avatar {
    margin-top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-quote {
    font-size: 18px;
    font-style: italic;
    color: #364153;
    margin-bottom: 24px;
    line-height: 1.6;
    font-weight: 300;
}
.testimonial-author {
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 4px;
}
.testimonial-role {
    font-size: 13px;
    color: #2563eb;
    font-weight: 600;
}
/* Our Approach Section */
.approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 60px;
}
.approach-col-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 32px;
}

/* Tech Stack Column */
.tech-cards-wrapper {
    display: flex;
    gap: 24px;
}
.tech-card {
    flex: 1;
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 32px;
    min-height: 250px;
}
.tech-card-title {
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 20px;
}
.tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tech-list li {
    position: relative;
    padding: 0 0 0 16px !important;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    background: none  !important;
}
.tech-list li::before {
    content: "•";
    color: #3b82f6;
    font-weight: bold;
    position: absolute;
    left: 0;
}
/* Design Process Column */
.process-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.process-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
   border: 0.93px solid #F3F4F6;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.process-icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0px 0.93px 2.79px 0px #0000001A;
    border: 3.72px solid #FFFFFF;
}
.process-icon-circle img,
.process-icon-circle svg {width: 20px;height: 20px;object-fit: contain;}
.process-info {flex: 1;}
.process-step-title {font-weight: 700;font-size: 16px;color: #0f172a;}
.process-step-desc {font-size: 13px;color: #64748b;margin-top: 4px;}
.process-number {font-size: 14px; font-weight: 600;color: #e2e8f0;margin-left: 20px;}
.card-icons-row{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
}
.icon-file span {
    color: #6A7282;
    font-size: 12px;
	display:block;
}

/* AI Streamlining Benefits Section */
.trust-item {display: flex;align-items: center;gap: 8px;}
.stars {color: #fbbf24;font-size: 16px;}
.divider {color: #cbd5e1;}
.trust-text {font-weight: 500;}
.benefits-section {
    position: relative;
    z-index: 1;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.benefit-card {
    background: #ffffff;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 0.94px 2.83px 0px #0000001A;
}
.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-icon.yellow {
    background-color: #fef9c3;
    color: #f59e0b;
}
.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    margin: 12px 0;
	text-transform: capitalize;
}
.benefit-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}
/* Ready to Elevate CTA Section */
.benefits-section{
	background:#F9FAFB;
	padding:3em 0;
}
.case-cta-section {
    background-color: #f8fafc;
    text-align: center;
    padding: 3em 0
}
.case-cta-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.case-cta-heading {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0;
}
.case-cta-subtext {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}
.case-cta-buttons {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}
.trust-indicators {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    color: #64748b;
    font-size: 14px;
}

/* Latest Case Studies */

/* Section */
.latest-case-section {
  max-width: 1440px;
  margin: auto;
  padding-bottom:5em;
}

.latest-case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.latest-case-heading {
  font-size: 32px;
  font-weight: 700;
  color: #101218;
}

/* Button */
.latest-btn {
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.latest-btn-outline {
  border: 1px solid #d0d5dd;
  color: #344054;
  background: transparent;
}

/* Grid */
.latest-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.latest-case-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}


/* Content */
.latest-case-content {
  padding: 20px;
}

.latest-case-brand {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 6px;
  display: inline-block;
}

.latest-case-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.latest-case-description {
  font-size: 14px;
  color: #667085;
  margin-bottom: 14px;
}

.latest-case-link {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}








@media only screen and (max-width:1150px) and (min-width:977px) {
.main-heading {font-size: 35px;}	
.btn {font-size:13px;}
}

/* Responsiveness */
@media (max-width: 975px) {
.results-header {margin-bottom:50px;}
.main-container {display: flex;gap: 60px;align-items: center;flex-direction: column;}
.my-5{margin-top:3em; margin-bottom:3em;}
.buttons-container {flex-direction: column;width: 100%;gap: 16px;}
.nav-tabs-container {display: none;}
.mobile-nav-wrapper {display: block; background-color: #f0f4f8;}
.mobile-nav-label {font-size: 14px;color: #64748b;margin-bottom: 8px;display: block;}
.custom-dropdown-container {position: relative;width: 100%; font-family: 'Inter', sans-serif;}
.section-container {max-width: 550px;}
.main-heading {font-size: 40px;}
.reverse-layout {flex-direction: column;}
.process-flow-container {flex-direction: column;gap: 20px;}
.workflow-container {flex-direction: column;gap: 20px;}
.workflow-arrow {transform: rotate(90deg);}
.insights-grid,
.approach-grid,
.benefits-grid {grid-template-columns: 1fr;}
.tech-cards-wrapper {flex-direction: column;}
.results-content-row {flex-direction: column;text-align: center;}
.stat-item {justify-content: center;text-align: left;}
.info-bar-content {display: grid;grid-template-columns: 1fr 1fr;gap: 40px;padding: 0 !important;}
.info-item {margin-bottom: 20px;}
.testimonial-card {padding: 40px 20px;}
.problem-grid {grid-template-columns: 1fr;}
.timeline-container {position: relative;}
.timeline-line {display: none;}
.after-label-pill {padding: 15px 20px;}
.timeline-step {flex-direction: column;align-items: center;margin-bottom: 60px;width: 100%;position: relative;}
.timeline-step.left,
.timeline-step.right {justify-content: center;padding: 0;}
.dropdown-options.show {display: block;}
.dropdown-option:hover {background-color: #f1f5f9;}
.dropdown-option.selected {background-color: #bae6fd;font-weight: 600;}
.dropdown-trigger {
    border-bottom: 3px solid #2563eb;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    }
.dropdown-arrow {
    position: absolute;
    right: 16px;
    color: #64748b;
    transition: transform 0.3s ease;
    display: flex;
    }
.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #e2e8f0;
    border-top: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 50;
    border-radius: 0 0 8px 8px;
    margin-top: 4px;
    overflow: hidden;
    }
.dropdown-option {
    padding: 14px 24px;
    font-size: 16px;
    color: #0f172a;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s;
    }
.step-card {
    width: 100%;
    max-width: 500px;
    margin: 0 !important;
    text-align: left;

    }
.step-number {
    position: static;
    transform: none;
    margin-bottom: 24px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    }
}

@media (max-width: 767px) {
.problem-grid,
.benefits-grid {grid-template-columns: 1fr;}
.case-cta-heading {font-size: 32px;}
.case-cta-buttons {flex-direction: column;width: 100%;}
.case-cta-buttons .btn {width: 100%;justify-content: center;}
.trust-indicators {flex-direction: column;gap: 8px;}
.divider {display: none;}
.btn {width: 100%;}
.process-card,
.card-white,
.card-red,
.card-gray {width: 100% !important;max-width: 100%;min-height: auto;}
.process-flow-container {flex-direction: column; gap: 20px; }
.flow-arrow {transform: rotate(90deg); margin: 10px 0;}
.workflow-arrow {transform: rotate(90deg);margin: 10px 0;}
.section-container,
.info-bar-content {padding-left: 24px; padding-right: 24px;width: 100%;}
.main-heading {font-size: 35px;}
.after-workflow-wrapper{padding:60px 20px;}
.workflow-card{padding:5px 20px;min-width:250px;}
}

@media(max-width:480px){
.main-heading {font-size: 28px;}
}