@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Amita:wght@400;700&display=swap');

:root {
  --text-primary: #CB6217;
  --text-primary-dark: #b72612;
  --text-primary-light: #fffbf5;
  --bg-theme-light: #FFEADC;
  --bg-theme-med: #fcdac4;
  --text-secondary: var(--secondaryColor);
  --text-secondary-light: #1064a3;
  --text-dark: #000;
  --text-dark-secondary: #404040;
  --text-muted: #e6e6e6;
  --text-danger: #f1543f;
  --text-success: #12722C;
  --light-blue: #F8FAFD;
  --cyan: #EAF0F8;
  --dark-gray: #707070;
  --light-gray: #f2f2f2;
  --medium-gray: #ddd;
  --white: #fff;
  --text-warning: #E09722;
  --text-yellow: #FFBE0D;
  --text-light-yellow: #fefff4;
}

/*
.amita-regular {
  font-family: "Amita", serif;
  font-weight: 400;
  font-style: normal;
}

.theme-h-font {
  font-family: "Amita", serif;
  font-weight: 700;
  font-style: normal;
}

.amarante-regular {
  font-family: "Amarante", serif;
  font-weight: 200;
  font-style: normal;
}*/

/* .bg-primary{background: var(--primaryColor) !important;}
.bg-primary-light{background: $text-primary-light !important;}
.bg-secondary{ background: $text-secondary !important;}
.bg-light-blue{ background: $light-blue;}
.bg-cyan{ background: $cyan;}
.bg-light-gray{ background: $light-gray;}
.bg-light-yellow{ background: $text-light-yellow;}
.text-danger{color:$text-danger;}
.text-success{color:$text-success;}
.text-yellow{ color: $text-yellow;}
.text-dark{color: $text-dark !important;}
.text-dark-secondary{color: $text-dark-secondary !important;}
.text-dark-gray{color: $dark-gray!important;}
.text-primary{color: $text-primary!important;}
.text-secondary{color: $text-secondary!important;}
.text-warning{color: $text-warning!important;} */
.bg-theme-light {
  background-color: var(--bg-theme-light) !important;
}

.bg-theme-med {
  background-color: var(--bg-theme-med) !important;
}

.bg-primary-dark {
  background-color: var(--text-primary-dark) !important;
}

.bg-none {
  background-image: unset !important;
}

.text-primary {
  color: var(--text-primary) !important;
}

.text-primary-dark {
  color: var(--text-primary-dark) !important;
}

.text-balance {
  text-wrap: balance;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--text-primary-dark) !important;
}

.w-80 {
  width: 80% !important;
}





