:root {
  --bs-primary: #9e1c4a;
  --bs-primary-shade1: #8b1538;
  --bs-primary-shade2: #8b163f;
  --bs-secondary: #f68621;
  --bs-heading-color: #40373a;
  --bs-text-color: #242424;
  --bs-bg-color: #fff9e0fa;
  --bs-gray-text: #4a5565;
  --bs-gray-text1: #364153;
}
.text-color {
  color: var(--bs-text-color);
}
.heading-color {
  color: var(--bs-heading-color);
}
.primary-color {
  color: var(--bs-primary);
}
.primary-shade-color1 {
  color: var(--bs-primary-shade1);
}
.primary-shade-color2 {
  color: var(--bs-primary-shade2);
}
.secondary-color {
  color: var(--bs-secondary);
}
.gray-color {
  color: var(--bs-gray-text);
}
.gray-color-shade1 {
  color: var(--bs-gray-text1);
}
.common-gap {
  gap: 25px 0;
}
.z_index {
  z-index: 1;
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
body {
  color: var(--bs-text-color);
  transition: 0.35s;
  overflow-x: hidden;
  width: 100vw;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
body.translate_hi,
.translate_hi h1,
.translate_hi h2,
.translate_hi h3,
.translate_hi h4,
.translate_hi h5,
.translate_hi h6,
.translate_hi button,
.translate_hi a {
  font-family: "Anek Devanagari", sans-serif;
}
body.translate_en,
.translate_en h1,
.translate_en h2,
.translate_en h3,
.translate_en h4,
.translate_en h5,
.translate_en h6,
.translate_en button,
.translate_en a {
  font-family: "Ruberoid", sans-serif;
}
.translate_en p {
  line-height: normal;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: 0;
  transition: 0.5s all ease-in-out;
}
.slow-effect {
  transition: 0.5s all ease-in-out;
}
.wow-common-animate {
  visibility: hidden;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.fs-56 {
  font-size: 26px;
}
.fs-52 {
  font-size: 25px;
}
.fs-48 {
  font-size: 24px;
}
.fs-36 {
  font-size: 22px;
}
.fs-32 {
  font-size: 21px;
}
.fs-30 {
  font-size: 20px;
}
.fs-26 {
  font-size: 19px;
}
.fs-24 {
  font-size: 18px;
}
.fs-20 {
  font-size: 18px;
}
.fs-18,
.fs-text-20 {
  font-size: 17px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.translate_hi .section-title {
  margin-bottom: 5px;
}
.radius16 {
  border-radius: 16px;
}
.radius14 {
  border-radius: 14px;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border: 0 solid transparent;
  transition: 0.5s ease-in-out;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bs-secondary);
}
/*-- common button --*/
.common-button {
  height: 49px;
  display: block;
  width: fit-content;
}
.common-static-btn {
  position: relative;
  transition: 0.5s ease-in-out;
  bottom: 0px;
  border: 15px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  background: 0 0;
  transform: scale(1);
  height: 49px;
  display: block;
}
.primary-btn {
  border-image: url(../images/shapes/primary_btn_shape.svg) 51 round;
}
.secondary-btn {
  border-image: url(../images/shapes/secondary_btn_shape.svg) 51 round;
  padding-right: 5px;
  line-height: 27px;
}
.white-btn {
  border-image: url(../images/shapes/white_btn_shape.svg) 51 round;
  padding-right: 5px;
  line-height: 27px;
}
.common-static-btn::after {
  width: 110%;
  height: 37px;
  position: absolute;
  top: -8px;
  left: -4px;
  right: 0;
  margin: 0 auto;
  content: "";
  z-index: -1;
  border-radius: 10px;
}
.primary-btn::after {
  background: var(--bs-primary);
}
.secondary-btn::after {
  background: var(--bs-secondary);
}
.white-btn::after {
  background: #fff;
}
.white-btn span {
  color: var(--bs-secondary);
}
.common-button:hover .common-static-btn {
  transform: scale(0);
}
.common-hover-btn {
  position: relative;
  transition: 0.5s ease-in-out;
  border: 15px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  background: 0 0;
  transform: scale(0);
  position: relative;
  top: -49px;
  visibility: hidden;
  border-image: url(../images/shapes/secondary_btn_shape.svg) 51 round;
  height: 49px;
  display: block;
}
.common-hover-btn::after {
  width: 110%;
  height: 37px;
  position: absolute;
  top: -8px;
  left: -4px;
  right: 0;
  margin: 0 auto;
  content: "";
  z-index: -1;
  border-radius: 10px;
  background: var(--bs-secondary);
}
.common-btn-text {
  font-size: 20px;
}
.translate_en .common-btn-text {
  font-size: 16px;
}
.common-button:hover .common-hover-btn {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.translate_en .common-button .common-static-btn,
.translate_en .common-hover-btn {
  line-height: 1;
}
/*--- secondary button ---*/
.secondary-button i {
  padding-left: 10px;
  transition: 0.5s all ease-in-out;
  color: #fff;
}
.secondary-button:hover .common-hover-btn i {
  animation: animate_arrow 2s infinite;
}
/*=========== Header Section =============*/
.header-section {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 99;
}
.header-navbar {
  transition: 0.5s ease-in-out;
  border-image: url(../images/shapes/white_shape.svg) 48 round !important;
  background: 0 0;
  position: relative;
  border: 25px solid transparent;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  height: 80px;
}
.header-navbar::after {
  background: #fff;
  width: 101%;
  height: 69px;
  position: absolute;
  top: -21px;
  content: "";
  z-index: 0;
  left: -3px;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
}
.header-menus {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/*-- left side menu ---*/
.menu-left-side {
  width: 44%;
  display: flex;
  justify-content: end;
  z-index: 2;
}
.header-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-left-side {
  gap: 0 10px;
  justify-content: space-between;
  padding: 0 10px;
}
/*-- header Logo ---*/
.header-logo {
  text-align: center;
  width: 12%;
  position: relative;
}
.logo-img {
  width: 75px;
}
/* .header-logo::before {
  background: #fff;
  width: 148px;
  height: 120px;
  position: absolute;
  top: -25px;
  left: -23px;
  right: 0;
  margin: 10px auto;
  content: "";
  border-radius: 55%;
  z-index: 1;
} */
.header-logo a {
  z-index: 1;
}
/*-- right side menu ---*/
.menu-right-side {
  width: 44%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  padding: 0 10px;
  gap: 10px;
}
.menu-right-side .navbar-menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar-menus li {
  display: inline-block;
}
/*-- Donate button --*/
.donate-button {
  min-width: 116px;
  line-height: 1;
}
/*--- menu ----*/
.menu-item {
  color: var(--bs-heading-color);
  font-size: 15px;
}
.home-item i {
  font-size: 18px;
}
.nav_active {
  color: var(--bs-primary);
}
.menu-item:hover {
  color: var(--bs-primary);
}
.dropdown .menu-item i {
  transition: 0.5s all ease-in-out;
  font-size: 15px;
  position: relative;
  top: -2px;
}
.dropdown:hover .menu-item i {
  transform: rotate(-180deg);
}
/*===== donate button =====*/
.donate-button {
  top: -4px;
}
.primary-btn-img {
  margin-right: 4px;
}
.zooming-anim {
  animation: zooming_anim 2s infinite linear alternate;
}
.donate-button:hover .common-btn-img {
  animation: bell 0.15s 6 linear alternate;
}
/*===== language button =====*/
.language-button {
  top: -4px;
  min-width: 53px;
  line-height: 23px;
  background: transparent;
}
.language-button .common-static-btn::after,
.language-button .common-hover-btn::after {
  width: 42px;
  height: 37px;
  left: -8px;
}
.donate-button .common-btn-text,
.language-button .common-btn-text {
  font-size: 16px;
}
.translate_en .language-button .common-static-btn::after,
.translate_en .language-button .common-hover-btn::after {
  width: 52px;
}
/*======== sticky header ========*/
.header-section.navbar.is-sticky {
  position: fixed;
  background: #ffefd4;
  width: 100%;
}
.header-section.is-sticky {
  position: fixed;
  animation: 0.35s ease-out slideDown;
  width: 100%;
  top: 0px;
  background: #fff;
  box-shadow: 1px 1px 12px 4px #0000001c;
}
.header-section.is-sticky .header-navbar::after {
  height: 100%;
}
.is-sticky .header-navbar {
  border-image: url(../images/shapes/white_shape.svg) 60 round !important;
  height: 60px;
}
.is-sticky .header-menus::before {
  display: none;
}
.is-sticky .logo-img {
  width: 55px;
  top: -4px;
  position: relative;
}
/*---- mobile------ */
#menu-toggle {
  height: 25px;
  background: transparent;
}
.menu-btn__lines,
.menu-btn__lines::before,
.menu-btn__lines::after {
  width: 25px;
  height: 3px;
  background-color: #333;
  display: block;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.menu-btn__lines::before,
.menu-btn__lines::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-btn__lines::before {
  top: -8px;
}
.menu-btn__lines::after {
  top: 8px;
}
/* Active state: X */
.menu-btn.active .menu-btn__lines {
  background-color: transparent;
}
.menu-btn.active .menu-btn__lines::before {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-btn.active .menu-btn__lines::after {
  transform: rotate(-45deg) translate(5px, -5px);
}
/* Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 11;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
/* Desktop dropdown: hover */
/* .navbar-items.dropdown {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 150px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}
.navbar-items.dropdown:hover > .dropdown-menu {
    display: flex;
    opacity: 1;
    transform: translateY(0);
} */
/* Mobile dropdown: click toggle */
/* @media (max-width: 991px) {
    .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        opacity: 1;
        transform: translateY(0);
    }
    .dropdown.active .dropdown-menu {
        max-height: 500px; 
    }
    .navbar-items.dropdown > a {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .dropdown-menu li a {
        padding-left: 30px;  
    }
} */
/* Desktop dropdown: hover */
.navbar-items.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 280px;
  box-shadow: 0px 13px 14px -7px rgba(0, 0, 0, 0.45);
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  padding: 10px 20px 10px 30px;
  border: transparent;
  border-radius: 0 0 5px 5px;
}
.navbar-items.dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 2px;
  background-color: var(--bs-primary);
  height: calc(100% - 52px);
}
.dropdown-menu a {
  width: 100%;
  display: block;
  padding: 5px 0 5px 17px;
  color: var(--bs-heading-color);
  font-size: 16px;
  background: #fffffffa;
  position: relative;
  font-weight: 500;
}
.dropdown-menu a.nav_active {
  color: var(--bs-primary);
  padding: 5px 0 5px 25px;
}
.dropdown-menu a:hover {
  color: var(--bs-primary);
  padding: 5px 0 5px 25px;
}
.dropdown-menu a::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  left: -2px;
  top: 9px;
  color: var(--bs-primary);
  transition: 0.5s all ease-in-out;
}
.dropdown-menu a:hover::before {
  left: 5px;
}
.dropdown-menu a::after {
  background: var(--bs-primary);
  width: 10px;
  height: 2px;
  position: absolute;
  top: 14px;
  content: "";
  left: -9px;
  transition: 0.5s all ease-in-out;
}
.dropdown-menu a:hover::after {
  width: 15px;
}
/*====== Home Slider Section ======*/
.slider-content {
  position: absolute;
  max-width: 92%;
  padding: 30px 15px;
  background: rgba(0, 0, 0, 45%);
  border-radius: 45px;
  backdrop-filter: blur(2px);
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.slider-heading {
  font-size: 26px;
  margin-bottom: 8px;
}
.nivo-caption p {
  margin: 0 0 15px;
  font-size: 18px;
}
/* Initial hidden state */
.slide-animate {
  opacity: 0;
  transform: translateY(80px);
}
.nivo-caption .slide-animate {
  animation: slideUpFade 0.9s ease-out forwards;
}
@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nivo-caption .slide-animate h2 {
  opacity: 0;
  animation: fadeUp 0.7s ease-out forwards;
  animation-delay: 0.2s;
}
.nivo-caption .slide-animate p {
  opacity: 0;
  animation: fadeUp 0.7s ease-out forwards;
  animation-delay: 0.4s;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================== Home About Section ==========*/
.home-about-section {
  background: linear-gradient(
    180deg,
    rgba(255, 249, 224, 0.98) 0%,
    #ffffff 100%
  );
  padding: 60px 0;
}
.home-about-section .secondary-button {
  margin-top: 30px;
}
.home-about-image {
  padding-left: 27px;
}
.image-text {
  background: #d01758;
  border: 1px solid #f68621;
  max-width: 411px;
  padding: 24px 11px 24px 31px;
  border-radius: 10px;
  bottom: 0;
  right: 0;
}
.translate_en .home-about-image .image-text {
  font-size: 13px;
  padding: 15px;
}
.home-about-image::before {
  background: transparent;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  border: 10px solid var(--bs-primary-shade2);
  border-radius: 50% 50% 0 0;
}
.home-about-shape-left {
  left: -180px;
  top: 0;
}
.bg-shape-left {
  animation: 50s linear infinite rotateCircles;
  width: 270px;
}
.home-about-shape-right {
  right: -110px;
  bottom: 12px;
}
.bg-shape1-right {
  animation: 50s linear infinite rotateCircles;
  width: 270px;
}
.translate_en .home-about-section .section-text {
  font-size: 15px;
}
/*========== mahantji-about-section =============*/
.mahantji-about-section {
  background: url(../images/resources/bg1.webp);
  background-size: cover;
  background-position: bottom;
  padding-top: 60px;
}
.bg-mahant-shape {
  top: -10%;
  z-index: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.mahantji-bg {
  animation: 50s linear infinite rotateCircles;
}
.common-btn-space {
  margin-top: 40px;
}
.baba-about-content .common-button {
  margin: 20px 0 30px;
}
/*========== distinctive-features-section =============*/
.distinctive-features-section {
  padding: 180px 0 30px;
}
.shaktipeeth-content {
  max-width: 701px;
  margin: 36px 0 0;
  padding: 0 20px 110px;
}
.shaktipeeth-content::before {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -90px;
  box-shadow: 0px 10px 33.3px 9px #fff7d880;
  content: "";
  z-index: -1;
  right: 0;
  border-radius: 48px;
}
.trishul-image {
  left: 7px;
  top: -167px;
  /* animation: leftRight 5s ease-in-out infinite; */
  z-index: -1;
}
.kalash-image {
  right: -3px;
  z-index: 1;
  /* animation: golWalaMove 3s ease-in-out infinite; */
  /* animation: upDown 5s ease-in-out infinite; */
  bottom: -57px;
  width: 123px;
}
/*========== Three Box Section ============*/
.common-box {
  border-radius: 20px;
  transition: 0.5s all ease-in-out;
  border: 1px solid transparent;
}
.inner-box {
  padding: 40px 17px 30px;
  margin-top: -120px;
}
.box-icon-area {
  border-radius: 50%;
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px;
  padding: 20px;
}
.box-icon-area::after {
  width: 115px;
  height: 115px;
  content: "";
  left: -7px;
  top: -7px;
  position: absolute;
  border-radius: 50%;
  right: 0;
  margin: 0 auto;
  transition: 0.5s all ease-in-out;
}
.common-box .box-heading {
  margin-bottom: 24px;
}
.common-box p {
  color: #000;
}
.common-box:hover .box-icon-area::after {
  animation: 15s linear infinite rotateCircles;
}
.common-box:hover .box-icon-area img {
  filter: brightness(0) invert(1);
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/*-- Temple box --*/
.temple-box-0:hover {
  border: 1px solid #f9e2e2;
}
.common-box:hover {
  transform: translateY(-5px);
  box-shadow:
    0 16px 15px -9px rgba(0, 0, 0, 0.12),
    inset 0 -6px 14px rgba(0, 0, 0, 0.06);
}
.temple-box-0 .box-icon {
  background: #f6d6d6;
}
.temple-box-0 .box-icon-area::after {
  border: 4px dotted #f6d6d6;
}
.temple-box-0 {
  background: #fff3f3;
}
.temple-box-0 .box-heading {
  color: var(--bs-primary-shade2);
}
.temple-box-0:hover .box-icon {
  background: var(--bs-primary-shade2);
}
.temple-box-0:hover .box-icon-area::after {
  border: 4px dotted #991a46;
}
/*-- pooja box --*/
.temple-box-1:hover {
  border: 1px solid #ffeac6;
}
.temple-box-1 .box-icon {
  background: #ffe7c2;
}
.temple-box-1 .box-icon-area::after {
  border: 4px dotted #ffe7c2;
}
.temple-box-1 {
  background: #fff9ef;
}
.temple-box-1 .box-heading {
  color: #ba862d;
}
.temple-box-1:hover .box-icon {
  background: #ba862d;
}
.temple-box-1:hover .box-icon-area::after {
  border: 4px dotted #ba862d;
}
/*-- donation box --*/
.temple-box-2:hover {
  border: 1px solid #d0fdcd;
}
.temple-box-2 .box-icon {
  background: #c3fbc0;
}
.temple-box-2 .box-icon-area::after {
  border: 4px dotted #c3fbc0;
}
.temple-box-2 {
  background: #eeffed;
}
.temple-box-2 .box-heading {
  color: #6bba66;
}
.temple-box-2:hover .box-icon {
  background: #6bba66;
}
.temple-box-2:hover .box-icon-area::after {
  border: 4px dotted #6bba66;
}
/*================== religious-festival-section ============*/
.religious-festival-section {
  padding: 0 0 60px;
}
.common-top-space {
  margin-top: 25px;
}
.max-text {
  max-width: 680px;
}
.festival-items {
  transform: scale(0.9);
  overflow: hidden;
  border-radius: 20px;
}
.festival-items.slick-active.slick-center {
  transform: scale(1);
}
.festival-items::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.festival-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  max-width: 540px;
}
.item-title {
  position: relative;
  transition: 0.5s all ease-in-out;
}
.festival-shape-left {
  left: 0;
  bottom: 141px;
  width: 150px;
  z-index: -1;
}
.festival-shape-left img {
  animation: 50s linear infinite rotateCircles;
}
.festival-shape-right {
  right: 0;
  top: 116px;
  width: 150px;
  z-index: -1;
}
.festival-shape-right img {
  animation: 50s linear infinite rotateCircles;
}
.common-slider-arrow .slick-arrow {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s ease;
  background: transparent;
}
.common-slider-arrow {
  gap: 15px;
}
.common-slider-arrow .slick-arrow:hover {
  color: #fff;
  border: 1px solid transparent;
}
.primary-slider-btn {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.primary-slider-btn:hover {
  background: var(--bs-primary);
}
.secondary-slider-btn {
  border: 1px solid var(--bs-secondary);
  color: var(--bs-secondary);
}
.secondary-slider-btn:hover {
  background: var(--bs-secondary);
}
/*==== Service section ====*/
.service-section {
  padding: 60px 0;
}
.service-slider .slick-track {
  gap: 24px;
  display: flex;
}
.service-wrap {
  display: grid;
  background: #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.service-items.slick-slide {
  height: auto !important;
}
.service-image-area img {
  object-fit: cover;
  border-radius: 20px;
}
.service-slider-content {
  padding: 20px 15px;
}
.festival-arrows,
.service-arrows {
  margin-top: 40px;
}
.translate_en .service-slider-content .common-btn-text {
  font-size: 16px;
}
/*==== upcoming-festival section ====*/
.upcoming-festival-section {
  background: linear-gradient(
    180deg,
    rgba(255, 249, 224, 0.98) 0%,
    #ffffff 100%
  );
  padding: 60px 0 0;
}
.festival-left-shape,
.festival-right-shape {
  width: 158px;
}
.festival-left-shape {
  left: 0;
}
.festival-right-shape {
  right: 0;
}
.tab-panel-nav .nav-pills {
  gap: 5px;
  text-align: center;
  margin: 40px 0;
  justify-content: center;
}
.tab-panel-nav .event-tab-btn {
  border: 1px solid #f5e9be;
  background: #fff;
  border-radius: 100px;
  color: #242424;
  padding: 10px 15px;
}
.tab-panel-nav .event-tab-btn.active,
.tab-panel-nav .event-tab-btn:hover {
  border: 1px solid #f5e9be;
  background: var(--bs-secondary);
  color: #fff;
  border: 1px solid transparent;
}
.translate_hi .tab-panel-nav .event-tab-btn span {
  position: relative;
  top: 6px;
}
.festival-collage-exact {
  display: grid;
  gap: 15px;
  overflow: hidden;
  padding: 0 15px;
}
.collage-left,
.collage-right {
  grid-row: auto;
}
.collage-item {
  position: relative;
  overflow: hidden;
}
.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collage-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
}
.upcoming-festival-section .section-area {
  padding-bottom: 90px;
}
.upcoming-event-title,
.event-table-list {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.event-table-list {
  position: absolute;
  bottom: 10px;
  width: fit-content;
  z-index: 2;
}
.upcoming-event-title {
  text-align: center;
  position: absolute;
  top: 20px;
  z-index: 3;
}
.event-table-trigger {
  z-index: 2;
}
.upcoming-event-title img {
  margin-top: -10px;
}
.rnInner {
  bottom: 0;
  position: absolute;
}
.open-table-lists {
  transition-property: all;
  transition-duration: 1s;
  transform: scale(0);
  transform-origin: top;
  position: absolute;
  right: 1px;
  width: 277px;
  padding: 20px 38px 0;
  text-align: center;
  top: 5px;
  z-index: 9;
  overflow: hidden;
  background: url(../images/shapes/time_bg.png);
}
.upcoming-table-info {
  overflow: hidden;
  height: 345px;
}
.upcoming-inner-table {
  min-height: 333px;
  overflow-y: auto;
  overflow-x: clip;
  height: 333px;
  padding: 15px 7px 13px;
}
.event-table-header {
  transition:
    opacity 0.55s ease-in,
    transform 3s ease-out;
  transform: rotateX(0);
  z-index: 9;
  position: relative;
  transform-origin: top;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.event-table-list:hover .event-table-header {
  opacity: 0;
  transform: rotateX(90deg);
}
.wrapper:hover .open-table-lists {
  transform: scale(1);
  top: 0;
}
.single-upcoming-event-info {
  border-bottom: 6px double #ff9547;
  margin-bottom: 10px;
}
.single-event-info {
  padding: 6px 0 7px;
}
.event-calendar-date {
  color: #fda000;
  font-weight: 500;
  font-size: 15px;
}
.rnOuter {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}
.rnInner {
  width: 300px;
  right: 0;
  left: -30px;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform 3s;
  transform-origin: -120% top;
  top: 0;
}
.rnUnit {
  width: 10vw;
  height: 120vh;
  background: repeating-linear-gradient(
    to left,
    #e51919 4vw,
    darken(#e51919, 20%) 8vw,
    lighten(#e51919, 20%) 10vw
  );
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: 0 0%;
  transform: rotate(3deg);
  animation: 5s infinite rnUnit;
}
.singleCurtain {
  background-size: 45% 35%;
  display: inline-block;
  transform-origin: 0 0%;
  transform: rotate(1deg);
  -webkit-animation: 2s infinite rnUnit;
  animation: 4s infinite rnUnit;
  left: -93px;
  top: 0;
  position: relative;
  object-fit: contain;
}
.singleCurtain:first-child {
  animation-delay: -0.1s;
  top: -23px;
  left: 9px;
}
.singleCurtain:nth-child(2) {
  animation-delay: -0.2s;
  left: -4px;
  top: -10px;
}
.singleCurtain:nth-child(3) {
  animation-delay: -0.3s;
  left: -13px;
  top: -3px;
}
.singleCurtain:nth-child(4) {
  animation-delay: -0.4s;
  left: -22px;
  top: -5px;
}
.singleCurtain:nth-child(5) {
  animation-delay: -0.5s;
  left: -31px;
  top: -18px;
}
.singleCurtain:nth-child(6) {
  animation-delay: -0.6s;
  left: -44px;
  top: -24px;
}
@keyframes rnUnit {
  50% {
    transform: rotate(-3deg);
  }
}
.upcoming-inner-table::-webkit-scrollbar {
  width: 0;
}
.upcoming-inner-table::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}
.table-listing::-webkit-scrollbar {
  height: 4px;
}
.rnOuter:hover .rnInner {
  transform-origin: -0% top;
  transform: scaleY(0);
}
/*==============*/
.collage-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(0deg, #000 0%, #0000 100%);
  width: 100%;
  height: 200px;
}
.collage-event-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  padding: 10px;
}
.collage-event-date {
  font-size: 13px;
  color: var(--bs-secondary);
}
.collage-event-name {
  font-size: 15px;
}

/*==== Booking section ====*/
.booking-section {
  padding: 60px 0;
}
.booking-arrows.common-slider-arrow {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.common-slider-arrow .booking-prev {
  left: auto;
  right: 69px;
}
.common-slider-arrow .booking-next {
  left: auto;
  right: 0;
}
.booking-card {
  border: 1px solid #d3c7b7;
  padding: 15px;
  border-radius: 20px;
  transition: 0.5s all ease-in-out;
  background: #fdfaf6;
  position: relative;
}
.booking-card:hover {
  background: var(--bs-secondary);
  border: 1px solid transparent;
  box-shadow:
    0 16px 15px -9px rgba(0, 0, 0, 0.12),
    inset 0 -6px 14px rgba(0, 0, 0, 0.06);
}
.inner-card-info {
  z-index: 2;
}
.card-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-image {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: var(--bs-secondary);
  display: flex;
  border-radius: 50%;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.booking-card:hover .card-image {
  background: #fff;
}
.booking-card:hover .card-image img {
  filter: brightness(0);
}
.card-middle .card-text {
  margin: 20px 0 44px;
  color: #151515;
}
.card-time {
  border: 1px solid #ffefda;
  background: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  color: #000;
  min-width: 80px;
  width: fit-content;
  margin-top: 10px;
}
.translate_en .card-time {
  min-width: 114px;
}
.card-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.price-info {
  width: fit-content;
  display: block;
  color: var(--bs-secondary);
  line-height: 1;
}
.donation-price-info {
  color: #151515;
  font-size: 12px;
}
.position-absolute.card-round-shape {
  bottom: 0;
  right: 0;
}
.booking-card:hover .booking-card-title,
.booking-card:hover .card-text,
.booking-card:hover .donation-price-info,
.booking-card:hover .price-info {
  color: #fff;
}
.round-shape1 {
  width: 179px;
  height: 166px;
  border-radius: 50%;
  position: absolute;
  right: 66px;
  bottom: -51px;
  background: linear-gradient(167.43deg, #ffffff 39.02%, #fff4e6 114.78%);
  z-index: 1;
  opacity: 0.8;
  transition: 0.5s all ease-in-out;
}
.booking-card:hover .round-shape1 {
  background: linear-gradient(137.97deg, #ebc6a5 12.84%, #f68621 47.29%);
  opacity: 0.4;
}
.round-shape2 {
  width: 224px;
  height: 208px;
  background: linear-gradient(180deg, #fff2e0 0%, #fdfaf6 100%);
  border-radius: 50%;
  position: absolute;
  right: -23px;
  bottom: -74px;
  opacity: 60%;
  z-index: 0;
  transition: 0.5s all ease-in-out;
}
.booking-card:hover .round-shape2 {
  background: linear-gradient(112.81deg, #f5be8c 20.46%, #f68621 76.89%);
  z-index: 1;
  opacity: 0.4;
}
.booking-slider .slick-track {
  display: flex !important;
}
.booking-slider .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.booking-slider .slick-slide > div {
  height: 100%;
  display: flex;
}
.booking-card {
  height: 100%;
}
.festival-slider-content {
  margin-top: auto;
}
.common-type2-btn {
  overflow: hidden;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  border-radius: 100px;
  position: relative;
  display: block;
  width: fit-content;
  padding: 9px 20px;
  font-size: 16px;
}
.orange-type2-btn {
  background: var(--bs-secondary);
  color: #fff;
}
.white-type2-btn {
  background: #fff;
  color: var(--bs-secondary);
}
.common-type2-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  left: -50%;
  text-align: center;
  z-index: 0;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s all ease-in-out;
}
.orange-type2-btn::before {
  background: #fff;
}
.white-type2-btn::before {
  background: var(--bs-secondary);
}
.common-type2-btn:hover,
.booking-card:hover .orange-type2-btn span {
  color: #151515;
}
.common-type2-btn:hover::before {
  width: 200%;
  transform: scale(1);
  height: 200vh;
}
.white-type2-btn:hover {
  color: #fff;
}
.booking-card:hover .orange-type2-btn::before {
  width: 200%;
  transform: scale(1);
  height: 200vh;
}
.translate_hi .booking-card-title {
  position: relative;
  top: 4px;
}
.translate_hi .common-type2-btn span,
.translate_hi .card-time span {
  top: 3px;
}
/*======== Video section ======*/
.video-Presence-section {
  padding: 0 0 60px;
}
.video-box {
  border-radius: 20px;
}
.video-image::before {
  background: linear-gradient(0deg, #0000 0, #00000070 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.popup-play-btn,
.slider-logo-img {
  border-radius: 50%;
  text-align: center;
}
.video-info {
  position: absolute;
  top: 15px;
  margin: 0 auto;
  left: 15px;
  right: 15px;
  width: 92%;
}
.slider-logo-img {
  background: #fff;
  min-width: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 7px;
}
.slider-logo-img img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.translate_hi .video-publish-info {
  top: 4px;
}
.video-publish-info {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.check-icon {
  width: 16px !important;
  margin-left: 10px;
}
.popup-play-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: #000000a3;
  margin: 0 auto;
  animation: 1.5s linear infinite video_ripple;
}
.popup-play-btn i {
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box:hover .video-icon {
  transform: translateY(-50%) scale(1.2);
}
.video-iframe {
  width: 90%;
  height: 400px;
}
.video-container-container {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
}
.video-container-container .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: none;
}
.guide-close-btn {
  right: 14px;
}
.guide-image {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.guide-image:active {
  cursor: grabbing;
}

#zoomImag {
  transition: transform 0.2s ease;
  user-select: none;
}
.guide-image img {
  transition: transform 0.15s ease;
  pointer-events: none;
}
.zoom-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 10;
}
.btn-effect-popup {
  background: var(--bs-primary-shade1);
  color: #fff;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  font-size: 13px;
  transition: 0.5s all ease-in-out;
}
.btn-effect-popup:hover,
.guide-close-btn:hover {
  background: var(--bs-secondary);
  color: #fff;
}
.guide-close-btn {
  background: var(--bs-primary-shade1);
  color: #fff;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  font-size: 13px;
  transition: 0.5s all ease-in-out;
  opacity: 1;
}
.feedback-close-btn {
  margin-left: auto;
}
@media (min-width: 1400px) {
  .guide-modal .modal-dialog {
    max-width: 1080px;
  }
}
/*==== institutions section ====*/
.institutions-section {
  padding-top: 27px;
}
.inner-institutions-wrapper {
  background: linear-gradient(0deg, #ffffff -8.17%, #ffe5cd 100%);
}
.institutions-main-heading {
  font-size: 24px;
  background: var(--bs-secondary);
  width: fit-content;
  margin: -23px auto 0;
  padding: 25px 46px 18px 46px;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
.institutions-main-heading::before {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  width: 19px;
  height: 24px;
  position: absolute;
  left: -19px;
  top: 0;
  background: #ba681e;
}
.institutions-main-heading::after {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  content: "";
  width: 19px;
  height: 24px;
  position: absolute;
  right: -19px;
  top: 0;
  background: #ba681e;
}
.institution-inner-area {
  position: relative;
  padding-top: 50px;
}
.single-institution-card {
  gap: 12px;
  margin-bottom: 35px;
}
.single-institution-card:last-child {
  margin-bottom: 0;
}
.institution-icon-area {
  width: 46px;
  min-width: 46px;
  height: 46px;
  background: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.institution-name-title:hover {
  color: var(--bs-secondary);
}
.call-link {
  font-size: 14px;
  color: #242424;
}
/*==== Footer section ====*/
.footer-section {
  background: url(../images/resources/footer_bg.webp);
  background-size: cover;
  padding-top: 40px;
}
.footer-section .row {
  gap: 25px 0;
}
.footer-logo-area {
  width: 170px;
  height: 170px;
}
.footer-logo-area::before {
  background: radial-gradient(44% 51% at 50% 50%, #ffddb9 14%, #c5501f 100%)
    border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  filter: blur(9px);
}
.logo-widget {
  width: 120px;
  object-fit: contain;
}
.footer-title-widget {
  font-size: 22px;
}
.links-lists-widget {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
}
.links-lists-widget a {
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.links-lists-widget a:hover {
  padding-left: 15px;
}
.links-lists-widget a::before {
  background: #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -16px;
  top: 7px;
  content: "";
  border-radius: 50%;
  transition: 0.5s all ease-in-out;
}
.links-lists-widget a:hover::before {
  left: 1px;
  visibility: visible;
  opacity: 1;
}
.single-info {
  display: flex;
  gap: 16px;
}
.footer-contact-widget {
  display: flex;
  width: fit-content;
  color: #fff;
  font-size: 16px;
}
.footer-phone {
  margin: 20px 0;
}
.footer-social ul {
  display: flex;
  gap: 15px;
  margin: 25px 0 0;
}
.footer-social ul a i {
  color: #fff;
  font-size: 22px;
  transition: 0.5s all ease-in-out;
}
.footer-social ul a i:hover {
  transform: rotate(360deg);
}
.copyright-text {
  border-top: 1px solid #fff;
  margin-top: 21px;
  padding: 21px 0;
  gap: 10px;
}
#coreMenu {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(calc(100% - 60px));
}
.fixed-button-sidebar {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 25px 0 0 25px;
  background: var(--bs-primary-shade1);
  color: white;
  font-size: 0.8rem;
  padding-left: 2px;
  padding-right: 12px;
  margin-bottom: 2px;
  text-decoration: none;
  transition:
    all 0.45s ease,
    height 0.1s,
    width 0.1s,
    opacity 0.1s;
  position: relative;
  left: 0;
}
.fixed-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-button-sidebar {
  color: white;
  font-size: 0.8rem;
}
#coreMenu span.text {
  font-size: 14px;
  font-weight: 600;
}
.fixed-button-sidebar:hover {
  transform: translateX(calc(-100% + 65px));
}
.fixed-button-sidebar img {
  transition: 0.5s all ease-in-out;
}
.fixed-button-sidebar:hover img {
  transform: rotate(360deg);
}
/*==== animations section ====*/
@keyframes zooming_anim {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bell {
  from {
    transform: rotate(12deg);
  }
  to {
    transform: rotate(-12deg);
  }
}
@keyframes animate_arrow {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateCircleReverse {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes leftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes golWalaMove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-8px, -5px) rotate(-2deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  75% {
    transform: translate(8px, -5px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes video_ripple {
  0% {
    -webkit-box-shadow:
      0 0 0 0 hsla(0, 0%, 100%, 0.22),
      0 0 0 10px hsla(0, 0%, 100%, 0.22),
      0 0 0 20px hsla(0, 0%, 100%, 0.22);
    box-shadow:
      0 0 0 0 hsla(0, 0%, 100%, 0.22),
      0 0 0 10px hsla(0, 0%, 100%, 0.22),
      0 0 0 20px hsla(0, 0%, 100%, 0.22);
  }
  100% {
    -webkit-box-shadow:
      0 0 0 10px hsla(0, 0%, 0%, 0.22),
      0 0 0 20px hsla(0, 0%, 0%, 0.22),
      0 0 30px hsla(0, 0%, 100%, 0);
    box-shadow:
      0 0 0 10px hsla(0, 0%, 100%, 0.22),
      0 0 0 20px hsla(0, 0%, 100%, 0.22),
      0 0 0 30px hsla(0, 0%, 100%, 0);
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*-------------------------------------
            About us page
---------------------------------------*/
/*=========== About Section =============*/
.about-common-section {
  padding-top: 20px !important;
}
.banner-section {
  background: linear-gradient(
    180deg,
    rgba(255, 249, 224, 0.98) 0%,
    #ffffff 100%
  );
  padding: 130px 0 70px;
  overflow: hidden;
}
.banner-shape-left {
  left: -180px;
  top: 0;
}
.banner-image-area {
  margin-top: 30px;
}
.banner-shape-left img {
  animation: 50s linear infinite rotateCircles;
  width: 270px;
}
.shape-image1 {
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: 50s linear infinite rotateCircles;
}
.shape-image2 {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  animation: 50s linear infinite rotateCircleReverse;
}
/*=========== Management Section =============*/
.management-section {
  padding: 60px 0;
}
.management-card {
  background: rgb(253, 250, 246);
  border: 1px solid rgb(211, 199, 183);
  border-radius: 20px;
  padding: 42px 10px;
}
.management-card::before {
  background: linear-gradient(180deg, #fdfaf6 22.64%, #fbf3e8 100%);
  width: 100%;
  height: 139px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 50% 50%;
}
.management-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow:
    0 16px 15px -9px rgba(0, 0, 0, 0.12),
    inset 0 -18px 3px rgba(255, 255, 255, 0.49),
    inset 0 -6px 14px rgba(0, 0, 0, 0.2);
}
.profile-icon {
  width: 159px;
  min-width: 159px;
  height: 159px;
  background: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 10px solid #fff;
  margin: 0 auto 23px;
  box-shadow: 0px 4px 4px 0px #ffe7c7;
}
.profile-icon img {
  position: relative;
  top: 7px;
}
.management-details .member-name,
.management-details p {
  color: #000;
}
.management-card:hover .profile-image {
  /* animation-name: wobble-vertical; */
  /* animation-duration: 1s; */
  /* animation-timing-function: ease-in-out; */
  /* animation-iteration-count: 1; */
  /* -webkit-animation: toBottomFromTop 0.5s forwards; */
  /* -moz-animation: toBottomFromTop 0.5s forwards; */
  /* animation: toBottomFromTop 0.5s forwards; */
  animation: wobble-vertical 1s 1 ease-in-out;
}
.management-card:hover .member-name {
  color: var(--bs-secondary);
  letter-spacing: 0.2px;
}
/* --------------------------------------------------
                   Temple  In Complex Page
--------------------------------------------------- */
.about-temple-section {
  padding: 40px 0 60px;
}
.article-box {
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 2px solid #ffecf3;
  padding: 20px;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
}
.article-box:last-child {
  margin-bottom: 0;
}
.article-box:hover {
  transform: translateY(-10px);
  box-shadow: none;
}
.article-image {
  margin: 0 0 30px 0;
  border-radius: 20px;
  overflow: hidden;
}
.article-box:hover img {
  transform: scale(1.03) rotate(2deg);
}
.article-box:hover .section-title {
  color: var(--bs-secondary);
}
.list-point ul {
  padding: 0 0 0 27px;
}
.list-point ul li {
  list-style: conic-gradient;
}
.common-section {
  padding: 40px 0 60px;
}
/*--------------------------------------------
               BabaJi Page
------------------------------------------------*/
/*---- article card ------- */
.highlight-text.position-relative {
  display: block;
  overflow: hidden;
  padding: 10px 0 30px 0px;
}
.highlight-text::before {
  background: linear-gradient(180deg, #f54900 0%, #ff8904 100%);
  width: 7px;
  position: absolute;
  top: 6px;
  content: "";
  height: 31px;
  border-radius: 30px;
}
.highlight-text p {
  margin: 0 0 0 20px !important;
  display: block;
  overflow: hidden;
}
/*=========== Temple Construction Story =============*/
.construction-wrapper {
  background: linear-gradient(90deg, #ffedd4 0%, #fef3c6 100%);
  border-radius: 16px;
  border-top: 1.67px solid #ffd6a7;
  box-shadow: 0px 10px 15px -3px #0000001a;
  padding: 30px 20px 40px;
}
.story-card {
  box-shadow: 0px 4px 6px -1px #0000001a;
  background: #fff;
  padding: 24px 15px 30px;
  border-radius: 16px;
  border: 1px solid transparent;
}
.story-card:hover {
  border: 1px solid #fff;
}
.card-number {
  background: linear-gradient(135deg, #ff6900 0%, #f54900 100%);
  width: 47px;
  min-width: 47px;
  height: 47px;
}
.story-card:hover .card-number,
.box-style1:hover .style1-icon {
  transform: rotateY(360deg);
}
.card-number span {
  color: #fff;
}
.story-card p,
.box-style1 p,
.box-style2 p {
  color: #4a5565;
}
/*=================== education-section ==================*/
.education-section {
  padding: 60px 0;
}
.education-image {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffedd4 0%, #fef3c6 100%);
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.inner-image-box {
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 3px solid #ffffff;
  background: #ffffff00;
}
.box-details-type1 {
  box-shadow: 0px 10px 15px -3px #0000001a;
  padding: 15px 20px 33px;
  border: 1px solid #ffedd4;
}
.book-icon {
  font-size: 25px;
}
.education-list li {
  color: #364153;
  background: #fff7ed;
  padding: 22px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  border-left: 4px solid #ff6900;
}
.education-list li:last-child {
  margin: 0;
}
/*=================== Contribution Service Section ==================*/
.contribution-service-section {
  padding: 60px 0;
}
.contribution-service-section .box-details-type1 {
  padding: 25px 20px 15px;
}
.box-style1 {
  border: 1px solid #ffd6a7;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  padding: 24px 15px;
}
.box-style1:hover,
.box-style2:hover {
  background: #fff;
}
.style1-icon {
  background: var(--bs-orange);
  width: 64px;
  min-width: 64px;
  height: 64px;
}
.style1-icon i {
  font-size: 25px;
  color: #fff;
}
.translate_en .contribution-service-section .fs-18 {
  font-size: 18px;
}
/*--------------------------------------------
              Minder Temple Page
------------------------------------------------*/
/*===== banner section ---*/
.sub-heading {
  background: linear-gradient(90deg, #ffedd4 0%, #fef3c6 100%);
  border: 1px solid #ffd6a7;
  padding: 7px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  width: fit-content;
}
.sub-heading {
  color: #9f2d00;
}
/*======= four card section =======*/
.box-style2 {
  border-radius: 14px;
  padding: 24px 15px;
  box-shadow: 0px 10px 15px -3px #0000001a;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  border: 1px solid #ffd6a780;
  text-align: center;
}
.style2-icon {
  background: var(--bs-primary-shade2);
  box-shadow: 0px 10px 15px -3px #0000003d;
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin: 0 auto;
}
.box-style2:hover .style2-icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.style2-icon i {
  font-size: 25px;
  color: rgb(255, 255, 255);
}
/*======= minder time section =======*/
.darshan-box {
  background: linear-gradient(180deg, #8b1538 0%, #a01545 100%);
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px #00000040;
  padding: 40px 25px 0;
}
.darshan-details {
  padding-bottom: 30px;
}
.darshan-time-card {
  border: 1px solid #ffffff33;
  padding: 24px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(6px);
}
.time-heading i {
  color: #ffb86a;
  font-size: 18px;
}
.time-heading span {
  color: #ffedd4;
}
.minder-open-text {
  color: #ffedd4;
}
.aratii-time {
  color: #ffd6a7;
}
.temple-image-area::before {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: -112px;
  content: "";
  background: radial-gradient(41% 203px, #d35f86ad, #9d154300);
  border-radius: 50%;
}
.temple-img {
  animation: leftRight 5s ease-in-out infinite;
}
/*========= minder Gallery section =========*/
.minder-gallery-section {
  padding: 60px 0;
}
.minder-gallery-box {
  border: 2px solid #ffd6a780;
  box-shadow: 0px 20px 25px -5px #0000001a;
}
.minder-gallery-box::after {
  background: linear-gradient(
    0deg,
    rgba(139, 21, 56, 0.8) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.minder-gallery-box:hover img {
  transform: rotate(2deg) scale(1.1);
}
.minder-gallery-box p {
  font-size: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.minder-gallery-box:hover p {
  bottom: 30px;
  left: 30px;
  letter-spacing: 0.3px;
}
/*--------------------------------------------
              Pooja Page
------------------------------------------------*/
/*========= Package Pooja section =========*/
.package-box {
  box-shadow: 0px 20px 25px -5px #0000001a;
  border: 1px solid #ffd6a780;
  background: #fff;
}
.package-header {
  background: #8f153a;
  padding: 24px 10px;
}
.package-icon {
  background: #ffffff33;
  width: 64px;
  height: 64px;
  padding: 5px;
  min-width: 64px;
}
.package-box:hover .package-icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.event-type-pooja {
  color: #ffedd4;
  margin: 12px 0;
}
.package-details {
  padding: 20px 15px;
}
.package-pooja-list li {
  color: var(--bs-gray-text1);
  list-style: disc;
  margin: 10px 0px;
}
.package-box:hover .secondary-button i {
  animation: animate_arrow 2s infinite;
}
/*========= Worship Method section =========*/
.method-wrapper {
  border-radius: 14px;
  padding: 40px 15px;
  box-shadow: 0px 10px 15px -3px #0000001a;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  border: 1px solid #ffd6a780;
}
.method-box-title {
  margin: 15px 0 10px;
}
.method-box:hover .style2-icon {
  transform: translateY(10px);
}
.pooja-white-section .style2-icon,
.donation-white-section .style2-icon {
  margin: 0;
}
/*========= White box section =========*/
.white-section {
  padding: 60px 0;
}
.single-white-box {
  padding: 20px;
  box-shadow: 0px 10px 15px -3px #0000001a;
  border: 1px solid #ffd6a780;
}
.box-hover-effect:hover {
  transform: translateY(-5px);
  box-shadow:
    rgba(0, 0, 0, 0.14) 0px 16px 15px -9px,
    rgba(255, 255, 255, 0) 0px -18px 3px inset,
    rgba(0, 0, 0, 0.08) 0px -6px 14px inset;
  border: 1px solid var(--bs-gray-300);
}
.box-text {
  color: #364153;
}
.box-list li {
  color: #4a5565;
  list-style: disc;
  margin-bottom: 5px;
}
.box-list li:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------
              Donation Page
------------------------------------------------*/
/*============ Banner section ===========*/
.banner-donation-slog {
  background: linear-gradient(90deg, #fff7ed 0%, #fffbeb 100%);
  padding: 24px;
  border-left: 4px solid #f54900;
  border-radius: 10px;
  margin: 15px 0;
}
.slog-title {
  font-size: 18px;
  max-width: 278px;
  line-height: 29px;
  color: #364153;
}
/*============ Banner section ===========*/
.package-box {
  border: 1px solid #f68621;
}
.highlight-box {
  padding: 10px;
  border: 1px solid #ffd6a7;
  border-radius: 10px;
  background: #fff7ed;
}
.highlight-box span {
  color: #9f2d00;
}
/*============ Donation price section ===========*/
.pricing-radio-box {
  display: grid;
  gap: 8px;
}
.pricing-radio-box .form-check:nth-child(2) {
  margin-top: 20px;
}
.pricing-radio-box .form-check .form-check-label {
  cursor: pointer;
  border: 2px solid #fff3;
  padding: 25px 20px;
  cursor: pointer;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  height: 100%;
}
.price-title {
  color: #fff;
  font-size: 30px;
}
.info-text {
  color: #ffedd4;
}
.pricing-radio-box .form-check-input:checked + .form-check-label {
  box-shadow: 0 12px 30px rgba(130, 6, 39, 0.89);
  border: 2px solid #ffb86a;
  background: transparent;
}
.pricing-radio-box .form-check-input:checked + .form-check-label .price-title {
  color: #ffb86a;
}
.pricing-radio-box .form-check-input:checked + .form-check-label .info-text {
  color: #fff;
}
.pricing-radio-box input {
  position: absolute;
  visibility: hidden;
}
.popular-text {
  top: -18px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px 15px;
}
.popular-text::before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: #ff8904;
  box-shadow: 0px 10px 15px -3px #0000001a;
  height: 100%;
  z-index: 0;
}
.popular-text span {
  color: #8b1538;
  position: relative;
  top: 3px;
}
.translate_hi .popular-text span {
  top: 3px;
}
.price-donner-area .secondary-button {
  margin-top: 44px;
}
.price-donner-image {
  left: 0px;
}
.price-donner-image img {
  animation: 5s ease-in-out infinite leftRight;
}
/*===== White Box =====*/
.more-info-section {
  padding: 60px 0;
}
.how-donaction-icon {
  filter: brightness(0) invert(1);
  width: 24px;
}
.temple-box-2-listing {
  display: grid;
}
.method-wrapper .secondary-btn::after,
.method-wrapper .common-hover-btn::after {
  width: 106%;
}
/*--------------------------------------------
              Religious Activities Page
------------------------------------------------*/
.upcoming-article:hover {
  transform: translateY(-5px);
  box-shadow: none;
}
.festival-article {
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 3px solid #ffecf3;
  padding: 20px;
  border-radius: 24px;
  display: block;
  margin-bottom: 40px;
  background: #fff;
}
.current-article {
  padding: 0;
  border: none;
  box-shadow: none;
}
.festival-article-image {
  border-radius: 30px;
  overflow: hidden;
  position: sticky;
  top: 70px;
}
.religious-activities-text {
  margin-bottom: 20px;
}
.info-type1 {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 50%, #fff7ed 100%);
  border: 1px solid #ffd6a780;
  padding: 20px;
}
.type1-icon {
  background: var(--bs-primary-shade2);
  box-shadow: 0px 10px 15px -3px #0000003d;
  width: 47px;
  min-width: 47px;
  height: 47px;
  padding: 12px;
}
.laddu-icon-shape {
  right: 0;
  top: 0;
  opacity: 0.1;
  animation: upDown 5s ease-in-out infinite;
}
.type2-icon {
  min-width: 20px;
}
.info-type2 {
  background: linear-gradient(
    90deg,
    rgba(255, 237, 212, 0.5) 0%,
    rgba(254, 243, 198, 0.5) 100%
  );
  padding: 24px;
  border-left: 4px solid #f54900;
}
.icon-font {
  font-size: 22px;
}
.info-type3 {
  background: #fff7e5;
  padding: 15px;
}
.festival-article-content .info-type3 {
  margin-bottom: 20px;
}
.info-type3 p {
  margin: 0;
}
.icon-font {
  font-size: 22px;
}

/* bottom primary section  */
.primary-info-section {
  padding: 60px 0;
}
.primary-inner-wrapper {
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px #00000040;
  background: linear-gradient(180deg, #8b1538 0%, #a01545 50%, #8b1538 100%);
}
.primary-box-content {
  height: 100%;
  padding: 60px 20px 40px;
  align-items: center;
  display: flex;
}
.primary-box-content .white-type2-btn {
  color: #8b1538;
  box-shadow: 0px 25px 50px -12px #00000040;
}
.primary-box-content .white-type2-btn:hover {
  color: #fff;
}
.primary-box-image img {
  animation: 5s ease-in-out infinite leftRight;
}
/*--------------------------------------------
              Pooja Donation Rates Page
------------------------------------------------*/
.donation-rates-card,
.health-card-card {
  border: 1px solid #ffd6a780;
  box-shadow: 0px 8px 10px -6px #0000002b;
  padding: 15px;
}
.donation-rates-card {
  background: #fff;
}
.donation-rates-card:hover,
.health-card-card:hover {
  background: var(--bs-bg-color);
  box-shadow: none;
}
.card-header-icon {
  background: rgb(139, 22, 63);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 15px -3px;
  width: 47px;
  min-width: 47px;
  height: 47px;
  padding: 12px;
}
.card-hover:hover .card-header-icon {
  transform: rotateY(360deg);
}
.card-hover:hover .header-content-title {
  color: var(--bs-primary);
}
.br-lines {
  background: linear-gradient(
    90deg,
    var(--bs-primary-shade2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  max-width: 265px;
  height: 3px;
  margin: 27px 0 15px;
}
.price-box {
  border-left: 4px solid var(--bs-primary-shade2);
  border-radius: 10px;
  padding: 11px 15px;
  max-width: 265px;
  background: #fff7ed;
}
.donation-rates-card:hover .price-box {
  background: var(--bs-primary);
  color: #fff;
  box-shadow: 5px 5px 29px -14px #00000040;
}
.rates-price {
  font-size: 22px;
}
.rates-price span {
  color: #6a7282;
}
.donation-rates-card:hover .rates-price,
.donation-rates-card:hover .rates-price span {
  color: #fff;
}
.primary-bg-image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: -221px;
  justify-content: end;
}
.primary-bg-image img {
  width: 67%;
}
/*--------------------------------------------
              Health Care Page
------------------------------------------------*/
.health-type-section {
  padding: 60px 0;
}
.ayurvedic-dispensary-card {
  background: #fffbeb;
  padding: 20px;
}
.ayurvedic-dispensary-card .header-content-title {
  color: var(--bs-primary-shade2);
}
.ayurvedic-dispensary-text {
  border-top: 1px solid #8b163f;
  margin-top: 20px;
  padding-top: 20px;
}
/*--------------------------------------------
             Tender Page
------------------------------------------------*/
.table-listing {
  border: 1px solid #ffd6a780;
  box-shadow: 0px 8px 10px -6px #0000001a;
  box-shadow: 0px 20px 25px -5px #0000001a;
  border-radius: 16px;
  padding: 0;
}
.table-listing tr {
  vertical-align: middle;
}
.table-thead .table-title {
  background: #8b163f;
  color: #fff;
}
.table-listing th,
.table-listing td {
  padding: 15px;
  font-size: 16px;
  white-space: nowrap;
}
.table-body th,
.table-body td {
  color: var(--bs-heading-color);
  font-weight: 400;
}
.apply-now-btn {
  background: var(--bs-primary-shade2);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  border: none;
}
.apply-now-btn:hover {
  background: var(--bs-secondary);
}
.download-btn {
  background: transparent;
  border: none;
  color: var(--bs-secondary);
  font-size: 22px;
}
/*----- Tender section -----*/
.tender-wrapper {
  padding: 60px 0;
}
.tender-enquiries-blog {
  border: 3px solid #ffedd4;
  border-radius: 24px;
  padding: 30px 15px 20px;
  background: #fff;
}
.tender-contact {
  margin-top: 30px;
  gap: 24px 0;
}
.tender-single-contact {
  background: linear-gradient(90deg, #fff7ed 0%, #fffbeb 100%);
  border: 1px solid #ffd6a7;
  padding: 25px 15px;
  grid-template-columns: 50px auto;
}
.tender-details-icon {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 15px -3px;
  width: 47px;
  min-width: 47px;
  height: 47px;
  padding: 12px;
  background-color: var(--bs-primary-shade2);
}
.tender-info a,
.tender-info p {
  color: var(--bs-gray-text1);
}
.tender-info a:hover {
  color: var(--bs-secondary);
}
/*--- guidelines ---*/
.radius14 {
  border-radius: 14px;
}
.tender-guidelines-blog {
  background: linear-gradient(180deg, #8b1538 0%, #a01545 100%);
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  padding: 30px 15px 20px;
}
.guidelines-details {
  border: 1px solid #ffb86a4d;
  background: #ffffff1a;
  padding: 25px 15px;
}
.guidelines-sub-title {
  color: #ffb86a;
}
.guidelines-details li {
  list-style-type: disc;
}
.guidelines-details li::marker {
  color: #ffb86a;
}
/*--------------------------------------------
             Social Service Page
------------------------------------------------*/
.contribution-wrapper {
  border: 1px solid #8b163f;
  border-radius: 24px;
  padding: 40px 15px 15px;
  margin-top: 40px;
}
.contribution-row {
  gap: 24px 0;
}
.contribution-causes-card {
  background: #fffbeb;
  padding: 18px 18px 18px 40px;
  border: 1px solid #ffb86a4d;
}
.contribution-year {
  background: var(--bs-primary-shade2);
  color: #ffd6a7;
  padding: 10px;
  border-radius: 100px;
}
.social-year-card::before {
  background: #8b163f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  content: "";
  top: 20px;
}
.contribution-pera {
  margin-top: 40px;
}
/*--------------------------------------------
             Bank Donation Page
------------------------------------------------*/
.bank-process-card {
  border: 1px solid #ffedd4;
  padding: 30px 20px;
  grid-template-columns: 50px auto;
  background: #fff;
}
.process-icon {
  background: #ffedd4;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.process-icon i {
  font-size: 25px;
  color: var(--bs-secondary);
}
/*--- bank account ---*/
.account-details-section {
  padding: 60px 0;
}
.account-inner-wrap {
  border: 1px solid #ffd6a7;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  overflow: hidden;
}
.account-heading-head {
  background: var(--bs-primary-shade2);
  padding: 20px 15px;
}
.copy-btn {
  background: linear-gradient(90deg, #f54900 0%, #ff6900 100%);
  padding: 13px 24px;
}
.copy-btn i {
  font-size: 20px;
}
.account-details {
  padding: 20px;
  background: #fff;
}
.donation-bank-details {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  border: 1px solid #ffb86a;
  display: grid;
  gap: 20px 15px;
}
.inner-account-details {
  padding: 15px;
  display: grid;
  gap: 20px 15px;
}
.bank-icon {
  background: var(--bs-primary-shade2);
  box-shadow: 0px 10px 15px -3px #0000001a;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 auto;
}
.bank-content {
  text-align: center;
}
.donation-qr-details {
  background: linear-gradient(0deg, #fddfb5 0%, #fff3e3 100%);
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 33px 5px #fde0b8;
  padding: 13px;
}
.scan-donate-heading {
  font-size: 20px;
}
.qrcode-details {
  position: relative;
  padding: 2px;
}
.qrcode-details::before {
  content: "";
  background: linear-gradient(0deg, #e68b0a59 0%, #ffeacc 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 15px;
}
.scan-donate-header {
  padding: 15px 0;
}
.inner-qr {
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(0deg, #fdeacf 0%, #fffefe 100%);
  position: relative;
  z-index: 9;
  box-shadow: inset 0px -6px 38px #fffcf85c;
}
.inner-qr img {
  border-radius: 10px;
}
.inner-qr p {
  font-weight: 500;
  font-size: 17px;
  color: var(--bs-primary-shade2);
  margin: 20px 0;
}
.inner-qr p span {
  font-weight: 600;
  display: block;
  font-size: 20px;
  color: var(--bs-primary-shade1);
}
/*---  impact-donation-section  ---*/
.impact-card {
  background: #fff;
  padding: 24px 15px;
  border: 1px solid #ffedd4;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.impact-card:hover {
  transform: translateY(-5px);
}
.impact-card::before {
  background: linear-gradient(90deg, #f54900 0%, #ff8904 100%);
  width: 100%;
  height: 8px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.impact-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #ffedd4 0%, #fef3c6 100%);
  padding: 15px;
}
.impact-card:hover .impact-icon {
  transform: rotateY(360deg);
}
.impact-card:hover .impact-title {
  color: var(--bs-secondary);
}
.high-light-title {
  margin-top: 20px;
  top: 0;
}
.impact-card:hover .high-light-title {
  top: -5px;
  letter-spacing: 0.2px;
}
.donation-benefits-icon {
  background: linear-gradient(135deg, #f54900 0%, #ff8904 100%);
  width: 47px;
  height: 47px;
  min-width: 47px;
}
.donation-benefits-list li {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  border-left: 3px solid #8b163f;
  padding: 24px;
}
.donation-image::before {
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  position: absolute;
}
.donation-image p {
  bottom: 0;
  left: 23px;
}
/*--------------------------------------------
             Contact us Page
------------------------------------------------*/
.contact-page-section {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.contact-information-blog {
  border: 3px solid #ffedd4;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  padding: 20px;
  background: #fff;
}
.contact-br {
  background: linear-gradient(90deg, #f54900 0%, rgba(0, 0, 0, 0) 100%);
  height: 2px;
  width: 100%;
  margin: 30px 0;
}
.single-contact {
  background: linear-gradient(90deg, #fff7ed 0%, #fffbeb 100%);
  border-left: 3px solid #f54900;
  border-radius: 14px;
  padding: 24px 15px;
}
.mail-contact .contact-details a {
  display: block;
}
.mail-contact .contact-details a:hover {
  color: var(--bs-secondary);
}
.phone-details {
  gap: 10px 10px;
  width: 100%;
}
.contact-icon {
  min-width: 25px;
}
.mail-icon {
  color: #155dfc;
}
.clock-icon {
  color: #00a63e;
}
.phone-icon {
  color: #9810fa;
}
.phone-number {
  border: 1px solid #e9d4ff;
  padding: 10px 10px;
  background: #fff;
  color: #364153;
  font-weight: 600;
  border-radius: 10px;
  font-size: 15px;
}
.phone-number:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #fff;
}
.contact-institute-number {
  display: grid;
  gap: 15px;
}
.single-institute-box {
  display: flex;
  gap: 15px;
  background: linear-gradient(90deg, #fff7ed 0%, #fffbeb 100%);
  border: 1px solid #ffd6a780;
  padding: 15px 10px;
  flex-direction: column;
  text-align: center;
}
.institute-contact-count {
  background: rgb(139, 22, 63);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 15px -3px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 12px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-weight: 500;
  margin: 0 auto;
}
.single-institute-box a:hover {
  color: var(--bs-secondary);
}
.single-institute-box:hover i {
  animation: bell 0.15s 6 linear alternate;
}
/*--- contact us form ---*/
.contact-inner-form {
  border: 3px solid #ffedd4;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
}
.form-details {
  max-width: 793px;
  margin: 0 auto;
  padding: 50px 20px;
}
.form-details .section-area {
  margin-bottom: 40px;
}
.form-field {
  margin-bottom: 23px;
}
.form-field .input-field::placeholder,
.form-field .textarea-field::placeholder,
.form-field .select-field::placeholder {
  color: #0a0a0a80;
}
.input-field,
.textarea-field,
.select-field {
  border: 1px solid #ffd6a7;
  padding: 12px 15px;
  border-radius: 14px;
  transition: 0.5s all ease-in-out;
  color: var(--bs-heading-color);
}
.input-field:focus,
.textarea-field:focus,
.select-field:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: none;
}
.textarea-field {
  height: 100px;
  resize: none;
}
/*------ Map Section -----*/
.map-contact-section .map-wrapper {
  border: 3px solid #ffedd4;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  overflow: hidden;
}
/*--------------------------------------------
             Education Page
------------------------------------------------*/
/*----- trust-institutions-card ----*/
.trust-institutions-card {
  padding: 0 0 40px;
}
.trust-institutions-card:last-child {
  padding: 0;
}
.trust-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;
  border: 3px solid #ffedd4;
}
.trust-header {
  background: #8b1538;
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid #ffffff4d;
  background: #fff3;
  font-size: 20px;
}
.trust-sub {
  color: #ffedd4;
}
.trust-body {
  padding: 20px;
}
.trust-body ul {
  padding-left: 18px;
}
.body-listing li {
  list-style: disc;
  margin-bottom: 10px;
}
.body-listing li::marker {
  color: #f54900;
}
.trust-footer {
  border-top: 1px solid #ffedd4;
  padding-top: 25px;
  gap: 8px;
  color: #ca3500;
}
.trust-institutions-card .info-type1 {
  padding: 25px;
}
.institutions-education-listing {
  display: grid;
  gap: 15px;
  margin-bottom: 24px;
}
.institutions-education-listing li {
  background: linear-gradient(90deg, #fff7ed 0%, #fffbeb 100%);
  border-left: 3px solid #f54900;
  border-radius: 14px;
  padding: 14px 14px 14px 30px;
}
.institutions-education-listing li::after {
  background: #f54900;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 12px;
  top: 22px;
  content: "";
  border-radius: 50%;
}
.streams-common-box {
  border: 1px solid #ffd6a7;
  box-shadow: 0px 10px 15px -3px #0000001a;
  padding: 15px;
}
.cbse-text strong {
  color: #f54900;
}
.streams-listing li {
  background: #fff7ed;
  padding: 7px 10px 7px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.streams-listing li::before {
  background: #f54900;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 12px;
  top: 15px;
  content: "";
  border-radius: 50%;
}
.other-institutions .health-card-card {
  padding: 34px 15px;
}
/*--------------------------------------------
			 Gallery Page
------------------------------------------------*/
/* FILTER */
.filter-area {
  border: 1px solid #ffd6a780;
  box-shadow: 0px 20px 25px -5px #0000001a;
  padding: 25px;
  margin-bottom: 50px;
  background: #fff;
}
.filter-tabs {
  display: flex;
  gap: 13px;
  overflow: auto;
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  padding-bottom: 11px;
  scrollbar-width: thin;
  scrollbar-color: var(--bs-secondary) #ffffff;
}
.filter-btn {
  border: 1px solid #ffd6a7;
  padding: 15px 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  min-width: 144px;
  white-space: normal;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.filter-btn.active,
.filter-btn:hover {
  background: #8b1738;
  color: #fff;
}
.filter-btn img {
  height: 30px;
}
.filter-btn.active span,
.filter-btn:hover span {
  color: #fff;
}
.filter-btn span {
  margin-top: 10px;
}
.masonry-grid {
  column-count: 1;
  column-gap: 20px;
}
.masonry-grid.ready {
  visibility: visible;
  opacity: 1;
}
.filter-item,
.news-items {
  break-inside: avoid;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}
.filter-custom-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ffd6a780;
  box-shadow: 0px 20px 25px -5px #0000001a;
}
.filter-custom-card img {
  width: 100%;
  object-fit: cover;
}
.filter-card-body {
  padding: 15px;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.filter-card-body .card-meta span {
  color: #6a7282;
}
.popup-box {
  padding: 30px;
}
.popup-box button {
  background: #9e1c4a;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popup-box button::before {
  font-size: 13px;
}
.popup-box .slick-prev {
  left: -28px;
}
.popup-box .slick-next {
  right: -28px;
}
.popup-box .slick-prev:hover,
.popup-box .slick-prev:focus,
.popup-box .slick-next:hover,
.popup-box .slick-next:focus {
  color: #fff;
  background: var(--bs-secondary);
}
.gallery-popup-slider .slick-prev::before {
  content: "\f177";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.gallery-popup-slider .slick-next::before {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.gallery-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}
.gallery-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.gallery-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.gallery-popup-slider .slick-slide {
  background: #6a6a6a29;
  border-radius: 15px;
  backdrop-filter: blur(8px);
}
.gallery-popup-slider img {
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
  border-radius: 12px;
}
.gallery-popup-thumbs {
  margin-top: 10px;
}
.gallery-popup-thumbs .slick-slide {
  background: #0000003b;
  backdrop-filter: blur(5px);
  margin-right: 10px;
  border-radius: 10px;
  border: 2px solid #4c4c4c;
}
.gallery-popup-thumbs .slick-slide.slick-current.slick-active {
  border: 2px solid #fff;
}
.gallery-popup-thumbs img {
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  object-position: center;
}
.gallery-popup-thumbs .slick-arrow {
  display: none !important;
}
.filter-tabs::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.filter-tabs::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.filter-tabs::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary);
  border-radius: 10px;
}
.filter-tabs::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary-shade1);
}
.translate_en .shaktipeeth-content .section-text {
  font-size: 15px;
}
.translate_en .banner-section .section-text {
  font-size: 16px;
}
.translate_en .fs-20 {
  font-size: 16px;
}
.translate_en .member-name {
  font-size: 18px;
}
.translate_en .temple-story-title {
  font-size: 18px;
}
.translate_en .minder-info-section .box-style2-title {
  font-size: 18px;
}
.translate_en .darshan-time-card .fs-18 {
  font-size: 16px;
}
.translate_en .time-table-info {
  font-size: 19px;
}
.translate_en .primary-info-section .primary-box-heading {
  font-size: 32px;
}
.translate_en .baba-page-section .highlight-text p {
  font-size: 18px;
}
@media (min-width: 576px) {
  .masonry-grid {
    column-count: 2;
  }
  .popup-box button {
    width: 35px;
    height: 35px;
  }
  .popup-box button::before {
    font-size: 13px;
  }
  .popup-box .slick-prev {
    left: -40px;
  }
  .popup-box .slick-next {
    right: -40px;
  }
}
.filter-item.hide {
  display: none;
}

@media (min-width: 992px) {
  .masonry-grid {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .popup-box button {
    width: 45px;
    height: 45px;
  }
  .popup-box button::before {
    font-size: 20px;
  }
  .popup-box .slick-prev {
    left: -50px;
  }
  .popup-box .slick-next {
    right: -50px;
  }
  .masonry-grid {
    column-count: 4;
  }
}
/*---- Video section */
.gallery-video-card {
  border-radius: 20px;
  border: 1px solid #ffd6a780;
  box-shadow: 0px 20px 25px -5px #0000001a;
}
.video-card-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(135deg, #101828 0%, #364153 100%);
}
.video-content {
  padding: 15px;
}
.video-footer {
  display: flex;
  justify-content: space-between;
}
.donation-now-banner-section,
.tender-banner-section,
.gallery-banner-section,
.pooja-donation-banner-section {
  background: linear-gradient(
    180deg,
    rgba(255, 249, 224, 0.98) 0%,
    #ffffff 46%
  );
}
@media (max-width: 419px), (min-width: 768px) and (max-width: 991px) {
  /*--- Tender Section (Tender Page) ---*/
  .tender-single-contact {
    grid-template-columns: auto;
  }
}
@media (min-width: 420px) and (max-width: 575px) {
  /*--- Footer Section ---*/
  .video-grid-col {
    width: 50%;
  }
  /*--- package Section (Pooja Page) ---*/
  .method-row {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 420px), (min-width: 768px) and (max-width: 1199px) {
  /*--- Health Section ( Health Care Page) ---*/
  .health-card-card .card-header {
    display: grid !important;
    text-align: center;
  }
  .health-card-card .card-header-icon {
    margin: 0 auto;
  }
}
@media (max-width: 420px),
  (min-width: 576px) and (max-width: 767px),
  (min-width: 992px) and (max-width: 1199px) {
  /*--- Bank Process Section (Bank Donation Page) ---*/
  .bank-process-card {
    grid-template-columns: auto;
    text-align: center;
  }
  .process-icon {
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  .info-type2 {
    flex-direction: column;
  }
  .info-type2 {
    flex-direction: column;
    padding: 24px 15px;
    align-items: start !important;
  }
  .trust-header {
    flex-direction: column;
    align-items: start;
  }
  .image-text {
    bottom: -30px;
  }
}
@media (max-width: 359px) {
  .service-items .card-footer {
    display: grid;
  }
  .contribution-causes-card {
    padding: 18px 15px 18px 31px;
  }
}
@media (max-width: 459px) {
  .translate_en .donate-button .common-btn-text {
    font-size: 13px;
  }
  .festival-inner-wrapper {
    height: 245px;
  }
  .festival-inner-wrapper img {
    height: 245px;
    object-fit: cover;
  }
  .info-type3 {
    flex-direction: column;
    align-items: start !important;
  }
  .translate_en .religious-festival-section .item-text {
    font-size: 15px;
  }
  .translate_en .booking-section .common-type2-btn {
    padding: 9px 10px;
    font-size: 13px;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .tab-panel-nav .nav-item {
    width: 100%;
  }
  .tab-panel-nav .event-tab-btn {
    width: 100%;
  }
  .feedback-modal .form-details {
    padding: 50px 5px;
  }
}
@media (min-width: 460px) {
  /*--- Upcoming Festival Section (Home Page) ---*/
  .collage-item.center-top {
    grid-column: 2;
    grid-row: 1;
  }
  .collage-item.center-bottom {
    grid-column: 2;
    grid-row: 2;
  }
  /*--- Donation Benefits Section (Bank Donation Page) ---*/
  .donation-benefits-list .card-header {
    grid-template-columns: 50px auto;
  }
  .bank-details {
    grid-template-columns: 40px auto;
  }
  .bank-content {
    text-align: start;
  }
  /*--- Footer Section (common Page) ---*/
  .links-lists-widget a {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  /*--- Info Section (Religious Activities Page) ---*/
  .trust-card .info-type1 {
    width: 100%;
  }
  /*--- contact Section (Contact Page) ---*/
  .phone-details {
    grid-template-columns: 49% 49%;
  }
  .single-contact {
    grid-template-columns: 30px auto;
  }
}
@media (min-width: 480px) and (max-width: 767px), (min-width: 992px) {
  /*--- Booking Section (Home Page) ---*/
  .card-box-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .card-time {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .translate_en .contact-details .fs-18 {
    font-size: 15px;
  }
  .translate_en .baba-page-section .highlight-text p {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  /*--- fonts -size ---*/
  .fs-56 {
    font-size: 28px;
  }
  /*--- Home Slider Section ---*/
  .slider-content {
    max-width: 520px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  .slider-heading {
    font-size: 32px;
  }
  /*--- distinctive-features-section (Home Page) ---*/
  .kalash-image {
    right: -25px;
    width: 170px;
  }
  /*--- Service Section (Home Page) ---*/
  .service-wrap {
    grid-template-columns: 50% 50%;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .tab-panel-nav .nav-pills {
    gap: 20px;
  }
  .tab-panel-nav .event-tab-btn {
    padding: 10px 20px;
  }
  .festival-collage-exact {
    gap: 15px;
    padding: 0;
  }
  .festival-left-shape,
  .festival-right-shape {
    width: 200px;
  }

  .booking-card {
    padding: 24px;
  }
  /*--- Service Section (Minder Page) ---*/
  .service-slider-content {
    padding: 35px 24px;
  }
  /*--- Box Info Section (Minder Page) ---*/
  .box-style2 {
    text-align: left;
  }
  .style2-icon {
    margin: 0;
  }
  /*--- Donation Price Section (Donation Page) ---*/
  .pricing-radio-box .form-check:nth-child(2) {
    margin-top: 0;
  }
  .pricing-radio-box {
    grid-template-columns: 49% 49%;
  }
  /*--- Contact Page ---*/
  .single-institute-box {
    padding: 25px 25px 20px;
  }
  .translate_en .contact-details .fs-18 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*--- Bank Process Section (Bank Donation Page) ---*/
  .process-icon {
    margin: 0 auto;
  }
  .bank-process-card {
    grid-template-columns: 100%;
    text-align: center;
  }
  .temple-donation-section .inner-box {
    margin-top: -100px;
  }
  .guide-modal .modal-dialog {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  /*--- Account Details Section (Bank Donation Page) ---*/
  .account-title {
    display: flex;
    align-items: center;
  }
  /*--- Footer Section (common Page) ---*/
  .company-links.company-widget {
    border-top: 2px solid #e67c4d;
    padding: 30px 0;
    border-bottom: 2px solid #e67c4d;
  }
}
@media (min-width: 768px) {
  /*--- fonts -size ---*/
  .fs-56 {
    font-size: 32px;
  }
  .fs-52,
  .translate_en .fs-52 {
    font-size: 30px;
  }
  .fs-48 {
    font-size: 26px;
  }
  .fs-36 {
    font-size: 24px;
  }
  .fs-32 {
    font-size: 23px;
  }
  .fs-30 {
    font-size: 22px;
  }
  .fs-26 {
    font-size: 21px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-18,
  .translate_en .slider-text,
  .translate_en .common-type2-btn {
    font-size: 18px;
  }
  /*--- Home Slider Section ---*/
  .slider-heading {
    font-size: 34px;
  }
  .slider-content {
    max-width: 620px;
    padding: 40px 30px;
  }
  /*--- mahantji-about-section (Home Page) ---*/
  .bg-mahant-shape {
    top: -13%;
    right: -16px;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .festival-collage-exact {
    aspect-ratio: 7 / 3;
    grid-template-columns: 1fr 1.1fr 1fr;
  }
  .collage-left,
  .collage-right {
    grid-row: span 2;
  }
  /*--- Booking Section (Home Page) ---*/
  .item-title {
    bottom: -50px;
  }
  .festival-items.slick-active.slick-center .item-title {
    bottom: 0;
  }
  .item-text {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease-in-out;
  }
  .festival-items.slick-active.slick-center .item-text {
    opacity: 1;
    visibility: visible;
  }
  .booking-slider .slick-track {
    gap: 20px;
  }
  .common-type2-btn {
    font-size: 20px;
  }
  /*--- Video Section (Home Page) ---*/
  .video-iframe {
    width: 500px;
    height: 500px;
  }
  /*--- institutions Section (Home Page) ---*/
  .institution-bg-image {
    margin-top: -13%;
  }
  /*--- Article (Temple In Complex Page) ---*/
  .article-image {
    float: left;
    overflow: hidden;
    width: 40%;
    margin: 0 45px 10px 0;
  }
  /*--- Article Box Section (Baba Page) ---*/
  .baba-page-section .article-box:nth-child(2n + 2) .article-image {
    min-width: 40%;
    float: right;
    width: 40%;
    margin: 0 0 0 45px;
  }
  /*--- Article Box Section (Baba Page) ---*/
  .story-card {
    padding: 24px 24px 47px;
  }
  /*--- White Section (Pooja Page) ---*/
  .single-white-box {
    padding: 33px;
  }
  /*--- Info Section (Religious Activities Page) ---*/
  .inner-two-box {
    grid-template-columns: 50% 50%;
  }
  /*--- Bank Process Section (Bank Donation Page) ---*/
  .bank-process-card {
    grid-template-columns: 70px auto;
  }
  .process-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
  /*--- Contact Information Section (Contact Page) ---*/
  .contact-information-blog {
    padding: 30px;
  }
  /*--- Institutions Education Section (Contact Page) ---*/
  .institutions-education-listing {
    grid-template-columns: 49% 49%;
  }
  /*--- account-details-section Section (Contact Page) ---*/
  .donation-bank-details {
    grid-template-columns: auto 230px;
  }
  /*--- Footer Section (common Page) ---*/
  .links-lists-widget {
    gap: 25px 15px;
  }
  /*--- English formate ---*/
  .translate_en .temple-story-title,
  .translate_en .minder-info-section .box-style2-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*--- Booking Section (Home Page) ---*/
  .card-booking-button .common-type2-btn {
    padding: 9px;
    font-size: 15px;
  }
  .distinctive-features-section {
    padding: 60px 0 30px;
  }
  .shaktipeeth-image-area {
    margin-top: 160px;
  }
  .shaktipeeth-content {
    margin: 0;
    padding: 0 20px 30px;
  }
  .shaktipeeth-content::before {
    display: none;
  }
  .about-page-distinctive {
    padding-top: 0;
  }
  .guide-modal .modal-dialog {
    max-width: 90%;
  }
  .contact-institute-number {
    grid-template-columns: 50% 50%;
  }
  .translate_en .booking-card .card-footer {
    display: grid;
  }
  /*--- English formate ---*/
  .translate_en .minder-gallery-box p {
    font-size: 16px;
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  /*--- bottom primary Section (Religious Activities Page) ---*/
  .primary-bg-image {
    display: none;
  }
  /*--- Bank Details Section (Bank Donation Page) ---*/
  .bank-details {
    border-bottom: 1px solid #f5de83;
    padding-bottom: 10px;
  }
  .bank-details:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  /*--- fonts -size ---*/
  .fs-56 {
    font-size: 36px;
  }
  .fs-52 {
    font-size: 34px;
  }
  .translate_en .fs-52 {
    font-size: 34px;
  }
  .fs-48 {
    font-size: 28px;
  }
  .fs-36 {
    font-size: 26px;
  }
  .fs-32 {
    font-size: 25px;
  }
  .fs-30 {
    font-size: 24px;
  }
  .fs-26 {
    font-size: 23px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-20 {
    font-size: 20px;
  }
  .fs-text-20 {
    font-size: 18px;
  }
  /*--- Home Slider Section ---*/
  .slider_image_area {
    height: 100vh;
  }
  .slider-heading {
    margin-bottom: 16px;
  }
  .nivo-caption p {
    margin: 0 0 30px;
  }
  /*--- Home About Section(Home Page) ---*/
  .home-about-section {
    padding: 80px 0;
  }
  .baba-about-content .common-button {
    margin: 40px 0 0;
  }
  .translate_en .home-about-image .image-text {
    font-size: 15px;
  }
  /*--- distinctive-features-section (Home Page) ---*/
  .distinctive-features-section {
    padding: 180px 0 100px;
  }
  .shaktipeeth-content {
    margin: 0 0 0 35px;
  }
  .shaktipeeth-content::before {
    display: none;
  }
  .shaktipeeth-content {
    padding: 0 15px 0;
  }
  /*--- Three Box Section (Home Page) ---*/
  .distinctive-features-section .row::after {
    background: #fff;
    width: 79%;
    height: 110%;
    position: absolute;
    top: -36px;
    box-shadow: 0px 10px 33.3px 9px #fff7d880;
    content: "";
    z-index: -1;
    right: 0;
    border-radius: 48px;
  }
  /*--- Religious Festival Section (Home Page) ---*/
  .religious-festival-section {
    padding: 0 0 80px;
  }
  .common-top-space {
    margin-top: 40px;
  }
  .festival-shape-left {
    left: 0;
    bottom: 68px;
    width: 300px;
  }
  .festival-shape-right {
    right: 0;
    top: 39px;
    width: 300px;
    z-index: -1;
  }
  /*--- Service Section (Home Page) ---*/
  .service-section {
    padding: 80px 0;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .upcoming-festival-section {
    padding: 80px 0 0;
  }
  .festival-collage-exact {
    aspect-ratio: 16 / 6;
  }
  .festival-left-shape,
  .festival-right-shape {
    width: 260px;
  }
  .booking-section {
    padding: 80px 0;
  }
  .collage-event-date {
    font-size: 18px;
  }
  .translate_en .collage-event-date {
    font-size: 15px;
  }
  .translate_en .collage-event-name {
    font-size: 17px;
  }
  /*--- Video Section (Home Page) ---*/
  .video-Presence-section {
    padding: 0 0 80px;
  }
  /*--- Footer Section ---*/
  .company-widget {
    padding-left: 40px;
  }

  .footer-logo-area {
    width: 220px;
    height: 220px;
  }
  .logo-widget {
    width: 150px;
  }
  .company-links {
    padding-top: 175px;
  }
  /*--- About Section (About us page) ---*/
  .banner-image-area {
    margin-top: 0;
    right: 30px;
  }
  /*--- Management Section (About us page) ---*/
  .management-section {
    padding: 80px 0;
  }
  /*--- Article (Temple In Complex Page) ---*/
  .common-section {
    padding: 40px 0 80px;
  }
  .article-box {
    margin-bottom: 60px;
    padding: 30px;
  }
  /*--- contribution Service Section (Baba Page) ---*/
  .contribution-service-section {
    padding: 80px 0;
  }
  .construction-wrapper {
    padding: 80px 40px 40px;
  }
  .box-details-type1 {
    padding: 15px 33px 33px;
  }
  .contribution-service-section .box-details-type1 {
    padding: 33px;
  }
  /*--- Minder Gallery Section (Minder Temple Page) ---*/
  .minder-gallery-section {
    padding: 80px 0;
  }
  /*--- Worship Method Section (Pooja Page) ---*/
  .method-box-title {
    margin: 30px 0 10px;
  }
  /*--- White Section (Pooja Page) ---*/
  .white-section {
    padding: 80px 0;
  }
  /*--- Package Section (Donation Page) ---*/
  .donation-type .package-details {
    padding: 36px 24px;
  }
  /*--- Donation Price Section (Donation Page) ---*/
  .more-info-section {
    padding: 80px 0;
  }
  .price-donner-area {
    padding-bottom: 30px;
  }
  .temple-box-2-listing {
    grid-template-columns: 48% 48%;
    gap: 4%;
  }
  .price-donner-image {
    left: -24px;
  }
  .bank-process-card {
    text-align: start;
  }
  /*--- bottom primary Section (Religious Activities Page) ---*/
  .primary-info-section {
    padding: 80px 0;
  }
  .festival-article {
    padding: 30px;
    margin-bottom: 60px;
  }
  .festival-article-content {
    padding-left: 15px;
  }
  .primary-box-content {
    padding: 50px 50px 50px 0;
  }
  .info-type1 {
    padding: 41px;
  }
  .info-type3 {
    padding: 24px;
  }
  /*--- Donation Section (pooja donation Rate Page) ---*/
  .donation-rates-card,
  .health-card-card {
    padding: 34px;
  }
  /*--- Health Section ( Health Care Page) ---*/
  .health-type-section {
    padding: 80px 0;
  }
  .health-about-section .health-care-image {
    margin-right: 15px;
  }
  .health-about-section .health-content {
    margin-left: 15px;
  }
  .ayurvedic-dispensary-text {
    margin-top: 30px;
    padding-top: 30px;
  }
  /*--- Tender Enquiries Section (Tender Page) ---*/
  .tender-enquiries-blog,
  .tender-guidelines-blog {
    padding: 30px 30px 20px;
  }
  .tender-wrapper {
    padding: 60px 0 80px;
  }
  .tender-single-contact,
  .guidelines-details {
    padding: 25px;
  }
  /*--- Contribution Section (Social Service Page) ---*/
  .contribution-wrapper {
    padding: 40px;
    margin-top: 60px;
  }
  .contribution-causes-card {
    padding: 24px 35px 24px 40px;
  }
  .contribution-pera {
    margin-top: 60px;
  }
  /*--- Account Details Section (Bank Donation Page) ---*/
  .account-details {
    padding: 30px;
  }
  .inner-account-details {
    grid-template-columns: 55% 40%;
    padding: 33px;
  }
  .high-light-title {
    margin-top: 43px;
  }
  .scan-donate-header {
    padding: 5px 0;
  }
  .inner-qr p {
    margin: 10px 0 0;
  }
  /*--- Institutions Education Section (Contact Page) ---*/
  .trust-institutions-card {
    padding: 0 0 60px;
  }
  .trust-body {
    padding: 40px;
  }
  .institutions-education-listing {
    grid-template-columns: 32% 32% 32%;
  }
  .other-institutions .health-card-card {
    padding: 34px;
  }
  /*--- Contact Page ---*/
  .contact-institute-number {
    gap: 40px;
  }
  /*--- English formate ---*/
  .translate_en .home-about-section .section-text,
  .translate_en .shaktipeeth-content .section-text,
  .translate_en .banner-section .section-text {
    font-size: 17px;
  }
  .translate_en .fs-20,
  .translate_en .member-name {
    font-size: 18px;
  }
  .translate_en .primary-info-section .primary-box-heading {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .institute-contact-count {
    margin: 0;
  }
  .single-institute-box {
    text-align: start;
  }
  /*--- English formate ---*/
  .translate_en .minder-info-section .box-style2-title {
    font-size: 17px;
  }
}
@media (max-width: 1079px) {
  /*--- Header section ---*/
  .header-section.active .header-navbar {
    border-image: unset !important;
  }
  .header-section.active .header-navbar::after {
    opacity: 0;
    visibility: hidden;
  }
  .header-menus {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -260px;
    width: 310px;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition:
      left 0.4s ease,
      opacity 0.4s ease;
    z-index: 999;
    visibility: hidden;
    justify-content: start;
    padding-top: 100px;
  }
  .header-menus.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-section.active .mobile-logo {
    visibility: hidden;
    opacity: 0;
  }
  .header-logo {
    z-index: 1000;
    text-align: left;
    width: 100%;
    order: 0;
    border-bottom: 2px solid #e8e0c1;
    padding: 5px 15px;
    position: fixed;
    width: 306px;
    background: #faf4dc;
    top: 0;
  }
  /* .header-logo::before {
    display: none;
  } */
  .header-section.active .header-menus {
    opacity: 1;
    z-index: 9;
    visibility: visible;
    background: #fff9e0fa;
    left: 0;
    overflow-y: scroll;
    min-height: auto;
  }
  .navbar-menus li {
    display: block;
  }
  .menu-item {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 6px;
  }
  .header-menus .menu-left-side {
    order: 1;
    flex-direction: column;
    width: 100%;
    padding: 15px 15px 7px 15px;
  }
  .header-menus .menu-right-side {
    order: 2;
    flex-direction: column;
    width: 100%;
    padding: 7px 15px 15px 15px;
  }
  .menu-right-side .navbar-menus {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: margin-top 0.3s ease;
    opacity: 1;
    transform: translateX(-110%);
    margin-top: -13px;
  }
  .navbar-items.dropdown:hover > .dropdown-menu {
    opacity: 0 !important;
  }
  .navbar-items.dropdown.active.dropdown > .dropdown-menu {
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(0px);
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .dropdown.active .dropdown-menu {
    max-height: 500px;
  }
  .navbar-items.dropdown > a {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  .dropdown-menu li a {
    padding-left: 30px;
  }

  .mobile-menu-toggle {
    display: flex;
    z-index: 1001;
  }
  .header-section.active #menu-toggle {
    position: fixed;
    left: 270px;
    top: 17px;
    z-index: 9;
  }
  .header-section.active .menu-btn__lines {
    background: transparent;
  }
  .header-section.active .menu-btn__lines::before {
    top: 4px;
    transform: rotate(-45deg);
  }
  .header-section.active .menu-btn__lines::after {
    top: 4px;
    transform: rotate(45deg);
  }
  .header-section.active.is-sticky {
    background: transparent;
    box-shadow: none;
  }
  .header-section.active.is-sticky .logo-img {
    top: 0;
    position: relative;
    width: 75px;
  }
  .header-section.active .mobile-header {
    display: none !important;
  }
  .desktop-buttons {
    padding-top: 30px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1080px) {
  /*--- Header section ---*/
  .header-section {
    top: 42px;
  }
  .logo-img {
    width: 90px;
  }

  .mobile-menu-toggle {
    display: none;
  }
  .header-menus {
    width: 100%;
  }
  .dropdown-menu {
    transform: translateY(-10px);
  }
  .navbar-items.dropdown:hover > .dropdown-menu {
    transform: translateY(10px);
  }
  .menu-right-side {
    align-items: center;
  }
  .menu-right-side .navbar-menus {
    padding-right: 15px !important;
  }
  .header-menus::before {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
    content: "";
    border-radius: 55%;
    z-index: 1;
    width: 157px;
    height: 114px;
    top: -19px;
  }
  /*--- About Section (About us page) ---*/
  .banner-section {
    padding: 220px 0 80px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  /*--- Header section ---*/
  .translate_en .header-section .container {
    max-width: 1075px;
  }
  .translate_en .header-logo {
    width: 10%;
  }
  .translate_en .header-menus::before {
    left: -1%;
  }
  .translate_en .menu-item {
    font-size: 14px;
  }
  .translate_en .dropdown .menu-item i {
    font-size: 13px;
    top: 1px;
  }
  .translate_en .donate-button .common-btn-text,
  .translate_en .language-button .common-btn-text {
    font-size: 13px;
  }
  .translate_en .menu-left-side {
    padding: 0 10px 0 0;
  }
  .translate_en .menu-right-side {
    width: 45%;
    padding: 0 0 0 10px;
  }
  .translate_en .donate-button {
    min-width: 113px;
  }
  /*--- Service section (Home page)*/
  .service-wrap {
    grid-template-columns: auto;
  }
}
@media (max-width: 1199px) {
  /*--- mahantji-about-section (Home Page) ---*/
  .mahantji-image-area {
    text-align: center;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .festival-left-shape,
  .festival-right-shape {
    top: 26px;
  }
  /*--- English formate ---*/
  .translate_en .health-card-card p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /*--- Header section ---*/
  .translate_en .header-section .container {
    max-width: 1190px;
  }
  /*--- Table Section (Minder Temple Page) ---*/
  .time-table-info {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  /*--- fonts -size ---*/
  .fs-56 {
    font-size: 40px;
  }
  .fs-52 {
    font-size: 36px;
  }
  .translate_en .fs-52 {
    font-size: 36px;
  }
  .fs-48 {
    font-size: 34px;
  }
  .fs-36 {
    font-size: 33px;
  }
  .fs-32 {
    font-size: 32px;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-26 {
    font-size: 26px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .fs-text-20 {
    font-size: 20px;
  }
  .translate_en .fs-36 {
    font-size: 26px;
  }
  .translate_en .fs-56 {
    font-size: 36px;
  }
  .translate_en .booking-card-title.fs-24 {
    font-size: 20px;
  }
  /*--- Header section ---*/
  .logo-img {
    width: 110px;
  }
  .menu-item {
    font-size: 18px;
  }
  .translate_en .menu-item {
    font-size: 16px;
  }
  /* .header-logo::before {
    left: -12px;
    width: 155px;
    height: 130px;
    top: -17px;
  } */
  .donate-button {
    min-width: 135px;
  }
  .header-menus::before {
    width: 180px;
    height: 130px;
  }
  /*--- Home Slider Section ---*/
  .slider-content {
    transform: translateY(-60%);
    top: 60%;
  }
  .slider-heading {
    font-size: 36px;
  }
  .nivo-caption p {
    font-size: 28px;
  }
  .translate_en .slider-text {
    font-size: 22px;
  }
  /*--- mahantji-about-section (Home Page) ---*/
  .bg-mahant-shape {
    top: -10%;
    right: auto;
    left: -24px;
  }
  /*--- distinctive-features-section (Home Page) ---*/
  .shaktipeeth-content {
    margin: 0 0 0 23px;
    padding: 0 20px 0;
  }
  /*--- Upcoming Event Section (Home Page) ---*/
  .collage-event-name {
    font-size: 24px;
  }
  /*--- Service Section (Home Page) ---*/
  .translate_en .service-slider-content .common-btn-text {
    font-size: 20px;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .translate_en .collage-event-date {
    font-size: 17px;
  }
  .translate_en .collage-event-name {
    font-size: 20px;
  }
  /*--- institutions Section (Home Page) ---*/
  .institution-bg-image {
    margin-top: -295px;
  }
  /*--- Footer Section ---*/
  .footer-about-widget {
    padding-right: 50px;
  }
  .company-widget {
    padding-left: 0;
  }
  /*--- About Section (About us page) ---*/
  .banner-shape-left {
    left: -248px;
  }
  .banner-shape-left img {
    width: auto;
  }
  /*--- Article (Temple In Complex Page) ---*/
  .article-content {
    padding-top: 30px;
  }
  /*--- Temple Darshan Section (Minder Temple Page) ---*/
  .darshan-box {
    padding: 50px 44px 0 0;
  }
  .darshan-details,
  .price-donner-area {
    padding-bottom: 44px;
  }
  /*--- package Section (Pooja Page) ---*/
  .package-header {
    padding: 24px;
  }
  .package-details {
    padding: 36px 24px 50px;
  }
  /*--- Banner Section (Donation Page) ---*/
  .banner-donation-slog {
    margin: 45px 0;
  }
  /*--- Donation Price Section (Donation Page) ---*/
  .pricing-radio-box {
    grid-template-columns: 47% 47%;
    gap: 25px 39px;
  }
  /*--- Festival article Section (Religious Activities Page) ---*/
  .festival-article-content {
    padding-left: 15px;
  }
  .religious-activities-text {
    margin-bottom: 40px;
  }
  /*--- primary Section (pooja donation Rate Page) ---*/
  .primary-bg-image img {
    width: 82%;
  }
  .primary-box-content {
    padding: 75px 70px 75px 0;
  }
  /*--- About Section ( Health Care Page) ---*/
  .health-about-section .health-care-image {
    margin-right: 30px;
  }
  .health-about-section .health-content {
    margin-left: 30px;
  }
  /*--- Tender Enquiries Section (Tender Page) ---*/
  .tender-enquiries-blog,
  .tender-guidelines-blog {
    padding: 43px;
  }
  /*--- Institutions Education Section (Contact Page) ---*/
  .streams-common-box {
    padding: 25px;
  }
  /*--- Contact Page ---*/
  .single-institute-box {
    flex-direction: row;
  }
  .institute-contact-count {
    margin: 0;
  }
  .single-institute-box {
    text-align: start;
  }
  /*--- Gallery Page ---*/
  .filter-btn {
    min-width: 140px;
  }
  /*--- English formate ---*/
  .translate_en .home-about-section .section-text,
  .translate_en .shaktipeeth-content .section-text,
  .translate_en .banner-section .section-text,
  .translate_en .fs-20,
  .translate_en .member-name,
  .translate_en .baba-page-section .highlight-text p {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  /*--- fonts -size ---*/
  .fs-56 {
    font-size: 46px;
  }
  .translate_en .fs-56 {
    font-size: 38px;
  }
  .fs-52 {
    font-size: 40px;
  }
  .translate_en .fs-52 {
    font-size: 28px;
  }
  .fs-48 {
    font-size: 48px;
  }
  .fs-36 {
    font-size: 36px;
  }
  .translate_en .fs-36 {
    font-size: 28px;
  }
  /*--- Header section ---*/
  .menu-left-side {
    gap: 0 30px;
    padding: 0 20px 0 10px;
  }
  .logo-img {
    width: 106px;
  }
  /* .header-logo::before {
    width: 175px;
    height: 137px;
    top: -22px;
    left: -10px;
  } */
  .menu-right-side {
    width: 44%;
    padding: 0 10px 0 20px;
  }
  /*--- Home Slider Section ---*/
  .slider-heading,
  .translate_en .slider-heading {
    font-size: 46px;
  }
  .translate_en .slider-text {
    font-size: 24px;
  }
  /*--- mahantji-about-section (Home Page) ---*/
  .bg-mahant-shape {
    top: -12%;
    left: -73px;
  }
  /*--- distinctive-features-section (Home Page) ---*/

  .kalash-image {
    right: -50px;
    margin-top: -150px;
    width: auto;
  }
  /*--- Three Box Section (Home Page) ---*/
  .distinctive-features-section {
    padding: 179px 0 200px;
  }
  .box-icon-area {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
  .box-icon-area::after {
    width: 150px;
    height: 150px;
    left: -10px;
    top: -10px;
  }
  .distinctive-features-section .row::after {
    width: 73%;
    height: 120%;
  }
  .inner-box {
    padding: 40px 40px 30px;
    margin-top: -160px;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .festival-left-shape,
  .festival-right-shape {
    width: 330px;
  }
  /*--- institutions Section (Home Page) ---*/
  .institution-inner-area {
    padding-top: 130px;
  }
  .institution-bg-image {
    margin-top: -335px;
  }
  /*--- Footer Section ---*/
  .company-links {
    padding-top: 140px;
  }
  .links-lists-widget a {
    font-size: 20px;
  }
  /*--- Bank Process Section (Bank Donation Page) ---*/
  .bank-process-card {
    padding: 39px 30px;
    grid-template-columns: 80px auto;
  }
  /*--- Gallery Page ---*/
  .popup-box {
    padding: 20px 50px;
  }
  .popup-box button {
    width: 45px;
    height: 45px;
  }
  .video-iframe {
    width: 750px;
    height: 600px;
  }
  /*--- English formate ---*/
  .translate_en .darshan-time-card .fs-18 {
    font-size: 18px;
  }
  .translate_en .time-table-info {
    font-size: 22px;
  }
  .translate_en .primary-info-section .primary-box-heading {
    font-size: 42px;
  }
}
@media (max-width: 1439px) {
  .slider-content {
    transform: translateY(-80%);
    top: 80%;
  }
}
@media (min-width: 1600px) {
  /*--- fonts -size ---*/
  .container {
    max-width: 1440px;
  }
  .fs-56 {
    font-size: 56px;
  }
  .fs-52 {
    font-size: 52px;
  }
  .translate_en .booking-card-title.fs-24 {
    font-size: 18px;
  }
  .translate_en .fs-52 {
    font-size: 52px;
  }
  /*--- Header section ---*/
  .menu-item {
    font-size: 20px;
  }
  .translate_en .menu-item {
    font-size: 18px;
  }
  .donate-button {
    min-width: 138px;
  }
  .donate-button .common-btn-text,
  .language-button .common-btn-text {
    font-size: 20px;
  }
  .translate_en .language-button .common-btn-text
  /*--- Home Slider Section ---*/
  .slider-heading {
    font-size: 56px;
  }
  /*--- Home About Section(Home Page) ---*/
  .bg-shape-left {
    left: -323px;
    width: auto;
  }
  .bg-shape1-right {
    right: -173px;
    width: auto;
  }
  /*--- mahantji-about-section (Home Page) ---*/
  .bg-mahant-shape {
    top: -14%;
    left: -106px;
  }
  /*--- Upcoming Festival Section (Home Page) ---*/
  .festival-left-shape,
  .festival-right-shape {
    width: auto;
    top: 15px;
  }
  /*--- English formate ---*/
  .translate_en .time-table-info {
    font-size: 24px;
  }
  .translate_en .primary-info-section .primary-box-heading {
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  /*--- Religious Festival Section (Home Page) ---*/
  .festival-shape-left {
    left: 43px;
    bottom: 77px;
    width: 400px;
  }
  .festival-shape-right {
    right: 61px;
    top: 11px;
    width: 400px;
    z-index: -1;
  }
}
/*================== media page  ===================*/
.masonry {
  column-count: 1;
  column-gap: 16px;
}
.media-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 1px 9px 19px -15px #000;
  /* height: 250px; */
  padding: 7px;
  background: #fff;
  transition: 0.5s all ease-in-out;
  position: relative;
}
.media-item:hover {
  box-shadow: none;
}
.new-gallery-section {
  background: #fffbeb;
}
.pdf-img-wrapper,
.pdf-inner-items {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* height: 235px; */
  border-radius: 10px;
}
.pdf-img-wrapper img,
.pdf-inner-items img {
  transition: transform 0.4s ease;
}
.pdf-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 20px;
  opacity: 0;
  color: #fff;
  transition: all 0.4s ease;
  width: 40px;
  background: var(--bs-secondary);
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
}
.pdf-img-wrapper::after,
.pdf-inner-items::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pdf-img-wrapper:hover::after,
.pdf-inner-items:hover::after {
  opacity: 1;
}
.media-item:hover img {
  transform: scale(1.05);
}
.media-item:hover .pdf-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 480px) {
  .masonry {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .masonry {
    column-count: 3;
  }
  .media-item {
    /* height: 300px; */
  }
  .pdf-img-wrapper {
    /* height: 285px; */
  }
}
@media (min-width: 1440px) {
  .masonry {
    column-count: 4;
  }
}
.media-news-panel #pills-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 15px;
}
.news-tab-btn {
  border: 1px solid #ffd6a7;
  padding: 12px 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 10px;
}
.news-tab-btn span {
  color: var(--bs-gray-text1);
  transition: 0.5s all ease-in-out;
}
.news-tab-btn.active,
.news-tab-btn:hover {
  background: #8b1738 !important;
}
.news-tab-btn.active span,
.news-tab-btn:hover span {
  color: #fff !important;
}
.translate_hi .news-tab-btn span {
  position: relative;
  top: 4px;
}
/*===================*/

.acf-social-icon-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.acf-social-icon-picker .icon-item {
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  font-size: 18px;
}
.acf-social-icon-picker .icon-item:hover {
  background: #f1f1f1;
}
.acf-social-icon-picker .icon-item.active {
  border-color: #2271b1;
  background: #e7f3ff;
}
