@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
    font-family: "Noto Sans",sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/*section.our-service-listing.flex-center {*/
/*    margin-top: 2rem;*/
/*}*/
a{
    text-decoration: none!important;
}


.service-all {
   background:#efefef;
    padding-top: 50px;
    padding-bottom: 100px;
}
.service-all input[type="text"], .service-all select {

    border-radius: 4px;
    padding: 0px 16px;
    border: 1px solid #8c8c8c80;
    font-weight: 500;
    letter-spacing: 0px;
    background-color: white;
}
.search-container {
    position: relative;

}
.search-container button {
    position: absolute;
    top: 0px;
    right: -2px;
    border: 0px;
    height: 100%;
    background: #7e1515;
    padding: 0px 12px;
    border-radius: 0px 15px 15px 0px;
}
.search-container .fa-search {
    color: #fff !important;
}
.service-all select {
 
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.service-all .sort-filter {
    float: right;
}
.service-all input[type="text"], .service-all select {

    width: 216px;
    height: 48px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 15px;
    padding: 0px 16px;
    border: 1px solid #8c8c8c80;
    font-weight: 500;
    letter-spacing: 0px;
    background-color: white;
}

.service-all .card {
    /* min-height: 400px;
    width: 274px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    border-radius: 16px; */
    /* margin-top: 40px; */
    /* cursor: pointer; */
}
/* .service-all .card .bg-red {
    background-color: #7E1515;;
    position: absolute;
    width: 600px;
    height: 132px;
    bottom: -35px;
    left: -62px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(0deg);
} */
/* .service-all .card .title {
    font-size: 18px;
    font-family: "Alegreya", Arial;
    line-height: normal;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1.16667px;
    color: white;
    font-family: "Alegreya", Arial;
    text-align: center;
    font-weight: 500;
    max-width: 223px;
    margin-bottom: 6px;
} */
/* .service-all .card .card-img {
    height: 322px;
    -o-object-fit: cover;
    object-fit: cover;
} */
/* .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
} */
@media(max-width:450px){
    .service-all .sort-filter {
        float: none;
        width: 200px;
        margin-top: 10px !important;
    }
    input[type="date"], input[type="text"], select, .book-now-btn, .add-to-cart-btn {
        width: 100% !important;
    }
    .service-all .mobile-center-align .card {
        width: 90%!important;
        margin:0 auto!important;
    }
}

@media only screen and (max-width: 768px) {

    .popular-pujas-card:hover img {
    transform: none!important;
}
.our-service-listing .title{
    font-size:26px!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-container {
        width: 95%!important;
      
    }
}




/* section E-puja */

.our-service-listing {
    background-image:url('https://cdn.99pandit.com/images/e-puja/e-puja-bg.webp');
    min-height: 210px;
    position: relative;
    color: white;
    padding:25px 0px;
}
.our-service-listing .overlay {
    position: absolute;
    width: 100%;
    min-height: 210px;
    top: 0;
    left: 0;
   

}
.our-service-listing .title {
    font-size: 44px;
    font-family: "Alegreya", Arial;
    line-height: 56px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-top: 85px;
}


/* service-details */

/* .service-details {
    padding: 4.375rem 0rem;
    text-align: center;
}
.service-details h2 {
    font-size: 2.75rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.25rem;
}
.service-details h5 {
    font-size: 1.0625rem;
    color: #000000bf;
    padding: 0rem 5.3125rem;
    text-align: center;
    margin-bottom: 2rem;
}
.service-details img {
    min-height: 7.75rem;
    display: block;
    margin: 0 auto;
}
.service-details h6 {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    color: #7e1515;
    margin-top: 0.9375rem;
} */
.service-advantage {
    background-color: #eae4da;
    padding: 3.75rem 0rem;

}
.service-advantage ul {
    list-style: none;
}
.service-advantage h2 {
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.375rem;
}
.service-advantage ul li:before {
    content: "✓";
    color: #7e1515;
    font-weight: bold;
}
.service-advantage ul li {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #000000bf;
    /*white-space: nowrap;*/
}
.service-advantage .padding {
    padding: 0rem 5.625rem;
}
.service-advantage button {
    background-color: #7e1515;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    height: 48px;
    width: 213px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    max-width: 8.6875rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}
@media only screen and (max-width: 991px) {
    /* .service-details h5 {
        padding: 0rem 0rem;
    } */
    li.advantage{
        white-space: normal!important;
    }
}




.how-it-work-card-body {
    position: relative;
}
.how-it-work-card-body {
    cursor: pointer;
    justify-content: center;
    display: flex;
    transition: 0.8s;
    transition: transform 0.8s;
}



.how-to-work-content {
    
    padding: 50px 0px;
    overflow: hidden;
}
.how-it-work-card-header h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
    color: black!important;
}


.work-content-h2{
    color: #000;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.375rem;
}
.work-content-h5{
    font-size: 1.0625rem;
    color: #000;
    padding: 0rem 5.3125rem;
    text-align: center;
    margin-bottom: 2rem;
}
.pujas_cards {
    display: flex;
    white-space: nowrap;
    /*justify-content: space-between;*/
    
}
.popular-pujas-card {
    position: relative;
    cursor: pointer;
    overflow: hidden!important;
}
.card {
    background-color: #fff;
    border: none;
}

.popular-pujas-card img {
    transition: transform 0.8s;
}
.pujaName {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    padding: 0px 12px
}
.totalPuja {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #646464;
}
.popular-pujas-card {
  transition: transform 0.4s ease-in-out;
}

.popular-pujas-card:hover img {
    transform: scale(1.1);
}
.popular-pujas-card:hover .upload-black {
  display: block;
}
.pujashareIcon {
    position: absolute;
    top: 22px;
    right: 20px;
}
.upload-black {
    display: none;
}
.card-holder{
    margin-top: 40px;
}
.e-puja-card-img{
    width:100%;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-selected {
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cdc5c5;
    color:#0e0b0b80;
}

.dropdown-selected i {
    /*margin-right: 8px;*/
    color: #7e1515;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.dropdown-option:hover
{
    background-color: #f1f1f1;
    
}
.dropdown-option.active {
    background-color: #7e1515;
    color:white;
    
}



.dropdown-option.active {
    font-weight: bold;
}





/*add new css 5/5/25*/


.service_header_container {
    margin-top: 40px !important;
}


.service_header_container {
    height: 400px;
    margin-top: 80px;
    background-size: 100%;
}

.register-c {
    display: flex
;
    align-items: center;
    padding: 8px;
}
.bx-shadow1 {
    box-shadow: 0 0 17px #dbdbdb;
}
.b-10 {
    border-radius: 10px;
}

.reviews-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.reviews-wrapper i {
    top: 60%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.23);
    transform: translateY(-50%);
    transition: transform .1s linear;
    z-index: 99
}

.reviews-wrapper i:active {
    transform: translateY(-50%) scale(.85)
}

.reviews-wrapper i:first-child {
    left: -22px
}

.reviews-wrapper i:last-child {
    right: -22px
}

.reviews-wrapper .reviews-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 6px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 17px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow: hidden
}

.reviews-carousel::-webkit-scrollbar {
    display: none
}

.reviews-carousel.no-transition {
    scroll-behavior: auto
}

.reviews-carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto
}

