body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

/* Make nav logo bigger, centered, and overlapping content */
.site-logo {
    position: absolute !important;
    left: 10px;
    top: 0;
    z-index: 100;
}

.site-logo img {
    max-height: 18rem !important;
    width: auto !important;
}

#site-header {
    background-color: #691D33 !important;
}

#site-header .header-inner {
    justify-content: center !important;
    position: relative;
    padding-left: 280px !important;
}

/* Mobile: shrink logo and adjust layout */
@media (max-width: 767px) {
    .site-logo {
        position: relative !important;
        left: auto;
        top: auto;
        text-align: center;
        margin-bottom: -10px;
    }

    .site-logo img {
        max-height: 16rem !important;
    }

    #site-header .header-inner {
        padding-left: 0 !important;
        flex-direction: column;
        align-items: center;
    }

    .header {
        padding-top: 20px !important;
    }

    /* Hide logo when mobile menu is open */
    .showing-modal .site-logo {
        display: none !important;
    }
}


h1, h2, h3, h4, h6 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h1 {font-size: 80px;}
h2 {font-size: 60px;}
h3 {font-size: 48px;}
h4 {font-size: 30px;}
h5 {font-size: 24px; font-weight: 400;}
h6 {font-size: 20px;}

.header {
    content: '';
    display: block;
    position: relative;
    background-color: #171717;
    background-image: url(../img/header-bg.png);
    color: #FFF;
    width: 100%;
    min-height: 115px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #691D33;
    padding: 10px;
    padding-top: 60px;
    
}

.nav-ags li{
    border-right: 2px solid rgba(180,119,138,0.5);
    display: inline-block;
    float: left;
    line-height: 18px;
    height: 60%;
}
.nav-ags li:last-child {
    border-right:0;
} 

.interior {
    background-position: center;
    background-image: url(../img/interior-bg.png);
    
}

.homepage-logo {
    margin-top: -40px;
    position: relative;
}

.seal {
    position: absolute;
    right: 5px;
    top: -30px;
}

.header-card {
    background: #691D33;
    background: linear-gradient(180deg,rgba(105, 29, 51, 1) 0%, rgba(207, 57, 101, 0) 100%);
    border: 1px solid #691D33;
    border-radius: 25px;
    text-align: center;
    padding: 20px;
    min-height: 180px;
    margin-bottom: 15px;
}

.header-card-horizontal {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    min-height: auto;
    padding: 20px 25px;
}

.header-card-horizontal p {
    flex: 1;
    margin-bottom: 0;
}

.header-card-horizontal .button-card {
    flex-shrink: 0;
    width: auto;
    padding: 8px 25px;
    white-space: nowrap;
}

.maroon-btn {
    background-color: #691D33;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
}

.header-card p {
    font-size: 24px;
    font-weight: 300;
}

.header-card p span {
    font-weight: 600;
    display: block;
}

.button-card {
    background-color: #691D33;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
}

/* Hero Donation CTA */
.hero-donate-link {
    display: block;
    text-align: center;
    margin-bottom: -10px;
}

.hero-donate-full-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .header-card-horizontal {
        flex-direction: column;
        text-align: center;
    }
    .header-card-horizontal .button-card {
        width: 100%;
    }
    .hero-donate-full-img {
        max-width: 320px;
        margin: 20px auto 0;
    }
}

.home-quote {
    background: rgba(105, 29, 51, 0.03);
    padding: 50px;
}

.home-quote h3 {
    font-weight: 300;
}

.home-bottom {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #691D33;
    background: linear-gradient(180deg,rgba(105, 29, 51, 1) 0%, rgba(121, 31, 57, 1) 100%);
    color: #FFF;
}

.footer {
    background: #691D33;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #B4778A;
    font-weight: 300;
}

.footer .social {
    float: right;
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #B4778A;
}

.footer ul li {
    line-height: 1.5;
    margin: 0.51rem 0 0 0.5rem;
}

.footer ul a {
    color: #FFD1E1;
}

.logo-header {
    width: 115px;
    height: auto;
}

.recent-posts {
    padding: 0px;
}

