@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poor+Story&family=Poppins:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

.ff-hind {
  font-family: "Hind" !important;
}

.ff-roboto {
  font-family: "Roboto" !important;
}

.ff-poppins {
  font-family: "Poppins", sans-serif !important;
}

h2 {
  font-size: 2.8125rem;
}

.fb-fs-50 {
  font-size: 3.125rem;
}

.fb-fs-16 {
  font-size: 1rem;
}

.fb-fs-26 {
  font-size: 1.625rem;
}

.fb-fs-14 {
  font-size: 0.875rem;
}

.fb-fs-18 {
  font-size: 1.125rem;
}

.fb-fs-20 {
  font-size: 1.25rem;
}

.fb-fs-22 {
  font-size: 1.375rem;
}

.fb-fs-36 {
  font-size: 2.25rem;
}

.lh-50 {
  line-height: 3.125rem;
}

.lh-60 {
  line-height: 3.75rem;
}

.lh-36 {
  line-height: 2.25rem;
}

.lh-28 {
  line-height: 1.75rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.text-sm {
  font-size: 0.75rem;
}

.text-brown {
  color: #b40000;
}

.text-dark-brown {
  color: #cb3309;
}

.text-orange {
  color: #f36f29;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #fcb332;
}

.bg-brown {
  background-color: #b40000;
}

.bg-orange {
  background-color: #f36f29;
}

.bg-white {
  background-color: #ffffff;
}

.bg-yellow {
  background-color: #fcb332;
}

.bg-light-yellow {
  background-color: #fffcf4;
}

.bg-light-pink {
  background-color: #fff4ed;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.cursor-pointer {
  cursor: pointer;
}

.text-justify {
  text-align: justify;
}

.text-balance {
  text-wrap: balance;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.section-py-5 {
  padding-block: 5rem 4rem;
}

.button-primary-link {
  display: inline-block;
  padding: 0.8rem 1rem;
  color: #ffffff;
  background-color: #f36f29;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  margin: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
  font-size: 1.125rem;
}
.button-primary-link:hover {
  color: #f36f29;
  background-color: #ffffff;
  border: 1px solid #f36f29;
}

.button-primary-link-white {
  display: inline-block;
  padding: 0.8rem 1rem;
  color: #f36f29;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
  margin: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.button-primary-link-white:hover {
  color: #ffffff;
  background-color: #f36f29;
  border: 1px solid #ffffff;
}

.custom-mobile-sticky {
  position: sticky;
  top: 11%;
  z-index: 5;
}

.pujan-section {
  padding: 2rem 0;
}
.pujan-section .pujan-section-heading .pujan___heading {
  padding: 0.8rem;
}
.pujan-section .pujan-section-heading .pujan___heading h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
.pujan-section .pujan-section-heading .pujan___text {
  padding: 1rem 3rem;
}
.pujan-section .pujan-section-heading .pujan___text p {
  margin-bottom: 0;
}
.pujan-section .pujan-section-slider .slider-icons-col {
  display: flex;
  justify-content: center;
}
.pujan-section .pujan-section-slider .slider-icons-col .sliding-icons {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pujan-section .pujan-section-slider .slider-icons-col .sliding-icons span {
  line-height: 1;
}
.pujan-section .pujan-section-slider .slider-icons-col .sliding-icons i {
  font-size: 1.2rem;
}
.pujan-section .pujan-section-slider .slider-icons-col .prev-btn,
.pujan-section .pujan-section-slider .slider-icons-col .next-btn {
  background-color: transparent;
  color: #b40000;
  border: 1px solid #b40000;
  transition: all 0.4s ease-in-out;
}
.pujan-section .pujan-section-slider .slider-icons-col .prev-btn:hover,
.pujan-section .pujan-section-slider .slider-icons-col .next-btn:hover {
  background-color: #b40000;
  color: #ffffff;
}

.new_banner_puja_listing {
  background-image: url("../images/puja-list-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-items: center;
  place-content: center;
}
.new_banner_puja_listing .new_banner_detail h4 {
  font-size: 3.125rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000000;
}
.new_banner_puja_listing .new_banner_detail h4 span {
  font-size: 3.125rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #f36f29;
}

.sanatan-logo {
  width: 75%;
  margin-top: 0.4rem;
}

.sanatan-header {
  background-color: #f36f29;
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
}
.sanatan-header .header-menu .santatan-header-menu-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 0;
}
.sanatan-header .header-menu .santatan-header-menu-list li a {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}
.sanatan-header .header-menu .header-contact-info {
  color: #ffffff;
}
.sanatan-header .header-menu .header-contact-info .info-call {
  display: inline-grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #f36f29;
}
.sanatan-header .header-menu .header-contact-info .info-content small {
  font-size: 0.875rem;
  line-height: 1;
}
.sanatan-header .header-menu .header-contact-info .info-content a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.sanatan-header .header-search-box {
  position: relative;
  z-index: 5;
  margin-bottom: -1.8rem;
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 1rem;
  max-width: 70%;
  margin-inline: auto;
}
.sanatan-header .header-search-box .select-city .form-select {
  background-color: #ffffff;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  border-radius: 12px;
  border-color: #dcdcdc;
  padding: 1rem 1rem;
}
.sanatan-header .header-search-box .select-city .form-select:focus {
  box-shadow: none;
}
.sanatan-header .header-search-box .header-search {
  display: flex;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dcdcdc;
  padding: 0.5rem 1rem;
}
.sanatan-header .header-search-box .header-search .form-control {
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
}
.sanatan-header .header-search-box .header-search .form-control:focus {
  box-shadow: none;
}
.sanatan-header .header-search-box .header-search .header-serach-btn {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  background-color: #f36f29;
  color: #ffffff;
  border-color: #f36f29;
  border-radius: 8px;
  font-size: 1rem;
  border: 0;
  padding: 0.3rem 1rem;
}

.puja-form-modal-wrapper .puja-form-modal .modal-content {
  background-color: #ece5df;
  border-radius: 1.25rem;
}
.puja-form-modal-wrapper .puja-form-modal .modal-content .form-control {
  background-color: #f4f0ec;
  font-size: 1rem;
  color: #000000;
  border-color: #d1cac4 !important;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
}
.puja-form-modal-wrapper .puja-form-modal .modal-content .form-control::-moz-placeholder {
  color: #000000;
}
.puja-form-modal-wrapper .puja-form-modal .modal-content .form-control::placeholder {
  color: #000000;
}
.puja-form-modal-wrapper .puja-form-modal .modal-content .form-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.puja-form-modal-wrapper .puja-form-modal .modal-content .form-modal-footer .modal-puja-submit {
  background-color: #f36f29;
  color: #ffffff;
  border-color: #f36f29;
  font-weight: 600;
  border-radius: 10px;
  font-size: 1.25rem;
  border: 0;
  padding-block: 0.7rem;
  width: 100%;
}
.puja-form-modal-wrapper .puja-form-modal .modal-content .form-modal-footer .modal-puja-cancel {
  background-color: transparent;
  color: #f36f29;
  border: 1px solid #f36f29;
  font-weight: 600;
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 0.7rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.approved-form-modal-wrapper .approved-form-modal .modal-content {
  background-color: #ECE5DF;
  border-radius: 1.25rem;
}
.approved-form-modal-wrapper .approved-form-modal .modal-content .modal-body h3 {
  font-size: 2rem;
}
.approved-form-modal-wrapper .approved-form-modal .modal-content .modal-body p {
  font-size: 1.125rem;
}
.approved-form-modal-wrapper .approved-form-modal .modal-content .modal-body .modal-puja-approve-btn {
  background-color: #f36f29;
  color: #ffffff;
  border-color: #f36f29;
  font-weight: 600;
  border-radius: 10px;
  font-size: 1.25rem;
  border: 0;
  padding-block: 0.7rem;
  min-width: 30%;
}

.select-wrapper .select2.select2-container.select2-container--default {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #c2c2c2;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-left: 0 !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  all: unset;
}
.select-wrapper .select2-container--default .select2-selection--single {
  all: unset;
}

.sanatan-footer {
  background-image: url("../images/Footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80dvh;
}
.sanatan-footer .footer-content {
  padding-top: 5rem;
}
.sanatan-footer .footer-content .footer-useful-links h4 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.sanatan-footer .footer-content .footer-useful-links ul li {
  margin-bottom: 1rem;
}
.sanatan-footer .footer-content .footer-useful-links ul li a {
  display: block;
  font-size: 1.125rem;
}
.sanatan-footer .footer-content .footer-useful-links ul li:last-child {
  margin-bottom: 0.5rem;
}
.sanatan-footer .footer-content .footer-company h4 {
  margin-bottom: 2rem;
}
.sanatan-footer .footer-content .footer-company ul li {
  margin-bottom: 1rem;
}
.sanatan-footer .footer-content .footer-company ul li a {
  display: block;
  font-size: 1.125rem;
}
.sanatan-footer .footer-content .footer-company ul li:last-child {
  margin-bottom: 0.5rem;
}
.sanatan-footer .footer-content .footer-logo {
  margin-top: -2rem;
}
.sanatan-footer .footer-content .social-media-links {
  gap: 1rem;
}
.sanatan-footer .footer-content .contact-items h4 {
  margin-bottom: 2rem;
}
.sanatan-footer .footer-content .contact-items .fw-normal i {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sanatan-footer .footer-content .contact-items .fw-normal i a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.6rem;
}
.sanatan-footer .footer-content .contact-items .fw-normal i:first-child {
  margin-top: 0.3rem;
}

main {
  background: linear-gradient(180deg, rgba(255, 240, 230, 0) 0%, #fff3e6 30%, rgba(255, 248, 240, 0) 100%);
}

section {
  padding-block: 3rem;
}

.sanatan-banner {
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100dvh;
  position: relative;
}
.sanatan-banner::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, rgba(255, 224, 206, 0) 0%, #ffffff 48.44%, rgba(255, 237, 216, 0) 100%);
}
.sanatan-banner .banner-header {
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 3rem;
}
.sanatan-banner .banner-header li a {
  font-size: 1.3rem;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}
.sanatan-banner .banner-header li a:hover {
  opacity: 0.9;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  border-bottom: 1px solid #ffffff;
}
.sanatan-banner .banner-header li .logo-link {
  border: none !important;
}
.sanatan-banner .banner-content-left,
.sanatan-banner .banner-content-right:first-child {
  padding-top: 12rem;
}
.sanatan-banner .banner-content-right {
  padding-right: 5rem;
  text-align: justify;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-text {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 4.3531rem;
  color: rgba(255, 124, 50, 0.7490196078);
  line-height: 6.5587rem;
  display: inline-block;
  padding-right: 3.125rem;
  animation: marquee 2.5s linear infinite;
  margin-bottom: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
  justify-content: center;
  align-items: stretch;
}
.card-wrapper .card {
  background: #fff;
  border-radius: 1.875rem;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  padding: 0.7rem;
}
.card-wrapper .card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.card-wrapper .card .card-content {
  padding: 0.9375rem;
  text-align: center;
}
.card-wrapper .card .card-content h3 {
  font-size: 1.625rem;
  margin-bottom: 10px;
  margin-top: 0.5rem;
}
.card-wrapper .card .card-content p {
  font-size: 1rem;
}
.card-wrapper .card:hover {
  transform: translateY(-5px);
}
.card-wrapper .card a {
  display: inline-grid;
  place-items: center;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.card-wrapper .card a:hover {
  background: #f36f29;
  color: #ffffff;
  border-color: #f36f29;
}

.pariche-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 224, 206, 0) 0%, #ffead1 48.44%, rgba(255, 237, 216, 0) 100%), url("../images/cloud-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-top-wrapper {
  position: relative;
  z-index: 6;
  margin-top: -1rem;
}
.header-top-wrapper .header-search-box {
  position: relative;
  z-index: 6;
}
.header-top-wrapper .header-search-box .select-city,
.header-top-wrapper .header-search-box .header-search {
  position: relative;
  z-index: 6;
}

.header-mega-modal {
  background-color: #ffffff;
  position: absolute;
  z-index: 6;
  width: 72%;
  top: 3.875rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0.7rem;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 1.8rem 2rem;
  border: 1px solid rgb(220, 220, 220);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.custom-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.custom-slider .header-serach-cart-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  padding: 10px;
}
.custom-slider .item {
  flex: 0 0 auto;
  width: 250px;
}
.custom-slider .slider-arrow {
  background-color: #f36f29;
  color: white;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  z-index: 10;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.custom-slider .left-arrow {
  left: 0;
}
.custom-slider .right-arrow {
  right: 0;
}

.header-serach-cart-wrapper::-webkit-scrollbar {
  display: none;
}

.header-mega-modal.active {
  opacity: 1;
  visibility: visible;
}

.header-mega-modal-wrapper {
  position: relative;
  z-index: 5;
}
.header-mega-modal-wrapper .header-mega-tab-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  border: 0;
}
.header-mega-modal-wrapper .header-mega-tab-list li {
  flex: 1;
  position: relative;
}
.header-mega-modal-wrapper .header-mega-tab-list li input[type=checkbox] {
  display: none;
}
.header-mega-modal-wrapper .header-mega-tab-list li label {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: unset;
  border: 1px solid #f36f29 !important;
  color: #f36f29 !important;
  background-color: #ffffff !important;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-block: 0.6rem !important;
  padding-inline: 0 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
input[type=checkbox]:checked + .header-mega-modal-wrapper .header-mega-tab-list li label, .header-mega-modal-wrapper .header-mega-tab-list li label.active, .header-mega-modal-wrapper .header-mega-tab-list li label:hover {
  background-color: #f36f29 !important;
  color: #ffffff !important;
}
.header-mega-modal-wrapper .god-link-list-wrapper .link-list-title {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-mega-modal-wrapper .god-link-list-wrapper .link-list-title .title-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.header-mega-modal-wrapper .god-link-list-wrapper .god-link-column-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.6%, 1fr));
}
.header-mega-modal-wrapper .god-link-list-wrapper .god-link-column-wrapper .god-link-column .god-link-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.header-mega-modal-wrapper .god-link-list-wrapper .god-link-column-wrapper .god-link-column .god-link-list .nav-item .nav-link {
  color: #000000;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
  padding-inline: 0;
  padding-bottom: 0.1rem;
}
.header-mega-modal-wrapper .god-link-list-wrapper .god-link-column-wrapper .god-link-column .god-link-list .nav-item .nav-link:hover, .header-mega-modal-wrapper .god-link-list-wrapper .god-link-column-wrapper .god-link-column .god-link-list .nav-item .nav-link.active {
  color: #f36f29;
}

.puja-header-list-card {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) !important;
}
.puja-header-list-card .puja-header-image {
  min-height: 15rem !important;
  max-height: 15rem !important;
}
.puja-header-list-card h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.bottom-slider .owl-stage-outer {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.bottom-slider-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 0.9375rem;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
}
.bottom-slider-card .bottom-slider-image {
  width: 100%;
  height: 28.125rem;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.bottom-slider-card p {
  font-size: 1rem;
}

.bottom-slider-overlay-wrapper {
  position: relative;
  margin-top: -8rem;
  z-index: 4;
  text-align: center;
}
.bottom-slider-overlay-wrapper img {
  width: 30rem;
}

.pandit-wrapper-bg {
  display: flex;
}
.pandit-wrapper-bg img {
  width: 30rem;
  height: 23.75rem;
}
.pandit-wrapper-bg .pandit-wrapper-content {
  background-color: #f36f29;
  height: 19.9375rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  padding-inline: 4rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.pandit-wrapper-bg .pandit-wrapper-content h3 {
  font-size: 2.1rem;
  font-weight: 600;
}
.pandit-wrapper-bg .pandit-wrapper-content p {
  font-size: 1.25rem;
  font-weight: 500;
}

.mobile-overlay-filter-bottom {
  display: none;
}

.header-logo a {
  display: inline-block;
}

.puja__listing .puja-listing-card {
  margin-bottom: 1.7rem;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) !important;
}
.puja__listing .puja-listing-card h4 {
  min-height: 3rem;
}

.custom-accordion .accordion .accordion-item {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px;
  border-color: rgb(230, 230, 230) !important;
  overflow: hidden;
  margin-bottom: 1rem;
}
.custom-accordion .accordion .accordion-item .accordion-header .accordion-button {
  color: #595959;
  font-size: 20px;
}
.custom-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  color: #f36f29;
  box-shadow: unset;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  margin-bottom: 13px;
  transform: rotate(-180deg);
}
.custom-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.filter-body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.filter-body-wrapper .filter-header .back-arrow {
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}
.filter-body-wrapper .filter-header .back-arrow span i {
  font-size: 14px;
}
.filter-body-wrapper .filter-header a {
  color: #f36f29;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.filter-body-wrapper .filter-body {
  margin-bottom: auto;
}
.filter-body-wrapper .filter-body .accordion {
  display: grid;
  grid-template-columns: 30% 70%;
}
.filter-body-wrapper .filter-body .accordion .filter-side-menu {
  display: flex;
  flex-direction: column;
  background-color: #ffefe2;
}
.filter-body-wrapper .filter-body .accordion .filter-side-menu .nav-tabs .nav-item .nav-link {
  width: 100%;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  display: inline-flex;
  justify-content: space-between;
  padding: unset;
  padding-inline: 0.7rem !important;
  padding-block: 1rem !important;
  background-color: #ffefe2;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.filter-body-wrapper .filter-body .accordion .filter-side-menu .nav-tabs .nav-item .nav-link.active {
  background-color: #f36f29;
  color: #ffffff !important;
}
.filter-body-wrapper .filter-body .accordion .filter-side-menu .nav-tabs .nav-item .nav-link span i {
  font-size: 0.9rem;
}
.filter-body-wrapper .filter-body .accordion .filter-category-body .list-group {
  list-style: none;
  height: 35rem;
  overflow-y: auto;
}
.filter-body-wrapper .filter-body .accordion .filter-category-body .list-group .list-group-item {
  border-bottom: 1px solid #d3d3d3 !important;
}
.filter-body-wrapper .filter-body .accordion .filter-category-body .list-group .list-group-item label {
  display: inline-flex;
  align-items: center;
}
.filter-body-wrapper .filter-body .accordion .filter-category-body .list-group .list-group-item:first-child {
  border-top: unset !important;
}
.filter-body-wrapper .filter-body .accordion .filter-category-body .list-group .list-group-item input[type=checkbox] {
  margin-right: 0.5rem;
  cursor: pointer;
  accent-color: #f36f29;
  height: 15.1px;
  width: 15.1px;
}
.filter-body-wrapper .filter-footer {
  border: 1px solid #d9d9d9;
}
.filter-body-wrapper .filter-footer .btn-apply,
.filter-body-wrapper .filter-footer .btn-cancel {
  color: #000000;
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
}
.filter-body-wrapper .filter-footer .btn-cancel {
  border-right: 1px solid #d9d9d9;
}
.filter-body-wrapper .filter-footer .btn-apply {
  color: #f36f29;
}

#header-pujalist .puja-listing-card {
  padding: 1rem;
}
#header-pujalist .puja-listing-card .puja-header-image {
  min-height: 10rem !important;
  max-height: 10rem !important;
}
#header-pujalist .puja-listing-card h4 a {
  font-size: 1rem;
}
#header-pujalist .puja-listing-card h5 {
  font-size: 1.125rem;
}
#header-pujalist .puja-listing-card h5 span {
  font-size: 1.125rem;
}
#header-pujalist .puja-listing-card .btn-outline-secondary {
  display: inline-block;
  font-size: 14px !important;
  width: 7rem !important;
  padding: 0.3rem 0 !important;
  border-radius: 5px !important;
}

