.top-header-image{
    height: 45px;
    margin-bottom: 10px;
}

.navbar-area.nav-style-02.charity-nav-04 .nav-container .navbar-collapse .navbar-nav li a {
    color: #fffffffa !important;
}

.navbar-logo{
    margin-top: 23px;
    margin-bottom: -50px;
}

.nav-top-img{
    height: 45px;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    .navbar-area.nav-style-02.charity-nav-04 .nav-container .navbar-collapse .navbar-nav li a {
        font-size: larger; /* Adjust this value as needed */
    }

    .navbar-logo {
        margin-bottom: 66px;
    }
}
/* .navbar-area.nav-style-02.charity-nav-04 .nav-container .navbar-collapse .navbar-nav li a {
    color: #fffffffa !important;
} */

.navbar-logo{
margin-top: 23px;
margin-bottom: -50px;
}
.nav-top-img{
    height: 45px;
    margin-bottom: 64px;
}


/* 16 march */
  /* .header_slider_new{
        height: 20rem;
    } */
    .home_logo{
        /* margin-left: 250px; */
    }

    @media (max-width: 768px) {
        .home_logo {
            margin-left: 0;
        }
    }

    .color-bar {
        display: flex;
        width: 100%;
        height: 20px; /* Adjust height as needed */
    }

    .color-bar div {
        flex: 1;
        height: 30%;
    }

    /* Colors */
    .green { background-color: #28a745; }
    .orange { background-color: #f39c12; }
    .red { background-color: #e74c3c; }

    /* .new-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex-shrink: 0;
    } */

    /* .new-wrapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    } */

    .new-wrapper .logo {
        max-width: 100%;
        height: auto;
        flex-shrink: 0;
    }

    .no-js .owl-carousel {
        display: block;
        margin-top: 140px;
    }

    .navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li a {
        color: #432b60;
        transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .navbar-area.nav-style-02.charity-nav-03 .nav-container .navbar-collapse .navbar-nav li a:hover {
        color: #fcb11a;
       
    }

    .topbar-area.style-02 {
        background-color: #9238a4;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 5;
    }

    @media (max-width: 768px) {
        .color-bar {
            height: 10px; /* Adjust height for smaller screens */
        }

        .new-wrapper {
            padding: 10px;
        }

        .topbar-area.style-02 {
            position: relative;
        }
    }

    .translation-menu button {
        background-color: #FFD700; /* Gold */
        color: #333;
        border: none;
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        margin-bottom: 5px;
    }

    .translation-menu button:hover {
        background-color: #FFA500; /* Darker yellow/orange */
        color: white;
    }

     .skiptranslate{
        display: none !important;
     }
