.col-12.col-md-3.order-2.order-md-1.mt-5.mt-md-0 {
    width: 0;
    visibility: hidden;
    height: 0;
}
.col-md-9 {
    flex: 0 0 auto;
    width: 100%;
}

.t4-header .header-block {
    background-color: #56624b;
}
.fab {
    font-size: x-large;
    margin: 5px;
}
.item-page.layout-default.no-sidebar .top-article-info {
    max-width: 100%;
}
.custom .container-fluid {
    --t4-gutter-x: 0;
}
.navbar-toggler {
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .nav-breakpoint-lg .t4-megamenu {
        background: #56624b;
    }
}
.t4-topbar {
    padding-top: 0;
    padding-bottom: 0;
}      
.col-md-5 {
    margin-top: 5px;
}


.radio-cta-section {
      background: linear-gradient(135deg, #56624b 0%, #444e3b 100%);
      color: #fff;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      max-width: 1000px;
      margin: 0 auto;
    }
    
    .radio-cta-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,0 C77.6142,0 100,22.3858 100,50 C100,77.6142 77.6142,100 50,100 C22.3858,100 0,77.6142 0,50 C0,22.3858 22.3858,0 50,0 Z M50,30 C38.9543,30 30,38.9543 30,50 C30,61.0457 38.9543,70 50,70 C61.0457,70 70,61.0457 70,50 C70,38.9543 61.0457,30 50,30 Z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/svg%3E");
      background-size: 100px 100px;
      opacity: 0.5;
    }
    
    .radio-wave {
      position: absolute;
      bottom: -50px;
      left: 0;
      width: 100%;
      height: 120px;
      background: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
      border-radius: 100%;
      transform-origin: center bottom;
      animation: wave 8s infinite ease-in-out;
    }
    
    @keyframes wave {
      0%, 100% {
        transform: scale(1, 0.2);
      }
      50% {
        transform: scale(1.2, 0.3);
      }
    }
    
    .radio-wave:nth-child(2) {
      left: 25%;
      animation-delay: 1s;
      opacity: 0.6;
    }
    
    .radio-wave:nth-child(3) {
      left: 50%;
      animation-delay: 2s;
      opacity: 0.4;
    }
    
    .radio-wave:nth-child(4) {
      left: 75%;
      animation-delay: 1.5s;
      opacity: 0.7;
    }
    
    .cta-title {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
      position: relative;
    }
    
    .cta-text {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 2rem;
      opacity: 0.9;
    }
    
    .cta-btn {
      background: #a8b545;
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      z-index: 1;
      box-shadow: 0 4px 15px rgba(168, 181, 69, 0.4);
    }
    
    .cta-btn:hover {
      background: #8a9438;
      transform: translateY(-3px);
      box-shadow: 0 7px 20px rgba(168, 181, 69, 0.5);
      color: white;
    }
    
    .cta-btn::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
      z-index: -1;
      transition: transform 0.5s, opacity 0.5s;
    }
    
    .cta-btn:active::after {
      transform: translate(-50%, -50%) scale(20);
      opacity: 1;
      transition: transform 0s;
    }
    
    .vintage-icon {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #a8b545;
    }
    
    .vintage-border {
      width: 100px;
      height: 3px;
      background: #a8b545;
      margin: 0 auto 2rem;
      position: relative;
    }
    
    .vintage-border::before, 
    .vintage-border::after {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      background: #a8b545;
      border-radius: 50%;
      top: -1.5px;
    }
    
    .vintage-border::before {
      left: -3px;
    }
    
    .vintage-border::after {
      right: -3px;
    }
    
    @media (max-width: 768px) {
      .cta-title {
        font-size: 2rem;
      }
      
      .cta-text {
        font-size: 1rem;
        padding: 0 1rem;
      }
    }


  .donation-section {
      background: linear-gradient(135deg, #56624b 0%, #444e3b 100%);
      color: #fff;
      padding: 3.5rem 2rem;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      max-width: 1000px;
      margin: 2rem auto;
    }
    
    .donation-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,0 C77.6142,0 100,22.3858 100,50 C100,77.6142 77.6142,100 50,100 C22.3858,100 0,77.6142 0,50 C0,22.3858 22.3858,0 50,0 Z M50,30 C38.9543,30 30,38.9543 30,50 C30,61.0457 38.9543,70 50,70 C61.0457,70 70,61.0457 70,50 C70,38.9543 61.0457,30 50,30 Z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/svg%3E");
      background-size: 100px 100px;
      opacity: 0.5;
    }
    
    .donation-section h2 {
      font-weight: 700;
      font-size: 2.2rem;
      margin-bottom: 1.25rem;
      position: relative;
      color: #fff;
      text-align: center;
    }
    
    .donation-section h2::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      background: #a8b545;
      margin: 0.75rem auto;
      position: relative;
    }
    
    .donation-section p {
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 2rem;
      opacity: 0.9;
      text-align: center;
      line-height: 1.6;
    }
    
    .donation-section .btn-primary {
      background: #a8b545;
      color: white;
      border: none;
      padding: 0.8rem 2.5rem;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      z-index: 1;
      box-shadow: 0 4px 15px rgba(168, 181, 69, 0.4);
      display: block;
      margin: 0 auto;
    }
    
    .donation-section .btn-primary:hover {
      background: #8a9438;
      transform: translateY(-3px);
      box-shadow: 0 7px 20px rgba(168, 181, 69, 0.5);
      color: white;
    }
    
    .donation-section .btn-primary::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
      z-index: -1;
      transition: transform 0.5s, opacity 0.5s;
    }
    
    .donation-section .btn-primary:active::after {
      transform: translate(-50%, -50%) scale(20);
      opacity: 1;
      transition: transform 0s;
    }
    
    /* PayPal Button Styling */
    .paypal-button-container {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
    }
    
    /* Animation for subtle background accent */
    .donation-wave {
      position: absolute;
      bottom: -50px;
      left: 0;
      width: 100%;
      height: 120px;
      background: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
      border-radius: 100%;
      transform-origin: center bottom;
      animation: donationWave 10s infinite ease-in-out;
    }
    
    @keyframes donationWave {
      0%, 100% {
        transform: scale(1, 0.2);
      }
      50% {
        transform: scale(1.1, 0.3);
      }
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .donation-section h2 {
        font-size: 1.8rem;
      }
      
      .donation-section p {
        font-size: 1rem;
        padding: 0 0.5rem;
      }
    }


