.banner-img-two video {
    height: 550px;
    object-fit: cover;
    border-radius: 0px;
    width: 100%;
}

.section-title img {
    width: 150px;
    height: 49px;
    object-fit: fill;
}

.service-icon img {
    width: 70px !important;
}

.pricing-card .content {
    padding: 0 20px;
    text-align: left;
    padding-bottom: 20px;
    border-radius: 5px;
}

.blog-area {
    /* background-image: url(/static/seva_img/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #fc6108; */
}

.choose-img img {
    height: 470px;
    border-radius: 15px;
    object-fit: cover;
}

.live-icon {
    display: inline-block;
    color: #4CAF50;
    font-size: 22px;
    font-weight: bold;
    margin-right: 8px;
    animation: blink 0.5s infinite alternate;
    line-height: 13px;
    border: 1px solid #4CAF50;
    border-radius: 50%;
    padding: 2px;
}

/* Blinking animation */
@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.pt-50 {
    padding-top: 50px;
}

.section-title {
    padding-top: 15px;
}

.pt-35 {
    padding-top: 35px;
}

.blog-card img {
    height: 300px;
    object-fit: cover;
}

.puja-page .banner-section {
    background-color: #fff7f3;

}

.puja-content {
    padding: 30px 10px;
}
.puja-content h2{
    font-size: 28px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #fc6108 !important;
}

.puja-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.puja-content ul i {
    color: #e23601;
    padding-right: 10px;
}
.puja-page .banner-image img{
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}
.puja-page .section-title h2 {
    font-family: var(--bodyFonts);
    font-size: 36px;
}
.puja-page .pricing-card .top {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.puja-page .pricing-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    height: auto;
}
/* .puja-page .pricing-card ul {
    padding: 20px;
    border: none;
    overflow-y: scroll;
    height: 280px;
} */

/* .puja-page .pricing-card ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
} */

/* .puja-page .pricing-card ul li::before {
    content: "\e9c1";
    font-family: "boxicons";
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    color: #f78748;
    font-size: 20px;
} */

.puja-page .pricing-card .price-btn-area {
    margin-top: 15px;
    padding-bottom: 15px;
}
.puja-page .services-area-two .section-title h2 {
    max-width: 100%;
    font-size: 32px;
}
.puja-page .about-area {
    margin-top: 25px;
    margin-bottom: 30px;
}
.booking-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.booking-area ul i {
    color: #e23601;
    padding-right: 10px;
}
.booking-area .card-body {
    padding: 30px;
}
.sticky-bar{
    position: sticky;
    top: 10px;
}
.booking-area .pricing-card {
    border: 1px solid #d7d7d7;
    box-shadow: none;
    padding-top: 12px;
}
.footer-widget .footer-list a i{
    color: var(--orangeColor);
    margin-right: 10px;
    margin-top: 6px;
    font-size: 16px;
}
.pl-3 {
    padding-left: 30px;
}
.project-categories .section-title h2{
    font-size: 28px !important;
    margin-bottom: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #fc6108;
    border-radius: 50%;
    color: #ffffff;
}
.owl-carousel .owl-nav button.owl-next{
    right: -10px !important;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -10px !important;
}
.form-control {
    padding: 0.6rem .75rem;
}
.pl-0{
    padding-left: 0;
}
.fixed-cart {
    position: fixed;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.fixed-cart .content {
    background: #03bd68;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: -3px 5px 20px #00000061;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.text-theme {
    color: #fc6108;
}
.animate-btn .btn-text {
    transition: opacity 0.5s ease;
  }
.date-badge {
    position: absolute;
    right: 7px;
    background: #ffde5a91;
    border-radius: 0 0 8px 8px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 700;
    max-width: 62px;
    line-height: 15px;
    text-align: center;
    color: white;
}
  .pricing-card .price-icon img{
    border-radius: 10px 10px 0 0;
  }
  .g-5, .gx-5 {
    --bs-gutter-x: 1rem;
}
  .chadawa.pricing-card {
    padding: 0;
  }