/* ================================
   Single Service Page Styles
   ================================ */

/* Hero Banner Section */
.service-single-hero {
    background: #fff;
    padding: 80px 0 60px;
    position: relative;
}

.service-single-hero .hero-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.service-single-hero .hero-title {
    flex: 0 0 50%;
    max-width: 50%;
}

.service-single-hero .hero-description {
    flex: 0 0 45%;
    max-width: 45%;
    padding-top: 10px;
}

.service-single-hero h1 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0a2540;
    line-height: 1.15;
    margin: 0;
}

.service-single-hero .hero-subtitle {
    font-size: 0.95rem;
    color: #5a6a7a;
    line-height: 1.7;
    margin: 0;
}

/* Featured Image Section */
.service-single-featured {
    padding: 0 0 60px;
    background: #fff;
}

.service-single-featured .featured-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-single-featured .featured-image-wrapper img {
    max-width: 100% !important;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 550px;
}

/* ================================
   Overview Section
   ================================ */
.service-overview-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.service-overview-section .overview-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.service-overview-section .overview-image-col {
    flex: 0 0 40%;
    max-width: 40%;
}

.service-overview-section .overview-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.service-overview-section .overview-content-col {
    flex: 1;
    position: relative;
}

.service-overview-section .overview-content {
    position: relative;
    z-index: 2;
}

.service-overview-section .overview-content h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 20px;
}

.service-overview-section .overview-content>p {
    font-size: 1rem;
    color: #5a6a7a;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-overview-section .overview-content>p a {
    color: #0066cc;
    text-decoration: underline;
    font-weight: 500;
}

.service-overview-section .overview-content>p a:hover {
    color: #0052a3;
}

.service-overview-section .overview-features-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 18px;
}

.service-overview-section .overview-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-overview-section .overview-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
}

.service-overview-section .overview-features-list li i {
    color: #0066cc;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* World Map Background */
.service-overview-section .overview-world-map {
    position: absolute;
    top: 0;
    right: -50px;
    width: 450px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E%3Cpath fill='%23e8eef4' fill-opacity='0.5' d='M150 100c20-10 40 5 60 0s30-20 50-15 40 15 60 10 35-15 55-10 30 20 50 15 40-10 60-5 35 15 55 10 30-10 50-5 40 10 60 5 35-5 55 0 30 10 50 5l0 50c-20 5-40-5-60 0s-30 10-50 5-40-15-60-10-35 10-55 5-30-10-50-5-40 10-60 5-35-10-55-5-30 10-50 5-40-5-60 0-35 10-55 5-30-5-50 0l0-50zm0 80c20-10 40 5 60 0s30-20 50-15 40 15 60 10 35-15 55-10 30 20 50 15 40-10 60-5 35 15 55 10 30-10 50-5 40 10 60 5 35-5 55 0 30 10 50 5l0 50c-20 5-40-5-60 0s-30 10-50 5-40-15-60-10-35 10-55 5-30-10-50-5-40 10-60 5-35-10-55-5-30 10-50 5-40-5-60 0-35 10-55 5-30-5-50 0l0-50zm0 80c20-10 40 5 60 0s30-20 50-15 40 15 60 10 35-15 55-10 30 20 50 15 40-10 60-5 35 15 55 10 30-10 50-5 40 10 60 5 35-5 55 0 30 10 50 5l0 50c-20 5-40-5-60 0s-30 10-50 5-40-15-60-10-35 10-55 5-30-10-50-5-40 10-60 5-35-10-55-5-30 10-50 5-40-5-60 0-35 10-55 5-30-5-50 0l0-50z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
}

/* ================================
   Technical Details Section
   ================================ */
.technical-details-section {
    padding: 80px 0;
    background: #e8f4fc;
}

.technical-details-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.technical-details-section .section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 15px;
}

