body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* .container.story-container {
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding: 10px;
} */
.container.ac-container {
    padding: 0;
}

.ac-container h1 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.center {
    text-align: center;
}

.img-box img {
    width: 100%;
    border-radius: 8px;
}

.red-title {
    /* font-family: Noto Sans Devanagari; */
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #FF0000;
    margin-top: -470px;
}

.doha {
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}

.doha p {
    /* font-family: Noto Sans Devanagari; */
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
}

.doha .d-head {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.katha-para {
    margin: 15px 0;
}

.katha-para p {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
}

.katha-para p.first-para {
    font-weight: 800;
    font-size: 28px;
}



.text-block {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #000;
}

.text-date-block {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #CC0000;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDCDC;
}

.aarti-header {
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    align-items: start;
    margin-bottom: 10px;
}

.aarti-header .img-box {
    min-width: 335px;
}

.gh-chalisha {
    padding: 0px 0 20px;
    position: relative;
    /* overflow: hidden; */
}

.gh-chalisha img {
    position: sticky;
    text-align: center;
    margin: 0 auto;
    opacity: 0.30;
    top: 60px;
    max-width: 100%;
    z-index: 0;
    height: 500px;
}

.text-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}

.border-bottom img {
    margin: 0 auto;
}

.aartiSwAt {
    width: 100%;
    height: auto;
    background-color: #F3F3F3;
    padding: 20px;
    max-width: 950px;
    overflow: hidden;
}

.aartiSwAt h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FF0000;
}

.aartiSwAtBody {
    width: 100%;
    height: auto;
}

.aartiSwAtCart {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 00px);
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    min-height: 170px;
}

.aartiSwAtCartImg {
    width: 126px;
    height: auto;
    overflow: hidden;
    margin-right: 18px;
    max-height: 72px;
    border-radius: 4px;
}

.aartiSwAtCartImg img {
    width: 100%;
    height: auto;
    display: block;
}

.aartiSwAtCart-T-Area {
    width: calc(100% - 144px);
}

.aartiSwAtCart-T-Area h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
}

.aartiSwAtCart-T-Area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    min-height: 44px;
}

.btn_AArti {
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #E20E28;
    padding: 10px 30px;
    border-radius: 8px;
    max-width: 111px;
    transition: all 0.5s;
}


.btn_AArti:hover {
    background-color: #b90117;
}



.aartiSwAtBody .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}



.aartiSwAtBody .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.aartiSwAtBody .swiper .swiper-button-prev,
.aartiSwAtBody .swiper .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aartiSwAtBody .swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: -16px;
}

.aartiSwAtBody .swiper .swiper-button-next {
    right: -12px;
}

.aartiSwAtBody .swiper .swiper-button-prev svg,
.aartiSwAtBody .swiper .swiper-button-next svg {
    margin-top: -2px;
}

.aartiSwAtBody .swiper .swiper-button-prev.swiper-button-disabled,
.aartiSwAtBody .swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    transition: all 0.5s;
}

@media (max-width: 1199px) {
    #ros-below-taboola-advertise {
        margin: 15px 0;
    }

    .aartiSwAt {
        margin-bottom: 15px;
    }
}

/* Ensuring content stays readable on smaller screens */
@media (max-width: 767px) {

    .gh-chalisha img {
        height: 340px;
    }

    .aarti-header {
        flex-wrap: wrap;
    }

    .aarti-header .img-box {
        min-width: unset;
        width: 100%;
    }

    .text-date-block {
        display: block
    }

    .text-block {
        font-size: 16px;
        line-height: 22px;
    }

    .doha p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .doha .d-head {
        font-size: 22px;
        line-height: 36px;
    }

    .text-head {
        font-size: 15px;
        line-height: 22px;
    }

    .text-date-block {
        font-size: 14px;
        line-height: 19px;
    }

    .red-title {
        font-size: 28px;
        line-height: 30px;
        margin-top: -320px;
    }

    .katha-para p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .katha-para p.first-para {
        font-weight: 800;
        font-size: 20px;
        line-height: 27px;
    }

    .aartiSwAtCart {
        padding: 15px;
        min-height: 155px;
    }

    .aartiSwAtCartImg {
        width: 100px;
        height: 56px;
        margin-right: 10px;
    }

    .aartiSwAtCart-T-Area p {
        margin-bottom: 12px;
    }

    .aartiSwAtCart-T-Area {
        width: calc(100% - 110px);
    }

    .aartiSwAtBody .swiper .swiper-button-prev,
    .aartiSwAtBody .swiper .swiper-button-next {
        display: none;
    }
}

/* Ensuring card grid is responsive and adjusts the column number */
@media (max-width: 600px) {

    .ac-container h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .red-title {
        font-size: 24px;
    }

    .text-block {
        font-size: 17px;
    }

    .doha,
    .chaubis {
        font-size: 18px;
    }
}