/* ==========================================================
   EVENTS PAGE - POLISHED & ENLARGED WITH SUBTLE DECORATIONS
   ========================================================== */

/* Main Container Background & Watermarks */
.events-page-body {
    background-color: #fffdf9 !important;
    color: #061325;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* Background Botanical Watermark Accents (Decorating Empty Side Margins) */
.events-botanical-topleft {
    position: absolute;
    top: 90px;
    left: 15px;
    width: 320px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
}

.events-botanical-topright {
    position: absolute;
    top: 90px;
    right: 15px;
    width: 320px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
}

.events-botanical-midleft {
    position: absolute;
    top: 36%;
    left: -50px;
    width: 320px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.45;
}

.events-botanical-midright {
    position: absolute;
    top: 54%;
    right: -50px;
    width: 320px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.45;
}

.events-botanical-botleft {
    position: absolute;
    top: 74%;
    left: -60px;
    width: 300px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.40;
}

.events-botanical-botright {
    position: absolute;
    top: 86%;
    right: -60px;
    width: 300px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.40;
}

/* Outer Wrapper for Hero & Cards Section with subtle watercolor cutout bg */
.events-main-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
}

.events-main-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('watercolor_frame_bg.png');
    background-size: cover;
    background-position: center;
    opacity: 0.20;
    pointer-events: none;
    z-index: 0;
}

.events-main-wrapper > * {
    position: relative;
    z-index: 1;
}

/* ==========================================================
   HERO SECTION: OUR EVENTS - EVENTS & ACTIVITIES
   ========================================================== */
.events-hero-container {
    max-width: 1260px;
    width: 94%;
    margin: 45px auto 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}

.events-hero-left {
    flex: 1.15;
    max-width: 640px;
}

.events-tag-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.events-tag-wrapper .tag-dash {
    width: 28px;
    height: 2px;
    background-color: #f37022;
}

.events-tag-wrapper .events-section-tag {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #f37022;
    text-transform: uppercase;
}

.events-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    color: #061325;
    margin-bottom: 20px;
}

.events-hero-title .highlight-orange-italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #f37022;
    font-weight: 600;
}

.events-hero-desc {
    font-size: 16.5px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 26px;
}

.events-script-tagline {
    display: inline-block;
    position: relative;
}

.events-script-tagline span {
    font-family: 'Caveat', cursive;
    font-size: 38px;
    font-weight: 700;
    color: #f37022;
    letter-spacing: 1px;
}

/* Hero Right Column - Tilted Photo Frame & Polaroid Badge */
.events-hero-right {
    flex: 0.95;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.events-hero-photo-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
}

/* Decorative leaf behind photo */
.events-hero-photo-wrap::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -15px;
    width: 220px;
    height: 220px;
    background-image: url('images-photo/13_right_botanical_decor.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.85;
    z-index: 0;
}

.events-hero-photo-card {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(6, 19, 37, 0.16);
    border: 4px solid #ffffff;
    transform: rotate(2deg);
    transition: transform 0.3s ease;
    height: 310px;
}

.events-hero-photo-card:hover {
    transform: rotate(0deg) scale(1.02);
}

.events-hero-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-play-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: #f37022;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(243, 112, 34, 0.4);
    cursor: pointer;
    z-index: 2;
}

.hero-polaroid-badge {
    position: absolute;
    bottom: -15px;
    left: -20px;
    background: #ffffff;
    padding: 12px 22px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transform: rotate(-4deg);
    z-index: 3;
    border: 1px solid #f3f4f6;
}

.hero-polaroid-badge span {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    font-weight: 700;
    color: #061325;
    line-height: 1.2;
    display: block;
}

/* ==========================================================
   SECTION HEADER: MOMENTS THAT MAKE A DIFFERENCE
   ========================================================== */
.events-section-header {
    text-align: center;
    max-width: 860px;
    margin: 70px auto 50px;
    padding: 35px 45px;
    position: relative;
    border-radius: 24px;
}

/* Watercolor Brush Frame Border from Reference Image */
.events-section-header::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -20px;
    right: -20px;
    bottom: -15px;
    background-image: url('watercolor_frame_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.75;
    pointer-events: none;
    z-index: 0;
}

.events-section-header > * {
    position: relative;
    z-index: 1;
}

.events-section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    color: #061325;
    margin: 14px 0 16px;
}

.events-section-header h2 .highlight-orange {
    color: #f37022;
}

.events-section-header p {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.7;
}

/* ==========================================================
   EVENT CARDS: 3-COLUMN STAGGERED ROW LAYOUT (ENLARGED & SPACIOUS)
   ========================================================== */
.events-cards-container {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* Card Base Structure */
.event-card-row {
    background: #ffffff;
    border-radius: 24px;
    padding: 38px 42px;
    box-shadow: 0 14px 40px rgba(6, 19, 37, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: grid;
    grid-template-columns: 380px 1fr 320px;
    align-items: center;
    gap: 36px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(6, 19, 37, 0.10);
}

/* Reversed Card Layout */
.event-card-row.reverse {
    grid-template-columns: 1fr 300px 380px;
}

/* Media Col (Video/Photo) */
.event-media-col {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background: #061325;
}

.event-media-col video,
.event-media-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-play-icon {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    background: #f37022;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(243, 112, 34, 0.4);
    pointer-events: none;
    z-index: 2;
}

/* Info Col */
.event-info-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
}

.event-date-pill {
    display: inline-block;
    background: #f37022;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.event-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 700;
    color: #061325;
    margin-bottom: 16px;
    line-height: 1.35;
}

.event-card-desc {
    font-size: 15.5px;
    line-height: 1.72;
    color: #4b5563;
    margin: 0;
}

/* Highlights Col */
.event-highlights-col {
    background: #fff8f0;
    border-radius: 18px;
    padding: 28px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ffeedb;
}

.event-highlights-col h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: #061325;
    margin-bottom: 18px;
    text-transform: none;
}

.event-highlights-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.event-highlights-col li {
    font-size: 14.5px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 12px;
}

.event-highlights-col li i {
    color: #f37022;
    font-size: 16px;
    flex-shrink: 0;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .event-card-row,
    .event-card-row.reverse {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    
    .event-media-col {
        height: 250px;
    }
    
    .events-hero-container {
        flex-direction: column;
        text-align: center;
    }
    
    .events-hero-left {
        max-width: 100%;
    }
}