body {
  background-image: url(./img/body-background.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.before-bg-color {
  position: relative;
  background: #7c2400b3;
  border-radius: 30px;
  background: #c3391b;
  margin: 50px auto 0px;
  border: 3px solid #fff;
  text-align: center;

  .timing-cards {
    backdrop-filter: blur(35px);
    background-color: #ffffff24;
    padding: 8px 15px;
    display: flex;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #ffffff30;
    align-items: center;
    gap: 15px;

    .clock-btn {
      background-color: #FF6900;
      width: 40px;
      display: flex;
      height: 40px;
      justify-content: center;
      align-items: center;
      border-radius: 10px;

      i {
        font-size: 20px;
        color: var(--white);
      }
    }

    .inner-content {
      p {
        font-weight: 700;
        font-size: 18px;
        color: var(--white);
        margin-bottom: 0px;
      }

      h3 {
        font-size: 15px;
        color: var(--white);
        margin-bottom: 0px;
        font-weight: 500;
      }

      h4 {
        font-size: 14px;
        color: var(--white);
        margin-bottom: 0px;
        font-weight: 500;
        line-height: 19px;
      }
    }

  }

  .devine-btn {
    /* background: hsla(18, 100%, 48%, 1); */
    /* background: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%); */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border: none;
    background: transparent;
    /* padding: 10px 20px; */
    font-size: 20px;
    /* border-radius: 30px; */
    color: var(--bs-white);
    /* margin-bottom: 0px; */

  }

  .heading {
    h3 {
      color: var(--white);
      font-size: 42px;
      font-weight: 400;
      /* margin: 20px 0px; */
      text-shadow: 2px 2px 4px rgb(0 0 0 /12%);
      position: relative;

      &::before {
        content: '';
        position: absolute;
        top: 55px;
        background: hsla(18, 100%, 48%, 1);
        background: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
        width: 150px;
        border-radius: 30px;
        height: 4px;
      }

    }

    h4 {
      color: var(--white);
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgb(0 0 0 /12%);
      font-weight: 400;
    }

    p {
      color: var(--white);
      font-size: 16px;
      text-wrap: balance;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgb(0 0 0 /12%);
      width: 71%;
      margin: auto;
    }
  }
}

.overlay-section {
  position: relative;
  z-index: 5;

  &::after {
    content: url(./img/bg-effects/eventBox.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  &::before {
    content: url(./img/bg-effects/eventBox.svg);
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.donate-btn {
  a {
    background: #fff;
    /* background: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    color: #b72612;
    text-decoration: none;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
  }
}

.cursor-none {
  cursor: auto !important;
}

.main-section {
  /* background-image: linear-gradient(to bottom,
      rgba(255, 153, 51, 0) 0%,
      rgba(255, 153, 51, 0.55) 100%), url(./img/home-banner.jpg); */
  background-image: url(./img/home-banner.jpg);
  height: 700px;
  padding-bottom: 60px;
  background-position: center;
  place-content: center;
  background-repeat: no-repeat;
  /* border-bottom: 6px solid transparent;
  border-image: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
  border-image-slice: 1; */
  background-size: cover;

  /* position: relative; */
  /* &::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
} */
  &.funeral-services {
    background-image: url(./img/funeral-service-bg.jpeg) !important;
    /* height: 700px !important; */
  }

  .before-bg-color {
    position: relative;

    &::after {
      content: '';
      position: absolute;
      left: -350px;
      height: 730px;
      top: -30px;
      width: 1310px;
      background: #7c2400b3;
      clip-path: polygon(0 0, 70% 0, 60% 100%, 0% 100%);
    }

    &::before {
      content: '';
      position: absolute;
      left: 70%;
      height: 749px;
      transform: rotate(10deg);
      z-index: 2;
      top: -45px;
      width: 8px;
      background: #ff731a;
      clip-path: polygon(0 0, 70% 0, 60% 100%, 0% 100%);
    }
  }

  .mandir-content {
    margin-top: 80px;
    position: relative;
    z-index: 2;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--white);
  }

  .bg-primary-gradient {
    background: hsla(18, 100%, 48%, 1);
    background: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F54900", endColorstr="#FF6900", GradientType=1);
    position: relative;
    z-index: 2;
  }

  .devine-btn {
    background: hsla(18, 100%, 48%, 1);
    background: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 30px;
    color: var(--bs-white);
    margin-bottom: 0px;

  }

  .heading {
    h3 {
      color: var(--white);
      font-size: 42px;
      font-weight: 400;
      margin: 20px 0px;
      text-shadow: 2px 2px 4px rgb(0 0 0 / 37%);
      position: relative;

      &::before {
        content: '';
        position: absolute;
        top: 105% !important;
        background: hsla(18, 100%, 48%, 1);
        background: linear-gradient(90deg, hsla(18, 100%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 50%, hsla(36, 100%, 50%, 1) 100%);
        width: 150px;
        border-radius: 30px;
        height: 4px;

      }

    }

    h4 {
      color: var(--white);
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgb(0 0 0 / 37%);
      font-weight: 400;
    }

    p {
      color: var(--white);
      font-size: 18px;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgb(0 0 0 / 37%);
      width: 71%;
    }
  }

  .timing-cards {
    backdrop-filter: blur(35px);
    background-color: #ffffff24;
    padding: 8px 15px;
    display: flex;
    border-radius: 10px;
    border: 1px solid #ffffff30;
    align-items: center;
    gap: 15px;

    .clock-btn {
      background-color: #FF6900;
      width: 40px;
      display: flex;
      height: 40px;
      justify-content: center;
      align-items: center;
      border-radius: 10px;

      i {
        font-size: 20px;
        color: var(--white);
      }
    }

    .inner-content {
      p {
        font-size: 16px;
        color: var(--white);
        margin-bottom: 0px;
      }

      h4 {
        font-size: 16px;
        color: var(--white);
        margin-bottom: 0px;
      }
    }

  }



  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    right: 0;
    min-height: 80px;
  }

  .navbar-nav {
    gap: 0px;
    align-items: center;

    .nav-link {
      color: var(--white);
      font-size: 17px;
      font-weight: 400;
      padding: 6px 10px;
      transition: all 0.7s;

      &:hover {
        transform: scale(1.1);
        transition: all 0.7s;
        /* font-weight: 400; */
      }
    }
  }

  .navbar-collapse {
    &.show {
      padding: 20px 0 !important;
    }
  }

  .navbar-mandir {
    align-items: center;

  }

  .logo {
    width: 340px;
    padding: 0;
    max-height: 74px !important;
    margin-right: 0;

    img {
      width: 100%;
    }
  }

  .mandir-img {
    margin-top: 10px;
    position: relative;

    .mandir-loader {
      width: 100px;
      position: absolute;
      left: 50%;
      bottom: 40px;
      transform: translateX(-46%);

      img {
        width: 100%;
      }
    }
  }
}

.quotesday-shlok {
  box-shadow: inset 93em 18em #040402a6;
  background-attachment: fixed !important;
  background-position: center;
  background-image: url("https://hindu-mandir.org/wp-content/uploads/2023/08/many-golden-buddhist-bells-with-sunlight.jpg");

  p {
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    padding: 99px 0;
    color: #ea8124;
    font-size: 23px;
  }
}

.marque-section {
  position: relative;
  margin: 55px auto;

  .marquee {
    background-image: url(./img/marque-bg-img.png);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    width: auto;
    height: 110px;
    box-sizing: border-box;
    padding: 1em;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;

  }

  .marquee-shape {
    position: relative;
    bottom: 137px;
    z-index: 5;
    width: 100%;

    &::after {
      content: '';
      background-image: url(./img/marque-right.png);
      background-repeat: no-repeat;
      position: absolute;
      width: 50px;
      height: 170px;
      left: -10px;
      z-index: 5;
      top: -10px;
      /* animation: spind 4s linear infinite; */
    }

    &::before {
      content: '';
      background-image: url(./img/marque-right.png);
      background-repeat: no-repeat;
      position: absolute;
      width: 50px;
      height: 170px;
      right: -10px;
      z-index: 5;
      top: -10px;
      /* animation: spin 4s linear infinite; */
    }

  }
}

@keyframes spin {
  100% {
    transform: translate(15px, 0px);
  }
}

@keyframes spind {
  100% {
    transform: translate(8px, 0px);
  }
}

.Marquee-content {
  display: flex;
  width: max-content;
  animation: marquee 10s linear infinite;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  width: max-content;
  margin: 0 .5em;
  padding: .5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  flex-shrink: 0;

  &:nth-child(even) {
    width: 50px;
  }

  h2 {
    color: #b72612;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
  }

  p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hindu-mandir-section {
  background-image: url(img/before-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  place-content: center;

  .heading {
    color: #B62301;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  p {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

.amritwani-section {
  --nav-item-font-size: 14px;
  padding: 60px 0;
  position: relative;
  background-image: url(./img/Frame-amritwalni2.png);
  background-position: top;
  background-repeat: repeat-x;
  place-content: center;
  background-size: contain;
  background-color: #fff;

  /* height: 930px; */
  .heading {
    text-align: center;

    h2 {
      color: #B62301;
      font-size: 42px;
      font-weight: 600;
      margin-bottom: 15px;
    }
  }

  .nav-pills {
    border: 1px solid #B62301;
    display: inline-flex;
    width: auto !important;
    border-radius: 30px;
    justify-content: center;
    padding: 4px;
    margin: auto;
    background-color: #FFEDE0;
    overflow: hidden;
  }

  .nav .nav-item button,
  .nav .nav-item a {
    padding: 8px 30px;
    font-size: var(--nav-item-font-size);
    border-radius: 30px;
    color: var(--text-dark);

    &.small {
      font-size: 14px !important;
      padding: 8px 14px !important;
    }
  }

  .nav .nav-item button.active,
  .nav .nav-item a.active {
    background-color: #B62301 !important;
    color: var(--white) !important;
    padding: 8px 30px;
  }

  .timing-poojas {
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(25, 100%, 98%, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: clip;

    &::before {
      content: url(./img/bg-effects/poojaTimings.svg) !important;
      position: absolute;
      left: 0;
      bottom: -7px;
    }

    &.abs-none {

      &::before,
      &::after {
        content: unset !important;
      }
    }

    h2 {
      margin-bottom: 0px;
      color: #761A24;
      font-size: 28px;
    }

    p {
      margin-bottom: 0px;
      font-size: 18px;
      font-weight: 500;

      i {
        font-weight: 400;
      }
    }

  }

}

.calender-section {
  .heading {
    color: #B62301;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .celebration-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* background-color: var(--white); */
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(25, 100%, 98%, 1) 100%);
    padding: 20px 15px;
    border-radius: 20px;
    border-top: 8px solid #B62301;
    /* min-height: 550px; */
    height: auto;

    .celebration-img {
      width: 100%;
      margin-bottom: 0.8rem;

      img {
        width: 100% !important;
        height: 250px;
        object-fit: cover;
        border-radius: 1rem !important;
      }
    }

    .des {
      min-height: 60px;
    }

    .card-top {
      p {
        min-height: 54px;
      }
    }

    .festival {
      background-color: #B62301;
      border-radius: 30px;
      padding: 4px 18px;
      font-size: 18px;
      color: var(--white);
    }

    h2 {
      color: #761A24;
    }

    p {
      font-size: 18px;
    }

    .calender-icon {
      background-color: #FFEDE0;
      color: #B62301;
      padding: 4px 8px;
      border-radius: 10px;
      font-size: 22px;
    }

    .register-btn {
      width: 100%;
      padding: 15px 20px;
      font-size: 20px;
      border: 1px solid #b8291c;
      border-radius: 15px;
      font-weight: 600;
      color: #b8291c;
      text-align: center;
      background-color: #ffefe5;
    }
  }

  .event-box {
    /* background-color: #b72612; */
    background-color: #ffefe6;
    border: 1px solid #b8291c;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    position: relative;

    &::after {
      content: url(./img/bg-effects/eventBox.svg);
      position: absolute;
      top: 0;
      right: 0;
    }

    &::before {
      content: url(./img/bg-effects/eventBox.svg);
      position: absolute;
      transform: rotate(180deg);
      bottom: 0;
      left: 0;
    }

    h2 {
      /* color: var(--white); */
      color: #b8291c;
      font-size: 42px;
      font-weight: 500;
      margin-bottom: 15px;
    }

    p {
      color: var(--text-dark);
      font-size: 18px;
      margin-bottom: 15px;
    }

    input {
      border: 1px solid #b8291c;
      padding: 15px 20px;
      color: #b8291c;
      border-radius: 10px;
      width: 250px;
    }

    .sub-btn {
      border: 1px solid #b8291c;
      background-color: var(--white);
      padding: 12px 30px;
      font-size: 20px;
      border-radius: 10px;
      color: #b72612;
      font-weight: 600;
    }
  }
}

.event-box-v2 {
  /* background-color: #b72612; */
  background-color: #ffefe6;
  border: 1px solid #b8291c;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: clip;

  &::after {
    content: url(./img/bg-effects/eventBox.svg);
    position: absolute;
    top: -35px;
    right: -35px;
  }

  &::before {
    content: url(./img/bg-effects/eventBox.svg);
    position: absolute;
    transform: rotate(180deg);
    bottom: -35px;
    left: -35px;
  }

  &.abs-none {

    &::before,
    &::after {
      content: unset !important;
    }
  }
}

.registration-section {
  position: relative;
  background-color: var(--white);

  .qr-box {
    height: 254px;
    background: #ffefe7;
    color: #fff;
    padding: 30px 25px;
    text-align: center;
    display: flex;
    /* margin-bottom: 10px; */
    overflow: hidden;
    margin-top: 0px;
    border-radius: 10px;
    z-index: 0;
    border: 1px solid #b6352582;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: space-around;
    align-items: center;

    &::after {
      content: url(./img/bg-effects/eventBox.svg);
      position: absolute;
      top: -40px;
      right: -40px;
      z-index: -1;
    }

    &::before {
      content: url(./img/bg-effects/eventBox.svg);
      position: absolute;
      transform: rotate(180deg);
      bottom: -40px;
      left: -40px;
      z-index: -1;
    }

    .donate-btn {
      display: flex;
      flex-direction: column;

      h3 {
        color: var(--text-primary-dark);
        font-size: 22px;
        margin-bottom: 0;
      }
    }

    .qr-code {
      border: 3px solid var(--bg-theme-med);
      padding: 5px;
    }
  }

  &:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(./img/top-shape.png);
    height: 24px;
    background-repeat: repeat;
    width: 100%;
    left: 0px;
  }

  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url(./img/bottom-shape.png);
    height: 24px;
    background-repeat: repeat;
    width: 100%;
    left: 0px;
  }

  .heading {
    color: #B62301;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
  }

  .donation-form {
    background: #fdeee6;
    border: 1.5px solid #d84b28;
    border-radius: 10px;
    padding: 25px 30px;
    width: 100%;
    box-sizing: border-box;

    h2 {
      margin-bottom: 20px;
      color: #2c2c2c;
      font-weight: 600;
    }

    .form-group,
    .form-row {
      margin-bottom: 15px;
    }

    .form-row {
      display: flex;
      gap: 12px;
    }

    input,
    textarea {
      width: 100%;
      padding: 12px;
      border: 1.5px solid #d84b28;
      border-radius: 6px;
      font-size: 14px;
      background-color: #fffaf8;
      outline: none;
    }

    input:focus,
    textarea:focus {
      border-color: #b53a1f;
    }

    textarea {
      resize: none;
      height: 80px;
    }

    button {
      width: 40%;
      display: block;
      margin: auto;
      background: #c53d1b;
      color: #fff;
      font-weight: 500;
      border: none;
      border-radius: 6px;
      padding: 12px;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    button:hover {
      background: #b23215;
    }

    .note {
      margin-top: 10px;
      text-align: center;
      font-size: 12px;
      color: #444;
    }
  }

  .why-donate-card {
    background: #b5331e;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    /* max-width: 350px; */
    /* width: 50%; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

    h3 {
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 600;
    }

    ul {
      list-style: disc;
      margin-left: 20px;
      padding: 0;

      li {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.5;
      }
    }

    .bhagawad-test {
      font-size: 15px;
      font-style: italic;
    }
  }

  .initiatives-section {
    text-align: center;
    padding: 50px 0px;

    h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 30px;
    }

    .initiatives-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 20px;
      justify-content: center;
      max-width: 100%;
      margin: 0 auto;

      .initiative-card {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 20px;
        text-align: left;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        &:hover {
          transform: translateY(-4px);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .icon {
          background: #b5331e;
          color: #fff;
          width: 45px;
          height: 45px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 10px;
          margin-bottom: 15px;
          font-size: 20px;
        }

        h4 {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 8px;
          color: #222;
        }

        p {
          font-size: 14px;
          color: #555;
          margin-bottom: 10px;
        }

        .progress-info {
          p {
            margin: 0;
            font-size: 13px;
            display: flex;
            justify-content: space-between;
          }

          span {
            color: #b5331e;
            font-weight: 600;
          }

          .progress-bar {
            height: 6px;
            background: #f1d3ca;
            border-radius: 5px;
            margin: 5px 0 8px;
            overflow: hidden;

            .progress {
              height: 100%;
              background: #b5331e;
              border-radius: 5px;
            }
          }
        }

        .goal {
          font-size: 13px;
          color: #777;
        }
      }
    }
  }
}

.temple-gallery {
  padding: 60px 20px;
  text-align: center;
  position: relative;

  &::after {
    content: url(./img/bg-effects/eventBox.svg);
    position: absolute;
    top: 0;
    right: 0;
  }

  &::before {
    content: url(./img/bg-effects/eventBox.svg);
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
  }

  &.abs-none {

    &::before,
    &::after {
      content: unset !important;
    }
  }

  h2 {
    color: #B62301;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
  }

  p {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
  }

  .nav-pills {
    gap: 1rem;

    .nav-link {
      border: 1px solid #B62301;
      background-color: #fff;
      color: #000;
      background-image: url(./img/btn-bg-img.png);
      background-repeat: no-repeat;
      border-radius: 30px;
      /* margin-bottom: 10px; */
      min-width: 180px;
      font-size: 18px;
      font-weight: 600;
      padding: 8px 18px;
    }

    .active {
      background-color: #b3331e;
      background-image: url(./img/btn-hover-bg.png);
      border: 1px solid #b3331e;
      color: #fff;
    }
  }

  .tab-content {
    img {
      width: 100%;
      border-radius: 25px;
      /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
      transition: transform 0.3s;
      height: 200px;
      object-fit: cover;
      padding: 4px;

      &:hover {
        opacity: .7;
      }
    }

    .gallery-grid {
      display: grid;
      /* grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); */
      grid-template-columns: auto auto;
      max-height: 804px;
      overflow-y: auto;

      &::-webkit-scrollbar {
        width: 4px;
      }

      /* Track */
      &::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-radius: 5px;
      }

      /* Handle */
      &::-webkit-scrollbar-thumb {
        background: #707070;
        opacity: .5;
        border-radius: 5px;
      }
    }
  }
}

.newsletter-section {
  background-image: url(./img/many-golden-buddhist-bells-with-sunlight.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgb(0 0 0 / 50%);
  background-blend-mode: overlay;
  background-attachment: fixed;
  height: 230px;
  width: 100%;
  display: grid;
  place-content: center;

  h2 {
    color: var(--text-primary);
    font-weight: 600;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}



/* lang toggle switch css start */

.switch {
  .toggleSwitch span span {
    display: none;
  }

  .toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 100px;
    background-color: #fff;
    border: 2px solid #D87825;
    border-radius: 5px;
    height: 40px;
  }

  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .toggleSwitch label,
  .toggleSwitch>span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .toggleSwitch input:focus~a,
  .toggleSwitch input:focus+label {
    outline: none;
  }

  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }

  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }

  .toggleSwitch>span {
    position: absolute;
    left: 0;
    width: calc(100% - 6px);
    margin: 0;
    top: 2px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
    margin: 0 3px;
  }

  .toggleSwitch>span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: auto;
    left: 0;
    top: -1px;
    opacity: 1;
    width: 40%;
    text-align: center;
    line-height: 34px;
  }

  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    top: 3px;
    bottom: 3px;
    padding: 0;
    left: 3px;
    width: 50%;
    background-color: #D87825;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .toggleSwitch>span span:first-of-type {
    color: #FFF;
    opacity: 1;
    left: 0;
    margin: 0;
    width: 50%;
  }

  .toggleSwitch>span span:last-of-type {
    left: auto;
    right: 0;
    color: #D87825;
    margin: 0;
    width: 50%;
  }

  .toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    /* background-color: #fafafa;
	border: 1px solid #ccc; */
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .toggleSwitch input:checked~a {
    left: calc(50% - 3px);
  }

  /* .toggleSwitch input:checked~span:before {
    border-color: #0097D1;
	box-shadow: inset 0 0 0 30px #0097D1;
  } */

  .toggleSwitch input:checked~span span:first-of-type {
    left: 0;
    color: #D87825;
  }

  .toggleSwitch input:checked~span span:last-of-type {
    /* opacity: 1;
	color: #fff;	 */
    color: #FFF;
  }

  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }

  .toggleSwitch.large a {
    width: 27px;
  }

  .toggleSwitch.large>span {
    height: 29px;
    line-height: 28px;
  }

  .toggleSwitch.large input:checked~a {
    left: 41px;
  }

  .toggleSwitch.large>span span {
    font-size: 1.1em;
  }

  .toggleSwitch.large>span span:first-of-type {
    left: 50%;
  }

  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }

  .toggleSwitch.xlarge a {
    width: 36px;
  }

  .toggleSwitch.xlarge>span {
    height: 38px;
    line-height: 37px;
  }

  .toggleSwitch.xlarge input:checked~a {
    left: 52px;
  }

  .toggleSwitch.xlarge>span span {
    font-size: 1.4em;
  }

  .toggleSwitch.xlarge>span span:first-of-type {
    left: 50%;
  }
}


/****************************************************** lang toggle switch css end*/


/****************************************************** about-us css start*/

.about-us {
  background-image: url(./img/about-us/hero-banner.png);
  background-position: bottom;
  margin-top: 70px;
}

.timing-poojas {
  h4 {
    color: #B62301;
    font-size: 16px;
    margin-bottom: 0px;
  }

  &::before {
    content: unset !important;
  }
}

.profile-card {
  /* width: 300px; */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 20px 15px;
  margin: auto;

  .image-placeholder {
    width: 100%;
    height: 180px;
    background: #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  h5 {
    color: #d63f23;
    font-weight: 600;
    margin-bottom: 5px;
  }

  p {
    color: #999;
    font-size: 15px;
    margin: 0;
  }
}

/****************************************************** about-us css start*/


/****************************************************** mandir-priests css start*/

.mandir-priests {
  background-image: url(./img/about-us/about-second.jpg);

  .mandir-content {
    margin-top: 150px;
  }
}

.team-section {
  padding: 50px 0;
  background-image: url(./img/about-us/teams-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;

  .team-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    overflow: hidden;

    &:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .team-avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      box-shadow: #E19980 5px 5px 0px;
      background: radial-gradient(circle at top left, #f8d4c7 40%, transparent 40%), #f7e6df;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
      left: -15px;
      top: -10px;

      img {
        width: 50%;
        object-fit: cover;
        margin-top: 30px;
        margin-left: 20px;
      }
    }

    .team-info {
      h6 {
        color: #d63f23;
        font-weight: 600;
        margin-bottom: 3px;
        font-size: 20px;
      }

      small {
        color: #777;
        display: block;
        font-size: 16px;
        margin-bottom: 2px;
      }

      p {
        margin: 0;
        color: #333;
        font-size: 18px;
        font-weight: 500;
      }
    }

  }
}

.team-card {
  background: #FFEDE0;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #B62301;

  .team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: #E19980 5px 5px 0px;
    background: radial-gradient(circle at top left, #f8d4c7 40%, transparent 40%), #f7e6df;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    left: -15px;
    top: -10px;

    img {
      width: 50%;
      object-fit: cover;
      margin-top: 30px;
      margin-left: 20px;
    }
  }

  .team-info {
    h6 {
      color: #d63f23;
      font-weight: 600;
      margin-bottom: 3px;
      font-size: 20px;
    }

    small {
      color: #777;
      display: block;
      font-size: 16px;
      margin-bottom: 2px;
    }

    p {
      margin: 0;
      color: #333;
      font-size: 18px;
      font-weight: 500;
    }
  }
}

.height-manidir-priest {
  height: 500px;
  position: relative;
  background-image: none;
  background-position: center;
  background-repeat: repeat-x;

  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url(./img/bottom-shape.png);
    height: 24px;
    background-repeat: repeat;
    width: 100%;
    left: 0px;
  }

  &:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(./img/top-shape.png);
    height: 24px;
    background-repeat: repeat;
    width: 100%;
    left: 0px;
  }
}

