
div#maximenuck.maximenuckv ul.maximenuck li.maximenuck.level1:hover, div#maximenuck.maximenuckv ul.maximenuck li.maximenuck.level1.active {
    background: #f5f4ef url(../images/fond_bg.png) top left repeat-x !important;
}

#sp-footer a, #sp-bottom a {
    background-color: #FFFFFF;
    color: #e15f00 !important;
    font-size: 16px;
    margin-top: 30px !important;
}

#sp-footer a:hover, #sp-bottom a:hover {
    background-color: #000000 !important;
    color: #e15f00 !important;
}


#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 32px !important;
    font-family: "Alatsi" !important;
}


.sp-copyright {
    color: #fff !important;
    font-weight: 600 !important;
}

.sp-copyright a {
    background: #fff !important;
    font-weight: 600 !important;
    margin-left: 5px !important;
}

.sppb-addon-header .sppb-addon-title {
    margin-bottom: 0 !important;
}

.sppb-gallery img {
    width: 200px;
    height: 200px;
}

.sppb-addon-header .sppb-addon-title {
    font-size: 50px !important;
}

.sppb-addon.sppb-addon-header h4 {
    font-size: 30px !important;
}

/* .sppb-addon-content span {
    display: flex;
    gap: 20px;
} */

p > a > strong {
    margin-top: 20px !important;
    display: inline-block;
}

.sppb-addon-content h4 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

ul.social-icons a {
    background: transparent !important;
}

ul.social-icons a > span {
    font-size: 18px !important;
    color: #fff !important;
}

.social-icons svg {
    fill: #fff !important;
    width: 14px;
    height: 14px;
}

ul.social-icons a {
    background: transparent !important;
    width: 48px !important;
    height: 48px !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    
#sp-bottom .sp-module .sp-module-title {
    font-size: 24px !important;
}

.sppb-addon-header .sppb-addon-title {
    font-size: 26px !important;
    margin-top: 20px !important;
}

.sppb-addon.sppb-addon-header h4 {
    font-size: 20px !important;
}

#sppb-addon-1681371414092 {
    margin-top: 20px !important;
}

.sppb-addon-content span {
    display: block;
}



.mod-custom img {
    height: 73vh;
    object-fit: cover;
    object-position: 0;
}

p {
    margin: 0 !important;
}

.sp-page-builder {
    background: #f5f4ef;
}


div#maximenuck.maximenuckv ul.maximenuck li.maximenuck.level1:hover, div#maximenuck.maximenuckv ul.maximenuck li.maximenuck.level1.active {
    background: #e15f00 url(../images/fond_bg.png) top left repeat-x !important;
}

div#sppb-addon-wrapper-1681798289706, div#sppb-addon-wrapper-1681742023005, div#sppb-addon-wrapper-3025066a-1d44-47d5-a3b1-2e6181d30a0a, .sppb-addon.sppb-addon-header h4 {
    margin: 0 !important;
}

#sp-footer, #sp-bottom {
    position: relative !important;
}


.sp-module.main_menu {
    display: none !important;
}

.sp-page-builder .sppb-section {
    padding-top: 20px !important;
}

#sp-bottom3 img {
    height: 150px;
    width: auto;
}

.sppb-gallery {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

.sppb-gallery::before {
    display: none !important;
}

.sppb-column-addons .sppb-addon-wrapper:nth-child(4), .sppb-column-addons .sppb-addon-wrapper:nth-child(5), .sppb-column-addons .sppb-addon-wrapper:nth-child(6) {
    margin: 0 !important;
}

.sppb-gallery img {
    width: 100% !important;
    height: 160px !important;
}

#sp-footer .container-inner {
    padding: 40px 0px 0px 0px !important;
}

/* #offcanvas-toggler .burger-icon>span {
    background-color: #ffffff !important;
} */

}
/* =========================================
   HELP WEBSITE CARDS
   ========================================= */

.helpsites {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    margin: 25px 0 40px;
}

.helpsites .help-site {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 18px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* Hover effect */
.helpsites .help-site:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    border-color: #bbbbbb;
}

/* Image area */
.helpsites .help-site a {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Logos */
.helpsites .help-site img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 120px;
    object-fit: contain;
    margin: 0 auto;
}

/* Website name */
.helpsites .help-site p {
    margin: 12px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/* =========================================
   ORGANIZATIONS YOU CAN CALL
   ========================================= */

.helpsites3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    width: 100%;
    margin: 20px 0 30px;
}

.helpsites3 > div {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 12px 15px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.helpsites3 > div:hover {
    background: #f8f8f8;
    border-color: #bbbbbb;
    transform: translateX(3px);
}

.helpsites3 a {
    text-decoration: none;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .helpsites {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .helpsites {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .helpsites .help-site {
        min-height: 180px;
    }

    .helpsites .help-site a {
        height: 120px;
    }

    .helpsites .help-site img {
        max-width: 90% !important;
        max-height: 110px;
    }

    .helpsites3 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}
/* =========================================
   ODU SPONSOR GALLERY
   ========================================= */

.odu-sponsor-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    margin: 25px 0 40px;
}

/* Sponsor card */
.odu-sponsor-gallery .odu-sponsor-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 18px;
    height: 190px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}

/* Hover effect */
.odu-sponsor-gallery .odu-sponsor-card:hover {
    transform: translateY(-5px);
    border-color: #bbbbbb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Link */
.odu-sponsor-gallery .odu-sponsor-card a {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

/* Sponsor image */
.odu-sponsor-gallery .odu-sponsor-card img {
    display: block;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 150px;

    object-fit: contain;

    margin: 0 auto;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .odu-sponsor-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .odu-sponsor-gallery .odu-sponsor-card {
        height: 180px;
    }

}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .odu-sponsor-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .odu-sponsor-gallery .odu-sponsor-card {
        height: 180px;
        padding: 15px;
    }

    .odu-sponsor-gallery .odu-sponsor-card img {
        max-width: 90% !important;
        max-height: 145px;
    }

}