/* Single Service Template Styles */

/* General Styles */
.service-single {
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.service-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #273039 0%, #1a2329 100%);
    color: #fff;
    overflow: hidden;
}

.service-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.service-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(189, 214, 83, 0.5);
    z-index: 2;
}

.service-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Rating pill above H1 */
.rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    letter-spacing: 0.03rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.rating-pill i {
    color: #f5b301;
}

/* Hero CTA buttons: add arrow slide on hover */
.service-cta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}
.service-cta-buttons .btn i { transition: transform 200ms ease; }
.service-cta-buttons .btn:hover i,
.service-cta-buttons .btn:focus-visible i { transform: translateX(6px); }

/* Remove Bootstrap focus ring/blue border and active blue color */
.service-single .btn:focus,
.service-single .btn:focus-visible,
.service-single .btn:active,
.service-single .btn-primary:focus,
.service-single .btn-primary:active,
.service-single .btn-primary:active:focus {
    outline: none !important;
    box-shadow: none !important;
}
.service-single .btn-primary:focus,
.service-single .btn-primary:active,
.service-single .btn-primary:active:focus {
    background: #112739 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.service-title {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 768px) {
    .service-hero {
        min-height: 100vh;
    }
    
    .service-title {
        font-size: 2.5rem;
    }
}

.service-hook {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.service-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
}

.service-cta-buttons .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.btn-primary {
    background: #6d861e;
    color: white;
    border: 2px solid #6d861e;
}

.btn-primary:hover {
    background: #526517;
    color: white;
    border: 2px solid #526517;
}

.btn-secondary {
    background: white;
    color: #273039;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: #e6eaec;
    color: #273039;
    border: 2px solid #e6eaec;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.25rem;
}

/* Section Styles */
.section-padding {
    padding: 5rem 0;
}

.service-section:nth-child(even) {
    background-color: #f8f9fa;
}

.section-header {
    text-align: left;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #273039;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6c757d;
    max-width: 600px;
    line-height: 1.6;
}

/* What You Get Section - Parallax Scroll */
.what-you-get-section {
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.what-you-get-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.what-you-get-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.what-you-get-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.what-you-get-section .container {
    position: relative;
    z-index: 3;
}

.what-you-get-section .section-header h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.what-you-get-section .section-subtitle {
    color: #fff;
    font-size: 1.125rem;
    max-width: 600px;
    line-height: 1.6;
    opacity: 0.9;
}

.deliverables-parallax-container {
    position: relative;
    height: 60vh;
    overflow: hidden;
    margin-top: 2rem;
    flex: 1;
    display: flex;
    align-items: center;
}

.deliverables-parallax-track {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
    width: max-content;
    transform: translateX(0);
    will-change: transform;
    align-items: stretch;
}

.deliverable-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: 300px;
    max-width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    height: auto;
    overflow: hidden;
}

.deliverable-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.deliverable-icon {
    width: 3rem;
    height: 3rem;
    background: #112739;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.deliverable-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #112739;
    flex-shrink: 0;
}

.deliverable-description {
    color: #6c757d;
    line-height: 1.6;
    flex: 1;
    overflow: hidden;
    word-wrap: break-word;
}

/* How It Works Section - New Layout */
.how-it-works-section {
    position: relative;
}

.hiw-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hiw-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hiw-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

#how-it-works {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-it-works-section .container {
    position: relative;
    z-index: 3;
}

