body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 75px;
    margin-right: 10px;
}

.logo h1 {
    font-size: 1.5em;
    margin: 0;
}

nav {
    position: relative;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;

}

.nav-toggle i {

    color: black;




}

.nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav li {
    margin: 0 15px;
}

nav ul li:hover {
    transition: 0.3s all ease;
    transform: scale(1.1);
}

nav a {
    text-decoration: none;
    color: #333;
    font-size: 1em;
}

.propose-idea {
    background-color: #4b7bd0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.banner {
    background-image: url(../images/Group1.jpg);
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
}

.banner-content {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
}

.banner h1 {
    font-size: 2.5em;
    margin: 0;
}

.banner h2 {
    font-size: 2em;
    margin: 10px;
}

.why {
    /* margin: 100px 0px 10px 0px; */
    text-align: center;
    font-size: 30px;
    animation: 0.3s ease-in-out;
    text-align: center;
    background-color: #1c3b70;
    color: #fff;
    padding: 5px;
}

.container {
    margin-bottom: 100px;
}

.grid-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}



.grid-item {

    box-sizing: border-box;
    background: #f9f9f9;
    transition: border 0.3s ease;
    margin: 20px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 35vh;
    width: 25vw;
}

.grid-item:hover {

    border-color: #4b7bd0;


}

.card-header,
.card-logo,
h3,
p {
    margin: 0;
    padding: 0;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.card-logo img {
    width: 50px;
    margin-right: 10px;
}

.card-header h3 {
    margin: 0;
    font-size: 1.2em;
}

.grid-item p {
    color: #666;
}



.activities {
    height: 110vh;
    margin: auto;
}

.activities h1 {
    text-align: center;
    background-color: #1c3b70;
    color: #fff;
    padding: 5px;

}

.slider {
    position: relative;
    width: 100%;
    height: 80vh;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    width: 100%;
    height: 50%;
    object-fit: contain;
    border-radius: 10px;
}

.caption {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.indicator {
    width: max-content;
    height: 10px;
    background-color: #ddd;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.indicator.active {
    background-color: #333;
}

footer {
    height: 100vh;
    background-color: #1c3b70;

}

.footer-container {
    height: 70vh;
    display: flex;
    justify-content: space-evenly;
}

.footer-logo {
    width: max-content;
    margin: 70px 0px 0px 0px;
}

.rsps-logo img {
    width: 300px;
}

.footer-links {
    margin: 50px 0px 0px 0px;
    text-align: left;
}

.footer-links .links h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.footer-links .links h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.footer-links .links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    list-style: none;
}

.footer-links .links a :hover {
    color: #fff;


}

.Follow-us img {
    padding: 5px;
    width: 50px;
}

.footer-contact {
    margin-top: 50px;
    margin-left: -50px;
}

.footer-contact h3,
h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    line-height: 0.7;
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: -5px;

}

.footer-bottom {

    margin: auto;
    line-height: 0.5;
    text-align: center;
    margin-top: 40px;

}

.footer-bottom h3 {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
}

.footer-bottom h4 {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);

}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}
.share-container {
    text-align: center;
    margin: 10px;
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    margin-top: 10px;
}

.icon {
    text-decoration: none;
    color: #000; 
    font-size: 40px; 
}

.icon.facebook {
    color: #3b5998;
}

.icon.linkedin {
    color: #0077B5;
}

.icon.whatsapp {
    color: #25D366;
}
.copyButton {
    background: none;
    border: none;
    cursor: pointer;
}

.copyButton i {
    font-size: 24px;
    color: #333;
    transition: color 0.3s;
}

.copyButton:hover i {
    color: #1c3b70
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}



