#header .header_top .header_top_outer {
    /* background: linear-gradient(to right, red 0%, white 70%); */
    /* background: linear-gradient(to right, red 0%, red 20%, white 100%); */

}

#top_line_nav #menu-item-16019 {
    padding-left: 12px;
}

.menu-top-line-navigation-container #top_line_nav>li>a {
    font-size: 15px;
    font-weight: normal;
}

@media (min-width: 550px) and (max-width: 767px) {
    .header_top_right .social_wrap_inner ul {
        display: flex;
        /* use flex layout */
        flex-wrap: wrap;
        /* allow items to go to the next line */
        padding: 0;
        /* remove default ul padding */
        margin: 0;
        /* remove default ul margin */
        list-style: none;
        /* remove bullets */
        gap: 32px;
        /* optional: space between images */
    }

    .header_top_right .social_wrap_inner ul li {
        flex: 0 0 25%;
        /* 4 items per row */
        box-sizing: border-box;
        /* include padding/gap in width */
        text-align: center;
    }

    .header_top_right .social_wrap_inner ul li img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 767px) and (max-width: 1020px) {
    .header_top .social_wrap {
        height: 60px !important;
    }
}


.custom-bold-text {
    font-weight: bold;
    font-size: 10px;
}

li#menu-item-16997 a span.nav_item_wrap {
    display: inline-block;
    /* border: 2px solid #f31212; */
    color: #ffff !important;
    padding: 0px 20px;
    /* border-radius: 25px; */
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: rgb(190, 0, 0);
}

li#menu-item-16997 a span.nav_item_wrap:hover {
    background-color: #a00;
    /* darker red on hover */
    transform: translateY(-1px);
}

#footer .cmsmasters_footer_default .footer_inner {
    padding-top: 10px;
    padding-bottom: 20px;
}

.cmsmasters_footer_default .footer_copyright {
    padding: 0px !important;
}

/* Change font size of tab titles */
.cmsmasters_tabs_list_item a span {
    font-size: 14px;
    /* ← change this value as needed */
    font-weight: 600;
    /* optional: make it bolder */
}


/* 🔲 Footer background color */
/*http://usep.edu.ph/wp-content/uploads/2025/08/SePhi-Final-Icon.png*/

nav>div>ul ul {
    width: 350px;
}

#bottom .bottom_bg .bottom_inner {
    padding-top: 50px;
    padding-bottom: 10px;
}

/* Container for footer section */
.custom-footer-section {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

/* Smooth fade-in */
.custom-footer-section.visible {
    display: flex !important;
    opacity: 1;
    transition: opacity .3s ease;
    margin-left: -40px;
}

/* Image styling */
.footer-buttons img {
    height: 40px;
    width: 180px;
    /* max-width: 120px;
    height: auto;
    margin-right: 20px; */
    /* Space between image and buttons */
}

/* Button styling */
.footer-buttons {
    display: flex;
    flex-direction: column;

    /* gap: 10px; */
}

.footer-button {
    background-color: #e70000;
    /* Red background */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.footer-button:hover {
    background-color: #d40000;
    /* Darker red on hover */
}

.footer-buttons a {
    display: inline-block;
    padding: 4px;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-buttons a:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}



/* Custom CSS to style and position the Chatfuel logo */
/* #chatfuel-chat-logo {
    position: fixed;
    width: 200px;
    height: auto;
    margin-right: 20px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
} */

/* Add hover effect (optional) */
/* #chatfuel-chat-logo:hover {
    transform: scale(1.1);
} */

#bottom,
.bottom_bg {
    background-color: #D50B00;
    /* Change to your desired color */
}

/* 🔤 Footer text color */
#bottom,
#bottom .widget,
#bottom .widgettitle,
#bottom p,
#bottom li,
#bottom span,
.textwidget ul li a {
    color: #ffffff;
    /* Change to desired text color */
}

#bottom .widgettitle,
.textwidget ul li a {
    color: #ffffff;
    margin-bottom: 0px;
}

/*  Be a volunteer */
@media (max-width: 1024px) {
    #menu-item-16997 a {
        display: inline-block !important;
        text-align: center !important;
        width: 100% !important;
        /* padding: 0px 10px 0px 10px; */
    }

    li#menu-item-16997 a span.nav_item_wrap {
        padding: 10px !important;
    }

    /* Top Logo */
    /* .header_top .social_wrap {
        width: 590px;
    } */

    /* .header_top .header_top_right {
        height: 60px !important;
    } */

    #dpo-dps-logo a img {
        padding-left: 12px !important;
    }

    /* Top Logo */
}