/* New horizontal layout */
.hiw-top { position: relative; z-index: 3; padding: 2rem 0 1rem; color: #fff; }
.hiw-title { font-size: 3rem; margin: .25rem 0 0; color: #fff;}
.hiw-subtitle { opacity: .9; max-width: 800px; }

.hiw-horizontal { position: relative; z-index: 3; height: 360px; }
.hiw-horizontal { margin-top: 0.5rem; }
.hiw-track { display: flex; gap: 1.25rem; padding: 1rem 5vw; }
.hiw-card { min-width: 380px; max-width: 420px; flex: 0 0 auto; background: rgba(255,255,255,.08); border-radius: 16px; padding: 1.25rem 1.5rem; color: #fff; backdrop-filter: blur(2px); border: 1px solid rgba(255,255,255,.12); }
.hiw-card-number { font-size: 3.25rem; font-weight: 800; opacity: .3; }
.hiw-card-title { margin: .5rem 0 .25rem; color: #fff; font-size: 1.25rem; }
.hiw-card-text { color: rgba(255,255,255,.9); }

.process-steps {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.process-steps-scroll {
    animation: scrollProcessSteps 30s linear infinite;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.process-steps-scroll:hover {
    animation-play-state: paused;
}

/* CSS Gradient Fade Effect */
.how-it-works-section::before,
.how-it-works-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 2;
    pointer-events: none;
}

.how-it-works-section::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(17, 39, 57, 1) 0%, rgba(17, 39, 57, 0.8) 40%, rgba(17, 39, 57, 0) 100%);
    z-index: 4;
}

.how-it-works-section::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(17, 39, 57, 1) 0%, rgba(17, 39, 57, 0.8) 40%, rgba(17, 39, 57, 0) 100%);
    z-index: 4;
}

/* Duplicate process steps for seamless loop */
.process-steps-scroll::after {
    content: '';
    display: block;
    height: 1.5rem;
}

.process-step {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-height: 100px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #bdd653;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.125rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #273039;
}

.step-description {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}

.how-it-works-content {
    text-align: left;
}

.how-it-works-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    text-align: left;
}

.how-it-works-content .section-subtitle {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 2rem;
    text-align: left;
    margin-left: 0;
}

.how-it-works-cta {
    margin-top: 2rem;
}

.how-it-works-cta .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Hover effect: move arrow in How It Works CTA */
.how-it-works-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.how-it-works-cta .btn i {
    transition: transform 200ms ease;
}
.how-it-works-cta .btn:hover i,
.how-it-works-cta .btn:focus-visible i {
    transform: translateX(6px);
}

/* Case Studies CTA: move arrow on hover (matches How It Works CTA behavior) */
.case-studies-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.case-studies-cta i {
    transition: transform 200ms ease;
}
.case-studies-cta:hover i,
.case-studies-cta:focus-visible i {
    transform: translateX(6px);
}

/* Industries CTA: same arrow slide effect */
.industries-section .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.industries-section .btn i {
    transition: transform 200ms ease;
}
.industries-section .btn:hover i,
.industries-section .btn:focus-visible i {
    transform: translateX(6px);
}

