/* Top Bar Styles */
.top-bar{
    background-color: rgb(224, 224, 22);
}
.top-bar .contact-info {
    font-size: 0.875rem;
}

.top-bar .social-icons a {
    margin-left: 10px;
    text-decoration: none;
}

.grad{
    background-color: rgba(29, 224, 22, 0.803);
}
/* Header css */
/* ================= */
.navbarstyle {
    box-shadow: 0 2px 5px 0 #D3D3D3;
    background-color:white ; 
}

.navbar-collapse{
    background-color: black; 
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
}


.material-icons-Sharp {
    vertical-align: middle;
    line-height: 1px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #fffdfd;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid rgb(235, 220, 85);
    color: #ecaf07;
    font-weight: 520;
}

.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid rgb(236, 137, 7);
    color: #fad367;
    font-weight: 520;
}

.navbar-dropdown-item {
    font-size: 14px;
}

.navbar-brandimg {
    width: 250px;
    margin-left: 2%;
}

.navbar-nav-style {
    margin-left: 10%;
}

@media screen and (max-width: 767px) {
    .navbarstyle {
        box-shadow: none;
        background-color: white;
        width: 100%;
    }

    .navbar-brandimg {
        width: 30%;
        margin-left: 0%;
    }

    .navbar-nav-style {
        margin-left: 0%;
    }
}

@media only screen and (min-width: 768px) and (max-width:912px) {
    .navbarstyle {
        box-shadow: none;
        background-color: white;
        width: 100%;
    }

    .navbar-brandimg {
        width: 30%;
        margin-left: 0%;
    }

    .navbar-nav-style {
        margin-left: 0%;
    }
}

/* Title Section */
.title-section {
text-align: center;
padding: 50px 0;
}


.title-section h5 {
color: #212529; /* Darker color for subheading */
font-weight: bold;
}

.separator {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 0;
}

.separator hr {
width: 25%;
border: 0;
border-top: 1px solid #ddd;
margin: 0 10px;
}

.separator span {
color: #ecaf07;
font-weight: bold;
}

.description {
color: #666;
font-size: 1rem;
max-width: 900px;
margin: 0 auto;
}

  
/* Quote Session */
.gradient-custom {
    /* fallback for old browsers */
    background: #2B327A;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #020d85, #51579b);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #51579b, #020d85)
}

/* Core Values styling */
.value-card {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s;
    }

    .value-card:hover {
    transform: scale(1.05); /* Slight zoom effect */
    }

    /* Core Values Icon styling */
    .icon {
    font-size: 5rem;
    color: #bea45a; /* Initial color */
    transition: filter 0.3s;
    }

    /* Core Values Hover effect for grayscale icon */
    .value-card:hover .icon {
    filter: grayscale(100%);
    }

    /* Core Values Headings and text */
    .value-title {
    font-weight: bold;
    margin-top: 20px;
    }

    .value-description {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5;
    }

    .value-description2 {
        color: #000000;
        font-size: 1.0rem;
        line-height: 1.5;
        }
    

    /* Core Values */
.corevalues {
    background-color: #5e4606; /* Dark background as fallback*/
    color: #e79b44; /* Light gray text */
    /*background-image: url('../assests/Gradient/green-abstract-background_23-2151820748.jpg');  Path to your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.corevalues::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(64, 96, 156);/* Dark overlay to improve text contrast */
    z-index: 1;
}

.corevalues .container {
    position: relative;
    z-index: 2; /* Ensures text and elements are above the overlay */
}


/*page*/

.page{
    background-color: #000000;
    
}


/*gpt*/

.header {
    text-align: center;
    padding: 50px 20px;
    background-color: #000;
    
}

.header h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    color: white;
}

.header button {
    margin: 20px 10px;
    padding: 10px 20px;
    font-size: 1rem;
    border: 1px solid gold;
    background-color: black;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}

.header button:hover {
    background-color: #e68a00;
}


 /* Footer Styles */
 .footer {
    background-color: #0b6ed1; /* Dark background as fallback*/
    color: #bdbdbd; /* Light gray text */
    background-image: url('../image/mage3.jpg'); /* Path to your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 37, 41, 0.8); /* Dark overlay to improve text contrast */
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2; /* Ensures text and elements are above the overlay */
}

.footer-logo {
    font-size: 1.25rem;
    font-weight: bold;
    color: #836105; /* Color matching the theme */
}

.footer h5 {
    font-weight: bold;
}

.footer a {
    color: #bdbdbd;
    text-decoration: none;
}

.footer a:hover {
    color: #836105;
}

.btn-success {
    background-color: #836105;
    border: none;
}

.footer hr {
    border-color: #616161;
}

/* /* Contact us Icons * /
  /* Contact us Icons */
  .icon2 {
    font-size: 3rem;
    color: #836105; /* Initial color */
    transition: filter 0.3s;
  }

  /*staff profile*/

  .founder-section {
    text-align: center;
    padding: 50px 20px;
}
.founder-section img {
    max-width: 100%;
    border-radius: 10px;
}
.founder-title {
    font-size: 1.5rem;
    font-weight: bold;
}
.founder-description {
    font-size: 1rem;
    color: #555;
}
.social-icons a {
    color: #000;
    margin: 0 5px;
    text-decoration: none;
    font-size: 1.2rem;
}

/*donate*/

.section-titles {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.donation-options {
    width: 50%;
   border: 1px solid black;
   height: 190px;
}
.bank-details {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.nav-links {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin: 4px 6px;
  }
  
  .nav-links.active {
    color: #fff;
    background-color: #FF6600; /* Orange color */
  }
  
  .bank-details p {
    margin: 0;
    padding: 4px 0;
  }

/*events*/

.urgent-badge {
    position: absolute;
    top: 10px;
    left: 3px ;
    background-color: #ff5722;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.project-image {
    position: relative;
}

.latest-projects h5 {
    color: #ff5722;
    text-transform: uppercase;
    font-weight: bold;
}

.donate-button {
    background-color: #ff5722;
    border: none;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

.donate-button:hover {
    background-color: #e64a19;
    color: white;
}


.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination button {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.pagination button:hover {
    background-color: #f0f0f0;
}

.pagination button.active {
    background-color: #ff7e39;
    color: #ffffff;
    border-color: #ff7e39;
}
  