/****************************************************** mandir-priests css start*/

/* event-registration css  start*/

.event-registration {
  background-image: url(./img/Registration-banner.png);
  background-position: bottom;
  margin-top: 70px;

}

.contact-us {
  background-image: url(./img/contactUsBanner.webp) !important;
  background-position: top;

}

.registration-from {
  background-image: url(./img/form-background-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 60%;
  border-radius: 20px;
  padding: 40px 50px;
  margin: -170px auto 50px;

  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  .form-container {
    width: 80%;
    margin: auto;
    position: relative;

    h2 {
      text-align: center;
      color: #b7341e;
      font-weight: 600;
      margin-bottom: 30px;
    }

    .form-control {
      border-radius: 10px;
      padding: 10px 15px;
      border: 1px solid #f0b6a6;
      background-color: #fff7f2;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);

      &:focus {
        border-color: #b7341e;
        box-shadow: 0 0 5px rgba(183, 52, 30, 0.3);
      }
    }

    .btn-submit {
      background: #b7341e;
      width: 100%;
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 10px 30px;
      display: block;
      margin: 30px auto 0;
      transition: all 0.3s ease;
      box-shadow: 0 4px 0 #912915;

      &:hover {
        background: #912915;
        box-shadow: 0 4px 0 #6a1e0f;
      }
    }

    label {
      font-weight: 500;
      color: #333;
      margin-bottom: 5px;
    }
  }
}

/* event-registration css end */


/* Services page css  */

.services-banner {
  background-image: url(./img/services-banner.jpg);
  margin-top: 70px;
}

.services-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 0;

  /* Priest Services */
  .priest-card {
    background: transparent;
    padding: 20px;
    color: #fff;
    display: grid;
    width: 100%;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));

    h5 {
      font-weight: 600;
    }

    .service-item {
      background: #fff;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      margin-top: 0px;
      color: #333;


      .service-left {
        display: flex;
        align-items: center;
        margin-right: 0.5rem !important;

        img {
          background: #ffb76b;
          border-radius: 8px;
          width: 60px;
          height: 60px;
          padding: 5px;
          margin-right: 10px;
        }

        span {
          color: #000;
          font-size: 20px;
          font-weight: 400;
        }
      }

      span {
        color: #e74c3c;
        font-weight: 600;
        font-size: 20px;
      }
    }
  }


}

