body {
  background-color: #eee9d7 !important;
  font-family: "Georgia";
  /*background-image: url("../img/body-pattern.png");*/
  background-blend-mode: overlay;
}
* {
  scrollbar-width: thin;
  scrollbar-color: gray #000;
}
.banner {
  width: 100%;
}
.header-logo {
  width: 100px;
}
.header-section {
  background-image: url("../img/pattern.png");
  background-color: #7e8446;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}
.banner-area {
  margin-top: 70px;
}
.icon {
  width: 40px;
}
a {
  text-decoration: none;
}
.header-donate-btn {
  background: linear-gradient(45deg, #ffffff, #ffffff);
  padding: 7px 18px;
  color: #7e8446;
  font-size: 16px;
  border-radius: 27px;
  border: none;
  font-weight: 600;
}

.all-banner-slide2 .car-image {
  width: 100%;
  border-radius: 30px;
}



.car-image-radha-madhav {
  height: calc(80vh - 10px); /* Reduces the visible height by 20px */
  width: 100%;
  border-radius: 30px;
  object-position: 50% 14%; /* Move the image 30% from the top */
  object-fit: cover; /* Prevents stretching */
}

.car-image-radha-madhav-mobile {
  width: 100%;
  border-radius: 30px;
  object-position: top; /* Ensures the crop occurs from the bottom */
  object-fit: cover; /* Prevents stretching */
}

.about-heading {
  color: #54452f !important;
  font-size: 40px;
  font-weight: 600;
}
.border-landing-primary {
  border: 2px solid #435501;
}
.border-4 {
  border-width: 4px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.left-4 {
  left: 1rem;
}
.-top-5 {
  top: -1.25rem;
}
.absolute {
  position: absolute;
}
.bg-landing-tertiary {
  background-color: #eee9d7;
}
.text-landing-primary {
  color: #435501;
}

.rotate-180 {
  rotate: 180deg;
}
.right-4 {
  right: 1rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.quoteimg {
  width: 35px;
  height: 35px;
}
.design-bottom {
  rotate: 180deg;
}
.youtube-video {
  width: 98%;
  height: 350px;
  border-radius: 30px;
  box-shadow: 2px 3px 8px 2px #7e8446;
}
.about-sub-para {
  font-size: 33px;
  font-weight: 600;
  color: #54452f;
}
.about-para {
  font-size: 18px;
  color: #0e0f08;
}
.btn-donate {
  background: #ddd;
  padding: 7px 47px;
  border: none;
  font-size: 22px;
  border-radius: 33px;
}

.button {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 300;
  opacity: 0.7;
  transition: all 0.5s;
}
.button:hover,
.button:active {
  opacity: 1;
  text-decoration: none;
}

#buttons .button {
  background-image: linear-gradient(to right, #7e8446, #313417, #313417);
  background-size: 300% 100%;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  opacity: 1;
  padding: 14px 25px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  border-radius: 44px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
}
#buttons .button:hover,
#buttons .button:active {
  background-position: -50% 0;
}
.readmore {
  color: #1e0e14;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.seva-div {
  background: linear-gradient(45deg, #7e8446, #1d1a04);
  padding: 13px 23px;
  border-radius: 39px;
}
.seva-title {
  color: #fff;
  font-size: 22px;
}

.bg-landing-primary {
  background: #7a8043;
  border-radius: 34px;
  padding: 8px 11px !important;
}
.bg-landing-background,
.text-landing-background {
  background: none;
  border: none;
  color: #fff;
}
.bg-landing-background.active {
  background: #fff;
  color: #28270c;
  border-radius: 30px;
  padding: 4px 10px !important;
  transition: all 0.5s;
}
.text-landing-background.active {
  background: #fff;
  color: #28270c;
  border-radius: 30px;
  padding: 4px 10px !important;
  transition: all 0.5s;
}
.sevacard:hover {
  transform: scale(0.9);
}
.sevacard {
  transition: transform 0.5s;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 1px 4px 6px 0px #7e844696;
}

.card-donate {
  background: #171b08;
  border: none;
  border-radius: 26px;
  color: #fff;
}
.card-donate:hover {
  color: #060802;
  background: #fff;
  border: 1px solid #100b08;
}
#list-view {
  display: none;
  transition: all 0.5s;
}
#grid-view {
  transition: all 0.5s;
}
.listDiv {
  background: #ffffff;
  padding: 10px 40px 10px 10px;
  border-radius: 30px;
}

/* .listDiv .card-img-top {
  border-radius: 20px;
  width: 100%;
  height: 90px;
} */

.listDiv .card-title {
  color: #33140c;
  font-size: 23px;
  margin-bottom: 0px;
}
.listDiv .card-text {
  color: #49490d;
  font-size: 18px;
}
.ul-para {
  color: #505429;
  font-size: 15px;
}
.car-image-temple {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.car-image-donar-privilege {
  /* Fixed height */
  /* Keeps the rounded corners */
  /* Move the image 30% from the top */
  border-radius: 30px;
  min-width: 100%;
  position:relative;
  height: 50rem;
  
}

 .all-banner-slide2 .single-banner-slide {
     
  overflow: hidden;
  position:relative;

} 

.swiper-container {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  height: fit-content;
  height: fit-content;
  font-size: 50px;
  position: relative;
  padding-bottom: 50px;
  font-family: sans-serif;
}

.swiper-slide {
  width: auto;
  height: fit-content;
  display: flex;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  font-family: Nunito;
  background-color: white;
}

.swiper-slide .ImgHolder {
  background: linear-gradient(45deg, #797e43, #4c5027);
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px;
  border-bottom-left-radius: 20px;
}

.ContentHolder::before {
  background-color: #565a2d;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.ContentHolder {
  position: relative;
  padding: 10px;
  background-color: white;
  border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid #565a2d;
}

.swiper-pagination-bullet-active {
  background-color: #565a2d;
}

.swiper-button {
  border: 1px solid white;
}

.swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  border: 3px solid #043c12;
  outline: 2px solid white;
}

.swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.swiper-slide p {
  font-size: 0.9rem;
  padding: 5px;
}

@media (max-width: 638px) {
  .swiper-container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .swiper-container {
    width: 100%;
  }
}

@media (max-width: 300px) {
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    border-radius: 0px;
  }

  .swiper-container .ImgHolder {
    border-radius: 0px;
  }
  .ContentHolder {
    border-radius: 0px;
  }
}
.temple-img-div {
  overflow: hidden;
  width: 100%;
  height: 450px;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.accDiv {
  background: #fff;
  border: none;
  margin: 0px 7px 0px 7px;
  border-radius: 20px;
  overflow: hidden;
  width: 95%;
  bottom: 11px;
  position: absolute;
}
.accordion-button {
  background: #fff;
  color: #000;
  border: none;
  box-shadow: none;
  padding: 15px 12px 12px 12px;
  font-weight: 600;
  font-size: 15px;
}
.accordion-button:focus {
  z-index: 1;
  border-color: none;
  outline: 0;
  box-shadow: none;
  color: #000;
  background-color: #fff;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.accordion-body {
  padding: 10px 12px !important;
  font-size: 14px;
}
.temp-img {
  transition: transform 0.5s;
  /* width: 100%;
  height: 100%; */
  height: 100%;
  /* width: 50%; */
  object-fit: cover;
}
.temp-img:hover {
  transform: scale(1.2);
}
.temple-img-div {
  transition: transform 0.5s;
  overflow: hidden;
}

.tab-container {
  position: relative;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  vertical-align: middle;
  background: #fff;
  padding: 0px 0px;
  border-radius: 53px;
}

.tab-button {
  padding: 16px 47px;
  font-size: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.tab-button.active {
  background-color: transparent;
  color: #fff;
}

.tab-container.second .tab-background {
  background-color: #7e8446;
}
.tab-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f19cda;
  transition: width 0.3s, left 0.3s;
  border-radius: 35px;
}

.tab-content {
  margin-top: 20px;
}

.ta-tab-item {
  display: none;
}

.ta-tab-item.active {
  display: block;
}
.cont-div {
  background: #7e84466e;
  padding: 9px 9px;
  border-radius: 15px;
}
.titleimage {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
}
.contitile {
  font-size: 14px;
  font-family: "Montserrat";
  color: #111602;
  text-align: left;
}
.cont-para {
  font-size: 12px;
  text-align: left;
  color: #54452f;
  font-weight: 600;
}
.imgtitle {
  font-size: 25px;
  color: #791c0e;
  font-weight: 600;
  margin: 20px auto;
}
.btn-view-more {
  background: #171b08;
  padding: 11px 30px;
  color: #fff;
  font-size: 18px;
  border-radius: 28px;
}
.btn-view-more:hover {
  background: #fff;
  color: #171b08;
  border: 1px solid #171b08;
}
.donation-section {
  background: linear-gradient(0deg, transparent, #7e8446, transparent);
  padding: 34px 0;
}
.donation-title {
  font-size: 30px;
  color: #171b08;
  font-weight: 600;
}
.qr-code-div {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
}
.qr-code-sub-div {
  background: #7e8446b8;
  padding: 22px 15px;
  border-radius: 20px;
}
.qrimg {
  width: 80%;
  border-radius: 15px;
  border: 4px solid #171b08;
  display: inline-block;
}
.qrdown-para {
  font-size: 11px;
  color: #171b08;
}
.support-title {
  font-size: 20px;
  font-weight: 600;
  color: #54452f;
}
.support-img {
  width: 70%;
}
.btn-support-tax {
  background: linear-gradient(45deg, #07ac4c, #025617);
  border: none;
  border-radius: 32px;
  padding: 8px 20px;
  color: #fff;
}
.btn-support-assured {
  background: linear-gradient(45deg, #9c4c0c, #ff8705);
  border: none;
  border-radius: 32px;
  padding: 8px 20px;
  color: #fff;
}

.btn-support-tax:hover {
  color: #fff;
}
.btn-support-assured:hover {
  color: #fff;
}
.support-para {
  font-size: 15px;
  color: #000;
}
.contact-para {
  color: #fff;
  font-size: 17px;
  font-family: "Montserrat";
  cursor: pointer;
}
.contact-para:hover {
  color: #fff;
  font-size: 17px;
}
.important-section {
  /* background: linear-gradient(180deg, #7e8446, transparent); */
  padding: 14px 0;
}

.all-banner-slide3 .single-banner-slide .card {
  border-radius: 25px;
  overflow: hidden;
}
.important-img-div {
  height: 300px;
  overflow: hidden;
}
.all-banner-slide3 .card-img-top {
  transition: transform 0.5s;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.all-banner-slide3 .card-img-top:hover {
  transform: scale(1.2);
}
.all-banner-slide3 .single-banner-slide .card-body {
  height: 320px;
}

.all-banner-slide4 .single-banner-slide {
  border-radius: 30px;
  /* height: 100px; */
  overflow: hidden;
}

.all-banner-slide5 .single-banner-slide {
  border-radius: 30px;
  overflow: hidden;
  object-fit: cover;
}

#integration-list {
  font-family: "Open Sans", sans-serif;
  width: 80%;
  margin: 0 auto;
  display: table;
}
#integration-list ul {
  padding: 0;
  margin: 20px 0;
  color: #555;
}
#integration-list ul > li {
  list-style: none;
  border-bottom: 2px solid #7e8446;
  display: block;
  padding: 8px 17px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 13px;
}

.expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer;
  margin: 7px auto;
}
.expand:hover {
  color: #000;
}
#left,
#right {
  display: table;
}
#sup {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.detail a {
  text-decoration: none;
  color: #c0392b;
  border: 1px solid #c0392b;
  padding: 6px 10px 5px;
  font-size: 13px;
  margin-right: 7px;
}
.detail {
  display: none;
  margin: 30px 0px 10px 0;
}
.detail span {
  margin: 0;
}
.right-arrow {
  float: right;
  font-weight: bold;
  font-size: 20px;
}
.expand h2 {
  display: block;
  text-decoration: none;
  color: #7e8446;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.const-div {
  background: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  border: 3px solid #171b08;
}
.const-heading {
  font-size: 28px;
  color: #4e5228;
}
.const-para {
  font-size: 17px;
  color: #14252f;
}
.float-div {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(45deg, #787e42, #4d5128);
  padding: 8px 25px;
  z-index: 4;
}
.btn-float {
  background: #171b08;
  padding: 4px 19px;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
}
.btn-float:hover {
  background: #fff;
  color: #171b08;
  border: 1px solid #171b08;
}
.float-title {
  font-size: 21px;
  color: #fff;
}
.construction-seva {
  background: linear-gradient(360deg, #2c3407, #565a3182, #eee9d7);
  font-family: "Montserrat";
}
.footer-logo {
  width: 150px;
}
.footer-para {
  color: #fff;
  font-size: 16px;
}
.footer-icon {
  width: 35px;
  filter: invert(100%) brightness(2);
}
.footer-social-icon {
  display: flex;
  list-style: none;
  padding: 0;
  column-gap: 10px;
}
.footer-title {
  color: #171b08;
  font-size: 20px;
  font-weight: 600;
  font-family: "Georgia";
}
.footer-ul {
  padding: 0 0;
  list-style: none;
}
.footer-ul li p {
  margin-bottom: 10px;
}
.footer-sub-para {
  font-size: 16px;
  color: #fff;
}
.brd-top {
  border-top: 2px solid #fff;
}
.footer-gry-para a {
  color: #ac9797;
  font-size: 14px;
}
.footer-gry-para {
  color: #fff;
}
.preloader {
  display: flex;
  background: linear-gradient(45deg, #6f753e, #151e1d);
  height: 100vh;
  width: 100%;
  transition: height 0.2s linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.animation__shake {
  -webkit-animation: shake 1.5s;
  animation: shake 1.5s;
}
@keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    transform: translate(-3px, 0) rotate(3deg);
  }
  30% {
    transform: translate(0, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
#viewModal .modal-content {
  border-radius: 30px;
}
#viewModal .modal-header {
  border: none;
  padding: 15px 20px;
}
#viewModal .modal-header h5 {
  color: #243a01;
  font-size: 20px;
  font-family: "Montserrat";
}
.donor-list {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 15px;
}
.donor-list .titleimage {
  width: 68px;
  height: 68px;
}
.donor-list .imgtitle {
  font-size: 20px;
  margin: 18px auto;
}
.form-sub-div {
  background: #7e8446b8;
  padding: 22px 15px;
  border-radius: 20px;
}

/* ////////Donation Form/////// */
.input {
  height: 56px !important;
  border-radius: 30px !important;
  padding: 13px 0px 0px 25px !important;
}
.input::placeholder {
  font: 16px/3 sans-serif;
  color: #c7c7c7 !important;
  padding: 13px 0px 0px 25px !important;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #fff;
}

.custom-select {
  background-color: #efefef !important;
  border-radius: 30px !important;
  padding-left: 29px;
  width: 100%;
  height: 55px;
}
.select,
input[type="text"] {
  padding: 23px 10px 1px 27px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: #efefef;
  color: #343434;
  font-size: 18px !important;
  border-radius: 30px;
  height: 55px;
}
.select,
input[type="text"]:focus {
  outline: none;
}

/* LABEL ======================================= */
label.google-material {
  color: #010101;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.select,
input[type="text"]:focus ~ label.google-material,
.select,
input[type="text"]:valid ~ label.google-material {
  top: 6px;
  font-size: 11px;
  color: #020202;
  font-weight: 600;
  left: 25px;
}

/* Move label up when input has a value */
input[type="text"]:not(:placeholder-shown) ~ label.google-material {
  top: 6px;
  font-size: 11px;
  color: #020202;
  font-weight: 600;
  left: 25px;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before,
.bar:after {
  content: "";
  /*height:2px; */
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
input[type="text"]:focus ~ .bar:before,
input[type="text"]:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.select,
input[type="text"]:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

#readBtn {
  color: #a10f0f;
  cursor: pointer;
}
.select-label {
  font-size: 11px !important;
  margin-bottom: -28px;
  z-index: 99999;
  position: sticky;
  font-weight: 600;
  padding-left: 23px !important;
  color: #343434 !important;
  margin-top: 5px !important;
}
.group {
  position: relative;
  margin-top: 7px;
}
.cal-icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  color: #000;
  top: 21px;
}
.reservation-input.reservation-input2 {
  color: black;
  font-size: 15px !important;
  padding-left: 29px;
  width: 100%;
  height: 55px;
  border: none;
  padding-top: 6px;
}
.btn.amt-btn-clr {
  background: #f5e6bc;
  border-radius: 30px;
  border: 2px solid #f5e6bc;
  font-size: 25px;
  padding-top: 2px;
  color: black;
  font-weight: 800;
  height: 50px;
  width: 100%;
  box-shadow: 0 8px 61px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}
.donate-now.donate-now2 {
  color: black !important;
  background-color: #f5e6bc;
  height: 51px;
  padding: 0px 40px 0 40px;
}
.donate-now {
  font-size: 17px !important;
  text-transform: unset;
  background: #fca738;
  box-shadow: 0 8px 61px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
  border-radius: 50px;
  color: #fff !important;
  font-weight: 600;
  /* border: 2px solid #F5E6BC; */
}
form {
  font-family: "Montserrat";
}
#errorMsg {
  color: #2a0e55;
  text-align: center;
  font-weight: 600;
}
.tax-note {
  color: #011f0f;
  text-align: center;
  font-weight: 600;
}
.payment-message {
  color: #011f0f;
  font-weight: 600;
  margin-bottom: 0;
}
.custom-control-label {
  color: #011f0f;
  font-weight: 600;
  margin-bottom: 0;
}
.custom-checkbox {
  display: flex;
  align-items: center;
}
.custom-control-input {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.btn.amt-btn-clr.added {
  background: #171b08;
  border: 1px solid #161a07;
  color: #fff;
}
.tax-note2 {
  color: #011f0f;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
}
.custom-control-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
#donorEmailId::placeholder {
  text-transform: capitalize;
}
#donorEmailId {
  text-transform: lowercase;
}
.etgpara {
  font-family: "Montserrat";
  margin-bottom: 7px;
  font-size: 15px;
}

/* .gradient-text {
  position: absolute;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(76, 80, 40, 0.8), rgba(4, 4, 2, 0));
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
} */

.gradient-text-patronship {
  position: absolute;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  /* Darkened Gradient: Starts with a darker, more opaque version of #7e8446 and fades to a slightly lighter, less opaque version */
  background: linear-gradient(to top, 
  #7E8446, /* Darker, almost fully opaque */
    rgba(135, 132, 70, 0.7) 30%, /* Lighter, still fairly opaque */
    rgba(126, 132, 70, 0.3)); /* Fades out, but still visible */
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: white; /* Text remains white for contrast against the dark gradient */
  text-align: center;
  text-transform: uppercase;
}


.gal-video {
  width: 100%;
  height: 500px; /* Adjust height as needed */
}

/* Ensure buttons are visible and positioned on all screens */
.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* Ensure buttons appear above the carousel */
  background-color: rgba(0, 0, 0, 0); /* Semi-transparent background */
  color: #54452f; /* Icon color */
  border: none;
  font-size: 10px;
  padding: 10px;
  cursor: pointer;
}

/* Specific positioning for left and right buttons */
.custom-nav-btn.owl-prev {
  left: -10px; /* Adjust left button position for small screens */
}

.custom-nav-btn.owl-next {
  right: -10px; /* Adjust right button position for small screens */
}

.donation-description {
  text-align: left;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.donation-description p {
  font-size: 16px;
  color: #333;
  max-height: 50px; /* Initially display only 20px */
  overflow: hidden; /* Hide overflow text */
  transition: max-height 0.3s ease; /* Smooth animation */
  margin: 0; /* Remove extra margins */
}


.read-more {
  color: #1e0e14;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}

.info-box {
  display: none;
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 8px;
  padding: 8px 12px;
  max-width: 250px;
  height: auto; /* Allow height to adjust based on content */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  font-size: 12px; /* Smaller text */
  z-index: 1000;
}

.what-is-this {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

.what-is-this:hover {
  text-decoration: underline;
}

.sp-logo {
  width: 70px; 
}

.float {
    position: fixed;
    bottom: 40px;
    right: 40px; /* Change from 'left' to 'right' to align to the right side */
    background-color: #25D366; /* WhatsApp green color */
    border-radius: 50%; /* Makes the button circular */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    padding: 15px; /* Adjust padding to ensure circle shape */
    z-index: 1000;
    text-align: center;
    display: flex; /* Center icon horizontally and vertically */
    align-items: center;
    justify-content: center;
    border: none; /* Remove any border */
    text-decoration: none; /* Remove underline or any text decoration */
}

.my-float {
    font-size: 24px;
    color: white;
}

.campaignimg {
  width: 60%;
  border-radius: 15px;
}

.user-data {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  max-width: 600px;
  margin: 0 auto;
}
.user-data img {
  max-width: 100px;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
}
.user-data h2 {
  margin: 0 0 10px;
}
.user-data p {
  margin: 5px 0;
}

/* for campaign */

/* Enhanced campaign section */
.campaign-donor {
     
  padding: 0px 20px;
   padding-top: 90px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
   font-family: Poppins;
}

/* Header styles */
.header h1 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.name {
  color: #e74c3c;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.name::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e74c3c;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.name:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.temple-name {
  color: #3498db;
  font-weight: 600;
}

/* Enhanced campaigner section */
.campaigner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.profile-pic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #3498db;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.profile-pic:hover {
  transform: scale(1.05);
}

.message-box {
  flex: 1;
  max-width: 500px;
}

.message-title {
  color: #3498db;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.quote {
  border-left: 4px solid #e74c3c;
  padding: 15px 25px;
  margin: 15px 0;
  font-style: italic;
  color: #555;
  background: #f8f9fa;
  border-radius: 0 10px 10px 0;
}

.support-text {
  color: #444;
  line-height: 1.8;
  font-size: 1.1rem;
}

/* Enhanced progress section */
.progress-section {
  margin: 50px 0;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.progress-label {
  font-size: 1.2rem;
  color: #3498db;
  font-weight: 600;
  margin-bottom: 15px;
}

.progress-bar {
  width: 100%;
  height: 25px;
  background-color: #f0f2f5;
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}

.progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #e74c3c, #ff7675);
  border-radius: 15px;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-text {
  color: #3498db;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

/* Enhanced contact info */
.contact-info {
  margin: 30px 0;
  padding: 25px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-info p {
  margin: 15px 0;
  color: #555;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Enhanced footer banner */
.footer-banner {
  background: linear-gradient(90deg, #ffd43b, #ffa502);
  padding: 20px;
  /*position: fixed;*/
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
   z-index: 1000;
  color: #2d3436;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
}

/* Enhanced loading spinner */
.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgba(255,255,255,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #e74c3c;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive design */
@media (max-width: 768px) {
  
  .contact-info p {
    font-size: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .campaigner-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .message-box {
    text-align: center;
  }

  .header h1 {
    font-size: 1.8rem;
  }

  .quote {
    margin: 20px 0;
  }

  .profile-pic {
    width: 140px;
    height: 140px;
  }
}

.campaign-donor {
  margin-top: 65px;
}



/* 
new design for fund raise */



.hero-fundraiser {
  background: #eee9d7;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.decorative-circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(126,132,70,0.1) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(126,132,70,0.1) 0%, transparent 50%);
}

.title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}


.hero-title {
  font-size: 30px;
  color: #171b08;
  font-weight: 600;
}

.campaign-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 2rem;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(45deg, rgba(126,132,70,0.05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(126,132,70,0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(126,132,70,0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(126,132,70,0.05) 75%);
  background-size: 20px 20px;
  opacity: 0.5;
}

.inspire-title {
  font-size: 1.5rem;
  color: #34495E;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1rem;
  border-left: 4px solid #7e8446;
}

.campaign-steps {
  margin: 1.5rem 0;
}

.step-card {
  display: flex;
  align-items: center;
  background: rgba(126,132,70,0.05);
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateX(10px);
  background: rgba(126,132,70,0.1);
}

.step-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.campaign-step {
  color: #576574;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.cta-wrapper {
  margin-top: 2rem;
  position: relative;
}

.cta-button {
  background: linear-gradient(45deg, #7e8446, #94a34f);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(126,132,70,0.3);
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(126,132,70,0.4);
}

.button-decorator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  animation: shimmer 2s infinite;
}

.image-wrapper {
  position: relative;
  padding: 1rem;
}

.sqft-text {
    font-size: 0.8rem;
    margin-right: 5px; /* space between sqft and amount */
}

.amount-text {
    font-size: 1rem;
    font-weight: bold;
}




.feature-image {
  max-width: 40%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .hero-fundraiser {
    padding: 1.5rem 0;
  }

  .hero-title {
    font-size: 22px;
  }

  .decorative-line {
    width: 50px;
  }

  .campaign-card {
    padding: 1rem;
  }

  .inspire-title {
    font-size: 1.3rem;
    text-align: center;
    border-left: none;
    border-bottom: 4px solid #7e8446;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }

  .step-card {
    padding: 0.75rem;
  }

  .feature-image {
    margin-top: 1rem;
    max-width: 80%;
  }

  .campaign-content {
    text-align: center;
  }

  .step-card:hover {
    transform: none;
  }
}