.text-success {--bs-text-opacity: 1;
    color: #35b155 !important;
}
.avg_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 70vh !important;
}

.avg_banner h1 {
    margin: 15px 0px;
}

.avg_banner p {
    color: #fff !important;
    font-size: 15px !important;
}

.cta_section {
    background-color: #f8f9fa;
}

.cta_section .bg-warning {
    background: radial-gradient(circle, #138f34 0%, #1c632f 100%);
}

.cta_section .btn-dark {
    background-color: #1a1a1a;
    border: none;
}

.cta_section .btn-dark:hover {
    background-color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/* Why Choose Norton Section */
.why-norton-section {
    background-color: #03192f;
    color: #fff;
    padding: 60px 0;
}

.why-norton-section h2 {
    font-size: 2rem;
    letter-spacing: 0.5px;
}

.why-norton-section .text-warning {
    color: #ffc107 !important;
}

.why-norton-icon {
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
}

.why-norton-col {
    padding: 0 20px;
}

.why-norton-col h5 {
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.why-norton-col p {
    font-size: 0.85rem;
    color: #bbb;
    line-height: 1.4;
}

/* Trust Section */
.trust-section {
    background-color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #eaeaea;
}

.trust-icon-box {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border: 2px solid #35b155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    color: #333;
}

.trust-icon-box i, .trust-icon-box span {
    color: #35b155;
}

.trust-content h6 {
    font-weight: 700;
    font-size: 1.05rem;
    color: #111;
    padding-bottom: 10px;
}

.trust-content p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
    line-height: 1.4;
}


@media (min-width: 992px) {
    .why-norton-col:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .trust-col:not(:last-child) {
        border-right: 1px solid #dee2e6;
    }
}


@media(max-width: 992px) {
    .avg_banner {
      min-height: calc(100vh - 135px) !important;
    }
}

@media (max-width: 767px) {
    .avg_banner {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
        background-position: center bottom;
        align-items: start !important;
    }

    .avg_banner p {
      font-size: 15px !important;
    }
    .avg_banner .call_action {gap: 10px !important;}
    .avg_banner .call_action a.btn-warning {padding: 11px 25px !important;font-size: 16px !important}
    .why-norton-section h2{font-size: 22px !important;}
    .cta_section h2 {
        font-size: 22px !important;
    }

    .cta_section p {
        font-size: 17px !important;
    }

    .cta_section a {
        font-size: 20px !important;
        padding: 15px 30px !important;
    }
}

@media (max-width: 400px) {
    .avg_banner .call_action a.btn-warning {padding: 11px 15px !important;font-size: 16px !important}
    .avg_banner .call_action a.btn-dark {padding: 11px 15px !important;font-size: 16px !important}
}