.height-services {
  height: auto;
  position: relative;
  background: #fff;

  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    /* background-image: url(./img/bottom-shape.png); */
    height: 24px;
    background-repeat: repeat;
    width: 100%;
    left: 0px;
  }

  &:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(./img/top-shape.png);
    height: 24px;
    background-repeat: repeat;
    width: 100%;
    left: 0px;
  }

  .social-services-table {
    max-width: 75%;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #e15a00;
    border-radius: 0px;
    overflow: hidden;

    h4 {
      text-align: center;
      color: #b83000;
      font-weight: 600;
      padding: 20px 0 10px;
    }

    table {
      width: 100%;
      border-collapse: collapse;

      thead {
        background-color: #b83000;
        color: #fff;
        border: 1px solid #b83000;

        th {
          padding: 12px 50px;
          font-weight: 600;
          background-color: #b83000;
          border: none;
          color: #fff;
          font-size: 16px;
        }
      }

      tbody {
        tr {
          &:nth-child(even) {
            background-color: #fff1e9;

            td {
              background-color: #fff1e9;
            }
          }

          &:nth-child(odd) {
            background-color: #fffaf7;

            td {
              background-color: #fffaf7;
            }
          }

          td {
            padding: 12px 50px;
            vertical-align: middle;
            font-size: 16px;
            color: #333;
            border: none;

            .day-badge {
              background: #ff7b29;
              color: #fff;
              padding: 3px 12px;
              border-radius: 20px;
              font-size: 16px;
              font-weight: 500;
            }

            .contact-info {
              color: #b83000;
              line-height: 1.4;
            }
          }
        }
      }
    }
  }
}


