body {
    background: #f5f5f5;
    /*linear-gradient(90deg, #1B4B8D 0%, rgba(0, 130, 54, 0.82) 100%);*/
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
/* Ensure header/footer sit above content */
.fixed-top, .fixed-bottom {
    z-index: 1030;
}


/* Use CSS variables to offset content, updated by JS on load/resize */
:root {
    --header-height: 56px;
    --footer-height: 56px;
    --theme-color: #1C4E8A;
    --theme-color1: #056f3b;
    --gradient1: linear-gradient(90deg, #1B4B8D 0%, rgba(0, 130, 54, 0.82) 100%);
}
a{
    text-decoration:none;
}
.leader-card {
    background-color: #EFFFF5;
    border-radius: 20px;
}
 
/* Push the main content so it isn't covered by fixed header/footer */
main.content {
    padding-top: calc(var(--header-height));
    /*padding-bottom: calc(var(--footer-height));*/
}
/*d-flex justify-content-end*/
.header-logo-section {
    display: flex;
    justify-content: flex-start;
    align-items: baseline; 
}

.header-top-section {
    display: flex;
    justify-content: flex-start;
    align-items: baseline; 
}

.theme-color {
    background: var(--theme-color);
}

.theme-color1 {
    background: var(--theme-color1);
}

.theme-color-header {
    background: var(--theme-color);
    background: var(--gradient1);
}

.brder-top {
    border-top: 8px solid #3AA241;
}

.brder-bottom {
    border-bottom: 8px solid #3AA241;
}


.header-navlink a.nav-link {
    color: #000;
    font-size: 14px; 
    padding: 10px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.navbar-nav .nav-link.active {
    color: var(--theme-color);
}

.table-garbage {
    background-color: #EFFFF5;
}

    .table-garbage td {
        font-weight: normal;
        padding: 15px;
        background-color: transparent;
    }

    .table-garbage tr:last-child td {
        border: 0;
    }

    .table-garbage .fa {
        color: #EECE2D;
        font-size: 1.5rem;
    }
.table-achievements th, .table-achievements td{
    padding:0.8rem 1.2rem;
}
/*.home-section-1 {
                margin-top: 40px;
            }*/
.home-section-1 .item img {
    display: block;
    width: 100%;
    height: 500px; /* Adjust your desired height here */
    object-fit: cover; /* Prevents stretching by cropping the edges */
}

.btn-primary, .bg-primary {
    background-color: #1C4E8A !important;
}

/* Optional: Make it responsive for mobile */
@@media (max-width: 768px) {
    .home-section-1 .item img {
        height: 300px;
    }
}
/* Owl Carousel custom arrows & hide dots */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #201c1c !important;
    border: none;
    padding: 3px !important;
    font-size: 30px !important;
    border-radius: 85%;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #333;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button span {
    position: relative;
    top: -7px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel.owl-banner .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel.owl-banner .owl-nav button.owl-next {
    right: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(29, 71, 148,0.3);
}

.leader-board {
    display: block;
    gap: 15px;
}

    .leader-board .item:first-child {
        flex: 0 0 52%
    }
    .leader-board .leader-card .card-text {
        font-size: 14px;
        font-weight: 400;
    }
/* Hide dots */
.owl-carousel .owl-dots {
    display: none !important;
}

.home-section-2 {
    background: var(--gradient1);
    padding: 25px 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1000;
}

.section4 {
    background: var(--gradient1);
    padding: 25px 0;
}

.intro-box {
    background: #047235;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    /* background-image: linear-gradient(141deg, #418d90, #ff7e45); */
    border: #047235 5px solid;
    border-radius: 30px;
    color: #ffffff !important;
    border: 2px solid #fff;
}

.intro-txt {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

.intro-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.intro-img1 img {
    max-width: 100%;
}

.intro-sign-txt {
    padding: 0 20px 4px;
    text-align: right;
}

    .intro-sign-txt img {
        width: 130px;
    }

.heading-txt h1 {
    text-align: center;
    font-size: 32px;
    padding: 10px 0;
    /*color: var(--theme-color);*/
    /*border-bottom: 2px dashed var(--theme-color1);*/
}

.card-sec3 .card-body img {
    max-width: 50%;
}

.card-sec3 .card-body {
    text-align: center;
}

.card-sec3 .card-header {
    text-align: center;
    /*color: #fff;*/
    /*font-weight: 600;*/
    /*font-size: 17px;*/
    /*height: 60px;*/
    /*display: flex;
        align-items: center;*/
}

.ssg {
    background: #da632b;
}

.odf {
    background: #00acef;
}

.gfc {
    background: #db9c18;
}

.ssj {
    background: #6CB800;
}

.ssj-odf {
    background: #00AE73;
}

.zoom-img {
    overflow: hidden;
    display: inline-block;
}

    .zoom-img img {
        transition: transform 0.4s ease;
        width: 80px;
    }

    .zoom-img:hover img {
        transform: scale(1.15);
    }

.grad-bg {
    background: linear-gradient(90deg, #1B4B8D 0%, rgba(0, 130, 54, 0.82) 100%);
}

.jan-grad-bg {
    background: linear-gradient(180deg, #F2FEF6 0%, #FFFFFF 46.63%, #F2FEF6 100%);
}

.nav-sec-ssg .nav-link {
    color: #4e4c4c;
    margin: 5px;
    background: #CCCCCC;
}

    .nav-sec-ssg .nav-link:hover {
        color: #fff;
        background: #1C4E8A;
    }

    .nav-sec-ssg .nav-link.active {
        color: #fff;
        background: #1C4E8A;
    }

.social-sec {
    background: linear-gradient(90deg, rgba(0, 130, 54, 0.82) 0%, #1B4B8D 49.52%, rgba(0, 130, 54, 0.82) 100%);
}

    .social-sec img {
        height: 18px;
        width: 18px;
    }

.gallery-section {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

    .gallery-section img {
        width: 200px;
    }

.slide-item {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

    .slide-item img {
        width: 500px !important;
    }

.section9 {
    background: url(../assets/home-page/section9/SwacchtamMemoryNew.png) no-repeat center bottom;
    padding: 15px 0 0px;
    background-size: cover;
}

.owl-carousel-sec6 img,
.owl-carousel-sec8 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.owl-carousel-sec8 img {
    object-fit: cover;
}

.hand-pointer .fa {
    color: #eb0c2b;
}

.img-quote {
    position: absolute;
    border-radius: 15px;
    bottom: -12px;
    right: 0;
    width: 50px;
}

.team {
    background: #00C951;
}

.accountability {
    background: #FF6900;
}

.services {
    background: #F0B100;
}

.monitor {
    background: #2B7FFF;
}

.competence {
    background: #00BBA7;
}

.mission-tab .card .card-header {
    display: flex;
    align-items: center;
    margin: 8px;
    border-radius: 8px;
    border: 0;
    gap: 4px;
    padding: 3px;
}

.citizen-interface {
    border-radius: 10px;
    padding: 30px;
}

    .citizen-interface .card {
        border: 0;
        border-radius: 0
    }

.citizen-interface .card:not(:last-child) {
        border-right: 1px solid #fff;
      }

.mission-tab .card .card-header img {
    border-radius: 4px;
    width: 60px;
}

.mission-tab .card .card-header p {
    margin: 3px;
    font-size: 13px;
}

.mission-tab .card .card-body {
    text-align: center;
    padding:0 10px;
}

.mission-tab .card .card-body p {
    color: #B8A3A3;
    font-size:13px;
}



.MoHUA-Logo {
    width: 100px;
}

.ChattisgarhGovt {
    width: 45px;
}

.MissionCleanCity {
    width: 50px;
}

.LogoSwachhBharat {
    width: 90px;
}

@media (min-width: 768px) {
    .leader-board {
        display: flex;
    }
    .header-logo-section, .header-top-section {
        flex-direction: row; 
        align-items: center;
    }
    .symmetric-container {
        padding-left: 5%; /* Equal spacing on left */
        padding-right: 5%; /* Equal spacing on right */
    }
    .MoHUA-Logo {
        width: 160px;
    }

    .ChattisgarhGovt {
        width: 70px;
    }

    .MissionCleanCity {
        width: 75px;
    }

    .LogoSwachhBharat {
        width: 130px;
    }
}



@@media (max-width: 576px) {
    .citizen-interface .card {
        border-right: 0px solid #fff !important;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px
    }
     
    .header-navlink {
        margin-top: 20px;
        gap: 0rem !important;
    }
}
/* Change the color of the toggler icon */
.my-toggler {
    border: 1px solid #194f84;
    float: right;
    padding: 2px 14px;
}

.my-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(27, 76, 139, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
