@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

*,
body {
  font-family: Montserrat, sans-serif !important;
  box-sizing: border-box;
}

*,
ul {
  padding: 0;
  margin: 0;
}

.btn_brown,
.btn_brown_light,
.btn_yellow {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.banner_sec,
body {
  position: relative;
}

.play-button,
.play-icon {
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* @font-face {
  font-family: 'Montserrat';
  src: url('yourfont.woff2') format('woff2');
  font-display: swap;
} */

.interest_form,
.testi_inner {
  box-shadow: 0 4px 8px -2px #0000001a;
}

.btn_brown:focus,
.interest_input input:focus {
  box-shadow: 0 0 5px rgba(183, 122, 43, 0.5);
  outline: 0;
}

.footer_bottom_txt a,
.interest_privacy a {
  text-decoration: underline;
}

.days_shravan h4,
.faq_head,
.interest_inner,
.perfom_details_inner,
.promise_head h3,
.promise_img_wrapper,
.puja_btn,
.rudra_btn,
.rudra_head,
.submit_btn,
.testi_head h3,
.thankyou_popup {
  text-align: center;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

ul {
  list-style: none;
}

p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

a {
  text-decoration: none;
}

.btn_brown_top {
  max-width: 212px;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.btn_brown,
.btn_yellow {
  background-color: #8a1c23;
  border-radius: 70px;
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  display: inline-block;
}

/* .btn_brown:hover {
  background: linear-gradient(180deg, #e0a84e 0, #c88a3b 100%);
} */
.btn_brown:disabled {
  /* background: #8A1C23; */
  opacity: 0.5;
  cursor: not-allowed;
}

.testimonial_sec::after,
.testimonial_sec::before {
  width: 300px;
  height: 300px;
  background-image: url(./images/om-shap-1.svg);
}

.btn_yellow {
  background-color: #d86903;
  padding: 12px 54px;
}

.btn_brown_light {
  padding: 10px 30px;
  background-color: #ffffff1a;
  border: 1px solid #8a1c23;
  border-radius: 70px;
  display: inline-block;
}

.testi_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8a1c23;
}

.btn_brown_light:hover {
  color: #fff;
}

/* header css start */
.header_sec {
  padding: 13px 0;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 10px 10px #00000017;
}

.footer_img,
.header_inner {
  display: flex;
}

.header_inner {
  align-items: center;
  justify-content: space-between;
}

.header_inner img {
  width: 170px;
}

.header_inner a {
  display: flex;
}

.cta_btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn_marun,
.btn_green {
  background-color: #189d0e;
  display: block;
  padding: 11px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border: 0;
}

.btn_marun img,
.btn_green img {
  width: 22px;
  height: 22px;
}

.btn_marun {
  background-color: #8a1c23;
}

/* header css end */
/* banner css start */
/* .banner_sec {
  padding: 100px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: bottom;
} */

.banner_sec {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* height: 400px; */
  /* तुम जितनी height चाहो */
  overflow: hidden;
  padding: 100px 0;
}

.banner_sec .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* image को crop करके background जैसा बना देगा */
  z-index: -1;
  inset: 0;
  /* पीछे चला जाएगा */
}

.banner_sec .content {
  position: relative;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.banner_img,
.banner_text-right .banner_video_wrapper img,
.perfom_video_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_txt {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.banner_txt h1 {
  margin: 12px 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #ffffff;
}

.banner_txt h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.banner_txt p {
  color: #ffffff99;
}

.banner_btn {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 45px;
  position: relative;
}

.banner_text-right {
  width: 100%;
  height: 520px;
}

.banner_video_wrapper {
  border: 2px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.youtube {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.play-button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* .banner_video_wrapper .logo_video,
.map_location_content {
  position: absolute;
  top: 20px;
  left: 20px;
} */
/* .banner_video_wrapper .live_logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.banner_video_wrapper .logo_video img {
  width: 130px;
  height: auto;
}
.banner_video_wrapper .live_logo img {
  width: 95px;
  height: auto;
} */
/* banner css end */
/* testimonial css start */
.testi_text p::after,
.testi_text p::before {
  position: absolute;
  width: 37px;
  height: 30px;
  background-image: url(./images/quet-icon.svg);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  content: '';
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 0;
}

.play-icon img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
}

.btn_wrraper {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.testimonial_sec {
  padding: 50px 0;
  position: relative;
}

.swiper-slide {
  min-height: 400px;
  /* match expected video/image height */
}

.testimonial_sec::after {
  content: '';
  position: absolute;
  top: 80px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.testimonial_sec::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.testi_head h3 {
  color: #8a1c23;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 38px;
}

.testi_inner {
  padding: 56px 60px;
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  /* margin: 0 40px; */
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  gap: 30px;
}

.testi_text {
  width: 550px;
  display: flex;
  flex-direction: column;
}

.testi_text p {
  font-size: 18px;
  line-height: 30px;
  color: #2c2c2c;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.testi_text p::after {
  bottom: -20px;
  right: 0;
}

.testi_text p::before {
  top: -20px;
  left: -20px;
  transform: rotate(180deg);
}

.user_name {
  margin-top: auto;
}

.user_name h5 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #8a1c23;
}

.testi_video {
  width: calc(100% - 580px);
}

.testi_video_inner {
  height: 450px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.testi_wrapper .swiper-wrapper {
  padding: 0 0 60px;
  /* gap: 8px; */
}

.footer_img img,
.map_wrapper iframe,
.testi_video_inner iframe {
  width: 100%;
  height: 100%;
}

.mobile_view,
.promise_slider,
.testi_video_inner.playing::after,
.testi_wrapper .swiper-button-next::after,
.testi_wrapper .swiper-button-prev::after {
  display: none;
}

.testi_wrapper .swiper-pagination-bullet {
  background-color: #8a1c2380;
  width: 9px;
  height: 9px;
}

.testi_wrapper .swiper-button-next,
.testi_wrapper .swiper-button-prev {
  background-size: contain;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
}

/* .testi_wrapper .swiper-button-next {
  background-image: url(./images/arrow-right.svg);
}

.testi_wrapper .swiper-button-prev {
  background-image: url(./images/arrow-left.svg);
} */

.interest_sec {
  padding: 90px 0;
  position: relative;
  background-color: #fff5e9;
  z-index: 1;
}

.interest_inner {
  margin-bottom: 35px;
}

.interest_inner h2 {
  color: #8a1c23;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 13px;
}

.interest_inner h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

.interest_form {
  padding: 35px 50px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  max-width: 780px;
  margin: 0 auto;
}

.interest_form_inner,
.perfom_details_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.perform_inner_wrapper,
.wp_text {
  align-items: center;
  display: flex;
}

.interest_input {
  width: calc(50% - 10px);
}

.shap-left,
.shap-right {
  position: absolute;
  width: 370px;
  height: 370px;
}

.interest_input label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.interest_input label span {
  color: #ff3b30;
}

.interest_input textarea,
.interest_input input,
.interest_input select {
  width: 100%;
  padding: 12px 16px;
  background-color: #f1f1f1;
  border-radius: 10px;
  border: 0;
  height: inherit;
  font-weight: 600;
  color: #4a4a4a !important;
  min-height: 48px;
  box-sizing: border-box;
}

.interest_input input:focus {
  border-color: #b77a2b;
}

.interest_input .error {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: red;
  margin-top: 5px;
  text-align: left;
}

.footer_logo_wrapper a,
.map_location_box a,
.puja_btn .btn_yellow,
.thankyou_popup .btn_brown {
  display: inline-block;
}

.interest_input .error.show {
  display: block;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.wp_text {
  gap: 8px;
  margin-top: 5px;
}

.wp_text input {
  width: 15px;
  height: 15px;
  padding: 0;
  min-height: inherit !important;
}

.wp_text h6 {
  color: #8a1c23;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  width: calc(100% - 25px);
}

input[type='checkbox'] {
  accent-color: #8a1c23;
}

::placeholder {
  color: #00000080;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

input:focus,
select:focus {
  outline: 0;
}

.interest_privacy {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.interest_privacy input {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.interest_privacy h6 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: calc(100% - 25px);
}

.interest_privacy a {
  color: #8a1c23;
  font-weight: 600;
}

.shap-left {
  bottom: 50px;
  left: 60px;
  transform: rotate(340deg);
  z-index: -1;
}

.shap-right {
  top: 20px;
  right: 60px;
  z-index: -1;
}

.shap-3,
.shap-4 {
  width: 300px;
  z-index: -1;
}

.submit_btn button {
  max-width: 270px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}

.puja_details_sec {
  padding: 100px 0;
  position: relative;
}

.shap-3,
.shap-4 {
  position: absolute;
}

.shap-3 {
  top: 110px;
  right: 3%;
}

.shap-4 {
  bottom: 0;
  left: 4%;
}

.tample_inner {
  background-image: url(./images/puja-details.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 300px 40px 100px;
  border-radius: 20px;
  overflow: hidden;
}

.tample_inner_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.puja_info_wrapper {
  background-color: #17151333;
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 20px;
  width: 40%;
  backdrop-filter: blur(20px);
}

.puja_info_wrapper h4 {
  color: #d86903;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 20px;
}

.puja_info_wrapper ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.puja_info_wrapper ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.days_inner ul li:last-child,
.faq_main_wrapper:last-child,
.gallery_wrapper:last-child,
.promise_info:last-child,
.puja_info_wrapper ul li:last-child,
.rudra_left_wrap p:last-child,
.rudra_left_wrap ul li:last-child {
  margin-bottom: 0;
}

.puja_info_wrapper ul li p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.puja_btn {
  margin-top: 50px;
}

.perform_rudrabhishek {
  padding: 90px 0 40px;
  background-color: #f2f2f2;
}

.perform_inner_wrapper {
  gap: 30px;
}

.gallery_wrapper {
  margin-bottom: 30px;
}

.perform_left {
  width: 840px;
}

.perform_right {
  width: calc(100% - 890px);
}

.perform_left h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #8a1c23;
  margin-bottom: 10px;
}

.perform_left p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.perfom_video_wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  height: 440px;
}

.perfom_details_inner {
  width: calc(50% - 10px);
  border: 1px solid #8a1c23;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.perfom_details_icon {
  width: 80px;
  height: 80px;
  background-color: #f3f3f3;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.perfom_details_icon img {
  width: 50px;
  height: 50px;
}

.perfom_details_inner h4 {
  color: #8a1c23;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 7px;
}

.days_inner ul li h6,
.perfom_details_inner p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.perfom_details_inner p {
  color: #000;
  margin-bottom: 0;
}

.days_shravan {
  margin-top: 20px;
}

.days_shravan h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000028;
  color: #562616;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.days_inner_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.days_inner h5 {
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 8px;
}

.days_inner ul li {
  margin-bottom: 2px;
}

.days_inner ul li h6 {
  color: #8a1c23;
}

.gallery_img {
  height: 350px;
}

.gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.rudrabhishek_sec {
  padding: 100px 0 80px;
  position: relative;
  background-color: #fff5e9;
}

.rudra_inner_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.rudra_head {
  margin-bottom: 70px;
}

.rudra_head h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #8a1c23;
}

.rudra_head p {
  margin: 10px auto 0;
  color: #000;
  max-width: 1080px;
}

.rudra_left {
  background-color: #fff;
  box-shadow: 0 0 2px 0 #00000026;
  padding: 20px;
  border-radius: 20px;
  width: 50%;
  max-height: 640px;
  overflow: auto;
}

.rudra_left::-webkit-scrollbar {
  width: 7px;
}

.rudra_left::-webkit-scrollbar-thumb {
  background: #8a1c23;
  border-radius: 10px;
}

.rudra_center {
  width: calc(50% - 50px);
  height: 640px;
  position: relative;
}

.rudra_center .banner_video_wrapper img {
  height: 100%;
  object-fit: inherit;
}

.shap-1,
.shap-2 {
  position: absolute;
  top: 30px;
  width: 150px;
  height: 150px;
  z-index: -1;
}

.rudra_center img {
  width: 100%;
  border-radius: 20px;
}

.rudra_left_wrap {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: 0.5s;
}

.rudra_left_wrap:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rudra_left_wrap h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #8a1c23;
}

.rudra_left_wrap p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}

.rudra_left_wrap ul {
  padding-left: 25px;
  list-style: disc;
}

.rudra_left_wrap ul li {
  position: relative;
  margin-bottom: 10px;
}

.rudra_table {
  border: 1px solid #800909;
  border-radius: 10px;
  /* background-color: #fff; */
  background-color: #fff5e9;
  overflow: hidden;
}

.rudra_table h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #a61b18;
  margin: 26px 0;
  text-align: center;
}

.rudra_table table {
  background-color: #80090917;
  border-collapse: collapse;
}

.rudra_table table tbody tr td,
.rudra_table table thead tr th {
  padding: 18px;
  border: 1px solid #800909;
}

.rudra_table table thead tr th {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #2e2e2e;
}

.rudra_table table tbody tr td {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #800909;
}

.rudra_btn {
  margin-top: 40px;
}

.button_sticky .rudra_btn {
  position: sticky;
  bottom: 50px;
}

.shap-1 {
  left: 200px;
  transform: rotate(15deg);
}

.shap-2 {
  right: 200px;
}

.map_main_wrapper,
.map_wrapper,
.popup_banner {
  position: relative;
}

.map_wrapper {
  height: 600px;
  display: flex;
}

.map_location_box {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #00000033;
  padding: 40px 35px;
  max-width: 420px;
}

.map_location_box h4 {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.map_location_box a {
  color: #8a1c23;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  transition: 0.5s;
}

.map_location_box a:hover {
  color: #ff9500;
  transition: 0.5s;
}

.map_slider {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 1;
  width: 800px;
}

.map_slider_img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.promise_sec {
  padding: 90px 0 0;
}

.promise_head h3 {
  font-size: 56px;
  line-height: 62px;
  font-weight: 800;
  color: #8a1c23;
}

.promise_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}

.promise_left,
.promise_right {
  width: 320px;
}

.promise_center {
  width: calc(100% - 780px);
}

.promise_img_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
}

.faq_main_que,
.promise_info {
  align-items: center;
  display: flex;
}

.promise_img_wrapper::after {
  content: '';
  position: absolute;
  top: -180px;
  left: 50%;
  width: 670px;
  height: 670px;
  background-image: url(./images/om-round.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  z-index: -1;
}

.promise_img_wrapper img {
  width: 300px;
}

.promise_info {
  gap: 15px;
  padding: 18px 15px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 #0000001a;
  background-color: #fff;
  margin-bottom: 40px;
}

.promise_info img {
  width: 58px;
  height: 58px;
}

.promise_info h4 {
  color: #8a1c23;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.faq_section {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.shap_4 {
  position: absolute;
  bottom: 55px;
  left: 85px;
  width: 150px;
  height: 150px;
  z-index: -1;
}

.faq_main {
  max-width: 1250px;
  margin: 0 auto;
}

.faq_head h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #8a1c23;
  margin-bottom: 40px;
}

.faq_main_wrapper {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}

.faq_main_ans_inner,
.faq_main_que {
  padding: 30px;
  transition: 0.5s;
}

.faq_main_ans_inner ul {
  padding-left: 25px;
  margin: 10px 0;
  list-style: disc;
}

.faq_main_que {
  justify-content: space-between;
  gap: 20px;
  transition: 0.5s;
  cursor: pointer;
}

.faq_main_que img {
  transform: rotate(0);
  transition: 0.5s;
}

.faq_main_que.active img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.faq_main_que h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #8a1c23;
}

.faq_main_ans_inner {
  border-top: 1px solid #d3d3d3;
}

.faq_main_ans {
  height: 0;
  transition: 0.5s;
}

.faq_main_ans.active {
  height: auto;
  transition: 0.5s;
}

.faq_main_ans p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.footer_section {
  padding: 45px 0 0;
}

.footer_wrapper {
  display: flex;
  gap: 90px;
}

.footer_logo_wrapper {
  width: 20%;
}

.footer_logo_wrapper a img {
  width: 250px;
}

.footer_logo_wrapper a.location_txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #506377;
  margin-top: 26px;
}

.footer_menu h5 {
  color: #082f58;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer_menu ul li {
  margin-bottom: 18px;
}

.footer_menu ul li a {
  display: inline-flex;
  gap: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #506377;
}

.footer_menu ul li a:hover {
  color: #ff9500;
}

.footer_bottom {
  padding: 14px 0;
  background-color: #082f58;
}

.footer_bottom_txt a,
.footer_bottom_txt p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.social_icon {
  display: flex;
  gap: 20px;
  margin-top: 26px;
}

.social_icon li a img {
  width: 34px;
  height: 34px;
}

.popup_wrapper,
.thank_popup_wrapper {
  left: 0;
  height: 100%;
  z-index: 9999;
  display: none;
  width: 100%;
}

.daterangepicker {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.daterangepicker .calendar-table {
  background: #fff;
}

.daterangepicker .drp-buttons .btn {
  background: #b77a2b;
  border: none;
  border-radius: 4px;
  color: #fff;
}

.daterangepicker .drp-buttons .btn:hover {
  background: #c88a3b;
}

@keyframes blinkShadow {
  0% {
    filter: drop-shadow(0 0 #29a71a);
  }

  50% {
    filter: drop-shadow(0 0 10px #29a71a);
  }
}

.popup_wrapper,
.popup_wrapper_hindi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 10px;
  overflow: auto;
  display: none;
  z-index: 999;
}

.popup_inner_wrapper {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.popup_banner_img {
  display: flex;
  position: relative;
  height: 270px;
}

.limited_time img,
.popup_banner_img img {
  width: 100%;
}

.popup_banner_img img {
  object-fit: cover;
  object-position: bottom;
}

.navrtri_popup_banner img {
  object-position: inherit !important;
  /* height: 270px; */
  height: auto;
  width: 100%;
  aspect-ratio: 12 / 5;
  object-fit: cover;
}

.time-image img {
  height: 100%;
}

.limited_time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: end;
  min-height: 50px;
  gap: 20px;
}

.limited_time img {
  width: 200px;
}

.limited_txt {
  width: calc(100% - 220px);
}

.limited_title {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.limited_title h3 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 10px;
}

.popup_banner picture,
.popup_banner picture img,
.popup_banner picture source {
  display: block;
  width: 100%;
  height: 100%;
}

.close_icon {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  display: flex;
}

.popup_wrapper .interest_form,
.popup_wrapper_hindi .interest_form {
  padding: 20px 30px;
  border: 0;
}

.popup_wrapper .submit_btn button {
  max-width: 100%;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.daterangepicker .drp-selected {
  padding-right: 0 !important;
}

.thank_popup_wrapper {
  position: fixed;
  top: 0;
  background-color: #00000071;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  overflow: auto;
}

.thank_popup_wrapper.active {
  display: block;
  transition: 0.5s;
}

.thankyou_popup_spacing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 15px;
  overflow: auto;
}

.thankyou_popup {
  background-color: #fff;
  padding: 30px;
  max-width: 440px;
  transition: 0.5s;
  margin: 0 auto;
  border-radius: 20px;
}

.thankyou_popup img {
  width: 180px;
  height: 180px;
}

.failed_popup h4,
.thankyou_popup h4 {
  margin: 30px auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.shradh_collection {
  padding: 30px 0 0;
  max-height: 622px;
}

.collection_slider_wrapper {
  border: 1px dashed #56261633;
  padding: 10px;
  transition: 0.5s ease;
  display: block;
}

.collection_slider_wrapper:hover {
  border-color: #582708;
  transition: 0.5s ease;
}

.collection_slider_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  aspect-ratio: 428 / 300;
}

.collection_text {
  margin-top: 10px;
}

.collection_text h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #582708;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.collection_text p {
  color: #00000099;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 10px 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.collection_text .btn_brown {
  border-radius: 10px;
  width: 100%;
}

.collection_slider .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #582708 !important;
}

.social_btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  display: none;
}

