.header.header1.sp-inner-header {
    position: relative;
    background: #0c3d79;
}
.header.header1.sp-inner-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.sp-hero-dynamic {
    position: relative;
    background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
    padding: 140px 0 100px;
    color: #1e293b;
    text-align: center;
    overflow: hidden;
}

    /* Floating Particle Effects */
    .sp-particle {
        position: absolute;
        background: rgba(12, 61, 121, 0.05);
        border: 1px solid rgba(12, 61, 121, 0.1);
        border-radius: 20%;
        z-index: 1;
    }

    .p1 { width: 80px; height: 80px; top: 20%; left: 5%; animation: rotateFloat 20s infinite linear; }
    .p2 { width: 120px; height: 120px; bottom: 10%; right: 8%; animation: rotateFloat 25s infinite linear reverse; }
    .p3 { width: 40px; height: 40px; top: 40%; right: 15%; animation: rotateFloat 15s infinite linear; }

    @keyframes rotateFloat {
        0% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-40px) rotate(180deg); }
        100% { transform: translateY(0) rotate(360deg); }
    }

    /* Pulse for Badge */
    .sp-pulse {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #3b82f6;
        border-radius: 50%;
        margin-right: 8px;
        box-shadow: 0 0 0 rgba(59, 130, 246, 0.4);
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
        70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
        100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
    }

    .sp-container { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
    
    .sp-hero-label {
        display: inline-flex;
        align-items: center;
        background: #ffffff;
        color: #0c3d79;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 700;
        margin-bottom: 30px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .sp-hero-h1 { font-size: clamp(2.5rem, 6vw, 3.5rem); color: #0c3d79; font-weight: 900; margin-bottom: 20px; }
    .sp-accent-blue { color: #3b82f6; position: relative; }
    
    /* Underline effect for H1 */
    .sp-accent-blue::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(59, 130, 246, 0.1);
        z-index: -1;
    }

    .sp-hero-h2 { font-size: clamp(1.2rem, 3vw, 1.6rem); color: #475569; margin-bottom: 30px; }
    .sp-hero-description { font-size: 1.15rem; line-height: 1.8; color: #475569; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }

    .sp-btn-navy {
        background-color: #0c3d79;
        color: #ffffff;
        padding: 16px 35px;
        border-radius: 8px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .sp-btn-navy:hover { background-color: #3b82f6; transform: translateY(-3px); }
    
    .sp-hero-btns { display: flex; justify-content: center; align-items: center; gap: 25px; margin-bottom: 50px; }

    .sp-hero-footer-tags { display: flex; justify-content: center; gap: 30px; border-top: 1px solid #e2e8f0; padding-top: 30px; }
    .sp-tag { font-size: 0.95rem; font-weight: 600; color: #64748b; display: flex; align-items: center; gap: 8px; }

        .sp-intro-section {
            text-align: center;
            margin-bottom: 50px;
        }

.sp-intro-section h2 {
    font-size: clamp(2rem, 5vw, 2.75rem);
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 800;
}
      .sp-intro-section p {
    font-size: 16px;
    color: #64748b;
    max-width: 900px;
    margin: 0 auto;
}
        /* 4 columns in one row */
        .sp-grid-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr); 
            gap: 20px;
        }

        .sp-service-card {
            background: #ffffff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            border: 1px solid #e2e8f0;
            transition: transform 0.2s, border-color 0.2s;
            display: flex;
            flex-direction: column;
        }

        .sp-service-card:hover {
            transform: translateY(-5px);
            border-color: #004a99;
        }

        .sp-icon {
            font-size: 32px;
            margin-bottom: 15px;
            display: block;
        }

        .sp-service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1e293b;
    margin-top: 0;
    font-weight: bold;
}

        .sp-service-card p {
            font-size: 16px;
            color: #475569;
            margin-bottom: 0;
        }


 .sp-premium-section {
            --sp-main-bg: #0c3d79;
            --sp-card-glass: rgba(255, 255, 255, 0.07);
            --sp-accent: #60a5fa; /* Brighter blue for contrast */
            --sp-text: #ffffff;
            --sp-text-dim: #cbd5e1;
            
            background-color: var(--sp-main-bg);
            position: relative;
            overflow: hidden; /* Clips the decorative effects */
            padding: 6rem 1.5rem;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            color: var(--sp-text);
        }

        /* Decorative Effect: Subtle mesh gradient/blob */
        .sp-premium-section::before {
            content: "";
            position: absolute;
            top: -10%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(96, 165, 250, 0.15) 0%, transparent 70%);
            z-index: 0;
            pointer-events: none;
        }

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

        .sp-premium-header {
            text-align: center;
            margin-bottom: 5rem;
        }

        .sp-premium-title {
            font-size: clamp(2rem, 5vw, 2.75rem);
            font-weight: 800;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .sp-premium-subtitle {
            font-size: 1.15rem;
            color: var(--sp-text-dim);
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* 2x2 Modern Grid */
        .sp-premium-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2.5rem;
        }

        /* Effect: Glassmorphism Card */
        .sp-premium-card {
            background: var(--sp-card-glass);
            backdrop-filter: blur(8px); /* Frosted glass effect */
            -webkit-backdrop-filter: blur(8px);
            padding: 3rem;
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .sp-premium-card:hover {
            transform: translateY(-10px) scale(1.02);
            background: rgba(255, 255, 255, 0.1);
            border-color: var(--sp-accent);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .sp-premium-icon-box {
            width: 60px;
            height: 60px;
            background: rgba(96, 165, 250, 0.1);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            border: 1px solid rgba(96, 165, 250, 0.2);
            color: var(--sp-accent);
        }

        .sp-premium-card h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin: 0;
            color: #fff;
        }

        .sp-premium-card p {
            font-size: 1rem;
            color: var(--sp-text-dim);
            margin: 0;
            line-height: 1.7;
        }
        
    
.sp-serv-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .sp-serv-main-title {
    color: #000;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

    .sp-serv-intro {
        color: #475569;
        font-size: 1.1rem;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .sp-serv-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2x2 grid */
        gap: 30px;
    }

    .sp-serv-card {
        background: #ffffff;
        padding: 40px;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        display: flex;
        gap: 20px;
        transition: all 0.3s ease;
    }

    .sp-serv-card:hover {
        border-color: #0c3d79;
        box-shadow: 0 10px 30px rgba(12, 61, 121, 0.05);
        transform: translateY(-5px);
    }

    .sp-serv-icon {
        font-size: 2.5rem;
        flex-shrink: 0;
    }

    .sp-serv-content h3 {
        color: #1e293b;
        font-size: 1.3rem;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .sp-serv-content p {
        color: #475569;
        font-size: 0.95rem;
        line-height: 1.7;
        margin: 0;
    }
    
    .sp-final-cta {
    background: #0c3d79;
}

    .sp-cta-card {
        text-align: center;
    }

    .sp-cta-title {
        color: #fff;
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .sp-cta-description {
        color: #fff;
        font-size: 1.15rem;
        max-width: 800px;
        margin: 0 auto 40px;
        line-height: 1.7;
    }

    .sp-cta-main-btn {
        display: inline-block;
        background-color: #fff;
        color: #0c3d79;
        padding: 1.2rem 3rem;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1rem;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        box-shadow: 0 10px 20px rgba(12, 61, 121, 0.2);
    }

  .sp-cta-main-btn:hover {
    background-color: #f9c608;
    transform: translateY(-4px);
    color: #fff;
}
    .sp-cta-footer-note {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        color: #94a3b8;
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }


.sp-proc-row {
        display: flex;
        gap: 60px;
        position: relative;
    }

    /* Left Side Sticky Logic */
    .sp-proc-left {
        flex: 1;
        position: relative;
    }

    .sp-proc-sticky {
        position: sticky;
        top: 250px;
        padding-bottom: 50px;
    }

   

    .sp-proc-main-title {
        font-size: 2.8rem;
        color: #0c3d79;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .sp-highlight { color: #3b82f6; }

    .sp-proc-desc {
        font-size: 1.1rem;
        color: #475569;
        line-height: 1.6;
        margin-bottom: 40px;
    }

    /* Right Side Steps */
    .sp-proc-right { flex: 1; }

    .sp-steps-stack {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .sp-step-card {
        background: #f8fafc;
        padding: 40px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border: 1px solid #e2e8f0;
        transition: 0.3s ease;
    }

    .sp-step-card:hover {
        background: #ffffff;
        border-color: #0c3d79;
        transform: scale(1.02);
        box-shadow: 0 20px 40px rgba(12, 61, 121, 0.05);
    }

    .sp-step-info h3 {
        font-size: 1.4rem;
        color: #0c3d79;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .sp-step-info p {
        color: #64748b;
        line-height: 1.6;
        margin: 0;
    }

    .sp-step-num {
        font-size: 2.5rem;
        font-weight: 900;
        color: #0c3d79;
      
        line-height: 1;
    }

    /* Decoration */
    .sp-circle-decoration {
        width: 150px;
        height: 150px;
        position: relative;
        margin-top: 30px;
    }

   .sp-rotating-border {
    animation: spin 20s linear infinite;
}

    .sp-center-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2rem;
    }

    @keyframes spin { 100% { transform: rotate(360deg); } }
    
    
    .sp-faq-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .sp-faq-title {
        color: #0c3d79;
        font-size: clamp(2rem, 5vw, 2.5rem);
        font-weight: 800;
        margin-bottom: 15px;
    }

    .sp-faq-subtitle {
        color: #64748b;
        font-size: 1.1rem;
    }

    /* Grid Layout */
    .sp-faq-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .sp-faq-item {
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 20px;
    }

    .sp-faq-item h3 {
        color: #0c3d79;
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .sp-faq-item p {
        color: #475569;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0;
    }
        /* Responsive Adjustments */
        
        @media (max-width: 1024px) {
            .sp-grid-container {
                grid-template-columns: repeat(2, 1fr); /* 2x2 for tablets */
            }
             .sp-premium-grid { grid-template-columns: 1fr; }
            .sp-premium-section { padding: 4rem 1rem; }
            .sp-premium-card { padding: 2rem; }
            
            .sp-serv-grid {
            grid-template-columns: 1fr; /* Stacks to 1 column on smaller tablets */
        }
        .sp-serv-card {
            padding: 30px;
        }
            .sp-proc-row { flex-direction: column; }
        .sp-proc-sticky { position: static; }
        .sp-proc-main-title { font-size: 2.2rem; }
        .sp-faq-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        }

        @media (max-width: 768px) {
            
            .sp-hero-dynamic { padding: 100px 0 60px; }
        .sp-hero-btns { flex-direction: column; }
        .sp-hero-footer-tags { flex-direction: column; gap: 15px; }
        
            .sp-grid-container {
                grid-template-columns: 1fr; /* Stacked for mobile */
            }
            .sp-intro-section h2 {
                font-size: 1.75rem;
            }
            .sp-serv-card {
            flex-direction: column; /* Icon goes on top for mobile */
            text-align: center;
        }
        .sp-serv-icon {
            margin-bottom: 10px;
        }
            .sp-final-cta {
            padding: 60px 15px;
        }
        .sp-cta-card {
            padding: 40px 20px;
        }
        .sp-cta-footer-note {
            flex-direction: column;
            gap: 10px;
        }
        .sp-faq-section {
            padding: 60px 0;
        }
        .sp-faq-item h3 {
            font-size: 1.1rem;
        }
        
        }