 /* Hero Section */
    .wp-hero {
      background-image: url('https://images.pexels.com/photos/466685/pexels-photo-466685.jpeg?auto=compress&cs=tinysrgb&w=1920');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
      padding: 140px 20px;
      text-align: center;
      color: #fff;
    }
    .wp-hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 0;
    }
    .wp-hero h1 {
      position: relative;
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: 1px;
      z-index: 1;
    }

    /* Main Section */
    .wp-main {
      padding: 60px 0;
      background: #fff;
    }
    .wp-title {
      color: #2e8b57;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .wp-tab-content h3 {
      color: #2e8b57;
      font-weight: 700;
    }
    .wp-tab-content p {
      line-height: 1.7;
      color: #444;
    }
    .wp-image {
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin-bottom: 25px;
    }

    /* Tabs */
    .wp-tab-list {
      background: #f5f5f5;
      border-radius: 6px;
      padding: 15px;
    }
    .wp-tab-list .nav-link {
      color: #333;
      text-align: left;
      border-radius: 0;
      border-left: 4px solid transparent;
      transition: all 0.3s ease;
    }
    .wp-tab-list .nav-link:hover {
      background: #e8f5e9;
    }
    .wp-tab-list .nav-link.active {
      background: #fff;
      border-left: 4px solid #2e8b57;
      color: #2e8b57;
      font-weight: 600;
    }

    @media (max-width: 991px) {
      .wp-tab-list {
        margin-top: 30px;
      }
    }

    /* ✅ Subscribe Section (Same as Screenshot) */
    .wp-subscribe {
      background: #2e8b57;
      color: #fff;
      text-align: center;
      padding: 60px 20px;
    }
    .wp-subscribe h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 10px;
      letter-spacing: 1px;
    }
    .wp-subscribe p {
      font-size: 1rem;
      margin-bottom: 20px;
    }
    .wp-subscribe .btn {
      background: #000;
      color: #fff;
      padding: 12px 35px;
      border-radius: 0;
      font-weight: 600;
      transition: background 0.3s ease;
    }
    .wp-subscribe .btn:hover {
      background: #111;
    }


    /* plan you event css start  */

    
/* Hero Section */
.wdrfevent-hero-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  overflow: hidden;
}

.wdrfevent-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1519331379826-f10be5486c6f?w=1920&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.wdrfevent-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}

.wdrfevent-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.wdrfevent-main-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Content Section */
.wdrfevent-content-section {
  background: #ffffff;
  padding: 80px 0;
}

.wdrfevent-content-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.wdrfevent-intro-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.7;
}

.wdrfevent-info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.wdrfevent-list-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.wdrfevent-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2e8b57;
  font-weight: bold;
  font-size: 20px;
}

.wdrfevent-text-link {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #2e8b57;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease;
}

.wdrfevent-text-link:hover {
  color: #2e8b57;
  text-decoration-thickness: 2px;
}

.wdrfevent-body-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.7;
}

.wdrfevent-reserve-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3d3d3d;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.wdrfevent-reserve-btn:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.wdrfevent-btn-arrow {
  transition: transform 0.3s ease;
}

.wdrfevent-reserve-btn:hover .wdrfevent-btn-arrow {
  transform: translateX(4px);
}

/* Subscribe Section */
.wdrfevent-subscribe-section {
  background: #2e8b57;
  padding: 80px 0;
  text-align: center;
}

.wdrfevent-subscribe-content {
  max-width: 700px;
  margin: 0 auto;
}

.wdrfevent-subscribe-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.wdrfevent-subscribe-text {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.6;
}

.wdrfevent-signup-btn {
  background: #2a2a2a;
  color: #ffffff;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.wdrfevent-signup-btn:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .wdrfevent-hero-section {
    min-height: 400px;
    padding: 60px 0;
  }

  .wdrfevent-main-heading {
    font-size: 32px;
  }

  .wdrfevent-content-section {
    padding: 60px 0;
  }

  .wdrfevent-content-box {
    padding: 0 20px;
  }

  .wdrfevent-intro-text,
  .wdrfevent-body-text,
  .wdrfevent-list-item {
    font-size: 15px;
  }

  .wdrfevent-reserve-btn {
    padding: 12px 24px;
    font-size: 13px;
  }

  .wdrfevent-subscribe-section {
    padding: 60px 20px;
  }

  .wdrfevent-subscribe-heading {
    font-size: 26px;
  }

  .wdrfevent-subscribe-text {
    font-size: 16px;
  }

  .wdrfevent-subscribe-text br {
    display: none;
  }
}