.social_wrapper {
  display: flex;
  width: 100%;
}

.social_wrapper .btn_marun,
.social_wrapper .btn_green {
  width: 50%;
  justify-content: center;
}

.drops_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.language_wrapper .lang_select h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 8px;
}

.language_wrapper .lang_select h4:last-child {
  margin-bottom: 0;
}

.language_wrapper .lang_select {
  position: relative;
}

.lang_select_box {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 10;
  width: 120px;
  gap: 8px;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0 2.08px 10.4px 0 #c7e2ff;
  border-radius: 20px;
}

.lang_select_box h4:hover,
.lang_select_box h4.selected {
  background: #f0f0f0;
}

/* .lang_select_box {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #fff;
  width: 120px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 2.08px 10.4px 0 #c7e2ff;
} */

.selected_lang h4 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.selected_lang h4 .lucide-chevron-down {
  width: 20px;
  height: 20px;
}

.shradh_inner {
  padding: 80px 0 30px;
}

.head_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}

.head_wrapper h1 {
  font-size: 34px;
  line-height: 42px;
  color: #800909;
  font-weight: 600;
  text-align: center;
}

.shradh_inner_banner {
  display: flex;
  gap: 26px;
  margin-bottom: 50px;
}

.shradh_inner_img {
  width: 55%;
  height: 530px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  position: relative;
}

