#social-header{
    background-color: #04538b;
    /*background-color: #fd8a32; // HOPE=EDUCATION Color*/
    height: 7vh;
}

.top-bar-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    margin-left: 15px;
    text-decoration: none;
}

.top-bar-menu a i,.top-bar-menu span,.top-bar-menu svg{
    color: #ffcb27;
}

.top-bar-menu svg{
    vertical-align: inherit;
}

.top-bar-menu li{
    margin-left: 15px;
    float: right;
}

.top-bar-menu a{
    text-decoration: none;
}

.fa.fa-twitter::before {
    content: "𝕏";
}

header{
    background-color: #ffffff;
    /*background-color: #ffcb27;*/
}

.my-header .dropdown-menu{
    background-color: #ffffff;
    /*background-color: #ffcb27;*/
}

.navbar,.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

#nav-header img{
    height: 15vh;
}

#nav-header a{
    text-decoration: none;
    font-weight: bolder;
    font-size: 1rem;
    color: #333333;
    position: relative;
    transition: color 0.3s ease;
}

.my-header .nav-item span {
    pointer-events: none;
    display: none;
}

#nav-header a:not(.no-underline)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #005BBB;
    transition: width 0.3s ease;
}

#nav-header a:hover {
    color: #003E8A;
}

#nav-header a:hover::after {
    width: 100%;
}



.my-header .hover_logout:hover{
    background-color: red;
    color:white;
}

.my-header .dropdown-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0; /* Initially hidden */
    visibility: hidden;
}

.my-header .dropdown:hover>.dropdown-menu{
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Fix issue with dropdown on small screens */
@media (max-width: 991px) {
    .my-header .dropdown-menu {
        opacity: 1;
        visibility: visible;
        text-align: center;
    }

    .my-header .dropdown-submenu .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
    }

    .my-header .dropdown-submenu i{
        transform: rotate(90deg);
    }
}

.my-header #donor-dropdown{
    color: green; !important
}

/*#donor-dropdown:hover{*/
/*    color: #FFFFFF;*/
/*}*/

/*#donor-dropdown-a:hover{*/
/*    background-color: green;*/
/*}*/

#intro_title{
    text-shadow: 2px 2px 2px black;
}

.intro_text{
    text-wrap-style: pretty;
    text-align: justify;
    font-size: 20px;
    /*padding-left: 20vh;*/
    /*padding-right: 20vh;*/
    padding-top: 5vh;
    margin: auto;
}

.intro_text a{
    color: #ffcb27;
}





/*.go-to-top {*/
/*    position: fixed;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*    background-color: #555;*/
/*    color: white;*/
/*    padding: 10px 15px;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease, transform 0.3s ease;*/
/*}*/

/*.go-to-top.show {*/
/*    display: block;*/
/*    opacity: 1;*/
/*    transform: scale(1); !* Normal size when visible *!*/
/*}*/

/*.go-to-top.hide {*/
/*    opacity: 0;*/
/*    transform: scale(0.8); !* Slightly shrink when hiding *!*/
/*}*/

/*.go-to-top:hover {*/
/*    background-color: #000000;*/
/*}*/

#fixed-social-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.fixed-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007bff; /* Default blue */
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
}

#fixed-goToTopButton {
    border: none;
    cursor: pointer;
}

.fixed-social-icon.whatsapp { background-color: #25D366; }
.fixed-social-icon.facebook { background-color: #1877F2; }
.fixed-social-icon.top { background-color: #333; }

.fixed-social-icon.twitter { background-color: #1da1f2; }
.fixed-social-icon.instagram { background-color: #e4405f; }
.fixed-social-icon.youtube { background-color: #ff0000; }

.fixed-social-icon.twitter:hover { color: #1da1f2; background-color: #FFFFFF; }
.fixed-social-icon.instagram:hover { color: #e4405f; background-color: #FFFFFF; }
.fixed-social-icon.youtube:hover { color: #ff0000; background-color: #FFFFFF; }

.fixed-social-icon.whatsapp:hover {
    color: #25D366;
    background-color: #FFFFFF;
}
.fixed-social-icon.facebook:hover {
    color: #1877F2;
    background-color: #FFFFFF;
}
.fixed-social-icon.top:hover {
    color: #333;
    background-color: #FFFFFF;
}


.fixed-show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
}

.fixed-hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}


.social-header-hidden {
    transform: translateY(-100%); /* Slide up out of view */
}

.top-header-up{
    top: -7vh;
    transition: top 0.3s ease;
}

#social-header {
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*background-color: #333;*/
    /*color: white;*/
    /*text-align: center;*/
    padding: 5px;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);*/
    transition: transform 0.3s ease;
    z-index: 1000;
}

.truncate-text {
    /*max-height: 300px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 10; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