@media (min-width: 1600px) and (max-width: 1810px) {
    .header_top .header_top_inner {
        width: 1600px !important;
    }

    .header_mid .header_mid_inner {
        width: 1600px !important;
    }
}

/*  1400  1440 */
@media (min-width: 1400px) and (max-width: 1600px) {
    .header_top .header_top_inner {
        width: 1420px !important;
    }

    .header_mid .header_mid_inner {
        width: 1400px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .header_top .header_top_inner {
        width: 1420px !important;
    }

    .header_mid .header_mid_inner {
        width: 1370px !important;
    }
}

/*  */

@media (max-width: 1025px) {

    /* Hide the main menu */
    /* .mid_nav_wrap {
        display: none !important;
    } */

    /* Show the responsive hamburger */
    /* .resp_mid_nav_wrap {
        display: block !important;
    }

    .resp_mid_nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    } */
}


@media only screen and (min-width: 1755px) {
    .header_top .header_top_inner {
        width: 1000px;
    }
}

@media only screen and (min-width: 1440px) {
    .header_top .header_top_inner {
        width: 1600px;
        /* width: 2030px; */
    }

    .header_mid .header_mid_inner {
        width: 1600px;
        /* width: 2030px; */
    }

    #dpo-dps-logo a img {
        padding-left: 20px !important;
    }
}

@media only screen and (max-width: 1024px) {
    #header nav span {
        color: #ffff;
    }
}

.menu-top-line-navigation-container .top_line_nav>li>a {
    font-size: 15px;
    font-weight: bold;
}


.header_top .social_wrap {
    /* font-size: 12px;
    line-height: 12px;
    width: 70px;
    height: 42px; */
    padding-right: 120px;
}

.header_top .social_wrap li {
    padding-left: 25px;
}

.header_top_right .social_wrap .social_wrap_inner ul li a img {
    height: 50px;
    /* width: 100%; */
    max-width: none;
}

.header_top .social_wrap a {
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    height: 50px;
    background-color: transparent !important;
}


.social_wrap .social_wrap_inner {
    height: 50% !important;
}

.social_wrap ul li a {
    text-align: center;
}

.social_wrap ul li a img {
    display: block;
    margin: 0 auto;
}

#feedback-btn {
    position: fixed;
    /*right: 20px;*/
    left: 20px;
    bottom: 60px;
    z-index: 99999;
    padding: 15px 25px;
    background-color: rgba(155, 12, 35, 0.9);
    /* Slight transparency */
    color: white;
    /*font-family: sans-serif;*/
    font-size: 16px;
    line-height: 1.4;

    border-radius: 12px;
    /* Less pill, more box */
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Adds depth */
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
    max-width: 280px;
    text-align: left;

    cursor: pointer;
}

#feedback-btn:hover {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
    transform: scale(1.05);
}

/* BELOW 1600px → show burger, hide top header */
/* @media (max-width:1599px) {

    .header_top {
        display: none !important;
    }

    .header_mid .mid_nav_wrap {
        display: none !important;
    }

    .header_mid .resp_mid_nav_wrap {
        display: block !important;
    }

} */

/* ABOVE 1600px → show full header */
/* @media (min-width:1600px) {

    .header_top {
        display: block !important;
    }

    .header_mid .mid_nav_wrap {
        display: block !important;
    }

    .header_mid .resp_mid_nav_wrap {
        display: none !important;
    }

} */

/*.header_top_right .social_wrap .social_wrap_inner ul li a img{
	height: 30px;
	width: 40px;
}*/

/*@media only screen and (min-width: 1440px) {
  .post-password-form,
  .header_top_inner,
  .header_mid_inner,
  .header_bot_inner,
  .content_wrap,
  .headline_inner,
  .bottom_outer,
  .footer_inner,
  .cmsmasters_row_inner,
  .cmsmasters_row_title_wrap {
    width: 1600px;
}*/