.technical-details-section .section-header p {
    font-size: 0.95rem;
    color: #5a6a7a;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

.technical-details-section .tech-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.technical-details-section .tech-column {
    background: transparent;
    padding-top: 20px;
    position: relative;
}

.technical-details-section .tech-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 2px;
}

.technical-details-section .tech-border.border-navy {
    background: linear-gradient(45deg, #1c75bc, #1c75bc0a);
}

.technical-details-section .tech-border.border-blue {
    background: linear-gradient(45deg, #1c75bc, #1c75bc0a);
}

.technical-details-section .tech-border.border-teal {
    background: linear-gradient(45deg, #1c75bc, #1c75bc0a);
}

.technical-details-section .tech-border.border-purple {
    background: linear-gradient(45deg, #1c75bc, #1c75bc0a);
}

.technical-details-section .tech-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.technical-details-section .tech-header i {
    font-size: 1.25rem;
    color: #0a2540;
}

.technical-details-section .tech-header h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a2540;
    margin: 0;
}

.technical-details-section .tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.technical-details-section .tech-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #4a5568;
}

.technical-details-section .tech-list li i {
    color: #0066cc;
    font-size: 0.85rem;
}

/* ================================
   Our Services Grid Section
   ================================ */
.our-services-grid-section {
    padding: 80px 0;
    background: #f8fafc;
    position: relative;
}

.our-services-grid-section .gradient-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #0a2540 0%, #0066cc 50%, #14b8a6 100%);
}

.our-services-grid-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.our-services-grid-section .section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 0;
}

.our-services-grid-section .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.our-services-grid-section .service-grid-card {
    background: transparent;
}

.our-services-grid-section .service-grid-card .card-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    aspect-ratio: 4/3;
}

.our-services-grid-section .service-grid-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.our-services-grid-section .service-grid-card:hover .card-image img {
    transform: scale(1.05);
}

.our-services-grid-section .service-grid-card .card-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 8px;
    line-height: 1.3;
}

.our-services-grid-section .service-grid-card .card-content p {
    font-size: 0.85rem;
    color: #5a6a7a;
    line-height: 1.5;
    margin: 0;
}

/* ================================
   Our Process Timeline Section
   ================================ */
.our-process-section {
    padding: 80px 0;
    background: #e8f4fc;
}

.our-process-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.our-process-section .section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0a2540;
    font-style: italic;
}

.our-process-section .process-timeline-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* Process Rows */
.our-process-section .process-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.our-process-section .process-row-top {
    margin-bottom: 0;
    align-items: flex-end;
}

.our-process-section .process-row-bottom {
    margin-top: 0;
    align-items: flex-start;
}

.our-process-section .process-card-spacer {
    flex: 1;
    min-width: 120px;
}

/* Process Cards */
.our-process-section .process-card {
    flex: 1;
    min-width: 150px;
    max-width: 180px;
    padding: 20px 18px;
    border-radius: 12px;
    color: #fff;
}

.our-process-section .process-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #fff;
}

.our-process-section .process-card p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
    color: #fff;
}

/* Card Colors */
.our-process-section .process-card.card-teal {
    background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%);
}

.our-process-section .process-card.card-blue {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
}

.our-process-section .process-card.card-navy {
    background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%);
}

.our-process-section .process-card.card-dark {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
}

/* Timeline Line */
.our-process-section .timeline-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
    position: relative;
    height: 70px;
	width:100%;
	box-sizing:border-box;
}

.our-process-section .timeline-line::before {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50%;
    height: 3px;
    background-image: linear-gradient(to right, #0a2540 50%, transparent 50%);
    background-size: 20px 3px;
    background-repeat: repeat-x;
    transform: translateY(-50%);
    z-index: 1;
}

.our-process-section .timeline-dot {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    background: #0a2540;
    border: 4px solid #e8f4fc;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 2px #0a2540;
    flex: 0 0 16px;
}

/* Content Section */
.service-single-content {
    padding: 60px 0;
    background: #f8fafc;
}

.service-single-content .content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.service-single-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 20px;
}