/* Services page css  */

/* gallery page */
.gallery-page {
  /* background-image: url(./img/galler-page-banner.jpg); */
  background-image: url(./img/GalleryBanner.webp);
  background-position: bottom;
  margin-top: 70px;
}

:root {
  --light-bg: rgba(0, 0, 0, 0.8);
  --white-color: #fff;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 20px;
  --space-lg: 40px;
  --grid-columns: 4;
  --grid-gap: 20px;
  --image-size: 200px;
  --image-border-radius: 8px;
  --image-hover-scale: 1.05;
  --lightbox-img-max-width: 90%;
  --lightbox-img-max-height: 90vh;
}

.gallery {
  .nav-tabs {
    margin-bottom: var(--space-md);
  }

  .image-grid {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    gap: var(--grid-gap);
    margin-top: var(--space-md);

    .gallery-item {
      cursor: pointer;
      border-radius: var(--image-border-radius);
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative;

      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: var(--image-border-radius);
        transition: transform 0.3s ease;
        object-position: center center;
      }

      &:hover {
        transform: scale(var(--image-hover-scale));
      }
    }
  }
}

@media only screen and (min-width:576.5px) and (max-width:1199.5px) {
  .container-xl-down {
    max-width: 80%;
  }
}

@media only screen and (max-width:767.5px) {
  :root {
    --grid-columns: 3;
  }
}