.shradh_form_wrap .interest_privacy {
  margin: 20px 0;
}

.shradh_inner_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000c7 84%);
}

.shradh_inner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shradh_inner_content h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #8a1c23;
  margin: 30px 0 10px;
}

.shradh_inner_content h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #8a1c23;
  margin: 20px 0 6px;
}

.pind_dan_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.pind_dan_text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.shradh_inner_form {
  width: calc(45% - 26px);
}

.shradh_form_wrap {
  background-color: #fff5e9;
  padding: 24px;
  border-radius: 18px;
  height: 100%;
}

.shradh_form_wrap .interest_input textarea,
.shradh_form_wrap .interest_input input {
  background-color: #fff;
  color: #2e2e2e !important;
  box-shadow: 0px 4px 10px 0px #061f360d;
  /* padding: 22px 16px; */
}

.shradh_form_wrap .interest_form_inner {
  gap: 10px;
}

.shradh_form_wrap .interest_input {
  width: 100%;
}

.shradh_form_wrap .btn_brown,
.shradh_form_wrap .interest_input {
  width: 100%;
  max-width: 100%;
}

.mb-4 {
  margin-bottom: 20px;
}

.shradh_inner_content p {
  color: #000;
  margin-bottom: 15px;
}

.shradh_inner_content ul li:last-child,
.shradh_inner_content p:last-child {
  margin-bottom: 0;
}

.shradh_inner_content ul li p {
  margin: 0;
  /* font-weight: 500; */
}

.shradh_inner_content ul li {
  margin-bottom: 5px;
}

.shradh_inner_content ul {
  list-style: disc;
  padding-left: 30px;
  margin: 20px 0;
}

.book_btn {
  position: fixed;
  top: 50%;
  right: -43px;
  z-index: 99;
  padding: 10px 20px;
  background-color: #082f58;
  border-radius: 14px 14px 0 0;
  color: #fff;
  transform: translateY(-50%) rotate(270deg);
}