/* Process Steps Animation */
@keyframes scrollProcessSteps {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* Why EGO Section */
.differentiators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.differentiator-card {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.differentiator-card:hover {
    transform: translateY(-5px);
}

.differentiator-icon {
    width: 4rem;
    height: 4rem;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.differentiator-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #273039;
}

.differentiator-description {
    color: #6c757d;
    line-height: 1.1;
    font-size: 0.9rem;
}

/* Tech, Industry, Solution Tags */
.tech-tags,
.industry-tags,
.solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.tech-tag,
.industry-tag,
.solution-tag {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    color: #273039;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
}

.tech-tag:hover,
.industry-tag:hover,
.solution-tag:hover {
    background: #273039;
    color: #fff !important;
    transform: translateY(-2px);
    border: 2px solid #273039;
}

/* Services chips (services-only section) */
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.service-tag {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    color: #273039;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
}

.service-tag:hover {
    background: #273039;
    color: #fff;
    transform: translateY(-2px);
    border: 2px solid #273039;
}

/* FAQ Section */
.faqs-section, .solutions-section {
    background: #e6eaec;
}

.faqs-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: rgba(255,255,255,0.7);
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 1.125rem;
    color: #273039;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question i {
    color: #273039;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: #6c757d;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Debug: Make sure FAQ section is visible */
.faqs-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.faqs-container {
    display: block !important;
    visibility: visible !important;
}

.faq-item {
    display: block !important;
    visibility: visible !important;
}

.faq-question {
    display: flex !important;
    visibility: visible !important;
}

/* Remove focus ring/blue outline on FAQ question buttons */
.faq-question:focus,
.faq-question:focus-visible,
.faq-question:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Bottom CTA Section */
.bottom-cta-section {
    background: #bdd653;
    color: #273039;
    text-align: center;
}

.cta-content h2 {
    color: #273039;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* What You Get - Grid version */
.what-you-get-section {
    background: #fff;
}

.wyget-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 2rem;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}
.wyget-container .section-header { position: relative; z-index: 2; }
.wyget-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.deliverables-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.deliverables-grid .deliverable-card {
    opacity: 0;
    transform: translateY(12px);
    will-change: transform, opacity;
    width: 100%;
    max-width: none;
    min-width: 0;
    flex-shrink: 1;
    margin: 0;
}
.deliverables-grid.in-view .deliverable-card { animation: wygetFadeUp 600ms ease both; }
.deliverables-grid.in-view .deliverable-card:nth-child(1) { animation-delay: 60ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(2) { animation-delay: 120ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(3) { animation-delay: 180ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(4) { animation-delay: 240ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(5) { animation-delay: 300ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(6) { animation-delay: 360ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(7) { animation-delay: 420ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(8) { animation-delay: 480ms; }
.deliverables-grid.in-view .deliverable-card:nth-child(9) { animation-delay: 540ms; }

@keyframes wygetFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 992px) {
    .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .deliverables-grid { grid-template-columns: 1fr; }
}

/* Tech & Integrations Section */
.tech-integrations-section {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.tech-integrations-container {
    position: relative;
    height: 120px;
    overflow: visible;
    margin-top: 2rem;
}

.tech-tags-scroll {
    animation: scrollTechTags 120s linear infinite;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    width: max-content;
}

.tech-tags-scroll:hover {
    animation-play-state: paused;
}

/* CSS Gradient Fade Effect for Tech Tags */
.tech-integrations-section::before,
.tech-integrations-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 2;
    pointer-events: none;
}

.tech-integrations-section::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 1) 0%, rgba(248, 249, 250, 0.8) 40%, rgba(248, 249, 250, 0) 100%);
}

.tech-integrations-section::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(248, 249, 250, 1) 0%, rgba(248, 249, 250, 0.8) 40%, rgba(248, 249, 250, 0) 100%);
}

/* Duplicate tech tags for seamless loop */
.tech-tags-scroll::after {
    content: '';
    display: block;
    width: 1rem;
}

.tech-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: #112739;
    color: white;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    white-space: nowrap;
    min-width: 140px;
    justify-content: center;
    flex-shrink: 0;
}

.tech-tag:hover {
    background: #1a2329;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(17, 39, 57, 0.3);
}

.tech-tag i {
    font-size: 1.1rem;
    flex-shrink: 0;
    min-width: 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-tag span {
    font-size: 0.95rem;
    white-space: nowrap;
}

/* Tech Tags Animation */
@keyframes scrollTechTags {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Industries Section (Alt Homepage Style copied locally) */
.service-single #industries {
    /* Override legacy global #industries rule */
    position: relative;
    height: auto;
    overflow: visible;
    z-index: auto;
    display: block;
    align-items: unset;
}

.industries-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.industries-section .hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.industries-section .container { position: relative; z-index: 2; }
.industries-section .section-title { color: #fff; }
.industries-section .section-subtitle { color: rgba(255,255,255,0.8); }

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.industry-card { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform .3s ease; height: 250px; width: 100%; }
.industry-card:hover { transform: translateY(-5px); }
.industry-bg { position: absolute; inset: 0; z-index: 1; }
.industry-bg-image { width: 100%; height: 100%; object-fit: cover; }
.industry-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #273039, #1a2329); color: white; font-size: 2.5rem; }
.industry-overlay { position: absolute; inset: 0; background: rgba(52,73,94,0.6); display: flex; align-items: center; justify-content: center; z-index: 2; transition: all .3s ease; }
.industry-card:hover .industry-overlay { background: rgba(52,73,94,0.8); }
.industry-content { text-align: center; color: white; padding: 2rem; width: 100%; }
.industry-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; color: #fff; line-height: 1.3; }
.industry-hover-content { opacity: 0; transform: translateY(20px); transition: all .3s ease; }
.industry-card:hover .industry-hover-content { opacity: 1; transform: translateY(0); }
.industry-excerpt { color: #f0f0f0; margin-bottom: 1.5rem; line-height: 1.6; font-size: .95rem; }
.industry-link { color: #fff; text-decoration: none; font-weight: 600; font-size: .9rem; text-transform: uppercase; letter-spacing: .5px; transition: all .3s ease; display: inline-flex; align-items: center; gap: .5rem; border: 2px solid #fff; padding: .75rem 1.5rem; border-radius: 25px; }
.industry-link:hover { color: #273039; background: #fff; gap: .75rem; }
.industry-link i { font-size: .8rem; transition: transform .3s ease; }
.industry-link:hover i { transform: translateX(3px); }

@media (max-width: 768px) {
  .industries-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .service-title {
        font-size: 2rem;
    }
    
    .service-hook {
        font-size: 1.1rem;
    }
    
    .service-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .service-cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .deliverables-grid,
    .differentiators-grid,
    .case-studies-grid {
        grid-template-columns: 1fr;
    }
    
    .deliverables-parallax-container {
        height: 300px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    .deliverables-parallax-track {
        gap: 1rem;
        padding: 1rem 0;
    }
    
    .deliverable-card {
        min-width: 250px;
        max-width: 300px;
        padding: 1.5rem;
    }
    
    .how-it-works-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .how-it-works-content {
        text-align: center;
        order: -1;
    }
    
    .how-it-works-content h2 {
        text-align: center;
    }
    
    .how-it-works-content .section-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .process-steps {
        height: 300px;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
        min-height: 120px;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .tech-tags,
    .industry-tags,
    .solution-tags {
        justify-content: flex-start;
    }
    
    .tech-integrations-container {
        height: 100px;
    }
    
    .tech-tag {
        min-width: 120px;
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .tech-tag i {
        font-size: 1rem;
    }
    
    .faq-question {
        font-size: 1rem;
        padding: 1rem;
    }
    
    /* What You Get Section Mobile Improvements */
    .what-you-get-section {
        padding: 0 !important;
    }
    
    .wyget-container {
        border-radius: 0 !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    
    /* Why EGO Section Mobile Improvements */
    .why-ego-layout {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .why-ego-left {
        order: -1;
        width: 100% !important;
        grid-column: 1 !important;
    }
    
    .why-ego-right {
        order: 1;
        width: 100% !important;
        grid-column: 1 !important;
    }
    
    .why-ego-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
    
    .why-ego-grid .differentiator-card {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    /* Case Studies Section Mobile Improvements */
    .case-studies-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .case-studies-left {
        order: -1;
    }
    
    .case-studies-right {
        order: 1;
    }
}

@media (max-width: 480px) {
    .service-hero {
        min-height: 100vh;
    }
    
    .service-title {
        font-size: 1.75rem;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .deliverable-card,
    .differentiator-card,
    .package-card,
    .use-case-card {
        padding: 1.5rem;
    }
} 

.txt-center {
    text-align: center;
}

.m-auto {
    margin: 0 auto;
}

/* Section Styles */
.section-padding {
    padding: 5rem 0;
}

.section-header {
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #112739;
}