@media only screen and (max-width:575.5px) {
  :root {
    --grid-columns: 2;
  }
}

/* gallery page */

/* podcast page */

.podcast-banner {
  background-image: url(./img/podcast-banner.jpg);
  background-position: bottom;
  margin-top: 70px;
}

.podcast-section {
  .podcast-title {
    color: #b74200;
    font-weight: 600;
  }

  .podcast-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;

    img {
      width: 100%;
      border-radius: 15px;
      height: 250px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    &:hover {
      img {
        transform: scale(1.05);
      }
    }

    .overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 40%;
      background: linear-gradient(to top, rgba(200, 70, 0, 0.8), transparent);
      border-radius: 0 0 15px 15px;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;

      i {
        color: #d9531e;
        font-size: 25px;
      }
    }

    .podcast-name {
      position: absolute;
      bottom: 15px;
      left: 20px;
      color: #fff;
      font-size: 1.1rem;
      font-weight: 500;
    }
  }
}

/* podcast page */








/* Footer Base */
footer {
  background-image: url(./img/footer-bg.png);
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0 20px;
  font-family: "Poppins", sans-serif;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;

  .qr-code {
    border: 3px solid #ff7825;
    padding: 5px;
    width: 105px;
  }

  .footer-logo {
    p {
      color: #FFD6A7;
    }

    img {
      max-width: 370px;
      width: 100%;
      margin-bottom: 10px;
    }
  }

  .footer-section {
    h5 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 15px;
    }

    ul {
      list-style: none;
      padding: 0;

      li {
        margin-bottom: 8px;

        a {
          text-decoration: none;
          color: #FFD6A7;
          opacity: 0.8;

          i {
            font-size: 12px;
            color: #FF8904;
          }

          &:hover {
            color: #ffae5d;
          }
        }
      }
    }
  }

  .footer-contact p {
    margin-bottom: 5px;
    color: #FFD6A7;
    display: flex;
    align-items: baseline;
    gap: 5px;
  }

  .temple-hours {
    background: #9F2D00;
    padding: 20px 15px;
    border-radius: 10px;
    display: inline-block;
    width: 25%;
    margin-top: 10px;
  }

  .newsletter {
    text-align: center;
    margin-top: 30px;

    h6 {
      font-size: 32px;
    }

    p {
      color: #FFD6A7;
    }

    input {
      border-radius: 10px;
      background-color: #9F2D00;
      border: 1px solid #CA3500;
      padding: 15px 15px;
      width: 250px;

      &::placeholder {
        color: #FF8904;
      }
    }

    button {
      border-radius: 10px;
      background: hsla(25, 100%, 50%, 1);
      background: linear-gradient(90deg, hsla(25, 100%, 50%, 1) 0%, hsla(36, 100%, 50%, 1) 100%);
      border: none;
      width: 170px;
      color: #fff;
      padding: 10px 20px;

      &:hover {
        background-color: #ff8c1a;
      }
    }

  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    font-size: 14px;
    opacity: 0.8;
  }
}

/* Headings with Orange Initial Letter */
footer h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

footer h5 span {
  color: #f57c00;
  /* orange */
}

/* Contact Person Image */
footer img {
  object-fit: cover;
}

/* Donate Button */
footer .donate-btn {
  background-color: #f57c00;
  clip-path: polygon(10% 16%, 96% 17%, 90% 80%, 4% 80%);
  padding: 25px 30px 25px 30px !important;
  border: none;
  font-weight: 600;
  transition: 0.3s;
}

footer .donate-btn:hover {
  background-color: #e06a00;
  color: #fff;
}

/* Blockquote */
footer blockquote {
  border: 1px dashed #f57c00;
  color: #ccc;
}

footer blockquote footer {
  color: #aaa;
}

/* Social Buttons */
footer .btn-sm {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

footer .btn-sm:hover {
  background-color: #e06a00;
  color: #fff;
}

/* Bottom Copyright Bar */
footer .bg-warning {
  background-color: #f57c00 !important;
}

/* Back to Top Button */
footer .position-fixed {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #f57c00;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

footer .position-fixed:hover {
  background-color: #e06a00;
  color: #fff;
}

/* slider code  */
.image-slider {
  width: 900px;
  margin: 20px auto;

  .slider-wrapper {
    position: relative;
    background: #222;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);

    .image-display {
      height: 480px;
      background: #000;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;

        &.fade-in {
          opacity: 0;
        }
      }
    }

    /* Arrow Buttons */
    .slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: none;
      font-size: 20px;
      color: white;
      background: rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(6px);
      cursor: pointer;
      z-index: 10;
      transition: 0.2s;

      &:hover {
        background: rgba(255, 255, 255, 0.45);
      }

      &.prev-button {
        left: 20px;
      }

      &.next-button {
        right: 20px;
      }
    }

    /* Bottom Gradient Bar */
    .bottom-bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 12px 16px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    }

    /* Thumbnails Row */
    .slider-navigation {
      display: flex;
      justify-content: center;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 6px;

      &::-webkit-scrollbar {
        height: 6px;
      }

      /* Thumbnail Buttons */
      .nav-button {
        border: 3px solid transparent;
        padding: 0;
        border-radius: 10px;
        background: none;
        cursor: pointer;
        flex-shrink: 0;

        &[aria-selected="true"] {
          border-color: var(--text-primary);
        }

        img {
          width: 120px;
          height: 70px;
          object-fit: cover;
          border-radius: 8px;
        }
      }
    }
  }
}