.faq_show_more .btn_marun {
  margin: 30px auto 0;
  cursor: pointer;
  border-radius: 10px;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }

  .promise_pandit_details ul li h5,
  p {
    font-size: 16px;
    line-height: 26px;
  }

  .om_shap,
  .om_shap1,
  .shap-left,
  .shap-right {
    width: 300px;
    height: 300px;
  }

  .interest_inner h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .faq_main_ans p,
  .interest_inner h6,
  .map_location_box a {
    font-size: 16px;
    line-height: 24px;
  }

  .promise_pandit_details ul {
    gap: 20px;
  }

  .ul_secound {
    margin: 40px 0 0 20px;
  }

  .calender_wrapper h3,
  .faq_head h3,
  .pricing_head h4,
  .rudra_head h3,
  .testi_head h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .faq_main_que h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .faq_main_ans_inner,
  .faq_main_que {
    padding: 20px;
  }

  .pricing_head {
    margin-bottom: 40px;
  }

  .rudra_left_wrap p {
    font-size: 14px;
    line-height: 22px;
  }

  .date_box h5,
  .important_dates h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .celender_inner_wrapper {
    padding: 35px;
  }

  .calender_wrapper {
    width: 800px;
  }

  .calender_right {
    width: calc(100% - 820px);
  }

  .celender_left_wrap h4 {
    font-size: 30px;
    line-height: 38px;
  }

  .perform_left {
    width: 740px;
  }

  .perform_right {
    width: calc(100% - 810px);
  }

  .perfom_details_icon {
    width: 90px;
    height: 90px;
  }

  .banner_text-right {
    height: 520px;
  }

  .testi_inner {
    padding: 50px 60px;
  }

  .testi_video_inner {
    height: 380px;
  }

  .user_name h5 {
    font-size: 32px;
    line-height: 42px;
  }

  .rudra_left {
    max-height: 540px;
  }

  .rudra_center {
    height: 540px;
  }

  .interest_sec {
    padding: 50px 0;
  }

  .om_shap,
  .om_shap1,
  .shap-left,
  .shap-right {
    width: 250px;
    height: 250px;
  }

  .rudra_head {
    margin-bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }

  .shap-left,
  .shap-right {
    width: 260px;
    height: 260px;
  }

  .promise_pandit {
    width: 280px;
  }

  .promise_pandit_details {
    width: calc(100% - 330px);
    margin-bottom: 40px;
  }

  .promise_pandit_details ul li {
    padding: 15px 10px;
    gap: 10px;
    max-width: 300px;
  }

  .promise_pandit_details ul li h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .ul_secound {
    margin: 20px 0 0 20px;
  }

  .promice_text {
    right: -180px;
    width: 150px !important;
  }

  .shap_3 {
    width: 150px;
  }

  .rudrabhishek_sec {
    padding: 60px 0;
  }

  .om_shap,
  .om_shap1 {
    width: 250px;
    height: 250px;
  }

  .footer_wrapper {
    gap: 70px;
  }

  .calender_wrapper {
    width: 750px;
  }

  .calender_grid_inner h5,
  .calender_wrapper p,
  .promise_info h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .calender_right {
    width: calc(100% - 770px);
  }

  .savan_celendar p {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 20px;
  }

  .note_text p {
    font-size: 14px;
    line-height: 21px;
  }

  .calender_wrapper h3,
  .puja_info_wrapper h4 {
    font-size: 30px;
    line-height: 38px;
  }

  .celender_left_wrap h4 {
    font-size: 26px;
    line-height: 34px;
  }

  .perfom_details_inner h4,
  .perform_left p {
    font-size: 16px;
    line-height: 24px;
  }

  .perform_left {
    width: 680px;
  }

  .perform_left h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .perform_right {
    width: calc(100% - 750px);
  }

  .perfom_details_wrapper {
    gap: 30px;
  }

  .perfom_details_inner {
    padding: 24px 16px;
    width: calc(50% - 15px);
  }

  .perfom_details_icon img {
    width: 40px;
    height: 40px;
  }

  .map_slider {
    width: 710px;
  }

  .map_wrapper {
    height: 630px;
  }

  .map_location_box h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .map_location_box {
    padding: 30px 25px;
    max-width: 360px;
  }

  .puja_info_wrapper ul li p {
    font-size: 18px;
    line-height: 25px;
  }

  .promise_img_wrapper::after {
    top: -160px;
    width: 550px;
    height: 540px;
  }

  .promise_img_wrapper img {
    width: 250px;
  }

  .promise_head h3 {
    font-size: 46px;
    line-height: 54px;
  }

  .shap-1,
  .shap-2 {
    width: 120px;
    height: 120px;
  }

  .shap-1 {
    left: 50px;
  }

  .shap-2 {
    right: 50px;
  }

  .shap-3 {
    right: 0;
  }

  .shap-4 {
    left: 0;
  }

  .testi_wrapper .swiper-button-next,
  .testi_wrapper .swiper-button-prev {
    width: 14px;
    height: 25px;
  }

  .user_name h5 {
    font-size: 28px;
    line-height: 38px;
  }

  .banner_sec {
    padding: 70px 0 40px;
  }

  .banner_txt h1 {
    margin: 10px 0;
    font-size: 44px;
    line-height: 52px;
  }

  .banner_text-right {
    height: 450px;
  }

  .banner_btn {
    margin-top: 30px;
  }

  .testi_inner {
    padding: 40px 40px;
  }

  .testi_video_inner {
    height: 340px;
  }

  .rudra_inner_wrapper {
    gap: 20px;
  }

  .collection_slider_img img {
    width: 100%;
    aspect-ratio: 428 / 300;
    /* keeps ratio */
    height: auto;
    /* scales naturally */
    object-fit: cover;
    display: block;
  }

  .collection_text h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .collection_text p {
    font-size: 16px;
    line-height: 24px;
  }

  .rudra_table h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0;
  }

  .rudra_table table thead tr th {
    font-size: 18px;
    line-height: 26px;
  }

  .rudra_table table tbody tr td,
  .rudra_table table thead tr th {
    padding: 14px;
  }

  .rudra_table table tbody tr td {
    font-size: 16px;
    line-height: 22px;
  }

  .pind_dan_text h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1280px) {
  .faq_head h3,
  .interest_inner h2,
  .pricing_head h4,
  .rudra_head h3,
  .testi_head h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .container {
    max-width: 1080px;
  }

  .shap-left,
  .shap-right {
    width: 220px;
    height: 220px;
  }

  .ul_secound {
    margin: 20px 0 0;
  }

  .promise_pandit {
    width: 230px;
  }

  .promise_main {
    gap: 30px;
  }

  .promise_pandit_details {
    width: calc(100% - 260px);
  }

  .promise_pandit_details ul li img {
    width: 45px;
    height: 45px;
  }

  .promise_pandit_details ul li h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .promise_pandit_details ul li {
    max-width: 250px;
  }

  .promice_text {
    right: -130px;
    width: 110px !important;
  }

  .shap_3 {
    width: 100px;
  }

  .rudra_left {
    max-height: 500px;
  }

  .faq_head h3 {
    margin-bottom: 30px;
  }

  .footer_logo_wrapper a img {
    width: 200px;
  }

  .footer_menu h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .calender_wrapper p {
    font-size: 14px;
    line-height: 19px;
  }

  .celender_inner_wrapper {
    padding: 30px;
  }

  .calender_grid_inner h5 {
    font-size: 14px;
    line-height: 18px;
  }

  .savan_celendar .swiper-button-next,
  .savan_celendar .swiper-button-prev {
    width: 11px;
    height: 19px;
  }

  .savan_celendar .swiper-wrapper {
    padding-top: 14px;
  }

  .calender_wrapper {
    width: 700px;
  }

  .calender_right {
    width: calc(100% - 720px);
  }

  .celender_inner_left {
    width: 250px;
  }

  .celender_inner_right {
    width: calc(100% - 250px);
  }

  .calender_grid_wrapper img {
    width: 90px;
  }

  .play-icon img {
    width: 60px !important;
    height: 60px !important;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .map_slider {
    width: 570px;
    bottom: 20px;
  }

  .map_wrapper {
    height: 560px;
  }

  .perform_left h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .perform_right {
    width: calc(100% - 580px);
  }

  .perform_left {
    width: 540px;
  }

  .perform_inner_wrapper {
    gap: 40px;
  }

  .perform_rudrabhishek {
    padding: 60px 0;
  }

  .tample_inner {
    padding: 200px 20px 70px;
  }

  .puja_info_wrapper {
    width: 50%;
  }

  .puja_info_wrapper h4 {
    font-size: 26px;
    line-height: 34px;
  }

  .promise_info img {
    width: 50px;
    height: 50px;
  }

  .promise_info h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .promise_info {
    gap: 10px;
    padding: 14px 10px;
    margin-bottom: 30px;
  }

  .promise_left,
  .promise_right {
    width: 280px;
  }

  .promise_center {
    width: calc(100% - 700px);
  }

  .promise_img_wrapper img,
  .shap-3,
  .shap-4 {
    width: 190px;
  }

  .promise_sec {
    padding: 60px 0 0;
  }

  .promise_head h3 {
    font-size: 38px;
    line-height: 46px;
  }

  .promise_img_wrapper::after {
    top: -130px;
    width: 430px;
    height: 430px;
  }

  .puja_details_sec {
    padding: 50px 0;
  }

  .shap-3 {
    top: 10px;
  }

  .banner_text-right {
    height: 410px;
  }

  .testi_inner {
    padding: 30px 40px;
  }

  .testi_text {
    width: 440px;
  }

  .testi_video {
    width: calc(100% - 470px);
  }

  .testi_video_inner {
    height: 280px;
  }

  .user_name {
    margin-top: 30px;
  }

  .testi_text p::before {
    top: -10px;
    left: -10px;
    width: 26px;
    height: 20px;
  }

  .testi_text p::after {
    bottom: -7px;
    right: 0;
    width: 26px;
    height: 21px;
  }

  .testi_text p {
    font-size: 16px;
    line-height: 27px;
  }

  .user_name h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial_sec::after,
  .testimonial_sec::before {
    width: 240px;
    height: 240px;
  }

  .testimonial_sec::after {
    top: 50px;
    right: 0;
  }

  .header_inner img {
    width: 140px;
  }

  .btn_marun,
  .btn_green {
    padding: 8px 16px;
    gap: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .btn_marun img,
  .btn_green img {
    width: 16px !important;
    height: 16px;
  }

  .header_sec {
    padding: 10px 0;
  }

  .banner_txt h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }

  .rudra_center {
    height: 500px;
  }

  .rudra_center {
    width: calc(50% - 20px);
  }

  .rudra_table table tbody tr td {
    font-size: 14px;
    line-height: 20px;
  }

  .rudra_table h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 14px 0;
  }

  .rudra_table table thead tr th {
    font-size: 16px;
    line-height: 22px;
  }

  .head_wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .head_wrapper {
    gap: 30px;
    margin-bottom: 30px;
  }

  .shradh_inner {
    padding: 50px 0 30px;
  }

  .shradh_inner_banner {
    margin-bottom: 30px;
  }

  .pind_dan_text h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .shradh_inner_content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1080px) {
  .footer_menu ul li a,
  .perfom_details_inner h4,
  .perform_left p {
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    max-width: 991px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .promise_pandit {
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }

  .promise_sec {
    z-index: 1;
  }

  .promise_pandit_details {
    width: 100%;
  }

  .promise_pandit_details ul {
    justify-content: center;
  }

  .promise_pandit_details ul li {
    min-width: inherit;
    max-width: inherit;
    width: calc(33.333% - 20px);
  }

  .promise_pandit {
    width: 290px;
  }

  .footer_menu ul li a {
    gap: 10px;
  }

  .footer_menu ul li a img {
    width: 20px;
    height: 20px;
  }

  .footer_wrapper,
  .promise_wrapper {
    gap: 50px;
  }

  .calender_wrapper {
    width: 650px;
  }

  .calender_right {
    width: calc(100% - 670px);
  }

  .celender_inner_right {
    padding: 20px 0 0 20px;
  }

  .celender_inner_flex {
    padding: 0 30px 30px;
  }

  .btn_wrraper {
    gap: 20px;
    justify-content: center;
  }

  .perform_left h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .perfom_details_inner {
    padding: 16px 11px;
  }

  .perfom_details_inner p {
    font-size: 12px;
    line-height: 17px;
  }

  .perfom_details_icon img {
    width: 35px;
    height: 35px;
  }

  .perfom_details_icon {
    width: 80px;
    height: 80px;
  }

  .promise_info h4 {
    font-size: 14px;
    line-height: 19px;
  }

  .promise_left,
  .promise_right {
    width: 230px;
  }

  .promise_center {
    width: calc(100% - 560px);
  }

  .header_inner img {
    width: 150px;
  }

  .testi_inner {
    gap: 20px;
  }

  .testi_text {
    width: 450px;
  }

  .testi_video {
    width: calc(100% - 470px);
  }

  .testimonial_sec::after,
  .testimonial_sec::before {
    width: 200px;
    height: 200px;
  }

  .testi_head h3 {
    margin-bottom: 30px;
  }

  .banner_txt h1 {
    font-size: 33px;
    line-height: 42px;
  }

  .rudra_head {
    margin-bottom: 30px;
  }

  .map_wrapper {
    height: 480px;
  }
}

@media (max-width: 991px) {
  .perform_left,
  .promise_center {
    text-align: center;
    width: 100%;
  }

  .footer_section,
  .rudra_left_wrap::after {
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .container {
    max-width: 100%;
  }

  .header_inner img {
    width: 150px;
  }

  .shap-right {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 40px;
    transform: inherit;
  }

  .interest_inner h2,
  .pricing_head h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .calender_img h6,
  .interest_inner h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .interest_inner {
    margin-bottom: 25px;
  }

  .btn_dektop,
  .footer_img,
  .promise_left,
  .promise_right {
    display: none;
  }

  .perform_right,
  .rudra_center,
  .rudra_left,
  .testi_text,
  .testi_video {
    width: 100%;
  }

  .btn_mobile,
  .mobile_view {
    display: block;
  }

  .rudra_left_wrap {
    padding-right: 30px;
    position: relative;
    transition: 0.5s;
  }

  .rudra_left_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(./images/arrow-down.svg);
    transition: 0.5s;
  }

  .rudra_left_wrap.active::after {
    transform: rotate(180deg);
    transition: 0.5s;
  }

  .rudra_center {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .rudra_left {
    max-height: 600px;
  }

  .calender_wrapper h3,
  .faq_head h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .faq_main_que h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq_main_ans p {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing_main_inner {
    padding: 20px 20px 30px;
  }

  .pricing_main {
    padding: 0 50px;
  }

  .om_shap1 {
    position: absolute;
    top: -20px;
    right: 20px;
  }

  .pricing_btn {
    margin-top: auto;
  }

  .swiper-wrapper {
    padding-bottom: 40px;
  }

  .pricing_head h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .pricing_sec {
    padding: 10px 0 50px;
  }

  .om_shap,
  .om_shap1 {
    width: 100px;
    height: 100px;
  }

  .celender_left_wrap h4,
  .details_txt h3,
  .perform_left h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .calender_wrapper {
    width: 500px;
  }

  .calender_grid_wrapper_main,
  .important_dates_wrap {
    gap: 10px;
  }

  .important_dates h5 {
    margin-bottom: 15px;
  }

  .celender_left_wrap {
    margin-top: 40px;
  }

  .celender_inner_left {
    width: 180px;
  }

  .celender_inner_right {
    padding: 20px 0 0 25px;
    width: calc(100% - 180px);
  }

  .celender_inner_wrapper,
  .puja_info_wrapper {
    padding: 20px;
  }

  .celender_inner_flex {
    padding: 0 30px 30px;
  }

  .savan_celendar .swiper-wrapper {
    padding-bottom: 0;
  }

  .calender_right {
    width: calc(100% - 520px);
  }

  .calender_grid_inner h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .calender_grid_wrapper img {
    width: 70px;
  }

  .calender_grid_inner,
  .calender_grid_wrapper {
    padding: 10px;
  }

  .calender_wrapper p,
  .date_box h5,
  .important_dates h5 {
    font-size: 12px;
    line-height: 17px;
  }

  .rudra_left_wrap_main {
    height: 80px;
    overflow: hidden;
  }

  .rudra_left_wrap.active.rudra_left_wrap_main {
    transition: 0.5s;
    height: auto;
  }

  .play-icon img {
    width: 50px !important;
    height: 50px !important;
  }

  .map_slider .swiper-wrapper {
    padding: 0;
  }

  .perform_inner_wrapper {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }

  .rudra_inner_wrapper {
    gap: 10px;
  }

  .puja_details_sec {
    padding: 50px 0;
  }

  .puja_info_wrapper h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .puja_info_wrapper ul li p {
    font-size: 16px;
    line-height: 21px;
  }

  .promise_img_wrapper {
    display: inline-flex;
    z-index: 1;
  }

  .promise_img_wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 62.05%, #f1f1f1 100%);
  }

  .promise_sec {
    background-color: #f2f2f2;
  }

  .faq_main_que img {
    width: 20px;
    height: 10px;
  }

  .promise_slider {
    display: block;
    margin-top: -70px;
  }

  .promise_info {
    min-height: 85px;
  }

  .promise_slider .swiper-pagination-bullet {
    background-color: #5f5f5f;
  }

  .promise_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8a1c23;
  }

  .rudra_head {
    margin-bottom: 20px;
  }

  .perform_rudrabhishek {
    background-color: transparent;
  }

  .banner_btn {
    margin-top: 30px;
  }

  .banner_text-right {
    height: 340px;
  }

  .banner_video_wrapper .live_logo img {
    width: 64px;
  }

  .banner_video_wrapper .logo_video img {
    width: 100px;
  }

  .testi_inner {
    flex-direction: column-reverse;
    gap: 60px;
  }

  .testi_video_inner {
    height: 370px;
  }

  .user_name {
    margin-top: 50px;
  }

  .testi_wrapper .swiper-wrapper {
    padding: 0 0 50px;
  }

  .testimonial_sec::after,
  .testimonial_sec::before {
    width: 140px;
    height: 140px;
  }

  .footer_section {
    padding: 45px 0 70px;
    background-image: url('https: //cdn.panditsnearme.com/assets/shradh/footer-bg.webp');
    background-position: bottom center;
    position: relative;
    z-index: 0;
  }

  .footer_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffbf;
    z-index: -1;
    display: block;
  }

  .footer_wrapper {
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: space-between;
  }

  .footer_logo_wrapper a img {
    width: 160px;
  }

  .footer_logo_wrapper a.location_txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }

  .footer_logo_wrapper {
    width: 25%;
  }

  .head_wrapper h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .head_wrapper {
    gap: 15px;
    margin-bottom: 30px;
  }

  .head_wrapper svg {
    width: 60px;
  }

  .shradh_inner_content {
    margin-top: 50px;
  }

  .popup_wrapper .interest_form {
    padding: 20px 20px;
    border: 0;
  }

  .popup_form {
    min-height: 300px;
  }

  .popup_form .interest_input input {
    padding: 10px 16px;
    border-radius: 5px;
  }

  .popup_form .interest_form_inner {
    gap: 10px;
  }

  .popup_form_hindi .interest_input input {
    padding: 10px 16px;
    border-radius: 5px;
  }

  .popup_form_hindi .interest_form_inner {
    gap: 10px;
  }

  .popup_banner_img {
    height: 310px;
  }

  .popup_banner_img img {
    object-fit: cover;
  }

  .interest_input {
    width: calc(50% - 5px);
  }

  .close_icon {
    top: 20px;
    right: 20px;
  }

  .testi_text p {
    min-height: 200px;
  }

  .rudra_left_wrap_main {
    height: 30px;
  }
}

