@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins";
    font-size: 14px;
    background: #f3f3f3;
}

/* .header__top.bg-light {
    background: #FFC107 !important;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    font-weight: 500;

    
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: relative;
    margin-top: 35px;
} */

.header__top {
    padding: 10px 30px;
    background: #ddd !important;
}

.header__link {
    color: #333;
    text-decoration: none;
}

.carousel-caption-button {
    min-width: 145px;
    height: 45px;
    line-height: 30px;
}

.carousel-caption__card {
    display: flex;
    background: #fff;
    margin: 15px 10px;
    padding: 20px 25px;
    justify-content: space-between;
    border-radius: 5px;
    color: #111;
    align-items: center;
}

.carousel-caption {
    width: 32%;
    right: 15%;
    left: auto;
    bottom: 15%;
}

.banner__whatsapp-icon-section{
    position: absolute;
    z-index: 1;
    left: 94%;
    top: 50%;
    background: #fff;
    padding: 15px 80px 15px 25px;
    border-radius: 50px;
    box-shadow: 4px 11px 10px 5px #11111108;
}

.banner__whatsapp-icon-section--icon{
    width: 50px;
}

.carousel-caption__title {
    font-size: 27px;
    margin-bottom: 0;
}

.features__items {
    background-image: url(../assets/Ingram-img.png);
    background-repeat: no-repeat;
    height: 600px;
    background-position: center;
    padding: 0 25px;
}

.features__items-hindi {
    background-image: url(../assets/Ingram-img-hindi.png);
    background-repeat: no-repeat;
    height: 600px;
    background-position: center;
    padding: 0 25px;
}


.features__item.features__item--lineThree {
    margin-top: 50px;
}

.feature-sec-padding {
    padding: 60px 0;
}

.ctmpadding-60 {
    padding: 100px 100px;
}

.features__item.features__item--lineOne {
    margin-top: -50px;
}

.features__item.features__item--lineTwo {
    margin-bottom: 80px;
}

.success-story-section {
    background-image: url(../assets/Success-story-bg.png);
    background-size: cover;
    height: 800px;
    width: 100%;
    padding: 120px;
}

.success-story__description {
    color: rgb(255 255 255 / 70%);
}

.nav-link {
    font-weight: 500;
    font-size: 14px;
}

ul.dropdown-menu.show {
    font-size: 13px;
    padding: 0;
}

.success-story__heading {
    padding: 00px 00px 120px 70px;
    color: #fff;
}

.success-story__title {
    font-weight: bold;
    text-transform: uppercase;
}

.success-story__link {
    text-decoration: none;
    color: #fff;
}

.empowering-consumers-padding {
    padding: 80px 100px;
    background: #E8F3FF;
}

.empowering-consumers__text {
    position: relative;
    top: -20px;
    font-weight: bold;
}

.card-grievance-lodging img.card-img-top {
    width: 50px;
    height: 50px;
    margin: 50px auto;
    display: block;
    padding: 0;
}

.card-img-top.card-grievance-lodging--whatsapp {
    width: 100px !important;
    height: 100px !important;
    margin: 25px auto !important;
}

.card-grievance-lodging {
    box-shadow: 0 3px 16px 0 #dbe6f1;
    border: transparent;
}

.card-grievance-lodging-img {
    background: #E8F3FF;
}

.card-grievance-lodging .card__link {
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

.Grievance-Lodging-card{
    width: 22%;
}

.success-story__item-card {
    padding: 20px;
}
.success-story__item {
    padding: 10px 20px;
}

.scroll-container {
    height: 580px;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    position: absolute;
    bottom: -100%;
    animation: scrollUp 10s linear infinite;
}

.success-story__item-card-body {
    padding: 0 10px;
}

.success-story__card {
    border-radius: 0;
    border: none;
}

@keyframes scrollUp {
    from {
        bottom: -100%;
    }
    to {
        bottom: 100%;
    }
}

.scroll-container:hover .scroll-content {
    animation-play-state: paused;
}

span.pipe {
    height: 80px;
    background: #9ABBDE;
    width: 1px;
    display: inline-block;
    margin: 0 20px;
    line-height: 80px;
}

footer#footer {
    background: #161C2D;
    color: #fff;
}

.whatsapp-contact {
    background: #408A7E;
}

.whatsapp-contact1 {
    background: #0869b8;
}




.footer__link {
    color: #fff;
    text-decoration: none;
    margin: 8px 0;
    display: inline-block;
}

.footerPadding {
    padding: 80px 100px 20px;
}

.footer__title,
.footer__copyright {
    font-size: 14px;
    color: #858585;
}

.footer__social-link {
    padding: 0 10px;
    text-decoration: none;
}

.whatsapp-contact__icon {
    margin-right: 20px;
}


