html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.custom-img-size {
    width: 500px;
    height: 300px;
}
.custom-img-recent {
    width: 300px;
    height: 180px !important;
    object-fit:cover !important;
}

.custom-footer-image {
    width: 80px; /* Adjust the size as needed */
    height: 70px; /* Adjust the size as needed */
    border-radius: 50%; /* Makes the image circular */
    object-fit: cover; /* Ensures the image fits within the circle */
    border: 2px solid #fff; /* Optional: adds a border to the image */
}
.custom-icon{
    font-size:70px;
    color:gray
}
.custom-card:hover .custom-title {
    color:orange;
}
.custom-title {
   cursor:pointer;
}
.custom-PassImg-size {
    width: 500px;
    height: 250px;
}
.custom-PassImg-size {
    width: 500px;
    height: 250px;
   
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

 .custom-PassImg-size:hover {
        transform: scale(1.1);
        z-index: 1; /* Makes the image appear above the surrounding content */
 }

.d-help-stats-wrap {
  
    background-image: url('../images/volunteerbg.jpg');
    background-size: cover; /* Ensures the background image covers the entire section */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    padding: 50px 0; /* Adds some spacing inside the section for better visibility */
    color: #fff; /* Optional: Sets the text color to white to stand out against the background */
}

.volunteer-cont {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.volunteer-cont-div {
    display: block;
    unicode-bidi: isolate;
}
.d-help-stats-wrap {
    background-image: url('../images/volunteerbg.jpg');
    background: rgba(0, 0, 0, 0.9);
    /*Dark overlay;*/
    background-size: cover; /* Ensures the background image covers the entire section */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    padding: 50px 0; /* Adds some spacing inside the section for better visibility */
    color: white; /* Optional: Sets the text color to white to stand out against the background */
}
    .d-help-stats-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);  
        z-index: 1;  
    }

    .d-help-stats-wrap  {
        position: relative;
        z-index: 2;  
    }

.event-section {
    /*background-image: url('../images/volunteerbg.jpg');*/

    padding: 60px 0;
    color: #fff;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    Dark: overlay;
}

    .event-section::before {
        content: '';
       /* position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);  
        Dark overlay ;
        z-index: 1;
    }

    .event-section .container {
        position: relative;
        z-index: 2;
    }

.event-info-box {
    background-color: #f7941d;
    padding: 20px;
    text-align: center;
    border: 2px solid #fff;
}

    .event-info-box h2 {
        font-size: 48px;
        font-weight: bold;
    }

.countdown-timer h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.timer {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

    .timer div {
        flex: 1;
    }

    .timer span {
        display: block;
        font-size: 36px;
        font-weight: bold;
    }

.subscription-box {
    text-align: center;
    padding: 20px;
}

    .subscription-box form {
        display: flex;
        flex-direction: column;
    }

    .subscription-box input[type="email"] {
        padding: 10px;
        margin-bottom: 10px;
        border: none;
        outline: none;
    }

    .subscription-box button {
        padding: 10px;
        background-color: #f7941d;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .subscription-box button:hover {
            background-color: #e07c0f;
        }
.footer {
    background-color: #e07c0f;
    /*Dark overlay;*/
    background-size: cover; /* Ensures the background image covers the entire section */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    /*padding: 50px 0;*/ /* Adds some spacing inside the section for better visibility */
    color: white; /* Optional: Sets the text color to white to stand out against the background */
}

.theme-color {
    background-color: #e07c0f;
}


.brand-logo-slider {
    display: flex;
    /*flex-wrap: nowrap;*/
}

.brand-logo-slider div {
        flex: 1 1 auto;
        text-align: center;
 }

.brand-logo-slider img {
        max-width: 100%;
        height: auto;
}
.image-box {
    display: flex; /* Center logo horizontally */
    justify-content: center; /* Center logo horizontally */
    align-items: center; /* Center logo vertically */
    width: 100%; /* Full width */
    height: 150px; /* Adjust height as needed */
    padding: 40px; /* Add padding */
    margin: 8px;
    background-color: #f8f9fa; /* Light background color */
    /*border: 2px solid #007bff;*/ /* Border color */
    border: 1px solid #f8f9fa; /* Border color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px; /* Space below the logo */
    background-color: #e07c0f;
}

    .image-box img {
        max-width: 100%; /* Responsive logo */
        max-height: 100%; /* Keep within box height */
        object-fit: contain; /* Maintain aspect ratio */
    }

/* Apply the primary theme color */

.btn-warning:focus, .btn-warning:active {
    outline: none !important;
    box-shadow: none !important;

}

.theme-btn {
    background-color: #FF8C00;   
    color: white;
    border: none;
}

    .theme-btn:active, .theme-btn:focus, .theme-btn:hover {
        background-color: #FFA500 !important;
        color: white;
        outline: none !important;
        box-shadow: none !important;
    }


/*CSS for project */
/* Custom styling */
.gray-bg {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.article-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.widget {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.widget-title h3 {
    color: #fc5356;
    font-weight: 700;
}

.avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
}

    .card-text.expanded {
        -webkit-line-clamp: unset;
    }

/*.index-custom-card-size {
    height: 500px;
    width: 400px;
    margin: 3px;
}
*/


.custom-card:hover .icon-custom-hover {
    color: orange; /* Change color to orange on hover */
    transition: color 0.3s ease; /* Smooth transition for color change */
}

.custom-margin-top{
    margin-top :5rem !important;
}
.btn-sm{
    height:35px !important;
    width:100px !important;
    padding-top:0px !important;
    margin-top:0px !important;
    font-size:13px !important;
}
.logo-pic {
    mix-blend-mode: multiply;
}
/* ================= FOOTER ================= */

.main-footer {
    background: #111;
    color: #ccc;
    padding-top: 60px;
    font-size: 15px;
}

.footer-logo {
    font-weight: 800;
    font-size: 28px;
    color: #fff;
}

    .footer-logo span {
        color: #ffc107;
    }

.footer-about {
    margin: 20px 0;
    line-height: 1.6;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

    .footer-title::after {
        content: "";
        width: 40px;
        height: 2px;
        background: #ffc107;
        position: absolute;
        left: 0;
        bottom: -8px;
    }

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
}

    .footer-links li,
    .footer-contact li {
        margin-bottom: 12px;
    }

    .footer-links a {
        text-decoration: none;
        color: #bbb;
        transition: 0.3s;
    }

        .footer-links a:hover {
            color: #ffc107;
            padding-left: 5px;
        }

    .footer-contact i {
        color: #ffc107;
        margin-right: 8px;
    }

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

    .footer-social a:hover {
        background: #ffc107;
        color: #000;
        transform: translateY(-4px);
    }

.footer-bottom {
    background: #0d0d0d;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 14px;
}

    .footer-bottom a {
        color: #bbb;
        text-decoration: none;
    }

        .footer-bottom a:hover {
            color: #ffc107;
        }