/* ==========================================
   Website Maintenance Hero Section
========================================== */

.maintenance-hero {
    position: relative;
    padding: 70px 0 50px;
    background: linear-gradient(135deg, #0a1f3d 0%, #123a63 100%);
    overflow: hidden;
}

.maintenance-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.maintenance-hero .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.maintenance-hero-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 30px;
}

/* ---------- Left Text ---------- */
.maintenance-hero-text {
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
}

.hero-badge i {
    color: #ffb400;
}

.maintenance-hero-text h1 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.maintenance-hero-text h1 span {
    display: block;
    background: linear-gradient(90deg, #ffb400, #ff8a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.maintenance-hero-text p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 460px;
    margin-bottom: 18px;
}

/* ---------- Buttons ---------- */
.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(90deg, #ffb400, #ff8a00);
    color: #0a1f3d;
    box-shadow: 0 10px 25px rgba(255, 138, 0, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 138, 0, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-3px);
}

/* ---------- Stats ---------- */
.hero-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.stat-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffb400;
    margin-bottom: 2px;
}

.stat-box span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

/* ---------- Right Image ---------- */

.maintenance-hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.maintenance-hero-image img{
    width:100%;
    max-width:520px;
    height:auto;
    object-fit:contain;
    display:block;

    /* Transparent image ke liye */
    border-radius:0;
    box-shadow:none;

    /* Smooth animation */
    animation:floatImage 5s ease-in-out infinite;
    transition:.35s ease;
}

.maintenance-hero-image img:hover{
    transform:scale(1.03);
}



/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .maintenance-hero {
        padding: 50px 0 40px;
    }

    .maintenance-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .maintenance-hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons,
    .hero-stats {
        justify-content: center;
    }

    .maintenance-hero-image {
        order: -1;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .maintenance-hero {
        margin-top: 50px;
    }

    .maintenance-hero-text h1 {
        font-size: 24px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }

    .hero-stats {
        gap: 24px;
    }
}


/* ==========================================
   Importance Section — Why Maintenance Matters
   Light Theme | Border-Radius: 5px | Compact
========================================== */

.maintenance-importance {
    position: relative;
    padding: 60px 0 60px;
    background: #ffffff; /* clean white to contrast with adjacent sections */
    overflow: hidden;
}

/* -------- Container -------- */

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

/* ==========================================
   Section Title (reused across all sections)
========================================== */

.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.section-title span {
    display: inline-block;
    background: rgba(56, 98, 255, 0.08);
    border: 1px solid rgba(56, 98, 255, 0.12);
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #4a7aff;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0b0f1a;
    margin: 0 0 14px 0;
    letter-spacing: -0.01em;
}

.section-title h2 span {
    background: linear-gradient(135deg, #4a7aff 0%, #a855f7 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: none;
    padding: 0;
    font-size: inherit;
    text-transform: none;
}

.section-title p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0 auto;
}

/* ==========================================
   Importance Grid (3 columns on desktop)
========================================== */

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

/* -------- Individual Card -------- */

.importance-card {
    background: #f8fafc; /* soft grey background for cards */
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 24px 20px 20px 20px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.importance-card:hover {
    background: #ffffff;
    border-color: rgba(56, 98, 255, 0.10);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

/* -------- Card Icon -------- */

.importance-card .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 98, 255, 0.08);
    border-radius: 5px;
    margin-bottom: 14px;
}

.importance-card .icon i {
    font-size: 18px;
    color: #4a7aff;
}

/* -------- Card Content -------- */

.importance-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0b0f1a;
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
}

.importance-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* ==========================================
   Responsive
========================================== */

/* -------- Tablets (<= 1024px) -------- */