.reviews-carousel.dragging .reviews-card {
    cursor: grab;
    user-select: none
}

.reviews-carousel :where(.reviews-card,.img) {
    display: flex;
    justify-content: center;
    align-items: center
}

.reviews-carousel .reviews-card {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    cursor: pointer;
    flex-direction: column;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #b22829;
    height: 350px
}

.reviews-p {
    max-height: 7.8em
}

.reviews-carousel .reviews-card .img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin: 0 auto
}

.reviews-card .img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #b22829
}

.reviews-carousel .reviews-card h2 {
    font-weight: 500;
    font-size: 1rem
}

.reviews-carousel .reviews-card span {
    color: #6a6d78;
    font-size: .8rem
}

.fa-angle-left {
    left: -2%
}

.reviews-carousel :where(.reviews-card,.img) {
    display: flex;
    justify-content: start;
    align-items: center
}

.reviews-p {
    max-height: 6.8em;
}
.blog-card, .reviews-p {
    overflow: hidden;
}
.related-post-content p, .reviews-p {
    text-overflow: ellipsis;
    white-space: unset;
}

.fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}



@media screen and (max-width: 767px) {
  .service_header_container {
    margin-top: -30px !important;
        height: 100px;
}
.reviews-wrapper .reviews-carousel {
    grid-auto-columns: calc((100% / 1) - 6px);
    
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .service_header_container {
    margin-top: -30px !important;
        height: 150px;
}
.reviews-wrapper .reviews-carousel {
    grid-auto-columns: calc((100% / 2) - 6px);
    
}
}


@media only screen and (min-width: 1024px) and (max-width: 1440px){
    .service_header_container {
    margin-top: -30px !important;
        height: 250px;
}
.reviews-wrapper .reviews-carousel {
    grid-auto-columns: calc((100% / 3) - 6px);
    
}
}