.header-top-wrapper-mobile {
  visibility: hidden;
  height: 0;
}
.header-top-wrapper-mobile .header-search-box {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 38% 62%;
}
.header-top-wrapper-mobile .header-search-box .select-city .form-select {
  height: 3rem;
  background-color: #f8f8f8;
  border-radius: 5px !important;
}
.header-top-wrapper-mobile .header-search-box .header-search {
  display: flex;
  align-items: center;
}
.header-top-wrapper-mobile .header-search-box .header-search .form-control {
  background-color: #f8f8f8;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  height: 3rem;
}
.header-top-wrapper-mobile .header-search-box .header-search .header-serach-btn {
  background-color: #f36f29;
  height: 100%;
  color: #ffffff !important;
  border: 0;
  padding-inline: 1rem !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-top-wrapper-mobile .header-search-box .header-search .header-serach-btn i {
  font-size: 1rem;
}

.puja__listing.RecommendedPujas .puja-listing-card img {
  min-height: 12.7rem;
  max-height: 12.7rem;
}

.detail-nav-tab::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  z-index: -1;
  position: absolute;
  top: -100%;
  left: 0;
}

.contact-top-heading-wrapper h1 {
  font-family: "Poppins", sans-serif !important;
  font-size: 3.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contact-top-heading-wrapper p {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  font-weight: 400 !important;
}

.left-content-wrapper h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 34px;
  font-weight: 600;
}
.left-content-wrapper .content-info-main {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  font-weight: 400 !important;
  text-wrap-style: balance;
}
.left-content-wrapper .contact-info-list img {
  width: 3.9375rem;
}
.left-content-wrapper .conatct-info h5 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}
.left-content-wrapper .conatct-info p,
.left-content-wrapper .conatct-info a {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif !important;
  color: #000000;
}

