﻿
     .container-fluid { 
         background: linear-gradient(135deg, #0a192f, #112240, #1a365d); 
         color: #ffffff; 
         font-family: 'Segoe UI', sans-serif; 
     } 
    .page-title {
        text-align: center;
        font-weight: 700;
        font-size: 2.4rem;
        margin-top: 25px;
        color: #e6f7ff;
        text-shadow: 0 0 12px rgba(0, 200, 255, 0.4);
    }
    /* MARQUEE */
    .marq {
        background: rgba(0, 180, 255, 0.12);
        padding: 10px;
        color: #bde9ff;
        font-size: 1.1rem;
        border-radius: 10px;
        margin: 10px auto 25px;
        width: 92%;
        backdrop-filter: blur(6px);
        box-shadow: 0 0 10px rgba(0, 180, 255, 0.25);
        border: 1px solid rgba(0, 190, 255, 0.25);
    }

    .main-wrapper {
        background: rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(8px);
        border-radius: 18px;
        padding: 30px;
        margin-top: 30px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    h2 {
        border-left: 5px solid #00bcd4;
        padding-left: 10px;
        margin-top: 25px;
        margin-bottom: 12px;
        font-weight: 600;
        color: #e6faff;
        text-shadow: 0 0 10px rgba(0, 200, 255, 0.40);
    }

        h2 i {
            color: #00d9ff;
            margin-right: 8px;
        }

    h4 {
        color: #9ee8ff;
        margin-top: 18px;
    }

    ul li {
        margin-bottom: 6px;
        line-height: 1.6;
        color: #d8f7ff;
    }

    p {
        font-size: 1.05rem;
        line-height: 1.7;
        color: #eaf9ff;
        opacity: 0.95;
    }

    .divider {
        height: 2px;
        background: rgba(0, 200, 255, 0.25);
        margin: 25px 0;
        border-radius: 50px;
    }

    .main-wrapper:hover {
        box-shadow: 0 0 28px rgba(0, 180, 255, 0.45);
        transition: 0.3s ease-in-out;
    }

 