@media (max-width: 480px) {
  .wdrfevent-main-heading {
    font-size: 26px;
  }

  .wdrfevent-reserve-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Animation on scroll */
@keyframes wdrfevent-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wdrfevent-content-box {
  animation: wdrfevent-fadeInUp 0.8s ease-out;
}



/* woodruff evan  */


    /* ===================== HERO IMAGE ===================== */
    .wp-hero {
      background: url('https://i.pinimg.com/736x/5f/d6/e9/5fd6e910c42c34dfa0d61222af838143.jpg') no-repeat center center/cover;
      height: 320px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .wp-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
    }

    .wp-hero h1 {
      position: relative;
      color: #fff;
      font-size: 2.8rem;
      font-weight: 700;
      text-align: center;
      letter-spacing: 1px;
    }

    /* ===================== MAIN EVENT SECTION ===================== */
    .wp-event-section {
      text-align: center;
      padding: 80px 20px;
      background-color: #fff;
    }

    .wp-event-section h2 {
      color: #4CAF50;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 2.2rem;
    }

    .wp-event-section p {
      max-width: 750px;
      margin: 0 auto 60px;
      font-size: 1.05rem;
      color: #444;
      line-height: 1.7;
    }

    .wp-event-section a {
      color: #4CAF50;
      text-decoration: none;
      font-weight: 600;
    }

    /* ===================== EVENT CARD ===================== */
    .wp-event-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
      width: 320px;
      margin: 0 auto;
      transition: all 0.3s ease;
    }

    .wp-event-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    }

    .wp-event-img {
      height: 200px;
      background: url('https://i.pinimg.com/1200x/f6/00/ce/f600cef8a02b9dbe6afe15e61cdc9498.jpg') no-repeat center/cover;
    }

    .wp-event-body {
      padding: 20px;
    }

    .wp-event-date {
      display: inline-block;
      background: #00A651;
      color: #fff;
      padding: 6px 14px;
      font-weight: 600;
      border-radius: 20px;
      font-size: 0.9rem;
      margin-bottom: 12px;
    }

    .wp-event-title {
      font-weight: 700;
      color: #333;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }


    @media (max-width: 576px) {
      .wp-hero h1 {
        font-size: 2rem;
      }
     
    }


    /* support page css  start */

    
    /* ================= HERO ================= */
    .wp-woodruff-parkhero {
      position: relative;
      background: url('https://i.pinimg.com/736x/ed/cd/52/edcd524660261181a959f2757f4df3a2.jpg') center/cover no-repeat;
      height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .wp-woodruff-parkhero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
    }

    .wp-woodruff-parkhero h1 {
      position: relative;
      color: #fff;
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: 1px;
    }

    /* ================= CONTENT SECTION ================= */
    .wp-woodruff-parksection {
      padding: 80px 20px;
    }

    .wp-woodruff-parktitle {
      color: #4CAF50;
      font-weight: 700;
      margin-bottom: 25px;
      font-size: 2rem;
    }

    .wp-woodruff-parktext {
      color: #444;
      line-height: 1.7;
      font-size: 1.05rem;
    }

    .wp-woodruff-parkimg {
      margin: 40px 0;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    }

    .wp-woodruff-parkimg img {
      width: 100%;
      height: 80%;
      display: block;
    }

    /* ================= TAB SYSTEM ================= */
    .wp-woodruff-parktabs {
      border-left: 2px solid #eee;
      padding-left: 20px;
    }

    .wp-woodruff-parktab-btn {
      display: block;
      background: #f7f7f7;
      color: #333;
      border: 1px solid #ddd;
      border-radius: 6px;
      margin-bottom: 10px;
      padding: 12px 15px;
      font-weight: 600;
      text-align: center;
      transition: 0.3s;
      cursor: pointer;
    }

    .wp-woodruff-parktab-btn.active,
    .wp-woodruff-parktab-btn:hover {
      background: #4CAF50;
      color: #fff;
      border-color: #4CAF50;
    }

    .wp-woodruff-parktab-content {
      display: none;
      animation: fadeIn 0.6s ease;
    }

    .wp-woodruff-parktab-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(15px);}
      to {opacity: 1; transform: translateY(0);}
    }

    
    @media (max-width: 768px) {
      .wp-woodruff-parktabs {
        border-left: none;
        border-top: 2px solid #eee;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
      }
    }