body {
      font-family: Arial, sans-serif;
      margin: 0;
      background: #fff;
    }
    .testimonial-section {
      background: linear-gradient(135deg, #2c1810, #4a2c1a, #3a1f0f);
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .testimonial-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
      pointer-events: none;
    }
    .testimonial-section h2 {
      font-size: 36px;
      font-weight: 700;
      color: #f5b021;
      margin-bottom: 40px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
      letter-spacing: 1px;
      position: relative;
      z-index: 1;
    }
    .slider-container {
      position: relative;
      max-width: 100%;
      margin: 0 auto;
      overflow: hidden;
    }
    .slider {
      display: flex;
      transition: transform 0.4s ease-in-out;
    }
    .slide {
      width: 366px;
      height: 200px;
      box-sizing: border-box;
      padding: 20px;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
      border-radius: 15px;
      margin: 0 15px;
      transform: scale(1.0);
      transform-origin: center;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }
    .slide:hover {
      transform: scale(1.15);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    }
    .slide p {
      font-size: 18px;
      line-height: 1.7;
      font-weight: 400;
      color: #f8f8f8;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
    .slide strong {
      display: block;
      color: #ffc107;
      margin-top: 20px;
      font-size: 20px;
      font-weight: 600;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
    .slide span {
      font-size: 16px;
      color: #e0e0e0;
      font-weight: 500;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
    .nav {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      background: linear-gradient(135deg, #f5b021, #e6a01f);
      color: #fff;
      border: none;
      padding: 15px 20px;
      cursor: pointer;
      font-size: 24px;
      border-radius: 50%;
      z-index: 2;
      box-shadow: 0 4px 15px rgba(245, 176, 33, 0.4);
      transition: all 0.3s ease;
    }
    .nav:hover {
      background: linear-gradient(135deg, #e6a01f, #d4951a);
      transform: translateY(-50%) scale(1.1);
      box-shadow: 0 6px 20px rgba(245, 176, 33, 0.6);
    }
    .prev {
      left: 20px;
    }
    .next {
      right: 20px;
    }
    .dots {
      margin-top: 30px;
      position: relative;
      z-index: 1;
    }
    .dot {
      height: 14px;
      width: 14px;
      margin: 0 8px;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      display: inline-block;
      transition: all 0.3s ease;
      cursor: pointer;
      border: 2px solid transparent;
    }
    .dot:hover {
      background-color: rgba(245, 176, 33, 0.7);
      transform: scale(1.2);
    }
    .dot.active {
      background-color: #f5b021;
      border-color: #fff;
      transform: scale(1.3);
      box-shadow: 0 0 10px rgba(245, 176, 33, 0.5);
    }

    /* this code is footer2 */

    .faq-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
}
.faq-container h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #5a2a00;
}
.faq-item {
  background-color: #fff5e5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.faq-item:hover {
  background-color: #ffe9cc;
}
.faq-question {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  display: none;
  padding-top: 10px;
  font-size: 0.95rem;
  color: #444;
}
.faq-item.open .faq-answer {
  display: block;
}
.plus-icon {
  font-size: 24px;
}

.puja {
  width: 100%;
  min-width: 80%;
  display: flex;
  background-color: #3a1f0f;
}

.puja_half {
  color: white;
  height: 100%;
  width: 50%;
  min-width: 40%;
}
#puja_donate {
  height: 43px;
  width: 130px;
  min-width: 30px;
  color: #93512A;
  background-color: #F0E5C5;
  font-size: 1rem;
  border-radius: 10px;
  margin-top: 30px;
  margin-left: 80px;
}

.puja_half h1 {
  padding-left: 80px;
  padding-top: 60px;
}
.puja_half p {
  padding-left: 80px;
  padding-top: 20px;
}
.puja_half2 {
  height: 100%;
  width: 50%;
  min-width: 40%;
}

/* footer main */
.footer_main {
  font-size: 1rem;
  max-width: 100%;
  min-width: 80%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
  padding: 60px 0;
  border-top: 4px solid #f5b021;
  position: relative;
  overflow: hidden;
}

.footer_main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23f5b021" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
  pointer-events: none;
}

.footer_main1 {
  width: 85%;
  min-width: 80%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.footer1 {
  height: 100%;
  width: 25%;
  margin-left: 30px;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}

.footer1 img {
  filter: brightness(1) contrast(1.1);
  transition: all 0.3s ease;
  opacity: 0.9;
}

.footer1 img:hover {
  filter: brightness(1.2) contrast(1.2);
  transform: scale(1.05);
  opacity: 1;
}

.footer1 p {
  color: #cccccc;
  line-height: 1.6;
  margin-top: 15px;
  font-size: 0.95rem;
}

.footer2 {
  height: 100%;
  width: 15%;
  margin-left: 30px;
}
.footer2 h2 {
  padding-top: 25px;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.footer2 h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #f5b021, #e6a01f);
  border-radius: 1px;
}
.footer2 p {
  padding-top: 8px;
  padding-left: 20px;
  font-size: 1rem;
  color: #cccccc;
  line-height: 1.8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer2 p:hover {
  color: #f5b021;
  transform: translateX(5px);
}
.footer3 {
  height: 100%;
  width: 33%;
  margin-left: 30px;
}
.footer3 h2 {
  padding-top: 25px;
  padding-left: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.footer3 h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #f5b021, #e6a01f);
  border-radius: 1px;
}
.footer3 p {
  padding-top: 8px;
  padding-left: 50px;
  font-size: 1rem;
  color: #cccccc;
  line-height: 1.8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer3 p:hover {
  color: #f5b021;
  transform: translateX(5px);
}
.footer4 {
  height: 100%;
  width: 25%;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
} 

.footer4 h3 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer4 .social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer4 i {
  font-size: 2.2rem;
  color: #cccccc;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer4 i:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #f5b021, #e6a01f);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(245, 176, 33, 0.4);
}

.footer_main2 {
  height: 80px;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 25px 0;
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
  color: #cccccc;
  font-size: 0.9rem;
  border-top: 1px solid rgba(245, 176, 33, 0.3);
  position: relative;
}

.footer_main2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f5b021, transparent);
}

.footer_main2 p {
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 20px;
  position: relative;
}

.footer_main2 p:hover {
  color: #f5b021;
  background: rgba(245, 176, 33, 0.1);
  transform: translateY(-2px);
}