﻿/* ================= CLOUD DATA BACKUP ================= */

.backup-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    font-family: "Poppins", sans-serif;
}

/* HERO */
.backup-hero {
    background: linear-gradient(135deg, rgba(0,35,75,0.85), rgba(0,120,200,0.55));
    padding: 120px 0;
    height: 600px;
}

.backup-badge {
    background: rgba(255,255,255,0.15);
    padding: 6px 18px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 16px;
}

.backup-hero h1 {
    margin-top: 80px;
    color: white;
    font-size: 44px;
    margin-bottom: 14px;
}

.backup-hero p {
    max-width: 680px;
    color: white;
    font-size: 18px;
}

.backup-btn-primary,
.backup-btn-secondary {
    margin-top: 28px;
    display: inline-block;
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
}

.backup-btn-primary {
    background: #fff;
    color: #0f4c81;
}

.backup-btn-secondary {
    background: #0f4c81;
    color: #fff;
}

@media (max-width: 768px) {
    .banner-image img{
        height:200px;
        max-width:100%;
    }
}

/* ================= CLOUD DATA BACKUP - ABOUT ================= */

.backup-about {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.backup-about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

/* LEFT CONTENT */
.backup-about-content h2 {
    font-size: 35px;
    color: black;
    margin-bottom: 16px;
}

.backup-intro {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #333;
}

.backup-about-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 14px;
}

/* RIGHT BOX */
.backup-about-box {
    background: #ffffff;
    padding: 36px;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

    .backup-about-box h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .backup-about-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .backup-about-box li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
        margin-bottom: 14px;
        color: #333;
    }

        .backup-about-box li i {
            font-size: 20px;
            color: #1e88e5;
        }

/* RESPONSIVE */
@media (max-width: 768px) {
    .backup-about-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .backup-about {
        padding: 80px 0;
    }
}


/* WHY */
.backup-why {
    margin-top: -60px;
    background: #f1f6fa;
    padding: 90px 0;
}

.backup-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 30px;
}

.backup-card {
    background: #fff;
    padding: 34px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

    .backup-card i {
        font-size: 34px;
        color: #1e88e5;
        margin-bottom: 12px;
    }

/* ================= TYPES OF CLOUD BACKUP ================= */

.backup-types {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

/* Flow container */
.backup-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    margin-top: 60px;
}

/* Flow item */
.backup-flow-item {
    background: #ffffff;
    padding: 32px 26px;
    border-radius: 22px;
    max-width: 300px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    text-align: center;
    position: relative;
}

/* Step number */
.flow-step {
    display: inline-block;
    background: #1e88e5;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.backup-flow-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.backup-flow-item p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555;
}

/* Connector line */
.backup-flow-connector {
    width: 60px;
    align-self: center;
    border-top: 2px dashed #c7d2fe;
}

/* ================= TYPES OF CLOUD BACKUP - RESPONSIVE FIX ================= */

/* Tablet & below */
@media (max-width: 991px) {

    .backup-flow {
        flex-wrap: wrap;
        gap: 32px;
    }

    .backup-flow-connector {
        display: none;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .backup-types {
        padding: 70px 16px;
    }

    .backup-flow {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .backup-flow-item {
        max-width: 100%;
        width: 100%;
        padding: 26px 22px;
    }

        .backup-flow-item h4 {
            font-size: 16px;
        }

        .backup-flow-item p {
            font-size: 13.5px;
        }

    /* Vertical connector for mobile */
    .backup-flow-connector {
        display: block;
        width: 2px;
        height: 36px;
        border-top: none;
        border-left: 2px dashed #c7d2fe;
        margin: 0 auto;
    }
}


/* ===== OPTION 3: DIAMOND NODE TRACK (FIXED) ===== */

.option-diamond {
    padding: 120px 0;
    background: #f8fafc;
}

.diamond-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 80px; /* space for line + diamonds */
}

    /* HORIZONTAL LINE */
    .diamond-track::before {
        content: "";
        position: absolute;
        top: 40px; /* line position */
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient( 90deg, rgba(30,136,229,0.15), rgba(30,136,229,0.5), rgba(30,136,229,0.15) );
        z-index: 1;
    }

/* ITEM */
.diamond-item {
    position: relative;
    text-align: center;
}

/* DIAMOND NODE (ON THE LINE) */
.diamond-node {
    position: absolute;
    top: -45px; /* aligns diamond center with line */
    left: 50%;
    width: 12px;
    height: 12px;
    background: #1e88e5;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 0 0 0 8px rgba(30,136,229,0.15);
    z-index: 2; /* ABOVE the line */
    transition: transform 0.3s ease;
}

/* HOVER */
.diamond-item:hover .diamond-node {
    transform: translateX(-50%) rotate(45deg) scale(1.3);
}

/* TEXT */
.diamond-item h4 {
    font-size: 16.5px;
    margin-bottom: 6px;
}

.diamond-item p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
}

/* ================= MOBILE IMPROVEMENT ================= */

@media (max-width: 1200px) {
    .diamond-track {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 70px;
    }

        .diamond-track::before {
            display: none;
        }

    .diamond-node {
        position: relative;
        top: 0;
        transform: rotate(45deg);
        margin: 0 auto 14px;
    }
}

/* ---------- MOBILE (GOOD LOOKING) ---------- */
@media (max-width: 576px) {

    .option-diamond {
        padding: 70px 0;
    }

    .diamond-track {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 40px;
    }

    .diamond-item {
        background: #ffffff;
        padding: 22px 20px 24px;
        border-radius: 18px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.06);
        text-align: left;
        position: relative;
    }

    /* diamond becomes feature bullet */
    .diamond-node {
        position: absolute;
        top: 22px;
        left: 20px;
        width: 14px;
        height: 14px;
        box-shadow: 0 0 0 6px rgba(30,136,229,0.18);
        transform: rotate(45deg);
        margin: 0;
    }

    .diamond-item h4 {
        font-size: 15.5px;
        margin-left: 28px;
        margin-bottom: 6px;
    }

    .diamond-item p {
        font-size: 13.8px;
        margin-left: 28px;
        line-height: 1.55;
    }
}




