 .hero-section {
         background: linear-gradient(#0c6297d4, #074064), url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);
        background-size: cover;
        background-position: center;
        color: white;
        padding: 41px 0 41px;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            padding: 8px 20px;
            border-radius: 20px;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 20px;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .hero-title {
            font-size: 56px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.2;
        }   
        .hero-title2 {
            font-size: 39px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.2;
        }  
        .hero-description {
            font-size: 18px;
            color: rgba(255,255,255,0.9);
            max-width: 100%;
            text-align: justify !important;
            margin: 0 auto 30px;
            line-height: 1.7;
        }

        /* Overview Section */
        .overview-section {
            padding: 60px 20px 60px;
            background: #f8fafc;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-label {
            color: #074064;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .section-title {
            font-size: 42px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 15px;
        }

        .section-subtitle {
            font-size: 18px;
            color: #64748b;
            margin: 0 auto;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .feature-card {
            background: white;
            padding: 35px;
            border-radius: 16px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 1px solid #e2e8f0;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #074064 0%, #0c6297 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: white;
            font-size: 24px;
        }

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

        .feature-description {
            color: #64748b;
            font-size: 15px;
            line-height: 1.6;
        }

        /* Service Details Section - UPDATED */
        .service-details-section {
            padding: 60px 20px 60px;
            background: white;
        }
        .service-details-section2 {
            padding: 0px 20px 20px;
            background: white;
        }
        
        .details-container {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 60px;
    margin-top: 50px;
    align-content: start;
        }
        .details-container2 {
    display: grid;
    grid-template-columns: 1fr 540px;
    gap: 60px;
    margin-top: 50px;
    align-content: start;
        }


        .details-content {
            /* Removed sticky positioning */
        }

        .details-image {
            /* width: 100%;
            height: 600px;
            background: linear-gradient(135deg, #074064 0%, #0c6297 100%);
            border-radius: 20px; */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 100px;
        }

        .details-list {
            list-style: none;
            margin-top: 30px;
            padding: 0;
        }

        .details-list li {
            padding: 20px 0;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .details-list li:last-child {
            border-bottom: none;
        }

        .detail-icon {
            width: 40px;
            height: 40px;
            background: #074064;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            flex-shrink: 0;
        }

        .detail-text {
            flex: 1;
        }

        .detail-text h4 {
            font-size: 18px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .detail-text p {
            color: #64748b;
            font-size: 15px;
            line-height: 1.6;
            margin: 0;
        }

        /* Benefits Slider Section */
        .benefits-slider-section {
            padding: 60px 20px 60px;
            background: #f8fafc;
            overflow: hidden;
        }

        .slider-container {
            position: relative;
            margin-top: 50px;
        }

        .benefits-slider {
            display: flex;
            gap: 30px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding: 20px 0;
            scrollbar-width: none;
        }

        .benefits-slider::-webkit-scrollbar {
            display: none;
        }

        .benefit-slide {
            min-width: 350px;
            background: white;
            border-radius: 7px;
            padding: 30px 10px 6px 30px;
            scroll-snap-align: start;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .benefit-slide:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .benefit-slide-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #074064 0%, #0c6297 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: white;
            font-size: 30px;
        }

        .benefit-slide h3 {
            font-size: 22px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 15px;
        }

        .benefit-slide p {
            color: #64748b;
            font-size: 17px;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .benefit-list {
            list-style: none;
        }

        .benefit-list li {
            padding: 4px 0;
            color: #64748b;
            font-size: 16px;
            display: flex;
            font-weight: 700;
            align-items: center;
            gap: 10px;
        }

        .benefit-list li i {
            color: #074064;
            font-size: 12px;
        }

        .slider-controls {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }

        .slider-btn {
            width: 50px;
            height: 50px;
            background: #074064;
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .slider-btn:hover {
            background: #0c6297;
            transform: scale(1.1);
        }

        /* How We Work Section */
        .how-we-work-section {
            padding: 15px 20px 15px;
            background: #074064;
        }

        .work-timeline {
            max-width: 900px;
            margin: 50px auto 0;
            position: relative;
        }

        .work-timeline::before {
            content: '';
            position: absolute;
            left: 30px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, #074064, #0c6297);
        }

        .timeline-item {
            position: relative;
            padding-left: 80px;
            margin-bottom: 50px;
        }

        .timeline-dot {
            position: absolute;
            left: 16px;
            top: 0;
            width: 30px;
            height: 30px;
            background: #074064;
            border: 4px solid white;
            border-radius: 50%;
            box-shadow: 0 0 0 4px #074064;
            z-index: 2;
        }

        .timeline-content {
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 15px;
            padding: 30px;
            transition: all 0.3s ease;
        }

        .timeline-content:hover {
            border-color: #074064;
            box-shadow: 0 10px 30px rgba(7,64,100,0.1);
        }

        .timeline-number {
            display: inline-block;
            background: linear-gradient(135deg, #074064 0%, #0c6297 100%);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .timeline-title {
            font-size: 24px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 10px;
        }

        .timeline-description {
            color: #64748b;
            font-size: 17px;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .timeline-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .timeline-feature {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #64748b;
            font-size: 17px;
        }

        .timeline-feature i {
            color: #074064;
        }

        /* Process Section */
        .process-section {
            padding: 60px 20px 60px;
            background: #074064;
            color: white;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .process-step {
            text-align: center;
            position: relative;
        }

        .step-number {
            width: 70px;
            height: 70px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
            font-weight: 700;
            color: white;
        }

        .step-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .section-subtitle {
        font-size: 16px;
        letter-spacing: 0.5px;
        font-weight: 600;
        text-transform: lowercase !important;
        margin-bottom: 15px;
        }
        .step-description {
            opacity: 0.9;
            font-size: 15px;
        }

        /* Technologies Section */
        .tech-section {
            padding: 60px 20px 60px;
            background: #f8fafc;
        }

        .tech-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .tech-card {
            background: white;
            padding: 30px;
            border-radius: 16px;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid #e2e8f0;
        }

        .tech-card:hover {
            border-color: #074064;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(7,64,100,0.1);
        }

        .tech-icon {
            font-size: 48px;
            margin-bottom: 15px;
            color: #074064;
        }

        .tech-name {
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
        }

        /* Stats Section */
        .stats-section-2 {
            padding: 60px 20px 60px;
            background: linear-gradient(135deg, #074064 0%, #0c6297 100%);
            color: white;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .stat-card {
            text-align: center;
            padding: 30px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .stat-number {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .stat-label {
            font-size: 16px;
            opacity: 0.9;
        }

        /* CTA Section */
        .cta-section {
            padding: 60px 20px 60px;
            background: white;
            text-align: center;
        }

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

        .cta-description {
            font-size: 18px;
            color: #64748b;
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary, .btn-secondary {
            padding: 15px 40px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
        }

        .btn-primary {
            background: linear-gradient(135deg, #074064 0%, #0c6297 100%);
            color: white;
        }

        .btn-secondary {
            background: white;
            color: #074064;
            border: 2px solid #074064;
        }
        .btn-primary:hover {
            color:white;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(7,64,100,0.3);
        }

        .btn-secondary:hover {
            color:#074064;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(7,64,100,0.3);
        }

        

        .text-white {
            color: white;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 36px;
            }

            .section-title {
                font-size: 32px;
            }

            .details-container {
                grid-template-columns: 1fr;
            }

            .details-image {
                height: 400px;
                position: static;
            }

            .benefit-slide {
                min-width: 300px;
            }

            .timeline-features {
                grid-template-columns: 1fr;
            }
        }
        .hero-content {
            display: block !important;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            /* align-items: center; */
        }
        @media (min-width: 992px) {
            .p-lg-5 {
                padding: 2rem !important;
            }
        }
        strong{
                font-weight: 900;
        }

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

        .service-list li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .service-list img {
            width: 14px;
            height: 14px;
            margin-top: 4px;
        }