.service-single-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0a2540;
    margin-bottom: 15px;
    margin-top: 30px;
}

.service-single-content p {
    color: #5a6a7a;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 20px;
}

.service-single-content ul,
.service-single-content ol {
    color: #5a6a7a;
    line-height: 1.75;
    margin-bottom: 20px;
    padding-left: 20px;
}

.service-single-content li {
    margin-bottom: 10px;
}

/* Features Section */
.service-features-section {
    padding: 70px 0;
    background: #fff;
}

.service-features-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.service-features-section .section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 15px;
}

.service-features-section .section-header p {
    color: #5a6a7a;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Feature Cards Grid */
.service-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-feature-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 35px 30px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.service-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #e8f4fc;
}

.service-feature-card .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.service-feature-card .feature-icon.icon-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
}

.service-feature-card .feature-icon.icon-teal {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
    color: #00897b;
}

.service-feature-card .feature-icon.icon-purple {
    background: linear-gradient(135deg, #ede7f6 0%, #d1c4e9 100%);
    color: #5e35b1;
}

.service-feature-card .feature-icon.icon-orange {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    color: #ef6c00;
}

.service-feature-card .feature-icon.icon-green {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #43a047;
}

.service-feature-card .feature-icon.icon-pink {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
    color: #c2185b;
}

.service-feature-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 12px;
}

.service-feature-card p {
    color: #5a6a7a;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Process Section */
.service-process-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.service-process-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.service-process-section .section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 15px;
}

/* Process Timeline */
.service-process-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.service-process-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #0066cc 0%, #00b8d4 100%);
}

.process-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.process-timeline-item:last-child {
    margin-bottom: 0;
}

.process-timeline-item .step-number {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
    position: relative;
    z-index: 1;
}

.process-timeline-item .step-content {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 25px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.process-timeline-item .step-content h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 8px;
}

.process-timeline-item .step-content p {
    color: #5a6a7a;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.service-cta-section {
    padding: 70px 0;
    background: #0a2540;
}

.service-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.service-cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.service-cta-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-cta-section .btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: #fff;
    color: #0a2540;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-cta-section .btn-cta-primary:hover {
    background: #f0f7fc;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* Related Services Section */
.related-services-section {
    padding: 70px 0;
    background: #f8fafc;
}

.related-services-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.related-services-section .section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a2540;
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
}

.related-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.related-service-card .card-image {
    height: 180px;
    overflow: hidden;
}

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

.related-service-card:hover .card-image img {
    transform: scale(1.05);
}

.related-service-card .card-content {
    padding: 25px;
}

.related-service-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 10px;
}

.related-service-card p {
    color: #5a6a7a;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================================
   What You Can Expect Section
   ================================ */
.service-expectations-section {
    padding: 80px 0;
    background: #fff;
}

.service-expectations-section .expectations-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.service-expectations-section .expectations-content-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.service-expectations-section .expectations-content-col h2 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 30px;
}

.service-expectations-section .expectations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-expectations-section .expectations-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #5a6a7a;
    font-weight: 500;
}

.service-expectations-section .expectations-list li i {
    color: #0066cc;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.service-expectations-section .expectations-image-col {
    flex: 1;
}

.service-expectations-section .expectation-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.service-expectations-section .expectation-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ================================
   Responsive Styles
   ================================ */
