@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
}

body {
    margin: 0;
    background: #f5f7fb;
    color: #1f2937;
    /*  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
*/
}

.myfooter {
    text-align: center;
    margin-top: 4rem;
    font-size: 0.9rem;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
}

.site-header {
    position: fixed;
    min-height: 80px;
    height: 80px;
    width: 100%;
    z-index: 9999;
    background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 80px, var(--bs-body-bg));
    opacity: 0.95;
    margin: -1.5rem 0 0 0;
}

.asoc-nav {
    /*background: #833AB4;
    background: linear-gradient(350deg,rgba(131, 58, 180, 1) 0%, rgba(252, 176, 69, 1) 50%, rgba(246, 252, 69, 1) 100%);
        background: #2A7B9B;
    background: linear-gradient(175deg, rgba(42, 123, 155, 1) 0%, rgba(168, 246, 247, 1) 40%, rgba(245, 225, 44, 1) 100%);
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        */
    background: rgb(0, 120, 135);
    background: linear-gradient( 180deg, rgb(8, 55, 115), /* deep blue */
    rgb(0, 120, 135), /* blue-teal */
    rgb(40, 170, 150) /* civic green */
    );
    border-radius: 12px;
    overflow: hidden;
    padding: 8px 0px;
}

.nav-link {
    color: white;
}

    .nav-link:hover {
        color: #d1d5db;
        text-decoration: none;
    }

.navbar-brand {
    font-weight: bold;
    color: white;
}

.nav-item a.active {
    font-weight: bold;
    background: url(/img/active-state.png) no-repeat;
    background-position: center 16px;
}


.main-header {
    max-width: 960px;
    margin: auto;
    padding: 10px 0;
}

.fixed-header-spacer {
    height: 88px;
    width: 100%;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.section-divider {
    border: none;
    height: 2px;
    width: 70%;
    margin: 20px auto;
    background: #2563eb; /* brand color */
    border-radius: 2px;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}


.esconder {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
/* Features */
.feature {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px;
    background: white;
    margin-bottom: 20px;
}

    .feature h3 {
        margin-bottom: 10px;
        font-size: 1.2rem;
        text-align: center;
    }

.feature-icon {
    margin: 0 auto 8px auto;
    width: 100px;
    height: 113px;
    display: block;
}
/* How it works */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.step {
    padding: 20px;
}

    .step span {
        display: inline-block;
        background: #2563eb;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 15px;
    }
/* Testimonials */
.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.testimonial {
    background: #f8fafc;
    padding: 25px;
    border-radius: 8px;
}

    .testimonial strong {
        display: block;
        margin-top: 15px;
    }

.notice {
    background: #fff7ed;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    margin: 25px 0;
    border-radius: 6px;
    color: #92400e;
}

.warning {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    padding: 15px;
    margin: 25px 0;
    border-radius: 6px;
}