@media (max-width: 1024px) {
    .importance-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* -------- Mobile (<= 640px) — stays 2x2 as requested -------- */

@media (max-width: 640px) {
    .maintenance-importance {
        padding: 40px 0 40px;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 14px;
    }

    .importance-grid {
        grid-template-columns: repeat(2, 1fr); /* ✅ 2 columns on mobile */
        gap: 14px;
    }

    .importance-card {
        padding: 18px 14px 14px 14px;
    }

    .importance-card .icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }

    .importance-card .icon i {
        font-size: 15px;
    }

    .importance-card h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .importance-card p {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* -------- Small phones (<= 400px) — stays 2x2 with tighter fit -------- */

@media (max-width: 400px) {
    .section-title h2 {
        font-size: 20px;
    }

    .importance-grid {
        gap: 10px;
    }

    .importance-card {
        padding: 14px 10px 10px 10px;
    }

    .importance-card .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
    }

    .importance-card .icon i {
        font-size: 13px;
    }

    .importance-card h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .importance-card p {
        font-size: 11px;
        line-height: 1.4;
    }
}


/* ==========================================
   Services Section — Website Maintenance
   Light Theme | Border-Radius: 5px | Compact
========================================== */

.maintenance-services {
    position: relative;
    padding: 60px 0 60px;
    background: #f8fafc; /* soft grey to alternate with white sections */
    overflow: hidden;
}

/* -------- Container -------- */

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

/* ==========================================
   Section Title (reused across all sections)
========================================== */

.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.section-title span {
    display: inline-block;
    background: rgba(56, 98, 255, 0.08);
    border: 1px solid rgba(56, 98, 255, 0.12);
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #4a7aff;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0b0f1a;
    margin: 0 0 14px 0;
    letter-spacing: -0.01em;
}

.section-title h2 span {
    background: linear-gradient(135deg, #4a7aff 0%, #a855f7 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: none;
    padding: 0;
    font-size: inherit;
    text-transform: none;
}

.section-title p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0 auto;
}

/* ==========================================
   Services Grid (3 columns on desktop)
========================================== */

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

/* -------- Individual Service Card -------- */

.service-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 22px 18px 18px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.service-card:hover {
    background: #ffffff;
    border-color: rgba(56, 98, 255, 0.10);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

/* -------- Card Icon -------- */

.service-card .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 98, 255, 0.08);
    border-radius: 5px;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.service-card .icon i {
    font-size: 18px;
    color: #4a7aff;
}

/* -------- Card Content -------- */

.service-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0b0f1a;
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
}

.service-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* ==========================================
   Responsive
========================================== */

/* -------- Tablets (<= 1024px) -------- */

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
        gap: 20px;
    }
}

/* -------- Mobile (<= 640px) — stays 2x2 as requested -------- */

@media (max-width: 640px) {
    .maintenance-services {
        padding: 40px 0 40px;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 14px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* ✅ 2 columns on mobile */
        gap: 14px;
    }

    .service-card {
        padding: 16px 12px 12px 12px;
    }

    .service-card .icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }

    .service-card .icon i {
        font-size: 15px;
    }

    .service-card h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .service-card p {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* -------- Small phones (<= 400px) — stays 2x2 with tighter fit -------- */

@media (max-width: 400px) {
    .section-title h2 {
        font-size: 20px;
    }

    .services-grid {
        gap: 10px;
    }

    .service-card {
        padding: 12px 8px 8px 8px;
    }

    .service-card .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
    }

    .service-card .icon i {
        font-size: 13px;
    }

    .service-card h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .service-card p {
        font-size: 10px;
        line-height: 1.4;
    }
}

/* ==========================================
   Maintenance Plans / Pricing Section
   Light Theme | Border-Radius: 5px | Compact
========================================== */

.maintenance-pricing {
    position: relative;
    padding: 60px 0 60px;
    background: #ffffff; /* clean white */
    overflow: hidden;
}

/* -------- Container -------- */

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

/* ==========================================
   Section Title (reused across all sections)
========================================== */

.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.section-title span {
    display: inline-block;
    background: rgba(56, 98, 255, 0.08);
    border: 1px solid rgba(56, 98, 255, 0.12);
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #4a7aff;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0b0f1a;
    margin: 0 0 14px 0;
    letter-spacing: -0.01em;
}

.section-title h2 span {
    background: linear-gradient(135deg, #4a7aff 0%, #a855f7 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: none;
    padding: 0;
    font-size: inherit;
    text-transform: none;
}

.section-title p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0 auto;
}

/* ==========================================
   Pricing Grid (3 columns)
========================================== */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* -------- Individual Pricing Card -------- */

.pricing-card {
    background: #f8fafc;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 28px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(56, 98, 255, 0.10);
    background: #ffffff;
}

/* -------- Featured Card (Most Popular / Professional) -------- */

.pricing-card.featured {
    border: 2px solid #4a7aff;
    box-shadow: 0 8px 30px rgba(56, 98, 255, 0.10);
    background: #ffffff;
    transform: scale(1.02);
}

.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 16px 48px rgba(56, 98, 255, 0.15);
}

/* -------- Plan Tag (Basic / Professional / Enterprise) -------- */

.plan-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #4a7aff;
    padding: 4px 14px;
    border-radius: 5px;
    background: rgba(56, 98, 255, 0.08);
    align-self: flex-start;
    margin-bottom: 12px;
}

