.elementor-948 .elementor-element.elementor-element-a19c3ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-948 .elementor-element.elementor-element-0f2bc16{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-948 .elementor-element.elementor-element-e109beb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-948 .elementor-element.elementor-element-981d756{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-948 .elementor-element.elementor-element-a19c3ca{--margin-top:-145px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-948 .elementor-element.elementor-element-0f2bc16{margin:-110px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-0f2bc16 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

.ep-section {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #1a3d2e 0%, #2d5537 50%, #1a3d2e 100%);
  padding: 80px 20px 80px;
  position: relative;
  overflow: hidden;
}

.ep-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1587174486073-ae5e5cff23aa?w=1600') center/cover;
  opacity: 0.15;
}

.ep-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ep-header {
  text-align: center;
  margin-bottom: 50px;
}

.ep-club-name {
  font-size: 14px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ep-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 8vw, 64px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ep-tagline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 4vw, 28px);
  font-style: italic;
  color: #c9a86c;
  margin-bottom: 30px;
}

.ep-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 2px solid #c9a86c;
  margin-bottom: 40px;
}

.ep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.ep-card {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(201,168,108,0.2);
}

.ep-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,168,108,0.5);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.ep-card-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a3d2e;
}

.ep-card-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.ep-card:hover .ep-card-image {
  transform: scale(1.03);
}

.ep-card-content {
  padding: 20px;
}

.ep-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.ep-card-date {
  font-size: 13px;
  color: #c9a86c;
  margin-bottom: 12px;
  font-weight: 500;
}

.ep-card-description {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin-bottom: 15px;
}

.ep-card-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #c9a86c;
  color: #1a3d2e;
  border: 2px solid #c9a86c;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.ep-card-btn:hover {
  background: transparent;
  color: #c9a86c;
}

.ep-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.ep-featured .ep-card-image-wrapper {
  height: 100%;
}

.ep-featured .ep-card-image {
  height: 100%;
  object-fit: cover;
}

.ep-featured .ep-card-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ep-featured .ep-card-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.ep-featured .ep-card-description {
  font-size: 15px;
  margin-bottom: 20px;
}

.ep-contact {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(201,168,108,0.3);
}

.ep-contact-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.ep-contact-text {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 25px;
}

.ep-cta-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.ep-btn {
  text-decoration: none;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.ep-btn-primary {
  background: #c9a86c;
  color: #1a3d2e;
  border: 2px solid #c9a86c;
}

.ep-btn-primary:hover {
  background: transparent;
  color: #c9a86c;
}

.ep-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}

.ep-btn-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}

.ep-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #c9a86c;
  color: #1a3d2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
  z-index: 2;
}

@media (max-width: 900px) {
  .ep-featured { grid-template-columns: 1fr; }
  .ep-featured .ep-card-content { padding: 25px; }
  .ep-featured .ep-card-title { font-size: 22px; }
}

@media (max-width: 768px) {
  .ep-section { padding: 160px 15px 50px; }
  .ep-grid { grid-template-columns: 1fr; gap: 25px; }
  .ep-card-content { padding: 18px; }
}/* End custom CSS */