@media (max-width:820px) {
    body {
        margin: 0;
        padding: 0;
    }
/* 
    .nav-toggle {
        display: flex;
        background-color: none;
        color: none;

    }

    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        right: 10px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 1;


    }

    .nav-list.nav-list-visible {
        display: flex;
        width: 150px;
    }

    .nav-list li {
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-list li a {
        padding: 15px;
        display: block;
        width: 100%;
        background-color: transparent;
        color: #333;
        border-radius: 0;
    }

    .logo h1 {
        font-size: 1.2em;
    }

    .nav-toggle i {
        font-size: 9vw;
    }

    .nav-list li {
        margin: 0;
        border-bottom: 1px solid #ddd;
    } */


/* Mobile View */
/* .nav-toggle {
    display: flex;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    z-index: 2;
}

.nav-list {
    display: none;
    flex-direction: column;
    width: 75%;
    max-width: 300px;
    position: fixed;
    top: 60px;
    right: -100%;
    background: linear-gradient(135deg, #4b7bd0, #4b97d0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 20px 0;
    border-radius: 8px 0 0 8px;
    transition: right 0.3s ease;
}

.nav-list.nav-list-visible {
    display: flex;
    right: 0;
}

.nav-list li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.nav-list li a {
    padding: 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.nav-list li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

nav ul li:last-child {
    border-bottom: none;
}

body.nav-open {
    overflow: hidden;
}

.logo h1 {
    font-size: 1.2em;
    color: #4b7bd0;
}

.nav-toggle i {
    font-size: 9vw;
    color: #4b7bd0;
} */














/* Mobile View 
.nav-toggle {
    display: flex;
    background-color: transparent;
    /* color: #333; 
    color: red;
    cursor: pointer;
    z-index: 2;
}

.nav-list {
    display: none;
    flex-direction: column;
    width: 75%;
    max-width: 300px;
    position: fixed;
    top: 40%;
    left:12%;
    background: linear-gradient(135deg, #4b7bd0, #4b97d0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 20px 0;
    border-radius: 8px 0 0 8px;
    transform: translateY(-50%); 

    transition: right 0.3s ease;
}

.nav-list.nav-list-visible {
    display: flex;
    right: 0;
}

.nav-list li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.nav-list li a {
    padding: 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.nav-list li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

nav ul li:last-child {
    border-bottom: none;
}

body.nav-open {
    overflow: hidden;
}

.logo h1 {
    font-size: 1.2em;
    color: #4b7bd0;
}

.nav-toggle i {
    font-size: 9vw;
    color: #4b7bd0;
}

 */



 /* Mobile View */
.nav-toggle {
    display: flex;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    color: #000;
}

.nav-list {
    display: none;
    flex-direction: column;
    width: 75%;
    max-width: 250px;
    position: fixed;
    top: 37%;
    /* left: 12%; */
    right: 0%;
    /* background: rgba(255, 255, 255, 0);  */
    background-color: #fff;
    z-index: 1;
    padding: 20px 0;
    border-radius: 8px 0 0 8px;
    transform: translateY(-50%);
    transition: right 0.3s ease;
    /* align-items: center; */
   
}

.nav-list.nav-list-visible {
    display: flex;
    right: 0;
}

.nav-list li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.nav-list li a {
    padding: 15px;
    display: block;
    color: black; /* Black text color */
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.nav-list li:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Slight hover effect with transparency */
}

nav ul li:last-child {
    border-bottom: none;
}

body.nav-open {
    overflow: hidden;
}

.logo h1 {
    font-size: 1.2em;
    color: inherit; /* Keep heading color unchanged */
}

.nav-toggle i {
    font-size: 9vw;
    color: black; /* Ensure the menu icon remains black */
}
.propose-idea{
    background-color: white;
}





    





    

    .banner {
        /* background-size: contain; */
        display: flex;
        text-align: center;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        height: 25vh;
    }

    .banner-content {
        background-color: rgba(0, 0, 0, 0.5);
        height: fit-content;
        border-radius: 8px;
        width: fit-content;
        position: relative;
        top: 20px;
        margin: 60px auto 0 auto;
    }

    .banner h1 {
        font-size: 1em;
        margin: 0;
    }

    .banner h2 {
        font-size: 1em;
        margin: 0px;
    }

    .why {
        /* margin: -50vh 0px 10px 0px; */
        text-align: center;
        font-size: 30px;
        animation: 0.3s ease-in-out;
        text-align: center;
        background-color: #1c3b70;
        color: #fff;
        padding: 5px;
    }

    .container {
        margin-bottom: 100px;
    }

    .grid-container {

        flex-direction: column;
        align-items: center;
    }

    .grid-item {
        margin: 10px;
        height: fit-content;
        width: 75vw;
    }

    .card-header {
        margin-bottom: 20px;
    }


    .activities {
        height: 50vh;
        margin-bottom: 0px;
    }
    .activities h1{
        font-size: 1.5em;
    }

    .slider {

        height: 30vh;
        width: 90%;
    }

    footer {
       height: 90vh;

    }

    .footer-container {
        height: 60vh;
        display: flex;
        justify-content: space-around;
    }

    .footer-logo {
        width: max-content;
        margin: 20px 0px 0px 0px;
    }

    .rsps-logo img {
        width: 150px;
    }

    .footer-links {
        margin: 20px 0px 0px 0px;
        text-align: left;
    }

    .footer-links .links h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 100;
        margin-left: 18vw;
    }

    .footer-links .links h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 100;
        display: block;
        
    }

    .footer-links .links a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        list-style: none;
    }

    .footer-links .links a :hover {
        color: #fff;


    }

    .footer-links .links ul li {
        margin-left: 18vw;
        line-height: 1.5;

        


    }

    .Follow-us {
        position: relative;
        top: 0vh;
        right: 33%;
        color: #fff;
    }

    .Follow-us h4 {
        text-align: center;
        font-size: 25px;
        font-weight: 100;
    }

    .Follow-us img {
        padding: 5px;
        width: 50px;
        
        
    }
    .logos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .footer-contact {
        display: none;
    }

    .footer-contact h3,
    h4 {
        color: #fff;
        font-size: 19px;
        font-weight: 100;
        line-height: 0.7;
        
    }

    .footer-contact p {
        color: rgba(255, 255, 255, 0.7);
        margin-top: -5px;

    }

    .footer-bottom {
        line-height: 0.5;
        text-align: center;
        margin-top: 0vh;

    }

    .footer-bottom h3 {
        color: rgba(255, 255, 255, 0.7);

    }

    .footer-bottom h4 {
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.3;

    }

    .footer-bottom p {
        color: rgba(255, 255, 255, 0.7);

    }

    .footer-bottom a {
        color: #fff;
        text-decoration: none;
    }



























    
    ::-webkit-scrollbar {
        width: 0;
        display: none;


    }
}