.elementor-1368 .elementor-element.elementor-element-822c59c{--display:flex;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1368 .elementor-element.elementor-element-8d3d3ff{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2aa1e55 */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

.hero-donation-banner-block,
.hero-donation-banner-block * {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hero-donation-banner-section {
  position: relative !important;
  width: 100% !important;
  height: 350px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background-image: url('/wp-content/uploads/2026/07/Vishnudham-mandir.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  font-family: 'Poppins', sans-serif !important;
  color: #ffffff !important;
}

.hero-donation-banner-section .hero-bg-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg, 
    rgba(15, 8, 5, 0.88) 0%, 
    rgba(20, 10, 5, 0.70) 50%, 
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  z-index: 2 !important;
}

.hero-donation-banner-section .hero-container {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  position: relative !important;
  z-index: 3 !important;
}

.hero-donation-banner-section .hero-content-wrapper {
  max-width: 700px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.hero-donation-banner-section .hero-main-title {
  font-family: 'Cinzel', serif !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  color: #ffaa33 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: -0.5px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase !important;
}

.hero-donation-banner-section .hero-main-title .title-white {
  color: #ffffff !important;
}

.hero-donation-banner-section .hero-main-title .title-orange {
  color: #ffaa33 !important;
}

.hero-donation-banner-section .hero-title-separator {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  width: 200px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(255, 170, 51, 0.8), rgba(255, 170, 51, 0.2)) !important;
  position: relative !important;
}

.hero-donation-banner-section .hero-title-separator::after {
  content: '◆' !important;
  position: absolute !important;
  color: #ffaa33 !important;
  font-size: 11px !important;
  top: 50% !important;
  left: 48px !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
}

.hero-donation-banner-section .sep-line, 
.hero-donation-banner-section .sep-ornament {
  display: none !important;
}

.hero-donation-banner-section .hero-breadcrumbs {
  font-size: 14px !important;
  color: #d1b89d !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.hero-donation-banner-section .breadcrumb-link {
  color: #e6cbb2 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: color 0.3s ease !important;
}

.hero-donation-banner-section .breadcrumb-link:hover {
  color: #ffaa33 !important;
}

.hero-donation-banner-section .breadcrumb-separator {
  color: #8c735c !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.hero-donation-banner-section .breadcrumb-current {
  color: #ffaa33 !important;
  font-weight: 500 !important;
}

/* --- MEDIA QUERIES --- */

@media (max-width: 991px) {
  .hero-donation-banner-section {
    height: 200px !important;
  }

  .hero-donation-banner-section .hero-container {
    padding: 0 30px !important;
  }

  .hero-donation-banner-section .hero-main-title {
    font-size: 38px !important;
  }
}

@media (max-width: 768px) {
  .hero-donation-banner-section {
    height: 190px !important;
  }

  .hero-donation-banner-section .hero-bg-overlay {
    background: linear-gradient(
      180deg, 
      rgba(15, 8, 5, 0.92) 0%, 
      rgba(20, 10, 5, 0.75) 60%, 
      rgba(0, 0, 0, 0.40) 100%
    ) !important;
  }

  .hero-donation-banner-section .hero-container {
    padding: 0 20px !important;
  }

  .hero-donation-banner-section .hero-main-title {
    font-size: 28px !important;
  }

  .hero-donation-banner-section .hero-breadcrumbs {
    font-size: 13px !important;
    gap: 6px !important;
  }
}

@media (max-width: 480px) {
  .hero-donation-banner-section {
    height: 180px !important;
  }

  .hero-donation-banner-section .hero-container {
    padding: 0 16px !important;
  }

  .hero-donation-banner-section .hero-main-title {
    font-size: 22px !important;
    letter-spacing: 0 !important;
  }

  .hero-donation-banner-section .hero-title-separator {
    width: 140px !important;
  }

  .hero-donation-banner-section .hero-title-separator::after {
    left: 20px !important;
  }

  .hero-donation-banner-section .hero-breadcrumbs {
    font-size: 12px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-31b4283 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.donation-list-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.donation-list-title {
    margin: 0 0 20px;
    padding-bottom: 8px;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block; 
    width: fit-content;
}

.donation-list-title::after {
    content: '';
    display: block;
    width: 60%; 
    height: 3px;
    background-color: #f58220;
    margin-top: 6px;
    border-radius: 2px;
}

.donation-table-container {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.donation-table {
    width: 100%;
    min-width: 900px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.donation-table th:nth-child(1),
.donation-table td:nth-child(1) {
    width: 6%;
}

.donation-table th:nth-child(2),
.donation-table td:nth-child(2) {
    width: 25%;
}

.donation-table th:nth-child(3),
.donation-table td:nth-child(3) {
    width: 10%;
}

.donation-table th:nth-child(4),
.donation-table td:nth-child(4) {
    width: 10%;
}

.donation-table th:nth-child(5),
.donation-table td:nth-child(5) {
    width: 40%;
}

.donation-table thead th {
    padding: 14px 12px;
    background: #f58220;
    color: #fff;
    border: 1px solid #e06f0b;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}

.donation-table tbody td {
    padding: 13px 12px;
    background: #fff;
    color: #000; 
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 'Poppins', sans-serif;
}

.donation-table th:first-child,
.donation-table td:first-child {
    text-align: center;
}

.donation-table td:nth-child(2) {
    color: #333333;
    font-weight: 500;
}

.donation-table td:nth-child(3) {
    color: #333333; 
    font-weight: 600;
    white-space: nowrap;
}

.donation-table th:nth-child(4),
.donation-table td:nth-child(4) {
    white-space: nowrap;
}

.donation-table p {
    margin: 0;
    color: #000;
}

@media (max-width: 767px) {
    .donation-list-wrapper {
        margin: 20px auto;
    }

    .donation-list-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .donation-table-container {
        width: 100%;
        overflow-x: auto;
        border-radius: 4px;
    }

    .donation-table {
        min-width: 900px;
        table-layout: fixed;
    }

    .donation-table thead th {
        padding: 12px 10px;
        font-size: 13px;
    }

    .donation-table tbody td {
        padding: 11px 10px;
        font-size: 13px;
    }
}/* End custom CSS */