
.navbar-brand {
    margin-right: 0 !important;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-nav .nav-link {
    color: #AE7E27;
}

@media (max-width: 576px) {
    .disha_title {
        font-size: 14px;
    }

    .navbar img {
        height: 40px !important;
    }
}


#header-carousel .carousel-item img {
    position: static !important;
    height: auto !important;
}



.slider_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (max-width: 767px) {
    #header-carousel .carousel-item {
        min-height: auto !important;
    }

    .slider_img {
        height: 220px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .slider_img {
        height: 300px !important;
    }

    #header-carousel .carousel-item {
        min-height: auto !important;
    }
}


@media (min-width: 1200px) {
    .slider_img {
        height: 450px;
    }
}



.about_image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .about_image {
        height: 250px;
    }
}

@media (min-width: 1024px) {
    .about_image {
        height: 400px;
    }
}
.programs-box {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    height: 100%;
    max-height: 450px;
    overflow-y: auto;
}

.program-list li {
    font-size: 13px;
    line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .programs-box {
        max-height: 350px;
    }
}
.team_img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .team_img {
        height: 250px;
    }
}

.gallery_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .gallery_img {
        height: 200px;
    }
}

.bg_img {
    background-size: cover !important;
    background-position: center !important;
}


h1, h3, h4 {
    color: #AE7E27;
}

.footer,
.data,
.quote {
    background: #AE7E27;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #AE7E27;
    
        border: 10px solid #AE7E27;
}



.top-feature .bg-white {
    transition: all 0.4s ease;
    border-radius: 12px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}


.top-feature .bg-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(174,126,39,0.2), transparent);
    transition: all 0.5s ease;
}


.top-feature .bg-white:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid #AE7E27;
}

.top-feature .bg-white:hover::before {
    left: 100%;
}

.top-feature .bg-white:hover .txt_color {
    color: #AE7E27;
    transition: 0.3s;
}


.logo {
    width: 100%;
    max-width: 200px;
    height: auto;
}


.disha_map iframe {
    width: 100% !important;
    height: 200px !important;
    border: 0;
}


.disha_txt {
    font-size: 22px;
}


.footer .btn-square {
    width: 35px;
    height: 35px;
}


@media (max-width: 767px) {

    .disha_txt {
        font-size: 18px;
    }

    .footer h4 {
        margin-bottom: 15px !important;
    }

    .footer p {
        font-size: 14px;
    }

    .footer .row > div {
        margin-bottom: 20px;
    }

    .disha_map iframe {
        height: 180px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .disha_txt {
        font-size: 20px;
    }

    .disha_map iframe {
        height: 200px !important;
    }
}
/*.facts {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url("../inc/images/fact.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/

label{
    color:#000000;
}
.footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #fff;
    font-weight: bold;
}


.support-section {
    background: #f8f9fa;
}

.support-card {
    background: #AE7E27;
    color: #fff;
    border-radius: 10px;
}

.support-card strong {
    color: #fff;
}

.support-section ul {
    padding-left: 18px;
}

.support-section ul li {
    margin-bottom: 8px;
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    background-color: #AE7E27; 
    padding: 10px 0;
    position: relative;
}

.scroll-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
    font-size: 18px;
    font-weight: 500;
    will-change: transform;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.scroll-container:hover .scroll-text {
    animation-play-state: paused;
}

#header-carousel,
#header-carousel .carousel-inner,
#header-carousel .carousel-item {
    height: 100%;
}

.slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width: 992px) {
    #header-carousel {
        height: 450px;
    }
}


@media (max-width: 991px) {
    #header-carousel {
        height: 300px;
    }
}


@media (max-width: 576px) {
    #header-carousel {
        height: 220px;
    }
}
.registration-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reg-item {
    background: #f8f9fa;
    padding: 10px;
    border-left: 4px solid #AE7E27;
    border-radius: 6px;
    font-size: 14px;
}

.reg-item i {
    margin-right: 6px;
}

.reg-item span {
    font-weight: 600;
}

.reg-item small {
    display: block;
    font-size: 12px;
    color: #666;
}
.badge {
    display: inline-block !important;
    font-size: 13px;
    border-radius: 5px;
}