.right-content-wrapper {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 0.9375rem;
}
.right-content-wrapper .conatct-form-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.5625rem;
}
.right-content-wrapper form .form-control {
  background-color: #f4f0ec !important;
  border: 1px solid #d1cac4 !important;
  color: #000000 !important;
  border-radius: 0.625rem !important;
  padding-left: 1.3rem;
  padding-block: 0.8rem;
}
.right-content-wrapper form .form-control::-moz-placeholder {
  color: #000000 !important;
}
.right-content-wrapper form .form-control::placeholder {
  color: #000000 !important;
}
.right-content-wrapper form small {
  color: #bcbcbc;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.3125rem;
}

.contact-form-wrapper {
  padding-block: 3.5rem 7rem;
}

.contact-map {
  margin-top: -12rem;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  html {
    font-size: 14px !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }
  .bottom-slider-card .bottom-slider-image {
    height: 24rem !important;
  }
  .banner-header li:last-child {
    display: none;
  }
  .header-mega-modal {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sanatan-banner .banner-content-left,
  .sanatan-banner .banner-content-right {
    padding-right: 0;
  }
  .sanatan-banner .banner-content-left:first-child,
  .sanatan-banner .banner-content-right:first-child {
    padding-top: 3rem !important;
    padding-right: 0;
  }
  .sanatan-banner {
    background-position: 69%;
  }
  .slider-icons-col {
    display: none !important;
  }
  .pandit-wrapper-bg .pandit-wrapper-content {
    padding-inline: 2rem !important;
  }
  .pandit-wrapper-bg .pandit-wrapper-content h3 {
    line-height: 1.5;
  }
  .header-mega-modal {
    width: 100%;
  }
  .sanatan-header .header-search-box {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .sanatan-banner::after {
    bottom: -3rem;
    height: 6rem;
  }
  .pandit-wrapper-bg img {
    height: 34rem;
  }
  .mobile-banner-content .banner-content-right {
    font-size: 1.15rem;
  }
  .mobile-banner-content .banner-content-right:nth-child(2) {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #b40000;
  }
  .mobile-banner-content .banner-content-right:first-child {
    padding-left: 1rem;
    position: relative;
  }
  .mobile-banner-content .banner-content-right:first-child::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background-color: #b40000;
  }
  .mobile-banner-content .banner-content-right:last-child {
    padding-right: 1rem;
    position: relative;
  }
  .mobile-banner-content .banner-content-right:last-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 4px;
    right: 0;
    top: 0;
    background-color: #b40000;
  }
  .header-logo {
    text-align: center;
    padding-block: 1rem;
  }
  .header-logo a {
    display: inline-block;
  }
  .header-logo a .sanatan-logo {
    width: 50%;
  }
  .sanatan-banner .banner-header {
    width: 100%;
    align-items: center;
    gap: 5rem;
  }
  .sanatan-banner .banner-header .logo-link {
    display: inline-block;
    width: 80%;
    margin-inline: auto;
    margin-top: 0 !important;
    text-align: center;
  }
  .sanatan-banner .banner-header .logo-link img {
    width: 100%;
  }
  .sanatan-banner .banner-header li {
    text-align: center;
    margin: 0 !important;
  }
  .sanatan-banner .banner-header li a {
    font-size: 1.3rem;
  }
  .sanatan-banner .banner-header li:first-child, .sanatan-banner .banner-header li:last-child {
    display: none;
  }
  .sanatan-footer {
    height: auto;
    padding: 0;
  }
  .sanatan-footer .footer-content {
    margin: 0;
    padding-top: 0;
    padding: 2rem 0rem 5rem;
  }
  .footer-sub-cols {
    padding: 0.5rem;
    padding-top: 1rem;
  }
  .footer-sub-cols > h4 {
    margin-bottom: 1rem !important;
    font-weight: 700;
  }
  .footer-sub-cols li {
    margin: 0 !important;
    padding: 0.5rem 0;
  }
  .custom-order {
    order: 1 !important;
  }
  .new_banner_puja_listing {
    height: 12.5rem;
  }
  .new_banner_puja_listing .new_banner_detail {
    width: 100% !important;
  }
  .new_banner_puja_listing .new_banner_detail h4 {
    font-size: 2.25rem !important;
  }
  .new_banner_puja_listing .new_banner_detail h4 span {
    font-size: 2.25rem !important;
  }
  .sanatan-banner {
    background-position: top;
    height: 100dvh;
  }
  .sanatan-banner .banner-content-left:first-child,
  .sanatan-banner .banner-content-right:first-child {
    padding-top: 9rem;
  }
  .sanatan-banner .banner-content-left h5,
  .sanatan-banner .banner-content-right h5 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .sanatan-banner .banner-content-left h6,
  .sanatan-banner .banner-content-right h6 {
    font-size: 1.125rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .sanatan-banner .banner-content-right {
    padding-right: 0;
    text-align: justify;
  }
  .description .nav-tabs .nav-item .nav-link {
    margin-right: 0;
  }
  .header-contact-info,
  .header-top-wrapper {
    display: none !important;
  }
  .pujan-section .pujan-section-slider .slider-icons-col {
    display: none !important;
  }
  .pandit-wrapper-bg {
    flex-direction: column;
  }
  .pandit-wrapper-bg .pandit-wrapper-content {
    border-radius: 0 !important;
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    padding-inline: 1.5rem;
  }
  .pandit-wrapper-bg .pandit-wrapper-content h3 {
    line-height: normal;
  }
  .puja__details img {
    max-width: 100% !important;
  }
  .description .content-body h6 {
    font-size: 1.125rem;
  }
  .puja__listing .puja-listing-card {
    padding: 1rem !important;
    box-shadow: 0px 0px 20.4px 0px rgba(0, 0, 0, 0.05) !important;
    height: 100%;
    margin-bottom: 0 !important;
  }
  .puja__listing .puja-listing-card img {
    min-height: 15.8125rem;
    max-height: 15.8125rem;
  }
  .mobile-overlay-filter-bottom {
    border-top: 1px solid #d9d9d9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    transform: translateY(100%); /* Initially hidden */
  }
  .mobile-overlay-filter-bottom .btn-filter,
  .mobile-overlay-filter-bottom .btn-cancel {
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
  }
  .mobile-overlay-filter-bottom .btn-cancel {
    border-right: 1px solid #d9d9d9;
  }
  .mobile-overlay-filter-bottom .btn-filter {
    color: #f36f29;
  }
  .header-top-wrapper-mobile .header-search-box .select-city .form-select {
    height: 3.375rem;
  }
  .header-top-wrapper-mobile .header-search-box .header-search .form-control {
    height: 3.375rem;
  }
  .header-top-wrapper-mobile .header-search-box .header-search .header-serach-btn {
    padding-inline: 1.5rem !important;
  }
  .header-top-wrapper-mobile {
    visibility: visible;
    height: auto;
    padding-top: 0.5rem;
  }
  .custom-mobile-sticky::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 4.55rem;
    top: -3px;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
  }
}
@media only screen and (max-width: 576px) {
  .sanatan-banner::after {
    bottom: -3rem;
    height: 6rem;
  }
  .section-py-5 {
    padding-block: 3.5rem;
  }
  .contact-top-heading-wrapper p br {
    display: none;
  }
  .mobile-banner-content .banner-content-right {
    font-size: 1.15rem;
  }
  .mobile-banner-content .banner-content-right:nth-child(2) {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #b40000;
  }
  .mobile-banner-content .banner-content-right:first-child {
    padding-left: 1rem;
    position: relative;
  }
  .mobile-banner-content .banner-content-right:first-child::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background-color: #b40000;
  }
  .mobile-banner-content .banner-content-right:last-child {
    padding-right: 1rem;
    position: relative;
  }
  .mobile-banner-content .banner-content-right:last-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 4px;
    right: 0;
    top: 0;
    background-color: #b40000;
  }
  .pujan-section .pujan-section-heading .pujan___text {
    padding-inline: 0;
  }
  .header-logo {
    text-align: center;
    padding-block: 1rem;
  }
  .header-logo a {
    display: inline-block;
  }
  .header-logo a .sanatan-logo {
    width: 50%;
  }
  .sanatan-banner .banner-header {
    width: 100%;
    align-items: center;
    gap: 0;
  }
  .sanatan-banner .banner-header .logo-link {
    display: inline-block;
    width: 60%;
    margin-inline: auto;
    text-align: center;
  }
  .sanatan-banner .banner-header .logo-link img {
    width: 100%;
  }
  .sanatan-banner .banner-header li {
    text-align: center;
    margin: 0 !important;
  }
  .sanatan-banner .banner-header li a {
    font-size: 1.125rem;
  }
  .sanatan-banner .banner-header li:first-child, .sanatan-banner .banner-header li:last-child {
    display: none;
  }
  .sanatan-footer {
    height: auto;
    padding-top: 3rem;
    padding-inline: 0;
    background-position: 37%;
  }
  .sanatan-footer .footer-content {
    margin: 0;
    padding-top: 0;
    padding: 2rem 0rem;
  }
  .contact-form-wrapper {
    padding-block: 1.5rem 2.3rem;
  }
  .footer-sub-cols {
    padding: 0.5rem;
    padding-top: 1rem;
  }
  .footer-sub-cols > h4 {
    margin-bottom: 1rem !important;
    font-weight: 700;
  }
  .footer-sub-cols li {
    margin: 0 !important;
    padding: 0.5rem 0;
  }
  .custom-order {
    order: 1 !important;
  }
  .new_banner_puja_listing {
    height: 12.5rem;
  }
  .new_banner_puja_listing .new_banner_detail {
    width: 100% !important;
  }
  .new_banner_puja_listing .new_banner_detail h4 {
    font-size: 2.25rem !important;
  }
  .new_banner_puja_listing .new_banner_detail h4 span {
    font-size: 2.25rem !important;
  }
  .sanatan-banner {
    background-position: top;
    height: 100dvh;
    background-image: url("../images/mobile-banner.webp");
  }
  .sanatan-banner .banner-content-left,
  .sanatan-banner .banner-content-right {
    text-align: center;
    padding-top: 2rem;
  }
  .sanatan-banner .banner-content-left h5,
  .sanatan-banner .banner-content-right h5 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .sanatan-banner .banner-content-left h6,
  .sanatan-banner .banner-content-right h6 {
    font-size: 1.125rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .sanatan-banner .banner-content-right {
    padding-right: 0;
    text-align: justify;
  }
  .description .nav-tabs .nav-item .nav-link {
    margin-right: 0;
  }
  .header-menu,
  .header-contact-info,
  .header-top-wrapper {
    display: none !important;
  }
  .pujan-section .pujan-section-slider .slider-icons-col {
    display: none !important;
  }
  .pandit-wrapper-bg {
    flex-direction: column;
  }
  .pandit-wrapper-bg .pandit-wrapper-content {
    border-radius: 0 !important;
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    padding-inline: 1.5rem;
  }
  .pandit-wrapper-bg .pandit-wrapper-content h3 {
    line-height: normal;
  }
  .puja__details img {
    max-width: 100% !important;
    aspect-ratio: 4/3;
  }
  .description .content-body h6 {
    font-size: 1.125rem;
  }
  .puja__listing .puja-listing-card {
    padding: 1rem !important;
    box-shadow: 0px 0px 20.4px 0px rgba(0, 0, 0, 0.05) !important;
    height: 100%;
    margin-bottom: 0 !important;
  }
  .puja__listing .puja-listing-card img {
    min-height: 8.8125rem;
    max-height: 8.8125rem;
  }
  .puja__listing .puja-listing-card h4 {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
  }
  .puja__listing .puja-listing-card h4 a {
    font-size: 1.2rem;
  }
  .puja__listing .puja-listing-card h5 {
    font-size: 1.1rem;
  }
  .puja__listing .puja-listing-card h5 span {
    font-size: 1.1rem;
  }
  .puja__listing .puja-listing-card .btn-outline-secondary {
    display: inline-block;
    font-size: 12px !important;
    width: 5.5rem;
    padding: 0.3rem 0;
    border-radius: 2px;
  }
  .mobile-padding {
    padding-bottom: 0 !important;
  }
  .mobile-overlay-filter-bottom {
    border-top: 1px solid #d9d9d9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    transform: translateY(100%); /* Initially hidden */
  }
  .mobile-overlay-filter-bottom .btn-filter,
  .mobile-overlay-filter-bottom .btn-cancel {
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
  }
  .mobile-overlay-filter-bottom .btn-cancel {
    border-right: 1px solid #d9d9d9;
  }
  .mobile-overlay-filter-bottom .btn-filter {
    color: #f36f29;
  }
  .header-top-wrapper-mobile {
    visibility: visible;
    height: auto;
    padding-top: 0.6rem;
  }
  .custom-mobile-sticky::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 4.55rem;
    top: -3px;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
  }
}/*# sourceMappingURL=style.css.map */