    /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */
    
        /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */

    /* ============ EVENT SECTION STYLES ============ */
    .event-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    }

    .event-image-wrapper {
        margin-bottom: 30px;
    }

    .event-poster {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .event-poster:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
    }

    .event-content {
        padding: 0 30px;
    }

    .event-label {
        display: inline-block;
        color: #d4af37;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
        background: rgba(212, 175, 55, 0.1);
        padding: 5px 12px;
        border-radius: 20px;
    }

    .event-title {
        font-size: 3rem;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 10px;
        line-height: 1.1;
    }

    .event-subtitle {
        font-size: 1.3rem;
        color: #c2185b;
        font-weight: 600;
        margin-bottom: 40px;
        font-style: italic;
    }

    .event-details {
        margin-bottom: 40px;
    }

    .detail-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        padding: 15px;
        background: rgba(255, 255, 255, 0.8);
        border-left: 4px solid #d4af37;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .detail-item:hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .detail-icon {
        font-size: 24px;
        margin-right: 15px;
        min-width: 30px;
    }

    .detail-label {
        font-size: 0.85rem;
        color: #999;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 0 5px 0;
    }

    .detail-text {
        font-size: 1rem;
        color: #2d2d2d;
        font-weight: 600;
        margin: 0;
    }

    .event-highlights {
        margin-bottom: 30px;
        background: rgba(196, 33, 91, 0.05);
        padding: 25px;
        border-radius: 10px;
        border-left: 5px solid #c2185b;
    }

    .event-highlights h4 {
        color: #2d2d2d;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 1.1rem;
    }

    .event-highlights ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .event-highlights li {
        color: #555;
        font-weight: 500;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .event-highlights li:last-child {
        margin-bottom: 0;
    }

    .event-promo {
        background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    }

    .promo-text {
        font-size: 1rem;
        color: #333;
        font-weight: 600;
        margin: 0;
    }

    .event-cta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .btn-register {
        background: linear-gradient(135deg, #c2185b 0%, #e91e63 100%);
        color: #fff;
        border: none;
        padding: 15px 40px;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 5px 20px rgba(193, 24, 91, 0.3);
        min-width: 250px;
    }

    .btn-register:hover {
        background: linear-gradient(135deg, #a0174d 0%, #c2185b 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(193, 24, 91, 0.4);
        color: #fff;
        text-decoration: none;
    }

    .btn-register:active {
        transform: translateY(0);
    }

    .contact-info {
        color: #666;
        font-size: 0.95rem;
        line-height: 1.6;
        margin: 0;
    }

    .contact-info strong {
        color: #c2185b;
        font-size: 1.1rem;
    }

    /* ============ RESPONSIVE STYLES ============ */
    @media (max-width: 991px) {
        .event-section {
            padding: 60px 0;
        }

        .event-title {
            font-size: 2.2rem;
        }

        .event-subtitle {
            font-size: 1.1rem;
        }

        .event-content {
            padding: 0;
            margin-top: 30px;
        }

        .btn-register {
            min-width: 100%;
        }
    }

    @media (max-width: 767px) {
        .event-section {
            padding: 40px 0;
        }

        .event-title {
            font-size: 1.8rem;
        }

        .event-subtitle {
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .detail-item {
            padding: 12px;
            margin-bottom: 15px;
        }

        .detail-icon {
            font-size: 20px;
            margin-right: 12px;
        }

        .detail-label {
            font-size: 0.75rem;
        }

        .detail-text {
            font-size: 0.9rem;
        }

        .event-highlights {
            padding: 20px;
        }

        .event-highlights h4 {
            font-size: 1rem;
        }

        .event-highlights li {
            font-size: 0.9rem;
        }

        .btn-register {
            padding: 12px 30px;
            font-size: 0.9rem;
            min-width: 100%;
        }
    }