.navbar-brand img {
    height: 50px; /* Adjust this as needed */
    
}
.navbar-nav .nav-item .nav-link {
    color: #fff; /* Change link color */
    
    
}
.navbar-nav .nav-item .nav-link:hover {
    color: #ddd; /* Change link color on hover */
}

.dropdown-menu {
    width: 200px; /* Adjust the width to fit your QR code */
    text-align: center; /* Center align the content */
  }
.dropdown-menu img {
    width: 200px; /* Make the QR code fit the dropdown width */
    height: auto; /* Maintain aspect ratio */
  }
.button-color{
    background-color: rgb(221, 78, 12);
    color: white;
}
/* .donate-btn {
    background-color: #ff6f61; 
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.donate-btn:hover {
    background-color: #ff3e30; 
    color: white;
} */
.brand-name{
    color: white;  
 }


/* .sticky {
    position: sticky;
    top:-10px;
    padding: 5px;
    width: 100%;
    height: 50px;
  }

  .sticky + .content {
    padding-top: 102px;
  } */





/* Index */
.about-image {
    width: 100%;
    height: 500px;
    border-radius: 5px;
    margin-bottom:0%;
    margin-top: -40px;
}
.about-content {
    padding: 2rem;
}
.about-card {
    border: none;
    background-color: #f8f9fa;
}
.card-title {
    color: rgb(221, 78, 12);
}
.card-text {
    color: #555;
}
.more-about-btn {
    background-color: rgb(221, 78, 12);
    color: black;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: none;
}
.more-about-btn:hover {
    background-color: rgb(228, 79, 10);
    color: white;
}




.div-class{
padding-top: 30px;
}


/* Footer */
.footer {
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 1rem 0;
}
.footer a {
    color: #e24e18;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}


/* Contact */
body {
    font-family: Arial, sans-serif;
}
.style{
    color: #eb5e07 !important;
}
.contact-section {
    position: relative;
    padding: 50px 0;
    /* background: url() no-repeat center center; */
    /* background-image: url(); */
    background-size: cover;
    color: white;
    margin-top: 15px;
}
.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* Black overlay with 50% opacity */
    z-index: 1;
}
.contact-content {
    position: relative;
    z-index: 2;
}
.contact-section h2 {
    margin-bottom: 10px;
    font-size: 2.5rem;
    text-align: center;
    color: white;
}
.contact-info h4 {
    margin-top: 20px;
    font-size: 1.25rem;
    color: #ffd700; /* Gold color */
}
.contact-info p {
    font-size: 1rem;
    color: black; /* Light gray */
}
.contact-form {
    background-color: rgba(255, 255, 255, 0.8); /* White background with 80% opacity */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: black;
}
.contact-form .btn-primary {
    background-color: #eb5e07;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.contact-form .btn-primary:hover {
    background-color: #e03011;
}

        /* body {
            font-family: Arial, sans-serif;
        }
        .contact-section {
            padding: 50px 0;
        }
        .contact-section h2 {
            margin-bottom: 30px;
            font-size: 2.5rem;
            text-align: center;
            color: #333;
        }
        .contact-info h4 {
            margin-top: 20px;
            font-size: 1.25rem;
            color: #007bff;
        }
        .contact-info p {
            font-size: 1rem;
            color: #666;
        }
        .contact-form {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .contact-form .btn-primary {
            background-color: #007bff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
        }
        .contact-form .btn-primary:hover {
            background-color: #0056b3;
        } */
