.navbar .navbar-nav .nav-link {
    margin-right: 20px !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.scroll-container {
    width: 100%;
    overflow: hidden;
    background-color: #228B22; 
    padding: 10px 0;
    position: relative;
}

.scroll-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
    color:#FFF8DC;
    font-size: 18px;
    font-weight: 600;
    will-change: transform;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.scroll-container:hover .scroll-text {
    animation-play-state: paused;
}


@media (min-width: 1440px) {
    .slider_img {
        height: 700px; 
        object-fit: cover;
    }
}


.slider_img {
    width: 100%;
    height: 550px;
    object-fit: fill;
}


@media (max-width: 1024px) {
    .slider_img {
        height: 450px;
    }
}



@media (max-width: 768px) {
    #header-carousel .carousel-item img {
        //position: relative;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
}

@media screen and (max-width: 575px) {
    #header-carousel {
        height: 200px;
        overflow: hidden;
    }
}
@media (max-width: 425px) {
    .slider_img {
        height: auto;
        max-height: 250px;
        object-fit: fill; 
    }
}

.founder-img-box {
    width: 100%;
    max-width: 420px;
    height: 100%;
}

.founder-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


.founder-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    height: 100%;
}


.row.align-items-center > div {
    display: flex;
}


@media (max-width: 768px) {
    .founder-content {
        text-align: center;
    }

    .founder-img-box {
        max-width: 100%;
    }
}
.btn-donate {
  background-color: #FF6900;
  color: #fff;
  border-radius: 5px;
}

.btn-join {
  border: 1px solid #fff;
  color: #fff;
}


.topbar {
    background-color: #228B22;
}
.footer {
    background-color: #228B22;
}
.copyright {

    
    background-color:#228B22;
}
.navbar-brand .disha_title {
    color: #228B22 !important;
}


.navbar .navbar-nav .nav-link {
    color: #228B22 !important;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #145A1A !important; 
}

.footer .btn.btn-link:hover {
    color: white;
    letter-spacing: 1px;
    box-shadow: none;
}
.about_desc {
    line-height: 28px;
    font-size: 16px;
}
.journey-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.4s;

    height: 180px;                 
    display: flex;                 
    flex-direction: column;
    justify-content: center;       
    align-items: center;         
    text-align: center;
}
.journey-card:hover {
    transform: translateY(-10px);
    background: #228B22;
    color: #fff;
}

.journey-card h3 {
    color: #228B22;
    font-weight: bold;
}

.journey-card:hover h3 {
    color: #fff;
}
.activity-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.4s;
    cursor: pointer;
}

.activity-card:hover {
    transform: scale(1.05);
    background: #E8F5E9;
}

.activity-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.activity-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.project-item {
    margin-bottom: 30px;
}

.project-item .row {
    display: flex;
    align-items: center;
}

.project-item img {
    height: 350px;
    object-fit: cover;
}
.btn-success {
    background-color: #1B5E20;
    border: none;
}

.btn-success:hover {
    background-color: #145A1A;
}
.card, .service-item, .activity-card {
    border-radius: 12px;
}
.service-img img,
.project-item img {
    transition: 0.4s;
}

.service-item:hover img,
.project-item:hover img {
    transform: scale(1.05);
}
.container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrum_image {
    background-image: url(breadcrumb_image/banner_img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
}

.contact-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;

    
    border-left: 6px solid #1B5E20;

    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    
    height: 100%;
    display: flex;
    flex-direction: column;

    transition: 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-5px);
}


.map-box {
    border-radius: 15px;
    overflow: hidden;

    
    border: 5px solid #e8f5e9;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    height: 100%;
}


.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


.col-lg-6 {
    display: flex;
}


.contact-box,
.map-box {
    min-height: 630px;
}


.form-control {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #1B5E20;
    box-shadow: 0 0 5px rgba(27, 94, 32, 0.3);
}


.btn-success {
    background-color: #228B22;
    border: none;
}

.btn-success:hover {
    background-color: #145a1a;
}


@media (max-width: 768px) {
    .contact-box,
    .map-box {
        min-height: auto;
    }
}
.support-card {
    background: #fff;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.support-card:hover {
    transform: translateY(-8px);
}

.support-card i {
    display: block;
}
.bank-details-box {
    max-width: 500px;
    margin: 20px auto;
    border-left: 5px solid #228B22;
    padding: 20px;
}
.donate-btn {
    background: #228B22;
    color: white !important;
    border-radius: 5px;
    padding: 8px 15px;
}

.donate-btn:hover {
    background: #218838;
    color: #fff !important;
}
.boxshadow {
    border-radius: 10px;
    transition: 0.3s;
    background: #fff;
    border-left: 5px solid #228B22;
}

.boxshadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.text-success {
    color: #228B22 !important;
}
@font-face {
    font-family: 'ReviewFont';
    src: url('Review_Normal.ttf') format('truetype');
}

body,.fs-5 {
    font-family: 'ReviewFont', Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'ReviewFont', Arial, sans-serif;
    color: #228B22;
}

.brand-name {
    font-family: 'ReviewFont', Arial, sans-serif;
}
.testimonial-carousel .owl-item img {
    width: 200px;
    height: 200px;
}
.fs-5 {
    font-size: 1rem !important;
}