.custom-player {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  .player-controls {
    display: flex;
    align-items: center;
    gap: 12px;

    .player-btn {
      width: 40px;
      height: 40px;
      background: var(--text-primary);
      color: #fff;
      border-radius: 50%;
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
  }

  .timeline {
    width: 100%;

    input[type="range"] {
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
      /* Remove default styles for Chrome/Safari */
      background: transparent;
      /* We'll style track separately */

      /* Track */
      &::-webkit-slider-runnable-track {
        height: 6px;
        background: var(--text-primary);
        /* Progress track color */
        border-radius: 3px;
      }

      &::-moz-range-track {
        height: 6px;
        background: var(--text-primary);
        border-radius: 3px;
      }

      &::-ms-track {
        height: 6px;
        background: var(--text-primary);
        border-radius: 3px;
        border-color: transparent;
        color: transparent;
      }

      /* Thumb */
      &::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        background: #ffffff;
        /* Thumb color */
        border: 2px solid var(--text-primary);
        /* Optional border */
        border-radius: 50%;
        cursor: pointer;
        margin-top: -5px;
        /* Align thumb vertically */
      }

      &::-moz-range-thumb {
        width: 16px;
        height: 16px;
        background: #ffffff;
        border: 2px solid var(--text-primary);
        border-radius: 50%;
        cursor: pointer;
      }

      &::-ms-thumb {
        width: 16px;
        height: 16px;
        background: #ffffff;
        border: 2px solid var(--text-primary);
        border-radius: 50%;
        cursor: pointer;
      }

      /* Focus outline remove */
      &:focus {
        outline: none;
      }
    }
  }


  .player-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
  }

  video {
    width: 100%;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  audio {
    width: 100%;
    border-radius: 10px;
  }
}


/* tablet responsive css */
@media (min-width:577px) and (max-width:1025px) {
  .main-section {
    height: 576px;

    & .navbar-nav {
      align-items: start;

      .nav-link {
        color: var(--white);
        font-size: 18px;
        font-weight: 300;
        padding: 6px 3px;
        transition: all 0.7s;
      }
    }

    & .heading {
      h3 {
        font-size: 52px;
        margin: 10px 0px;

        &::before {
          top: 70px;
        }
      }
    }

    .mandir-content {
      margin-top: 110px;
      margin-bottom: 0px;
    }

    & .donate-btn {
      button {
        padding: 15px 15px;
        font-size: 17px;
      }
    }
  }

  .marque-section {
    .marquee {
      background-size: cover;
      /* height: 120px; */
    }
  }

  .amritwani-section {
    .nav-pills {
      width: 90%;
    }

  }

  .temple-gallery {
    & .tab-content {
      .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        /* gap: 20px; */
        max-height: 603px;
      }
    }
  }

  .calender-section {
    .celebration-card {
      /* min-height: 720px; */

      h2 {
        font-size: 24px;
      }
    }
  }

  .celebration-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .height-services {
    .social-services-table {
      max-width: 100%;
      overflow: scroll;
    }
  }

  .registration-from {
    max-width: 90%;
    padding: 40px 20px;
    margin: 20px auto 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

    .form-container {
      width: 95%;
    }

  }

  footer {
    background-size: cover;

    & .footer-logo {
      img {
        width: 210px;
        margin-bottom: 10px;
      }
    }

    .temple-hours {
      padding: 20px 10px;
      width: 100%;
    }
  }

}

/* mobile responsive css */
@media (min-width:320px) and (max-width:576px) {
  .main-section {
    height: 523px;

    &.funeral-services {
      height: 523px;
    }

    .logo {
      width: 240px;
      max-height:44px !important;
    }

    .navbar-nav {
      align-items: start;
    }

    & .heading {
      h3 {
        font-size: 42px;

        &::before {
          top: 62px;
          ;
        }

      }

      h4 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
      }
    }

    .mandir-content {
      margin-top: 70px;
      margin-bottom: 0px;

      .heading {
        p {
          width: 100%;
        }
      }
    }

  }

  .temple-gallery {
    & .tab-content {
      .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        /* gap: 20px; */
        max-height: 603px;
      }
    }
  }

  .marque-section {
    .marquee {
      background-image: none;
      background-color: #f9edd0;
      height: 110px;
      width: 84%;
      margin: auto;
      border-top: 3px solid #d02a1c;
      border-bottom: 3px solid #c11e16;
    }

    .marquee-shape {
      &::after {
        content: '';
        background-image: url(./img/marque-right.png);
        left: 15px;
        animation: none;
      }

      &::before {
        content: '';
        background-image: url(./img/marque-right.png);
        right: 10px;
        animation: none;
      }
    }
  }

  .amritwani-section {
    height: 100%;
    padding: 50px 0px;

    .nav-pills {
      width: 100%;
      border-radius: 10px;
      justify-content: center;
    }
  }

  .calender-section {
    padding-bottom: 30px;

    & .event-box {
      input {
        width: 100%;
        margin-bottom: 10px;
      }

      .sub-btn {
        width: 100%;
      }
    }

    .profile-card {
      width: 90%;
      margin: 10px auto;
    }
  }

  .registration-section {
    .why-donate-card {
      margin-top: 0px;
      max-width: 100%;
    }
  }

  .temple-gallery {
    & .nav-pills {
      .nav-link {
        width: 100%;
      }
    }
  }

  footer {
    background-image: url(./img/footer-bg.png);
    background: #451406;
    background: linear-gradient(360deg, rgba(69, 20, 6, 1) 0%, rgba(182, 35, 1, 1) 100%);

    .temple-hours {
      width: 100%;
      background: #b74600;
      margin-bottom: 10px;
    }

    .newsletter {
      input {
        width: 100%;
      }
    }
  }

  .registration-from {
    max-width: 95%;
    border-radius: 20px;
    padding: 40px 10px;
    margin: 30px auto 50px;

    .form-container {
      width: 95%;
    }
  }

  .podcast-section {
    iframe {
      width: -webkit-fill-available;
      border-radius: 16px;
    }
  }

  .services-section {
    .priest-card {
      grid-template-columns: auto;
    }
  }

  .height-services {
    .social-services-table {
      max-width: 100%;
      overflow: scroll;

      & table {
        & tbody {
          & tr {
            td {
              padding: 12px 20px;
              vertical-align: middle;
              font-size: 16px;
              color: #333;
              border: none;
            }
          }
        }
      }
    }
  }
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1220px !important;
  }
} */