@media (max-width: 900px) {
  .footer_section {
    background-size: 200%;
  }

  .shradh_inner_banner {
    flex-direction: column;
  }

  .shradh_inner_form {
    width: 100%;
    margin: 0 auto;
  }

  .shradh_inner_img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer_menu ul li a img {
    width: 20px;
  }

  .interest_form {
    padding: 25px 20px;
  }

  .promise_pandit_details ul li,
  .tample_inner_wrap {
    flex-direction: column;
  }

  .promise_pandit_details ul li h5 {
    text-align: center;
  }

  .promise_pandit {
    top: 100px;
  }

  .calender_right,
  .date_box,
  .shap_3 {
    display: none;
  }

  .promice_text {
    right: -130px;
    width: 130px !important;
    top: -40px;
  }

  .details_txt {
    width: calc(100% - 270px);
  }

  .footer_logo_wrapper {
    width: 40%;
  }

  .footer_menu h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .footer_menu ul li {
    margin-bottom: 8px;
  }

  .footer_bottom_txt a,
  .footer_bottom_txt p,
  .map_location_box a {
    font-size: 14px;
    line-height: 20px;
  }

  .calender_main_wrapper {
    flex-wrap: wrap;
  }

  .calender_wrapper,
  .puja_info_wrapper {
    width: 100%;
  }

  .celender_inner_wrapper {
    padding: 20px;
    border-radius: 40px;
    max-width: 530px;
    margin: 20px auto 0;
  }

  .celender_inner_wrap {
    flex-direction: column-reverse;
  }

  .celender_inner_left,
  .celender_inner_right {
    width: 100%;
    border: 0;
  }

  .celender_inner_right {
    padding: 0;
  }

  .important_dates_wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .celender_left_wrap {
    margin-top: 0;
  }

  .celender_inner_flex {
    padding: 30px;
  }

  .celender_left_wrap h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
  }

  .savan_heading {
    align-items: flex-start;
  }

  .savan_heading_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .calender_grid_wrapper_main.mobile_view {
    display: flex;
    margin: 0;
  }

  .calender_grid_wrapper_main .calender_grid_wrapper {
    margin: 0;
  }

  .calender_grid_wrapper img {
    height: auto;
    width: 70px;
  }

  .calender_grid_inner h5 {
    font-size: 11px;
    line-height: 15px;
  }

  .calender_grid_wrapper {
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #0000001a;
  }

  .savan_heading {
    margin-bottom: 0;
  }

  .mobile_date {
    display: block;
  }

  .celender_inner_left {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #00000025;
  }

  .calender_wrapper p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .note_text {
    margin-top: 20px;
  }

  .map_slider {
    width: 440px;
  }

  .map_location_box h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .map_location_box {
    padding: 20px 15px;
    max-width: 280px;
  }

  .map_wrapper {
    height: 470px;
  }

  .puja_btn {
    margin-top: 30px;
  }

  .tample_inner {
    padding: 130px 20px 40px;
  }

  .promise_info img {
    width: 44px;
    height: 44px;
  }

  .promise_info {
    min-height: auto;
  }

  .promise_info h4 {
    font-size: 12px;
    line-height: 16px;
  }

  .testi_video_inner {
    height: 250px;
    border-radius: 17px;
  }

  .testi_inner {
    gap: 40px;
    padding: 20px;
  }

  .map_wrapper {
    height: 480px;
  }

  .head_wrapper h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .shradh_inner_form {
    width: 100%;
  }

  .header_inner img {
    width: 120px;
  }

  .cta_btn {
    gap: 10px;
  }

  .btn_marun,
  .btn_green {
    font-size: 14px;
    line-height: 20px;
  }

  .drops_wrapper {
    gap: 10px;
  }

  .language_wrapper .lang_select h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .limited_title h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 7px;
  }

  .limited_time {
    bottom: 20px;
  }

  .shradh_inner_content h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 10px;
  }

  .shradh_inner_content h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 580px) {
  .interest_input textarea,
  .interest_input input,
  .interest_input select {
    min-height: 40px;
  }

  .btn_brown_top {
    max-width: 193px;
  }

  .swiper-slide {
    min-height: inherit;
    /* match expected video/image height */
  }

  .interest_form,
  .testi_inner {
    box-shadow: inherit;
  }

  .language_wrapper .lang_select h4 {
    font-size: 14px;
    padding: 0;
  }

  .header_sec {
    padding: 10px 0;
  }

  .btn_blue,
  .btn_brown,
  .btn_brown_light,
  .faq_main_que h4,
  .interest_input label,
  .interest_privacy h6,
  p {
    font-size: 12px;
    line-height: 16px;
  }

  .popup_wrapper .interest_form,
  .popup_wrapper_hindi .interest_form {
    padding: 10px 30px;
  }

  .interest_input {
    width: 100%;
  }

  .promise_pandit_details ul li {
    border: 1px solid #082f5880;
    background: #ffffff80;
    backdrop-filter: blur(2px);
    width: calc(33.333% - 10px);
    border-radius: 5px;
  }

  .promise_info img,
  .promise_pandit_details ul li img {
    width: 58px;
    height: 58px;
  }

  .btn_wrraper,
  .promise_pandit_details ul {
    gap: 15px;
  }

  .promise_pandit_details ul li h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .promice_text {
    right: -60px;
    width: 130px !important;
    top: -60px;
  }

  .faq_main_ans_inner,
  .faq_main_que {
    padding: 15px;
  }

  .faq_main_que img {
    width: 16px;
  }

  .faq_head h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .faq_section {
    padding: 40px 0 50px;
  }

  .rudrabhishek_sec {
    padding: 60px 0 40px;
  }

  .faq_main_wrapper {
    margin-bottom: 12px;
  }

  .details_txt h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .successful_body ul li h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer_section {
    background-size: 300%;
    background-position: -440px bottom;
  }

  .details_txt {
    width: calc(100% - 170px);
  }

  .map_slider {
    width: 420px;
    right: 0;
  }

  .map_wrapper {
    height: 500px;
  }

  .map_location_content {
    top: 10px;
    left: 10px;
  }

  .map_location_box {
    margin: 0 auto;
  }

  .promise_info {
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 2px 0 #00000026;
    border-radius: 5px;
    min-height: 128px;
  }

  .promise_info h4 {
    text-align: center;
  }

  .promise_slider {
    margin-top: -20px;
  }

  .banner_text-right {
    height: 280px;
  }

  .testi_inner {
    gap: 30px;
    padding: 20px;
    margin: 0;
  }

  .user_name {
    margin-top: 0;
  }

  .testi_text p::before {
    top: -15px;
    left: -10px;
    width: 26px;
    height: 21px;
  }

  .testi_text p::after {
    bottom: -7px;
    right: 0;
    width: 26px;
    height: 21px;
  }

  .user_name h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }

  .testi_video_inner {
    height: 250px;
  }

  .testi_video {
    width: 100%;
    max-width: 100%;
  }

  .testimonial_sec {
    padding: 20px 0;
  }

  .testi_head h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .testi_text p,
  /* .testi_wrapper .swiper-pagination, */
  .testimonial_sec::after,
  .testimonial_sec::before {
    display: none;
  }

  .testi_wrapper .swiper-button-next,
  .testi_wrapper .swiper-button-prev {
    bottom: 0;
    top: inherit;
  }

  .testi_wrapper .swiper-button-next {
    right: calc(50% - 40px);
  }

  .testi_wrapper .swiper-button-prev {
    left: calc(50% - 40px);
  }

  .failed_popup h4,
  .thankyou_popup h4 {
    margin: 20px auto;
    font-size: 16px;
    line-height: 22px;
  }

  .thankyou_popup img {
    width: 130px;
    height: 130px;
  }

  .header_inner .cta_btn {
    display: none;
  }

  .banner_txt h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .banner_btn {
    margin-top: 20px;
  }

  .banner_txt {
    position: relative;
    z-index: 50;
    color: #000;
    /* ensure visible */
    display: block;
  }

  .header_inner a {
    display: flex;
  }

  .header_sec {
    padding: 6px 0;
    position: relative;
  }

  .social_btn {
    display: block;
  }

  .shradh_inner_img {
    height: 380px;
  }

  .shradh_form_wrap .interest_input textarea,
  .shradh_form_wrap .interest_input input {
    padding: 17px 12px;
  }

  .limited_time {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .limited_txt {
    width: 100%;
  }

  .popup_banner_img {
    height: 380px;
  }

  .popup_banner_img img {
    object-fit: cover;
  }

  .limited_time img {
    width: 60px;
  }

  .limited_time {
    gap: 0;
  }

  .popup_banner_img {
    height: 200px;
  }

  .interest_privacy {
    margin: 10px 0;
  }

  .popup_form .interest_input label {
    margin-bottom: 5px;
  }

  .footer_bottom {
    margin-bottom: 36px;
  }

  .lang_select_box {
    top: 30px;
    width: 80px;
    left: -10px;
  }
}

