﻿
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 35, 102, 0.1);
}

.hero-gradient {
    background: linear-gradient(rgba(0, 17, 58, 0.85), rgba(0, 17, 58, 0.6)), url('image-hero-night-safety');
    background-size: cover;
    background-position: center;
}

.reveal {
/*    opacity: 0;*/
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }


.hero-slider {
    position: relative;
    width: 100%;
    height: 820px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 84%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
   
}

    .slide.active {
        opacity: 1;
    }

    .slide img {
        width: 100%;
        height: 100%;
        /* object-fit:cover; */
    }

    .slide::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(108 108 108 / 55%);
    }

.slider-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 700px;
    color: #fff;
    z-index: 2;
}

    .slider-content h1 {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .slider-content p {
        font-size: 22px;
    }

.nss-about-wrapper {
    position: relative;
}

.nss-card-one,
.nss-card-two {
    transition: all .45s ease;
}

    .nss-card-one:hover,
    .nss-card-two:hover {
        box-shadow: 0 30px 70px rgba(37, 99, 235, .18);
        transform: translateY(-12px);
    }
.nss-about-new{
    margin-top:7%;
}




.footer-link {
    color: #cbd5e1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: .35s;
    position: relative;
    cursor: pointer;
}

    .footer-link::before {
        content: "";
        width: 0;
        height: 2px;
        background: #38bdf8;
        position: absolute;
        left: 0;
        bottom: -5px;
        transition: .35s;
    }

    .footer-link:hover {
        color: #fff;
        transform: translateX(8px);
    }

        .footer-link:hover::before {
            width: 100%;
        }

.copyright-section {
    background: linear-gradient(180deg,#eef5ff 0%,#ffffff 100%);
}

.copyright-badge {
    display: inline-block;
    padding: 10px 24px;
    background: #dbeafe;
    color: #0B1F3A;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 1px;
}

.copyright-title {
    font-size: 48px;
    font-weight: 800;
    color: #0B1F3A;
    margin-bottom: 10px;
}

.copyright-subtitle {
    font-size: 18px;
    color: #64748b;
}

.copyright-card {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
    border: 1px solid rgba(30,64,175,.08);
}

.copyright-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg,#0B1F3A,#1E4C8A);
    color: #fff;
}

    .copyright-icon span {
        font-size: 36px;
    }

.policy-box {
    padding: 28px;
    border-radius: 18px;
    background: #f8fbff;
    border-left: 5px solid #2563eb;
    transition: .35s;
}

    .policy-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(37,99,235,.15);
    }

    .policy-box h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #0B1F3A;
    }

    .policy-box p {
        font-size: 17px;
        line-height: 1.9;
        color: #475569;
    }

.copyright-note {
    margin-top: 45px;
    padding: 30px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg,#0B1F3A,#1E4C8A);
    color: #fff;
    border-radius: 18px;
}

    .copyright-note span {
        font-size: 42px;
        color: #38bdf8;
    }

    .copyright-note p {
        margin-top: 8px;
        color: #dbeafe;
        line-height: 1.8;
    }

@media(max-width:768px) {

    .copyright-title {
        font-size: 34px;
    }

    .copyright-card {
        padding: 28px;
    }

    .policy-box {
        padding: 22px;
    }

    .copyright-note {
        flex-direction: column;
    }


    .nss-about-wrapper h2 {
        font-size: 32px !important;
    }

    .nss-about-wrapper p {
        font-size: 16px;
        line-height: 30px;
    }

    .nss-about-new {
        margin-top: 0px;
    }

    .hero-slider {
        height: 500px;
    }

    .slider-content h1 {
        font-size: 32px;
    }

    .slider-content p {
        font-size: 16px;
    }
}