/* PROCESS */
.backup-process {
    background: #f9fbff;
    padding: 90px 0;
}

.backup-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
    gap: 24px;
}

.process-card {
    background: #ffffff;
    padding: 26px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

    .process-card span {
        font-weight: 600;
        color: #1e88e5;
    }

/* ================= SECURITY & COMPLIANCE ================= */

.backup-security {
    padding: 100px 0;
}

.backup-security-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.backup-security-content h2 {
    font-size: 35px;
    color: black;
    margin-bottom: 14px;
}

.backup-security-content p {
    max-width: 520px;
    line-height: 1.7;
    opacity: 0.95;
}

/* Security points */
.backup-security-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.security-point {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15.5px;
}

    .security-point i {
        font-size: 22px;
        color: #90caf9;
    }


/* ================= BACKUP SERVICES ================= */

.backup-services {
    padding: 100px 0;
}

.backup-services-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 36px;
    margin-top: 55px;
}

.backup-service-item {
    background: rgb(96 95 95 / 8%);
    padding: 32px 26px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

    .backup-service-item:hover {
        transform: translateY(-6px);
        background: rgb(96 95 95 / 8%);
    }

    .backup-service-item h4 {
        margin-bottom: 8px;
    }

    .backup-service-item p {
        font-size: 14.5px;
        color: #555;
    }

/* Top row */
.backup-services-grid .backup-service-item:nth-child(1) {
    grid-column: 1 / span 2;
}

.backup-services-grid .backup-service-item:nth-child(2) {
    grid-column: 3 / span 2;
}

.backup-services-grid .backup-service-item:nth-child(3) {
    grid-column: 5 / span 2;
}

/* Bottom row (centered between top cards) */
.backup-services-grid .backup-service-item:nth-child(4) {
    grid-column: 2 / span 2;
}

.backup-services-grid .backup-service-item:nth-child(5) {
    grid-column: 4 / span 2;
}

/* ================= BACKUP SERVICES – MOBILE IMPROVEMENT ================= */

@media (max-width: 991px) {

    .backup-services {
        padding: 80px 16px;
    }

    .backup-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

        /* Reset manual grid positioning */
        .backup-services-grid .backup-service-item {
            grid-column: auto !important;
        }
}

/* ---------- MOBILE (GOOD LOOKING) ---------- */
@media (max-width: 576px) {

    .backup-services {
        padding: 70px 16px;
    }

    .backup-services-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 40px;
    }

    .backup-service-item {
        padding: 26px 22px;
        border-radius: 18px;
        background: #f3f4f6;
        box-shadow: 0 10px 22px rgba(0,0,0,0.06);
        text-align: left;
    }

        .backup-service-item h4 {
            font-size: 15.5px;
            margin-bottom: 6px;
        }

        .backup-service-item p {
            font-size: 13.8px;
            line-height: 1.55;
        }
}



/* ================= WHY CHOOSE LEXERON ================= */

.backup-why-lexeron {
    padding: 100px 0;
    text-align: center;
    background: #ffffff;
}

.backup-why-strip {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.why-strip-item {
    padding: 20px 28px;
    min-width: 220px;
}

    .why-strip-item strong {
        display: block;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .why-strip-item span {
        font-size: 14.5px;
        color: #555;
    }

.why-strip-divider {
    width: 1px;
    background: #e0e0e0;
    margin: 0 10px;
}

/* Responsive */
@media (max-width: 992px) {
    .backup-security-grid {
        grid-template-columns: 1fr;
    }

    .why-strip-divider {
        display: none;
    }

    .backup-why-strip {
        gap: 24px;
    }
}



/* ================= CTA SECTION ================= */
.cta-section {
    padding: 0 20px;
    background: #ffffff;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #f8fbfd;
    border-radius: 6px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* CTA text */
.cta-text h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1d1b1b;
}

/* CTA button */
.cta-btn {
    background: #1e88e5;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

    .cta-btn:hover {
        background: #1e88e5;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(255, 77, 79, 0.25);
    }

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 25px;
    }

    .cta-text h3 {
        font-size: 22px;
    }
}

/* HEADERS */
.backup-section-header {
    font-size: 25px;
    color: black;
    text-align: center;
    margin-bottom: 50px;
}

    .backup-section-header p {
        font-size: 17px;
        color: #555;
    }

    .backup-section-header.light {
        color: #fff;
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .backup-about-grid,
    .backup-security-grid {
        grid-template-columns: 1fr;
    }

    .backup-hero h1 {
        font-size: 34px;
    }
}
