/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Your Name
Template: astra
Version: 1.0.0
*/

/* Add your custom CSS below this line */
 .sufi-event-container {
            color: #333;
            margin: 0 auto;
            background: var(--sufi-bg);
            line-height: 1.6;
        }

        /* Hero Section */
        .sufi-event-container .custom-hero {
            position: relative;
            height: 450px;
            display: flex;
            display: flex;
    justify-content: flex-end;
    flex-direction: column;
            padding: 40px;
        }

        .sufi-event-container .custom-hero::before {
            content:"";
            position: absolute;
            top: 0px;
            left: 0px;
            height:100%;
            width: 100%;
            background:#000;
            opacity: 0.5;
            color: white;
            font-weight: bold;
            gap: 8px;
        }

        .sufi-event-container .hero-btn-top {
            position: absolute;
            bottom: 40px;
            right: 40px;
            background: var(--sufi-pink-grad);
            color: white;
            padding: 12px 25px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
        }
.hero-location {
    color:#fff;
    z-index: 9;
    display: flex;
    gap: 10px;
    align-items: center;
}
        /* Countdown Bar */
        .sufi-event-container .custom-countdown-bar {
            background: linear-gradient(to right, #0284c7, #9333ea, #db2777);;
            color: white;
            padding: 15px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .sufi-event-container .timer-units {
            display: flex;
            gap: 15px;
            font-size: 1.6rem;
        }

        .sufi-event-container .timer-units span {
            font-weight: bold;
        }

        /* Layout Grid */
        .sufi-event-container .custom-main-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            padding: 40px;
        }

        /* Details & Attractions */
        .sufi-event-container .custom-info-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            color: #444;
        }

        .sufi-event-container .custom-icon-pink { color: var(--sufi-pink); }

        .sufi-event-container .custom-attractions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin: 20px 0;
        }

        .sufi-event-container .attraction-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }

        /* Sidebar Cards */
        .sufi-event-container .custom-sidebar-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            margin-bottom: 20px;
        }

        .sufi-event-container .social-icons {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
            background: #4b6cb7; /* Matches the UI blue/purple */
            padding: 10px;
            border-radius: 5px;
        }

        .sufi-event-container .social-icons i {
            color: white;
            cursor: pointer;
        }

        /* Ticket Reservation Section */
        .sufi-event-container .custom-reservation-box {
            background: var(--sufi-pink-grad);
            border-radius: 15px;
            padding: 30px;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
        }

        .sufi-event-container .price-tag {
            font-size: 2.5rem;
            font-weight: bold;
        }

        .sufi-event-container .book-btn-white {
            background: white;
            color: var(--sufi-pink);
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
        }

        /* Reviews */
        .sufi-event-container .custom-review-section {
            background: white;
            padding: 20px;
            border-radius: 15px;
            margin-top: 20px;
        }

        .sufi-event-container .reviewer-info {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 15px;
        }

        .sufi-event-container .reviewer-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #ddd;
        }

        .sufi-event-container .faq-img {
            width: 100%;
            border-radius: 15px;
            height: 150px;
            object-fit: cover;
            margin-top: 20px;
        }

        }
        .Event-title h1 {
    color: #fff;
    z-index: 9;
    position: relative;
}
.info-location {
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.gradient-btn-custom button {
	background: linear-gradient(to right, #0284c7, #9333ea, #db2777);
}
.gradient-btn-custom form.cart {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.event-location-card {
    background: #F9FAFB;
    padding: 30px;
    border-radius: 24px;
}
.event-info-item {
    margin-bottom: 15px;
    font-size: 18px;
}

        /* Responsive */
        @media (max-width: 768px) {
            .sufi-event-container .custom-main-grid { grid-template-columns: 1fr; }
			.info-location {
    display: block;
}
#custom-review-form {
    max-width: 600px;
    margin: 30px auto;
}

.review-field {
    margin-bottom: 15px;
}

#custom-review-form input,
#custom-review-form select,
#custom-review-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #f8f8f8;
    transition: all 0.3s ease;
}

#custom-review-form textarea {
    height: 120px;
    resize: none;
}

#custom-review-form input:focus,
#custom-review-form textarea:focus,
#custom-review-form select:focus {
    border-color: #ff6b35;
    background: #fff;
    outline: none;
}

.review-btn {
    background: #ff6b35;
    color: #fff;
    border: none;
    padding: 14px 25px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.review-btn:hover {
    background: #e85a2a;
}

.review-success {
    margin-top: 15px;
    color: green;
    font-weight: 500;
}
.ppc-button-wrapper {
    margin-bottom: 20px !important;
}