@media (max-width: 480px) {
  .footer_logo_wrapper a img,
  .header_inner img {
    width: 130px;
  }

  .btn_brown_top {
    max-width: 142px;
  }

  .btn_blue,
  .btn_brown,
  .btn_brown_light,
  .details_txt ul li h6,
  .rudra_left_wrap h6,
  .rudra_left_wrap p,
  p {
    font-size: 10px;
    line-height: 14px;
  }

  .promice_text {
    right: -40px;
    width: 110px !important;
    top: -40px;
  }

  .promise_pandit {
    top: 60px;
    width: 220px;
  }

  .rudra_left_wrap::after {
    width: 13px;
    height: 9px;
    top: 6px;
  }

  .rudra_left_wrap {
    padding-right: 20px;
  }

  .puja_info_wrapper,
  .rudra_left {
    padding: 20px 10px 10px;
  }

  .pricing_main {
    padding: 0 30px;
  }

  .pricing_head h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .details_txt h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .blue_link,
  .details_txt h5,
  .puja_info_wrapper ul li p,
  .successful_body ul li h5,
  .successful_body ul li h6 {
    line-height: 20px;
    font-size: 14px;
  }

  .details_txt ul li {
    margin-bottom: 3px;
  }

  .details_txt h5 {
    margin-bottom: 2px;
  }

  .successful_head h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .successful_body h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .footer_logo_wrapper {
    width: 50%;
  }

  .footer_menu {
    width: calc(50% - 20px);
  }

  .footer_section {
    background-size: 400%;
  }

  .footer_logo_wrapper a.location_txt {
    margin-top: 10px;
  }

  .celender_left_wrap h4 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px;
  }

  .celender_inner_wrapper {
    padding: 0;
    border: 0;
  }

  .celender_inner_flex {
    padding: 20px;
  }

  .celender_sec {
    padding: 26px 0;
  }

  .shap-right {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }

  .interest_inner h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .interest_sec {
    padding: 25px 0;
  }

  .interest_inner {
    margin-bottom: 20px;
  }

  .rudra_left_wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .btn_wrraper {
    margin-top: 14px;
  }

  .btn_brown,
  .btn_brown_light {
    padding: 8px 14px;
  }

  .map_slider {
    width: 330px;
  }

  .map_wrapper {
    height: 630px;
  }

  .perfom_details_wrapper {
    gap: 20px;
  }

  .perform_left h3,
  .user_name h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .perform_rudrabhishek {
    padding: 30px 0;
  }

  .perfom_details_inner {
    width: calc(50% - 10px);
    padding: 12px 9px;
  }

  .perfom_details_icon img {
    width: 30px;
    height: 30px;
  }

  .perfom_details_icon {
    width: 70px;
    height: 70px;
  }

  .perfom_details_inner h4 {
    font-size: 12px;
    line-height: 15px;
  }

  .perfom_details_inner p {
    font-size: 10px;
    line-height: 14px;
  }

  .perform_inner_wrapper {
    gap: 30px;
  }

  .puja_info_wrapper h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .puja_info_wrapper ul li::after {
    top: 8px;
    width: 5px;
    height: 5px;
  }

  .puja_info_wrapper ul li {
    padding-left: 20px;
  }

  .btn_yellow {
    background-color: #d86903;
    padding: 10px 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .promise_info {
    padding: 10px 3px;
  }

  .promise_img_wrapper::after {
    top: -40px;
    width: 330px;
    height: 320px;
  }

  .promise_head h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .promise_sec {
    padding: 30px 0 0;
  }

  .promise_img_wrapper {
    margin-top: 15px;
  }

  .promise_img_wrapper img {
    width: 150px;
  }

  .promise_center {
    padding-top: 40px;
  }

  .banner_video_wrapper .live_logo img {
    width: 46px;
  }

  .banner_video_wrapper .logo_video img {
    width: 70px;
  }

  .banner_video_wrapper .logo_video {
    top: 10px;
    left: 10px;
  }

  .banner_video_wrapper .live_logo {
    top: 10px;
    right: 10px;
  }

  .testi_text p {
    font-size: 14px;
    line-height: 23px;
  }

  .testi_inner {
    padding: 16px;
    gap: 20px;
  }

  .testi_video_inner {
    height: 200px;
  }

  img.youtube-thumb {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }

  .testi_wrapper .swiper-button-next,
  .testi_wrapper .swiper-button-prev {
    width: 9px;
    height: 15px;
    bottom: 20px;
  }

  .testi_wrapper .swiper-button-next {
    right: calc(50% - 30px);
  }

  .testi_wrapper .swiper-button-prev {
    left: calc(50% - 30px);
  }

  .popup_wrapper {
    padding: 10px 10px 40px;
  }

  .close_icon {
    top: 20px;
    right: 20px;
  }

  .failed_popup h4,
  .thankyou_popup h4 {
    margin: 10px auto 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .banner_txt h1 {
    font-size: 22px;
    line-height: 29px;
  }

  .banner_txt h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .banner_text-right {
    height: 240px;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .banner_sec {
    padding: 40px 0 20px;
  }

  .collection_slider_img img {
    height: 180px;
    aspect-ratio: 428 / 300;
  }

  .collection_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .collection_text h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .collection_slider .swiper-wrapper {
    padding-bottom: 40px;
  }

  .rudra_center {
    height: 230px;
  }

  .head_wrapper h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .head_wrapper {
    gap: 10px;
    margin-bottom: 20px;
  }

  .shradh_inner {
    padding: 30px 0 20px;
  }

  .shradh_inner_img {
    height: 300px;
  }

  .shradh_form_wrap .interest_form_inner {
    gap: 20px;
    flex-direction: column;
  }

  .shradh_form_wrap .interest_form_inner .interest_input {
    width: 100%;
  }

  .limited_title h3 {
    font-size: 16px;
    line-height: 6px;
    letter-spacing: 4px;
  }

  .navrtri_popup_banner img {
    aspect-ratio: 12 / 6;
  }
}

@media (max-width: 380px) {
  .mssge_txt h6,
  .successful_body ul li h6 {
    font-size: 12px;
    line-height: 18px;
  }

  .promise_pandit_details ul li h5 {
    font-size: 10px;
    line-height: 12px;
  }

  .promise_pandit_details ul li img {
    width: 50px;
    height: 50px;
  }

  .details_txt {
    width: calc(100% - 120px);
  }

  .map_slider {
    width: 280px;
  }

  .map_location_box a {
    font-size: 12px;
    line-height: 17px;
  }

  .map_wrapper {
    height: 550px;
  }

  .play-icon img {
    width: 40px !important;
    height: 40px !important;
  }

  .promise_img_wrapper::after {
    width: 300px;
    height: 300px;
  }

  .promise_info h4 {
    font-size: 10px;
    line-height: 13px;
  }

  .testi_video_inner {
    height: 180px;
  }

  .btn_marun,
  .btn_green {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* Arrow rotation */
.selected_lang svg.lucide-chevron-down {
  transition: transform 0.3s;
}

.selected_lang.open svg.lucide-chevron-down {
  transform: rotate(180deg);
}

/* Arrow rotation */
.selected_lang svg.lucide-chevron-down {
  transition: transform 0.3s;
}

.selected_lang.open svg.lucide-chevron-down {
  transform: rotate(180deg);
}

.lang_select_box h4.selected {
  background-color: #fff !important;
}

/* .popup_wrapper_hindi {
  display: flex !important;
} */

.popup_wrapper_hindi[style='display: block;'] {
  display: flex !important;
}

/* Phone Input with Country Code */
.phone-input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.phone-input-wrapper .iti {
  width: 100%;
}

.phone-input-wrapper .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  /* background-color: #fff !important; */
}

.phone-input-wrapper .iti__selected-dial-code {
  color: #4a4a4a;
  font-weight: 600;
  font-size: 14px;
}

.phone-input-wrapper.iti:hover .iti__selected-dial-code {
  display: none !important;
}

/* .phone-input-wrapper .iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags.png");
} */

.phone-input-wrapper .iti__arrow {
  border-top: 4px solid #4a4a4a;
  margin-left: 5px;
}

.phone-input-wrapper .iti__country-list {
  /* max-height: 300px; */
  overflow-y: auto;
  left: 0 !important;
  right: auto !important;
  max-width: 200px;
  overflow: x-hidden;
}

.phone-input-wrapper .iti__country {
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

.phone-input-wrapper .iti__country:hover {
  background-color: #f5f5f5;
}

.phone-input-wrapper .iti__country-name {
  margin-left: 10px;
  font-size: 14px;
  max-width: 180px;
  overflow: hidden;
}

.phone-input-wrapper .iti__divider {
  border-bottom: 1px solid #e1e1e1;
  margin: 5px 0;
}

/* .phone-input-wrapper .iti__flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0' height='0'%3E%3C/svg%3E");
} */

.phone-input-wrapper .iti--separate-dial-code .iti__selected-flag {
  background-color: #f1f1f1;
  border-radius: 10px 0 0 10px;
}

.phone-input-wrapper .iti--separate-dial-code input[type='tel'] {
  padding-left: 90px !important;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  /* background-color: #fff; */
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 600;
  width: 100% !important;
}

.iti__country-list {
  overflow-x: hidden !important;
}

/* Responsive styles */
@media (max-width: 768px) {
  .phone-input-wrapper .iti--separate-dial-code input[type='tel'] {
    padding-left: 90px !important;
  }

  .iti-mobile .iti--container {
    top: 21% !important;
    max-height: 250px !important;
  }

  .popup_wrapper,
  .popup_wrapper_hindi {
    padding: 20px 20px 50px;
  }
}

@media (max-width: 480px) {
  .phone-input-wrapper .iti--separate-dial-code input[type='tel'] {
    padding-left: 80px !important;
    font-size: 14px;
  }

  .phone-input-wrapper .iti__selected-dial-code {
    font-size: 12px;
    opacity: 0 !important;
    transition: opacity 0.2s ease;
  }
}

/* Fix for the input field focus */
.interest_input input:focus {
  outline: none;
  /* border-color: #ff9500 !important; */
}

/* Adjust the error message position */
.interest_input .error {
  margin-top: 5px;
}

/* 11 - 09 - 2025 */

.youtube-thumb {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.youtube iframe {
  height: 100% !important;
}

.rudra_left_wrap li ul li {
  margin: 5px 0 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}

.banner_sec {
  position: relative;
}

.banner_sec::before {
  background-color: #00000091;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
}

.credit-name {
  position: absolute;
  right: 0;
  bottom: -6%;
  font-size: 14px;
  color: #ffffff82;
  font-weight: 600;
  width: fit-content;
}

img {
  max-width: 100%;
  height: auto;
}

.testi-thumb {
  height: 100% !important;
  object-fit: cover;
}

/* 17 - 09 - 2025 */

.youtube-banner-image img {
  object-fit: cover !important;
}

.badge_image {
  margin-top: 15px;
  display: block;
}

@media (max-width: 768px) {
  .youtube-banner-image {
    height: 400px;
  }

  .rudra_center {
    height: 400px;
  }

  .credit-name {
    bottom: -8%;
  }

  #pitru_sec,
  #interest_sec,
  #navchandi_puja {
    scroll-margin-top: 60px;
    /* Adjust 100px = your header height */
  }
}

#pitru_sec,
#interest_sec,
#navchandi_puja {
  scroll-margin-top: 100px;
  /* Adjust 100px = your header height */
}

/* 
#navchandi_puja {
  scroll-margin-top: 150px;
} */
.footer_img img {
  aspect-ratio: auto;
}

html {
  scroll-behavior: smooth !important;
  /* works with smooth scrolling */
}

#pitru_sec,
#interest_sec,
#navchandi_puja,
#durga_puja,
#hindi_interest_sec {
  scroll-margin-top: 100px;
  /* Adjust 100px = your header height */
}

.youtube-banner-image {
  position: relative;
}

.youtube-credit-name {
  overflow: inherit !important;
}

.credit_name {
  position: absolute;
  font-size: 14px;
  color: #00000091;
  font-weight: 600;
  right: 0;
  width: fit-content;
}

@media (max-width: 768px) {
  #problem_puja {
    scroll-margin-top: 80px !important;
  }

  #pitru_sec,
  #interest_sec,
  #navchandi_puja,
  #durga_puja,
  #hindi_interest_sec {
    scroll-margin-top: 20px;
    /* Adjust 100px = your header height */
  }
}

.credit_name {
  color: #0000008f;
  text-align: end;
  font-size: 14px;
  font-weight: 600;
}