@media only screen and (max-width: 1024px) {
    .NCH-Logo {
        height: 40px;
    }

    .nav-link {
        font-size: 12px;
        font-weight: 500;
    }

    .carousel-caption {
        width: 44%;
        right: 10%;
        left: auto;
        bottom: 5%;
    }

    .banner__whatsapp-icon-section{
        left: 92%;
    }

    .features__items {
        height: 420px;
        padding: 0 0;
        background-size: contain;
    }

    .features__jagriti-img,
    .features__img {
        width: 80%;
    }

    .empowering-consumers-padding {
        padding: 80px 20px;
    }

    .ctmpadding-60 {
        padding: 80px 20px;
    }

    .success-story-sectiony {
        background-position: bottom;
    }

    .success-story__heading {
        padding: 00px 00px 50px 00px;
    }

    .success-story-section {
        padding: 120px 40px;
        background-position: bottom;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
        width: 56%;
        right: 11%;
        left: auto;
        bottom: 5%;
    }

    .banner__whatsapp-icon-section {
        left: 90%;
    }

    .carousel-item--image {
        height: 400px;
        object-fit: cover;
        object-position: right;
    }

    .carousel-caption__card {
        margin: 10px 10px;
        padding: 10px 15px;
    }

   .success-story-section {
        height: 500px;
        padding: 75px 15px;
    }

    .feature-sec-padding {
        padding: 70px 0;
    }

    .empowering-consumers__text {
        font-size: 15px;
    }

    .Grievance-Lodging-card {
        width: 45%;
        margin: 20px auto;
    }

    .whatsapp-contact__icon {
        margin-right: 20px;
        width: 8%;
    }

    .footerPadding {
        padding: 40px 20px 20px;
    }

    .scroll-container {
        height: 425px;
    }

}



@media only screen and (max-width: 479px) {
    .empowering-consumers__details {
        display: block !important;
    }

    .header__top--right.text-end,
    .header__top--left {
        text-align: center !important;
    }

    .success-story-section {
        height: 460px;
        background-position: 7% 10%;
        padding: 25px;
    }

    .success-story__heading {
        padding: 45px 10px 20px 20px;
        width: 82%;
        margin: 0 auto;
    }

    .success-story__description {
        margin-bottom: 0;
    }

    .success-story__item-card {
        padding: 10px;
        display: block !important;
    }

    .success-story__item {
        padding: 5px;
    }

    .success-story__item-card-body {
        padding: 0 0px 0 10px;
        font-size: 12px;
        text-align: left;
    }

    .carousel-item img.carousel-item--image {
        height: 350px;
        object-fit: cover;
        object-position: top;
    }

    .carousel-caption {
        width: 60%;
        right: 12%;
        bottom: 0;
    }

    .carousel-caption-button {
        min-width: 115px;
        height: 35px;
        line-height: 22px;
        font-size: 13px;
    }

    .banner__whatsapp-icon-section {
        left: 88%;
        padding: 5px 40px 5px 10px;
    }

    .banner__whatsapp-icon-section--icon {
        width: 35px;
    }

    .carousel-caption__card-title {
        font-size: 14px;
        margin: 0;
    }

    .carousel-caption__title {
        font-size: 20px;
    }

    .feature-sec-padding {
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .features__items {
        height: 300px;
        margin-bottom: 30px;
    }

    .features__jagriti-img {
        margin-bottom: 30px;
    }

    .features__img {
        width: 60%;
    }

    .empowering-consumers-padding,
    .ctmpadding-60 {
        padding: 30px 20px;
    }

    .empowering-consumers__icon {
        margin-bottom: -20px;
    }

    .Grievance-Lodging-card {
        width: 90%;
    }

    .whatsapp-contact-main,
    .footer__bottom {
        display: block !important;
    }

    .whatsapp-contact__left {
        display: block !important;
        padding: 0 10px 10px 0;
    }

    .whatsapp-contact__icon {
        margin: 0 0 10px;
        width: 15%;
    }

    .whatsapp-contact {
        padding: 30px 15px !important;
    }

    ul.dropdown-menu.show {
        padding: 0;
        font-size: 12px;
    }

    .success-story__marquee {
        padding: 0;
        margin-top: 240px;
    }

    .empowering-consumers-padding{
        margin-top: 435px;
    }

    .empowering-consumers__text{
        top: 0;
    }
}


@media only screen and (max-width: 379px) {
    .banner__whatsapp-icon-section {
        left: 89%;
        padding: 10px 48px 10px 10px;
    }

    .carousel-caption__card {
        margin: 10px 0px;
        padding: 10px 15px;
    }

    .success-story-section {
        height: 390px;
        background-position: 6% 10%;
        padding: 25px;
    }

    .success-story__heading {
        padding: 35px 00px 20px 20px;
        width: 85%;
        margin: 0 auto;
    }
    .success-story__marquee{
        margin-top: 180px;
    }
}