@charset "UTF-8";

@import url("animate.min.css");
@import url("line-awesome.min.css");
@import url("all.min.css");
@import url("flaticon.css");
@import url("themify-icons.css");

body {
    font-family: 'Poppins', sans-serif;
    background: #020817;
    overflow-x: hidden;
}

.page-content {
    position: relative;
    overflow: hidden;
    background: #020817;
    z-index: 1;
}

/* =========================
                   VIDEO BACKGROUND
                ========================= */

.video-background1 {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

    .video-background1 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(.16);
    }

.container-fluid {
    width: 88%;
    margin: auto;
}

.glass-box {
    background: rgba(7,15,35,.72);
    border: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
    padding-top: 80px;
    padding-bottom: 80px;
}

/* =========================
                   HERO
                ========================= */

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 0 100px;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 140px 120px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    background: rgba(0,229,255,.08);
    border: 1px solid rgba(0,229,255,.18);
    color: #00d9ff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 35px;
}

.hero-title {
    color: #fff;
    font-size: 63px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 35px;
    position: relative;
    z-index: 5;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

    .hero-title span {
        color: #00d9ff;
        text-shadow: 0 0 35px rgba(0,217,255,.35);
    }

.hero-desc {
    color: rgba(255,255,255,.82);
    font-size: 20px;
    line-height: 1.9;
    max-width: 950px;
    margin: auto auto 50px;
}

.btn-cyber {
    background: linear-gradient(135deg,#00d4ff,#2563eb);
    color: #fff;
    padding: 18px 40px;
    border-radius: 18px;
    display: inline-block;
    font-weight: 700;
    margin: 10px;
    box-shadow: 0 10px 30px rgba(37,99,235,.35);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-cyber:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(37,99,235,.45);
        color: #fff;
    }

.btn-outline-cyber {
    border: 1px solid rgba(255,255,255,.12);
    padding: 18px 40px;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(12px);
    margin: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-outline-cyber:hover {
        border-color: rgba(0,229,255,.4);
        background: rgba(255,255,255,.08);
        color: #fff;
    }

.btn-orange {
    background: #FF6B00 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 600 !important;
    border: none !important;
}

    .btn-orange:hover {
        background: #e05e00 !important;
        color: #fff !important;
    }

/* =========================
                   FLOATING CARDS
                ========================= */

.floating-card {
    position: absolute;
    background: rgba(10,20,40,.75);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    padding: 25px;
    backdrop-filter: blur(16px);
    min-width: 220px;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

    .floating-card h4 {
        color: #00d9ff;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .floating-card p {
        color: rgba(255,255,255,.8);
        margin-bottom: 0;
    }

.card-1 {
    top: 80px;
    left: 60px;
}

.card-2 {
    top: 120px;
    right: 60px;
}

.card-3 {
    bottom: 70px;
    left: 100px;
}

.card-4 {
    bottom: 70px;
    right: 100px;
}

/* =========================
                   SECTIONS
                ========================= */

.section-space {
    padding: 52px 0;
    position: relative;
    z-index: 2;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

    .section-title h2 {
        color: #fff;
        font-size: 56px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .section-title p {
        color: rgba(255,255,255,.78);
        font-size: 18px;
        line-height: 1.9;
        max-width: 900px;
        margin: auto;
    }

/* =========================
                   SERVICES
                ========================= */

.service-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    transition: .3s;
}

    .service-card:hover {
        transform: translateY(-10px);
        border-color: rgba(0,229,255,.25);
    }

.service-icon {
    width: 85px;
    height: 85px;
    border-radius: 24px;
    background: rgba(0,229,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 28px;
}

.service-card h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-card p {
    color: rgba(255,255,255,.76);
    line-height: 1.8;
    margin-bottom: 0;
}

/* =========================
                   ATTACK SURFACE
                ========================= */

.attack-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .attack-list li {
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 24px;
        padding: 28px;
        color: #fff;
        margin-bottom: 22px;
        font-size: 22px;
    }

.cyber-circle {
    width: 500px;
    height: 500px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgba(0,229,255,.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cyber-circle::before {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        border: 1px solid rgba(0,229,255,.15);
    }

    .cyber-circle::after {
        content: '';
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(0,217,255,.08);
        box-shadow: 0 0 60px rgba(0,217,255,.15);
    }

.cyber-core {
    position: relative;
    z-index: 2;
    color: #00d9ff;
    font-size: 32px;
    font-weight: 800;
}

/* =========================
                   TIMELINE
                ========================= */

.timeline-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.timeline-step {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 40px 25px;
    border-radius: 28px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .timeline-step h4 {
        color: #00d9ff;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .timeline-step p {
        color: rgba(255,255,255,.75);
        margin-bottom: 0;
        text-align: center;
    }

/* =========================
                   FAQ ACCORDION
                ========================= */

.faq-accordion {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
}

    .faq-accordion .faq-header {
        padding: 20px 25px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background 0.3s ease;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
    }

        .faq-accordion .faq-header:hover {
            background: rgba(255,255,255,.05);
        }

        .faq-accordion .faq-header .faq-icon {
            font-size: 24px;
            font-weight: 300;
            color: #FF6B00;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 15px;
        }

            .faq-accordion .faq-header .faq-icon.active {
                transform: rotate(45deg);
            }

    .faq-accordion .faq-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s ease;
        padding: 0 25px;
        background: rgba(255,255,255,.02);
    }

        .faq-accordion .faq-body.active {
            max-height: 500px;
            padding: 10px 25px 25px 25px;
        }

        .faq-accordion .faq-body p {
            margin: 0;
            color: rgba(255,255,255,.78);
            line-height: 1.7;
        }

/* =========================
                   CTA
                ========================= */

.cta-box {
    text-align: center;
    padding: 100px 60px;
}

/* =========================
                   INDUSTRIES
                ========================= */

.industry-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 28px;
    padding: 40px;
    text-align: center;
    transition: .3s;
}

    .industry-card:hover {
        transform: translateY(-8px);
        border-color: rgba(255,120,0,.35);
    }

    .industry-card h3 {
        color: #fff;
        font-size: 28px;
        margin-top: 22px;
    }

.industry-icon {
    font-size: 54px;
}

/* =========================
                   BANNER
                ========================= */

.vapt-banner {
    position: relative;
    background: url('../arista_img/VAPT_Banner.webp') center center/cover no-repeat;
    overflow: hidden;
}

    .vapt-banner .dz-bnr-inr-entry h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
    }

        .vapt-banner .dz-bnr-inr-entry h1 span {
            color: #00d9ff;
        }

    .vapt-banner .breadcrumb-item a,
    .vapt-banner .breadcrumb-item.active {
        color: #fff;
    }

    .vapt-banner .breadcrumb-item + .breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.6);
    }

    .vapt-banner .breadcrumb-row ul {
        background: rgba(255,255,255,.1);
        backdrop-filter: blur(12px);
        padding: 8px 30px;
        border-radius: 50px;
    }

/* Clickable Links */
.clickable-link {
    color: #00d9ff !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .clickable-link:hover {
        color: #fff !important;
        text-decoration: underline !important;
    }

/* =========================
                   RESPONSIVE
                ========================= */

@@media (max-width:1399px) and (min-width:1200px) {
    .hero-content {
        padding: 100px 60px;
    }

    .hero-title {
        font-size: 45px;
    }

    .floating-card {
        min-width: 160px;
        padding: 18px;
    }

        .floating-card h4 {
            font-size: 32px;
        }

    .card-1 {
        top: 50px;
        left: 30px;
    }

    .card-2 {
        top: 80px;
        right: 30px;
    }

    .card-3 {
        bottom: 50px;
        left: 50px;
    }

    .card-4 {
        bottom: 50px;
        right: 50px;
    }

    .cyber-circle {
        width: 400px;
        height: 400px;
    }

        .cyber-circle::before {
            width: 280px;
            height: 280px;
        }

        .cyber-circle::after {
            width: 140px;
            height: 140px;
        }
}

@@media (max-width:1199px) and (min-width:992px) {
    .hero-content {
        padding: 80px 40px;
    }

    .hero-title {
        font-size: 42px;
    }

    .floating-card {
        min-width: 140px;
        padding: 15px;
        border-radius: 18px;
    }

        .floating-card h4 {
            font-size: 28px;
        }

    .card-1 {
        top: 40px;
        left: 20px;
    }

    .card-2 {
        top: 60px;
        right: 20px;
    }

    .card-3 {
        bottom: 40px;
        left: 30px;
    }

    .card-4 {
        bottom: 40px;
        right: 30px;
    }

    .glass-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .cyber-circle {
        width: 360px;
        height: 360px;
    }

        .cyber-circle::before {
            width: 240px;
            height: 240px;
        }

        .cyber-circle::after {
            width: 120px;
            height: 120px;
        }

    .service-card {
        padding: 28px;
    }

        .service-card h3 {
            font-size: 24px;
        }

    .attack-list li {
        font-size: 18px;
        padding: 22px;
    }
}

@@media (max-width:991px) {
    .hero-section {
        min-height: auto;
        padding: 80px 0;
    }

    .glass-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-content {
        padding: 40px 20px !important;
    }

    .hero-title {
        font-size: 36px;
    }

    .floating-card {
        position: relative !important;
        inset: unset !important;
        width: 100% !important;
        margin-bottom: 14px;
        min-width: auto !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        border-radius: 18px;
        padding: 18px;
    }

        .floating-card h4 {
            font-size: 28px;
        }

    .section-title h2 {
        font-size: 34px;
    }

    .cyber-circle {
        width: 280px;
        height: 280px;
        margin-bottom: 40px;
    }

        .cyber-circle::before {
            width: 190px;
            height: 190px;
        }

        .cyber-circle::after {
            width: 100px;
            height: 100px;
        }

    .service-card h3 {
        font-size: 22px;
    }

    .attack-list li {
        font-size: 16px;
        padding: 20px;
    }

    .timeline-step {
        min-width: 200px;
        padding: 25px 18px;
    }

    .industry-card h3 {
        font-size: 22px;
    }

    .vapt-banner .dz-bnr-inr-entry h1 {
        font-size: 36px;
    }

    .container-fluid {
        width: 94%;
    }
}

@@media (max-width:767px) {
    .container-fluid {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .glass-box {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 20px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-content {
        padding: 20px 5px !important;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-desc {
        font-size: 15px;
    }

    .btn-cyber, .btn-outline-cyber {
        width: 100%;
        margin: 6px 0;
        text-align: center;
        padding: 14px 20px;
    }

    .floating-card {
        padding: 15px;
    }

        .floating-card h4 {
            font-size: 24px;
        }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
    }

    .service-card {
        padding: 20px;
        border-radius: 18px;
    }

        .service-card h3 {
            font-size: 18px;
        }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 26px;
        border-radius: 16px;
    }

    .cyber-circle {
        width: 220px;
        height: 220px;
    }

        .cyber-circle::before {
            width: 150px;
            height: 150px;
        }

        .cyber-circle::after {
            width: 70px;
            height: 70px;
        }

    .cyber-core {
        font-size: 16px;
    }

    .attack-list li {
        font-size: 15px;
        padding: 16px;
        border-radius: 16px;
    }

    .timeline-step {
        width: 100%;
        min-width: 100%;
        padding: 20px 15px;
    }

    .industry-card {
        padding: 20px;
    }

        .industry-card h3 {
            font-size: 18px;
        }

    .industry-icon {
        font-size: 34px;
    }

    .cta-box {
        padding: 40px 15px;
    }

    .vapt-banner .dz-bnr-inr-entry h1 {
        font-size: 28px;
    }

    .faq-accordion .faq-header {
        font-size: 16px;
        padding: 16px 18px;
    }

    .faq-accordion .faq-body {
        padding: 0 18px;
    }

        .faq-accordion .faq-body.active {
            padding: 8px 18px 18px 18px;
        }

    .vapt-banner .breadcrumb-row ul {
        padding: 6px 18px;
    }
}

@@media (max-width:575px) {
    .hero-title {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .hero-desc, .section-title p {
        font-size: 13px;
    }

    .service-card h3 {
        font-size: 16px;
    }

    .attack-list li {
        font-size: 14px;
        padding: 14px;
    }

    .industry-card h3 {
        font-size: 16px;
    }

    .vapt-banner .dz-bnr-inr-entry h1 {
        font-size: 24px;
    }

    .cyber-circle {
        width: 180px;
        height: 180px;
    }

        .cyber-circle::before {
            width: 120px;
            height: 120px;
        }

        .cyber-circle::after {
            width: 60px;
            height: 60px;
        }

    .cyber-core {
        font-size: 14px;
    }

    .btn-cyber, .btn-outline-cyber {
        padding: 12px 16px;
        font-size: 13px;
    }

    .glass-box {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 16px;
    }

    .floating-card {
        padding: 12px;
    }

        .floating-card h4 {
            font-size: 20px;
        }

    .service-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .timeline-step {
        padding: 16px 12px;
    }

    .industry-card {
        padding: 16px;
    }

    .industry-icon {
        font-size: 28px;
    }

    .cta-box {
        padding: 30px 10px;
    }

    .faq-accordion .faq-header {
        font-size: 14px;
        padding: 14px 15px;
    }
}