.pricing-card.featured .plan-tag {
    background: rgba(56, 98, 255, 0.12);
    color: #4a7aff;
}

/* -------- Popular Badge (shown only on featured card) -------- */

.popular-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #4a7aff 0%, #6d3bff 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgba(56, 98, 255, 0.25);
}

/* -------- Card Heading -------- */

.pricing-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b0f1a;
    margin: 0 0 14px 0;
    letter-spacing: -0.01em;
}

/* -------- Price Box -------- */

.price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.price span {
    font-size: 13px;
    color: #64748b;
    font-weight: 400;
}

.price h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0b0f1a;
    margin: 0;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price h2 span {
    font-size: 16px;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0;
}

.pricing-card.featured .price h2 {
    color: #4a7aff;
}

.pricing-card.featured .price h2 span {
    color: #94a3b8;
}

/* Enterprise "Let's Talk" styling */
.pricing-card:last-child .price h2 {
    font-size: 28px;
    background: linear-gradient(135deg, #4a7aff 0%, #a855f7 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* -------- Feature List -------- */

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-card ul li {
    font-size: 14px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.pricing-card ul li i {
    color: #4a7aff;
    font-size: 14px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.pricing-card.featured ul li i {
    color: #4a7aff;
}

/* -------- Pricing Button -------- */

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 24px;
    width: 100%;
    background: rgba(56, 98, 255, 0.06);
    color: #4a7aff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid transparent;
    text-align: center;
}

.pricing-btn:hover {
    background: rgba(56, 98, 255, 0.10);
    transform: translateY(-2px);
}

.pricing-card.featured .pricing-btn {
    background: linear-gradient(135deg, #4a7aff 0%, #6d3bff 100%);
    color: #ffffff;
    box-shadow: 0 6px 24px rgba(56, 98, 255, 0.25);
}

.pricing-card.featured .pricing-btn:hover {
    box-shadow: 0 10px 36px rgba(56, 98, 255, 0.35);
    transform: translateY(-2px);
}

/* -------- Bottom Note -------- */

.pricing-note {
    margin-top: 44px;
    padding: 20px 28px;
    background: rgba(56, 98, 255, 0.04);
    border-radius: 5px;
    border: 1px solid rgba(56, 98, 255, 0.06);
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-note p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.pricing-note p strong {
    color: #0b0f1a;
}

/* ==========================================
   Responsive
========================================== */

/* -------- Tablets (<= 1024px) -------- */

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    /* Featured card spans full width for prominence */
    .pricing-card.featured {
        grid-column: 1 / -1;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    .popular-badge {
        right: 20px;
        top: -10px;
    }
}

/* -------- Mobile (<= 640px) — 1 column for readability -------- */

@media (max-width: 640px) {
    .maintenance-pricing {
        padding: 40px 0 40px;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 14px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 400px;
        margin: 0 auto;
    }

    .pricing-card {
        padding: 22px 18px 18px 18px;
    }

    .pricing-card.featured {
        grid-column: auto;
        transform: scale(1);
        max-width: 100%;
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    .pricing-card h3 {
        font-size: 18px;
    }

    .price h2 {
        font-size: 28px;
    }

    .price h2 span {
        font-size: 14px;
    }

    .pricing-card:last-child .price h2 {
        font-size: 24px;
    }

    .pricing-card ul li {
        font-size: 13px;
    }

    .pricing-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .popular-badge {
        right: 14px;
        top: -10px;
        font-size: 9px;
        padding: 3px 12px;
    }

    .pricing-note {
        margin-top: 32px;
        padding: 16px 20px;
    }

    .pricing-note p {
        font-size: 14px;
    }
}

/* -------- Small phones (<= 400px) -------- */

@media (max-width: 400px) {
    .pricing-card {
        padding: 18px 14px 14px 14px;
    }

    .pricing-card h3 {
        font-size: 16px;
    }

    .price h2 {
        font-size: 24px;
    }

    .price h2 span {
        font-size: 12px;
    }

    .pricing-card:last-child .price h2 {
        font-size: 20px;
    }

    .pricing-card ul {
        gap: 8px;
    }

    .pricing-card ul li {
        font-size: 12px;
    }

    .pricing-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .popular-badge {
        right: 10px;
        top: -8px;
        font-size: 8px;
        padding: 2px 10px;
    }

    .pricing-note {
        padding: 14px 16px;
    }

    .pricing-note p {
        font-size: 13px;
    }
}