.title-lines {
    background-image: url(../img/lines-title.png);
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-position: bottom;
    color: #691D33;
    padding-bottom: 10px;
    margin-bottom: 50px;

}

.bg-quote {
    content: '';
    display: block;
    background-color: #FFEAF1;
    background-image: url(../img/people-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.scholarship-box {
    text-align: center;
}

.scholarship-box .top {
    padding: 20px;
    background-color: #691D33;
    color: #FFF;
    border-radius: 20px 20px 0 0;
}

.scholarship-box .bottom {
    padding: 20px;
    border: 1px solid #691D33;
    border-radius: 0 0 20px 20px;
    min-height: 120px;
}

.scholarship-box .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.scholarship-box .amount {
    font-size: 36px;
    font-weight: 800;
}

.scholarship-box .sub {
    font-size: 18px;
    font-weight: 600;
}

.students-banner {
    content: '';
    display: block;
    background-image: url(../img/students-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 290px;
    width: 100%;
}

.courses {
    background-color: #FFF5F8;
    border: 1px solid #E1CAD1;
    border-radius: 15px;
    padding: 20px;
    min-height: 240px;
}

.donate-banner {
    content: '';
    display: block;
    background-image: url(../img/donate-img3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 290px;
    width: 100%;
}

/* Donate Page Hero Banner */
.donate-hero-banner {
    background: linear-gradient(135deg, #500000 0%, #732d2d 40%, #500000 70%, #3a0000 100%);
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}
.donate-hero-banner a {
    display: block;
}
.donate-hero-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.donate-widget-overlay {
    position: absolute;
    right: 30px;
    width: 445px;
    z-index: 20;
    background: rgba(255,255,255,0.97);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.donate-hero-banner + .donate-widget-overlay + section {
    padding-top: 150px;
}
@media (max-width: 991px) {
    .donate-widget-overlay {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        max-width: 500px !important;
        margin: 20px auto !important;
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    }
    .donate-hero-banner + .donate-widget-overlay + section {
        padding-top: 30px;
    }
}

.contact-info-box {
    border: 1px solid #691D33;
    border-radius: 15px;
    padding: 20px;
    min-height: 160px;
}

.tabs-ags .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFF;
    background-color: #691D33;
}

.tabs-ags .nav-link {
    color: #691D33!important;
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7 input[type="submit"] {
    max-width: 120px;
    background-color: #691D33;
    color: #ffffff;
    border: 2px solid #691D33;
    border-radius: 0;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a{
    color: #F8D3DC!important;
    text-underline-offset: 8px;
}

.modal-menu li.current-menu-item > .ancestor-wrapper > a{
    color: #F8D3DC!important;
    text-underline-offset: 8px;
}

.btn-ags-primary {
    background-color: #FFD1E1;
    color: #691D33!important;
    font-size: 18px;
    width: 150px;
    font-weight: 800;
    margin-top: -8px!important;
    text-align: center;
    border-radius: 30px;
    padding: 8px 0;
}

.seal-index {
    position: relative; z-index: 10;
}

.alert {
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            display: none;
        }

        .alert.success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
            display: block;
        }

        .alert.error {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
            display: block;
        }

        .required {
            color: #dc3545;
        }

        .spinner {
            display: none;
            border: 3px solid #f3f3f3;
            border-top: 3px solid #667eea;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            animation: spin 1s linear infinite;
            margin: 0 auto 10px;
        }

        .spinner.show {
            display: block;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

@media (min-width: 1000px) {
    .header-inner {
        padding: 1rem 0;
    }
}


@media (max-width:767px) { 
    .main-title {
        font-size: 54px;
        margin-top: 20px;
    }
    .main-title-index {
        font-size: 60px;
        padding-top: 50px;
    }
    .seal {
        position: absolute;
        right: 50px;
        top: -118px;
        width: 100px;
    }

    .nav-ags li{
        border-right: none;
        line-height: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .btn-ags-primary {
        margin-top: 30px;
        width: 200px;
    }

    .logo-footer-ags {
        margin-right: auto !important;
        margin-left: auto !important;
        display: block !important;
    }

    .footer-menu-center {
        justify-content: center !important;
    }

    .seal-index {
    position: relative; z-index: 0;
}

}