/* === BASE BOOTSTRAP STYLES (optimized) === */
:root {
    --primary-blue: #1e40af;
    --primary-purple: #7c3aed;
    --success-green: #10b981;
    --warning-orange: #f59e0b;
    --danger-red: #dc2626;
    --info-blue: #0ea5e9;
    --text-muted: #64748b;
    --border-color: rgba(0, 0, 0, 0.08);
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #f74780;
    --bs-secondary: #6610f2;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F6F6FA;
    --bs-dark: #353f4f;
    --bs-black: #000000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: "Rubik", sans-serif ! important;
    background-size: 100% 100% ! important;
    background-color: var(--bs-light) !important;
}

.npavlog {
    width: 100px;
    margin-top: -5%;
}

.navbar {
    backdrop-filter: blur(3px);
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999999;
    background: linear-gradient(to right, #12558C, #11A0E4);
    border-bottom: 1px solid #ff9933e0;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3E%3C/svg%3E") !important;
}

.hero {
    padding: 90px 20px;
    text-align: left;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.btn-custom {
    background-color: #222;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    border: 1px solid white;
}

.btn-custom:hover {
    background-color: white;
    color: black;
}

.image-placeholder {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: 16%;
}



.divider {
    width: 60px;
    height: 5px;
    background-color: #12558C;
    margin: 20px auto;
}

.feature-card {
    background: rgb(63 150 84 / 40%);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    min-height: 240px;
    border: 1px solid rgb(63 150 84 / 40%);
}

.feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

h2 {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.npavdispno {
    display: none;
}

@media (max-width: 768px) {

    .navbar {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .container {
        flex-direction: column;
    }

    .logo-header {
        /* height: auto; */
        max-height: 45px;
        width: 50% ! important;
    }

    .dispnone {
        display: none ! important;
    }

    .npavdispno {
        display: inline-block ! important;
        width: 22%;
    }
}

@media (max-width: 1000px) {
    .image-banner {
        width: 100% ! important;
        background: rgba(3, 3, 3, 0.1);
        border-radius: 10px;
        padding: 4%;
        margin-top: 5%;
    }

    .hero {
        padding: 2% 4%;
        text-align: left;
    }

    .hero h1 {
        font-size: 2rem;
        font-weight: bold;
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        align-items: flex-start;
    }

    .image-placeholder {
        height: auto;
        margin-top: 2%;
        margin-left: 0% ! important;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 0.5rem !important;
    }

    .social-icons {
        padding-bottom: 3%;
    }

    section#downloads .card {
        margin-bottom: 6%;
    }

    .btn-custom {
        padding: 1% 2% !important;
    }

    h2.fw-bold {
        font-size: 26px !important;
    }

    .mx-2 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
        margin-bottom: 5%;
    }

    .faq-item h3 {
        font-size: 1rem;
        font-weight: 400;
    }
}

h1 {
    color: #ffffff;
}

.nav-link {
    color: #ffffff !important;
    font-family: "Rubik", sans-serif;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.nav-link:hover {
    color: #ff9933e0 !important;
}


.logo {
    height: auto;
    width: 65%;
    padding-bottom: 3%;
}

/* footer start */
.footer {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ff9933e0;
}

.footer {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(../custom/images/background/background/bg6.jpg) center center no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
    color: #ffff !important;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: start !important;
}

.footer .footer-item a {
    line-height: 35px;
    color: #ffff !important;
    transition: 0.5s;
    text-decoration: none;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--primary-blue);
}

.footer .social-icons a:hover {
    border: 1px solid #fff !important;
    background: transparent !important;
    transition: background-color 0.3s !important;
}

@media (max-width: 480px) {
    .footer {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(../custom/img/bg_mobile7.jpg) center center no-repeat !important;
    }
}

/* footer end */

.faq-item {
    background-color: rgb(7, 0, 0);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.faq-item h3 {
    margin: 0;
    font-size: 1.2rem;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.faq-item p {
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    display: none;
}

.faq-item.active p {
    opacity: 1;
    height: auto;
    display: block;
}

.faq-item .plus-icon {
    font-size: 1.5rem;
    color: white;
    transition: transform 0.3s ease;
}

.faq-item.active .plus-icon {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }

    h2 {
        font-size: 1.8rem;
    }

    .faq-item h3 {
        font-size: 1rem;
    }
}

.why-choose-us,
.faqs {
    padding: 1% 0% 3% 0%;
}

.logo-header {
    /* height: auto; */
    max-height: 50px;
    width: 250px;
}

.image-banner {
    width: 90%;
    border-radius: 10px;
    padding: 4%;
}



section#about-us p {
    font-size: 16px;
    letter-spacing: 1.3px;
}

h2.fw-bold {
    font-size: 40px;
}

a.btn.btn-outline-light.ms-3 {
    border: 0px;
}

a {
    font-family: "Rubik", sans-serif ! important;
}

a.btn.btn-outline-light.ms-3:hover {
    background-color: transparent ! important;
    color: #ff9933e0 ! important;
}

p {
    font-family: "Rubik", sans-serif ! important;
    font-size: 16px;
    letter-spacing: 1.3px;
}

h5.fw-bold {
    font-family: "Rubik", sans-serif ! important;
    letter-spacing: 1px;
    font-size: 22px;
}

img.faqicon {
    text-align: center;
    width: 5%;
}



ul li {
    list-style: none;
    text-align: left;
    font-family: "Rubik", sans-serif ! important;
}

ul {
    padding-left: 0rem ! important;
    font-family: "Rubik", sans-serif ! important;
}




.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    color: #12558C;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: background-color 0.3s;
}

.scroll-to-top:hover {
    background-color: #12558C;
    color: #fff;
}

.section-title,
.feature-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes SlideRight {
    0% {
        transform: translateX(15%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.product-anim {
    animation: SlideLeft 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

.product-details-desc,
.product-details-image {
    opacity: 0;
}

@keyframes SlideLeft {
    0% {
        transform: translateX(-15%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.product-img-anim {
    animation: SlideRight 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

h2.text-center.fw-bold.mb-4 {
    margin-bottom: 0.7rem ! important;
}



.nav-link:active,
.nav-link:focus {
    /* color: #4a9f56; */
    color: #ff9933e0;
}

a.buynow-btn {
    background-color: #e68f3c;
    border: 1px solid transparent;
    color: #fff ! important;
}

a.buynow-btn:hover {
    background-color: white;
    border: 1px solid #e68f3c;
    color: #e68f3c ! important;
}


section#about-us {
    padding-bottom: 5%;
}

section .about-us .container {
    border: 1px solid #12558C;
}


.feature-card-div {
    display: flex;
}

section#downloads .card {
    width: 100%;
    text-align: center;
    float: right;
}

/* smoke-cursor */
.coldwd {
    padding: 0% 2%;
}

.smoke-cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    pointer-events: none;
    /* Prevent the cursor from interfering with mouse events */
    animation: smoke 1.5s infinite;
}

@keyframes smoke {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}





.feature-card:hover {
    border: 1px solid #fff;
}

/* Active state for both current page and active section */
.nav-link.active,
.navbar-nav .nav-link.active {
    /* color: #4a9f56 !important; */
    color: #ff9933e0 !important;
    font-weight: 600;
}



/* DigitalSafety section */
.DigitalSafety {
    background-color: var(--bs-light);
    color: var(--bs-dark);
}

.DigitalSafety .section-heading {
    color: var(--bs-dark);
    font-weight: 700;
}

.DigitalSafety-card {
    background-color: var(--bs-white);
    border: 1px solid var(--border-color);

    border-radius: 0.5rem;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.DigitalSafety-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important;
    border-color: var(--bs-primary);
}

.DigitalSafety-card .card-body i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.DigitalSafety-card p {
    color: black !important;
}


/* victime section */
.victim {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7)), var(--bs-black);
}

.victim .step-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 3rem;
    transition: all 0.4s ease-in-out;
}

.victim .step-card:hover {
    transform: translateY(-10px) scale(1.01);
    border-color: var(--primary-purple);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6) !important;
}

.victim .step-card h3 {
    color: var(--bs-white);
    font-weight: 600;
}

.victim .step-card p {
    color: rgba(255, 255, 255, 0.8);
}

.victim .custom-table th {
    /* background-color: var(--primary-blue); */
    color: var(--bs-white);
}

.victim .custom-table.table-dark {
    background-color: var(--bs-dark);
    border-color: var(--bs-gray-dark);
    border-radius: 0.5rem;
    overflow: hidden;
}

.victim .custom-table.table-dark tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.victim .custom-table.table-dark a {
    color: var(--bs-cyan);
    transition: color 0.3s ease;
}

.victim .custom-table.table-dark a:hover {
    color: var(--bs-white);
}

.victim .list-unstyled li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: flex-start;
}

.victim .list-unstyled li strong {
    color: var(--bs-white);
}

.victim .step-icon {
    position: absolute;
    top: 0.3rem;
    left: 0;
    transform: none;
    font-size: 1.25rem;
    line-height: 1;
}

.victim .step-icon.text-primary {
    color: var(--bs-primary);
}

.victim .step-icon.text-success {
    color: var(--success-green);
}

.victim .step-icon.text-warning {
    color: var(--warning-orange);
}

/* Safeguards section */
.Safeguards .card-hover {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #11A0E4;
    position: relative;
    overflow: hidden;
}

.Safeguards .card-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: left 0.5s ease;
}

.Safeguards .card-hover:hover::before {
    left: 100%;
}

.Safeguards .card-hover:hover {
    border-color: #bfdbfe;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
}

.Safeguards .card i {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); */
    background: linear-gradient(135deg, #12558C 0%, #11A0E4 100%);
    color: white;
    font-size: 1.5rem;
}

/* text gradient */
.btn-gradient {
    background: linear-gradient(135deg, #12558C 0%, #11A0E4 100%);
    border: none;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #12558C 0%, #11A0E4 100%);
    ;
    transition: left 0.5s ease;
}

.btn-gradient:hover::before {
    left: 100%;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #12558C, #11A0E4);
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.btn-gradient:active {
    transform: translateY(-1px) scale(1.02);
}

.gradient-bg {
    background: linear-gradient(135deg, #12558C 0%, #11A0E4 100%);
}

.gradient-primary {
    background: linear-gradient(to right, #12558C, #11A0E4) !important;
}

.gradient-text {
    background: linear-gradient(135deg, #12558C 0%, #11A0E4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}