/* Image gallery section css code starts  */
.image-gallery {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* MAIN SLIDER */
.mainSwiper {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.mainSwiper.swiper .swiper-slide {
  width: 80%;
  margin: auto;
  opacity: 1;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0px;
  background-color: #808080;
  border-radius: 20px;

  img {
    border-radius: 20px;
    object-position: top;
  }
}

.mainSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.644);
  pointer-events: none;
  border-radius: 20px;
}

.mainSwiper .swiper-slide-active {
  opacity: 1;
}

.mainSwiper .swiper-slide-active::before {
  background-color: transparent;
}

.mainSwiper img {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0px;
  object-fit: cover;
}

/* THUMBNAIL SLIDER */
.thumbSwiper {
  width: 100%;
}

.thumbSwiper .swiper-slide {
  width: 100px;
  height: 60px;
  opacity: 0.4;
  cursor: pointer;
  box-shadow: none;
  border-radius: 8px;
  background-color: #808080;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid darkolivegreen;
}

.thumbSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: none;
  border-radius: 5px;
}

.stylePaginationButtons {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  scale: 0.5;
}

.stylePaginationButtons.swiper-button-next {
  right: -10px;
}

.stylePaginationButtons.swiper-button-prev {
  left: -10px;
}

@media screen and (max-width:992px) {
  .image-gallery {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .mainSwiper {
    width: 100%;
    height: 400px;
  }

  .stylePaginationButtons {
    scale: 0.4;
  }

  .stylePaginationButtons.swiper-button-next {
    right: -10px;
  }

  .stylePaginationButtons.swiper-button-prev {
    left: -10px;
  }
}

@media screen and (max-width:556px) {
  .mainSwiper {
    width: 100%;
    height: 200px;
  }

  .thumbSwiper .swiper-slide {
    width: 100px;
    height: 50px;
  }

  .heading {
    font-size: 30px !important;
  }
}

/* Image gallery section css code ends  */
@media only screen and (min-width:1300px) {
  .main-section {
    .logo {
      width: 380px;
    }
  }
}

@media only screen and (min-width:768px) {
  .amritwani-section {
    --nav-item-font-size: 18px;
  }

  .celebration-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
}

@media screen and (min-width:768px) and (max-width:991.5px) {
  .calender-section {
    .celebration-card {
      .des {
        min-height: 81px !important;
      }
    }
  }
}


/* slider css new */
.gallery-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.main-gallery-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.main-gallery {
  width: 100%;
  overflow: hidden;
}

.gallery-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px;
  /* min-height: 500px; */
}

.slide-item {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
}

.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: top;
}

/* Main center slide */
.main-slide {
  flex: 0 0 86%;
  height: 500px;
  z-index: 2;
  position: relative;
}

/* Side slides (prev/next) */
.side-slide {
  flex: 0 0 8%;
  max-width: 300px;
  height: 500px;
  opacity: 0.6;
  cursor: pointer;
  filter: brightness(0.7);
  transition: all 0.3s ease;
  width: 100%;

  img {
    object-fit: cover !important;
    object-position: right !important;
  }


  &.next-slide {
    img {
      object-position: left !important;
    }

  }

}


.image-counter {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 18px !important;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-prev:hover,
.gallery-next:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(0.9);
}

.gallery-prev {
  left: -25px;
}

.gallery-next {
  right: -25px;
}

/* Thumbnail gallery */
.thumb-gallery {
  display: inline-flex;
  gap: 10px;
  padding: 10px;
  border-radius: 15px;
  overflow-x: auto;
  margin: auto;
  scroll-behavior: smooth;
}

.thumb-gallery-cont {
  background: var(--bg-theme-med);
  border-radius: 15px;
  display: flex;
}

.thumb-gallery-cont::-webkit-scrollbar {
  height: 4px;
}

.thumb-gallery-cont::-webkit-scrollbar-track {
  background: #ddd;
}

.thumb-gallery-cont::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.thumb-item {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 6px;
  transition: all 0.3s;
  overflow: hidden;
}

.thumb-item:hover {
  border-color: #999;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.thumb-item.active {
  border-color: var(--text-primary-dark);
  transform: translateY(-5px);
  box-shadow: 0 6px 12px color-mix(in srgb, var(--text-primary-dark) 40%, transparent);
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-slide {
    flex: 0 0 90%;
    height: 400px;
  }

  .side-slide {
    height: 400px;
  }

  .main-section {
    & .navbar-collapse {
      &.show , &.collapsing {
        padding: 65px 0 20px 0 !important;
      }
    }
  }
}

@media (max-width: 768px) {
  .gallery-slider {
    gap: 10px;
    padding: 10px;
    /* min-height: 350px; */
  }

  .main-slide {
    flex: 0 0 80%;
    height: 300px;
  }

  .side-slide {
    height: 300px;
  }

  .gallery-prev,
  .gallery-next {
    width: 30px;
    height: 30px;
    font-size: 17px !important;
    padding: 0;
  }

  .thumb-item {
    width: 70px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .gallery-wrapper {
    padding: 0 !important;
  }

  .gallery-slider {
    gap: 5px;
    /* min-height: 350px; */
  }

  .side-slide {
    flex: 0 0 8%;
    height: 260px;
    background-color: var(--light-gray);
  }

  .main-slide {
    flex: 0 0 90%;
    height: 260px;
  }

  .image-counter {
    padding: 5px 10px;
    font-size: 12px;
  }
}