@media (max-width: 991px) {
    .service-single-hero {
        padding: 60px 0 40px;
    }

    .service-single-hero .hero-row {
        flex-direction: column;
        gap: 20px;
    }

    .service-single-hero .hero-title,
    .service-single-hero .hero-description {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-single-hero h1 {
        font-size: 2.25rem;
    }

    .service-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Overview Section Tablet */
    .service-overview-section {
        padding: 60px 0;
    }

    .service-overview-section .overview-wrapper {
        gap: 40px;
    }

    .service-overview-section .overview-image-col {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .service-overview-section .overview-world-map {
        width: 350px;
        right: -80px;
    }

    /* Technical Details Tablet */
    .technical-details-section {
        padding: 60px 0;
    }

    .technical-details-section .tech-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    /* Our Services Grid Tablet */
    .our-services-grid-section {
        padding: 60px 0;
    }

    .our-services-grid-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Our Process Tablet */
    .our-process-section {
        padding: 60px 0;
    }

    .our-process-section .process-timeline-wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .our-process-section .process-row {
        min-width: 900px;
    }

    .our-process-section .timeline-line {
        min-width: 900px;
    }

    /* What You Can Expect Tablet */
    .service-expectations-section {
        padding: 60px 0;
    }

    .service-expectations-section .expectations-wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .service-expectations-section .expectations-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-expectations-section .expectations-content-col h2 {
        font-size: 2.25rem;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .service-single-hero {
        padding: 40px 0 30px;
    }

    .service-single-hero h1 {
        font-size: 1.75rem;
    }

    .service-single-featured {
        padding: 0 0 40px;
    }

    .service-single-featured .featured-image-wrapper {
        border-radius: 12px;
    }

    .service-features-section,
    .service-process-section,
    .service-cta-section,
    .related-services-section {
        padding: 50px 0;
    }

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

    .service-feature-card {
        padding: 25px 20px;
    }

    .service-process-timeline::before {
        left: 20px;
    }

    .process-timeline-item .step-number {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        font-size: 1rem;
    }

    .process-timeline-item {
        gap: 20px;
    }

    .process-timeline-item .step-content {
        padding: 20px;
    }

    .related-services-grid {
        grid-template-columns: 1fr;
    }

    .service-cta-section h2 {
        font-size: 1.5rem;
    }

    /* Overview Section Mobile */
    .service-overview-section {
        padding: 50px 0;
    }

    .service-overview-section .overview-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .service-overview-section .overview-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-overview-section .overview-content h2 {
        font-size: 1.75rem;
    }

    .service-overview-section .overview-world-map {
        display: none;
    }

    /* Technical Details Mobile */
    .technical-details-section {
        padding: 50px 0;
    }

    .technical-details-section .section-header h2 {
        font-size: 1.75rem;
    }

    .technical-details-section .tech-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .technical-details-section .tech-header h4 {
        font-size: 1rem;
    }

    /* Our Services Grid Mobile */
    .our-services-grid-section {
        padding: 50px 0;
    }

    .our-services-grid-section .section-header h2 {
        font-size: 1.75rem;
    }

    .our-services-grid-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .our-services-grid-section .service-grid-card .card-content h4 {
        font-size: 0.95rem;
    }

    .our-services-grid-section .service-grid-card .card-content p {
        font-size: 0.8rem;
    }

    /* Our Process Mobile */
    .our-process-section {
        padding: 50px 0;
    }

    .our-process-section .section-header h2 {
        font-size: 1.75rem;
    }

    .our-process-section .process-timeline-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .our-process-section .process-row {
        min-width: 800px;
    }

    .our-process-section .timeline-line {
        min-width: 800px;
    }

    .our-process-section .process-card {
        min-width: 130px;
        max-width: 150px;
        padding: 15px;
    }

    .our-process-section .process-card h4 {
        font-size: 0.85rem;
    }

    .our-process-section .process-card p {
        font-size: 0.75rem;
    }

    /* What You Can Expect Mobile */
    .service-expectations-section {
        padding: 50px 0;
    }

    .service-expectations-section .expectations-content-col h2 {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }

    .service-expectations-section .expectations-list li {
        font-size: 0.95rem;
        gap: 12px;
        margin-bottom: 15px;
    }

    .service-expectations-section .expectations-list li i {
        font-size: 1.15rem;
    }

    .service-expectations-section .expectation-image-wrapper {
        border-radius: 12px;
    }
}