/* Custom styles for Discover section (Latest news & Upcoming events) */
.discover-area { padding-top: 30px; padding-bottom: 40px; }
.discover-area .section-title h2 { font-family: 'Jost', sans-serif; font-size: 34px; margin-bottom: 20px; }
.discover-area .latest-news { margin-bottom: 30px; }
.discover-news .lead-card { position: relative; overflow: hidden; }
.discover-news .lead-card .lead-img { width:100%; height:420px; background-size:cover; background-position:center; }
.discover-news .lead-card .lead-overlay { position:absolute; left:30px; bottom:30px; background:#ffffff; padding:18px; max-width:420px; box-shadow:0 6px 20px rgba(0,0,0,0.12); }
.discover-news .lead-overlay small { color:#6f8290; display:block; margin-bottom:8px; }
.discover-news .lead-overlay h5 { font-size:18px; margin:0 0 8px; color:#0e2b3a; }
.discover-news .lead-overlay p { color:#6b7176; font-size:13px; margin:0; }
.discover-news .small-card { background:#f3f6f7; padding:14px; height:200px; overflow:hidden; }
.discover-news .small-card .date { font-size:13px; color:#6f8290; margin-bottom:6px; display:block; }
.discover-news .small-card h6 { margin:0 0 8px; font-size:16px; color:#0e2b3a; }
.discover-events .event-card { background:#eef5f7; padding:12px; }
.event-badge { width:64px; text-align:center; background:#fff; padding:8px 6px; margin-right:12px; display:inline-block; }
.event-badge strong { display:block; font-size:20px; }
.event-badge small { display:block; font-size:12px; color:#6f8290; }
.discover-events .event-card h6 { margin:0 0 6px; font-size:16px; color:#0e2b3a; }
.discover-events .event-card small { color:#6f8290; }

/* Events Showcase Section Styles */
.events-showcase-area { padding-top: 60px; padding-bottom: 80px; }
.events-showcase-area .section-title h2 { font-family: 'Jost', sans-serif; font-size: 34px; margin-bottom: 20px; color:#0e2b3a; }
.event-showcase-card { overflow:hidden; background:#fff; box-shadow:0 4px 12px rgba(0,0,0,0.08); transition:all 0.3s ease; }
.event-showcase-card:hover { transform:translateY(-5px); box-shadow:0 8px 24px rgba(0,0,0,0.12); }
.event-showcase-card .event-img { position:relative; }
.event-showcase-card .event-arrow-btn { position:absolute; top:15px; right:15px; width:45px; height:45px; background:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; color:#2d65fe; opacity:0; transition:all 0.3s ease; }
.event-showcase-card:hover .event-arrow-btn { opacity:1; }
.event-showcase-card .event-content h4 { font-size:20px; line-height:1.3; margin-bottom:12px; }
.event-showcase-card .event-content h4 a { color:#0e2b3a; text-decoration:none; }
.event-showcase-card .event-content h4 a:hover { color:#2d65fe; }
.event-showcase-card .read-more { text-decoration:none; }
.event-showcase-card .read-more:hover { text-decoration:underline; }

/* Formal Events Section Styles */
.formal-events-area { background:#fff; padding-top:80px; padding-bottom:80px; }
.formal-events-area .section-title h2 { font-family:'Jost', sans-serif; font-size:36px; color:#0e2b3a; margin-bottom:10px; }
.formal-events-area .section-title p { font-size:16px; color:#777; margin:0; }
.formal-event-card { background:#f9f9f9; padding:25px; border-radius:6px; transition:all 0.3s ease; border:1px solid #eee; }
.formal-event-card:hover { box-shadow:0 8px 24px rgba(0,0,0,0.12); transform:translateY(-3px); background:#fff; }
.formal-event-card .event-date-badge { border-radius:4px; }
.formal-event-card h4 { font-family:'Jost', sans-serif; color:#0e2b3a; font-size:20px; line-height:1.4; margin-bottom:15px; }
.formal-event-card a { text-decoration:none; }

@media (max-width:767px){
    .discover-news .lead-img{ height:220px }
    .discover-news .lead-overlay{ position:relative; left:auto; bottom:auto; margin-top:10px; max-width:100%; }
    .event-showcase-card .event-img { height:200px; }
    .formal-events-area .section-title h2 { font-size:28px; }
}