/* Main Image Styling */
.main-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Thumbnails Styling */
#galleryThumbnails {
  gap: 0.5rem;
  scroll-behavior: smooth;
}
.gallery-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease, transform 0.3s ease;
}
.gallery-thumbnail:hover {
  border-color: #dc3545;
  transform: scale(1.05);
}

/* Badges */
.badge-custom {
  font-size: 0.85rem;
  padding: 0.5em 0.75em;
  border-radius: 0.4rem;
  text-transform: capitalize;
}

/* Price Styling */
.price-tag {
  font-size: 1.75rem;
  font-weight: bold;
  color: #28a745;
}

/* Product Description */
.product-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Fix for incorrect class usage */
.product-description.lead {
  font-size: 1.2rem;
  font-weight: 400;
}

/* Button */
.btn-danger {
  background-color: #dc3545;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-danger:hover {
  background-color: #c82333;
}

/* Card Customization */
.card {
  border-radius: 0.75rem;
}
.card-header h3 {
  margin-bottom: 0;
  font-weight: 600;
}






/* Remove bullet points and padding from the list */
.fields-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Make the list item behave like a block-level content container */
.field-entry {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
}

/* Align label and value properly */
.field-label {
  font-weight: 600;
  margin-right: 0.5rem;
  display: inline-block;
}

.field-value {
  display: inline-block;
}

/* Optional: refine image layout */
.item-image {
  margin-right: 1rem;
  float: left;
  width: 120px;
}

.item-content {
  overflow: hidden;
}

/* Optional: spacing and layout tweaks */
.page-header h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}





