.content-section {
    min-height: 300vh;
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
}

.make-me-sticky {
    position: sticky;
    top: 25%;
    left: 0;
    bottom: 25%;
}

/* Ignore This, just coloring */
body {
    background: #fff;
}

article {
    padding: 25px 15px 100px;
}

.title-section, .content-section, .sidebar-section {
    background: #fff;
}

.title-section {
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 30px;
}
.sidebar-item {
    text-align: center;
}
.sidebar-item .side-sticky ul{
    padding: 0;
    margin: 35px 0 10px;
    list-style: none;
}
.sidebar-item .side-sticky ul li{
    display: inline-block;
    margin: 15px 5px;
}
.sidebar-item .side-sticky ul li a{
    display: inline-block;
    border-radius:25px;
    background: #35518d;
    min-height: 36px;
    height: 36px;
    padding: 5px 10px;
    color:#fff;
    font-size: 14px;
    text-decoration: none;
}
.sidebar-item .side-sticky ul li a img{
    max-width: 16px;
    max-height: 14px;
}
.sidebar-item .side-sticky ul li a span{
    padding-left: 6px;
}
.sidebar-item .side-sticky .msg-box{
    background: #124188;
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0 25px;
    border-radius:10px;
    color: #fff !important;
}
.iscon-title{
    color: #fff !important;
}
.sidebar-item .side-sticky .msg-box .btn{
    background-color: #ffd034;
    color: #124188;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    transition: all .5s ease-in-out;
}
.sidebar-item .side-sticky h3 {
    font-size: 1.5rem;
    font-weight:700;
}
.temple-add{
    float: left;
    margin-left: 25px;

}
.temple-add h3{
    position:relative;
    font-size:16px!important;
    padding-left: 30px;
}
.temple-add h3:before{
    position:absolute;
    content:'';
    height: 24px;
    width:24px;
    background-image: url(../images/ico-temple.png);
    background-size: cover;
    top: -5px;
    left: 0;
}
.header h1{
    font-size: 1.5rem;
    font-weight:700;
    line-height: :1;
    margin-bottom: 25px;
}
.header .image-box {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}
.puja-list .card, .puja-list .btn, .puja-list .card-img, .puja-list .card-img-top {
    border-radius:0;
    border:none;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: all .5s ease-in-out;
}
.shadow:hover {
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.25)!important;
    transition: all .5s ease-in-out;
    margin-top: -10px;
}
.puja-list .card{
    margin-bottom: 35px;
}
.puja-list h2{
    font-size: 1.2rem;
    font-weight:700;
    line-height: :1;
    color: #000;
}
.puja-list h3{
    font-size: .8rem;
    font-weight:700;
    line-height: :1;
    color:#fff;
    background:#124188;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 10px;
}
.puja-list .btn{
    background-color: #ffd034;
    color:#124188;
    font-size: 1.2rem;
    font-weight:700;
    border:none;
    transition: all .5s ease-in-out;
}
.puja-list .btn:hover{
    background-color: #000;
    color:#ffd034;
}
@media (min-width: 576px){
    .puja-list{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin-top: 35px;
        -webkit-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
}
.accordion-content {
    max-width: 100%;
    margin: 0 auto;
}
.accordion-item {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ffd034;
    cursor: pointer;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
}
.item-header {
    display: flex;
    justify-content: space-between;
    column-gap: 0.2em;
}

.item-icon {
    margin-top: 1rem;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.item-icon i {
    color: #ffd034;
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.item-question {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    padding: 15px 0;
}

.active .item-icon i {
    transform: rotate(180deg);
}

.item-content {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.item-answer {
    line-height: 150%;
    color: #212529;
}

.spacer-box{
    margin: 45px 0;
}
#summary {
    line-height: 1.5;
    padding: 25px;
    background: #ffd03430;
    color: #212529;

}
#summary h4 {
    color: #124188;
    font-weight: 700;
}
#summary h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
#summary .img-box{
    margin: 15px auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
}
#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

#summary p.collapsing {
    min-height: 42px !important;
}
#summary a.collapsed, #summary a:not(.collapsed)  {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #35518d;
    border-radius: 15px;
    padding: 3px 15px;
}
#summary a.collapsed:after  {
    content: 'Read Story';
}

#summary a:not(.collapsed):after {
    content: 'Close Story';
}
.article-title{
    margin-top: 15px;
}
.sticky-right-item{
    margin-top: 15%;
}
.img-width{
    width: 402px;
    height: 255px;
}
.card-body {
    min-height: 230px;
}
.card-text{
    font-size: 15px !important;
}
@media (max-width: 480px) {
    .article-title{
        margin-top: 52px !important;
    }
    .sticky-right-item{
        margin-top: 5% !important;
        margin-bottom: 51% !important;
    }

}