.elementor-5325 .elementor-element.elementor-element-5f0cb54{--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;--margin-top:22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5325 .elementor-element.elementor-element-0b0b1fc{--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;}.elementor-5325 .elementor-element.elementor-element-148452b{--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;}/* Start custom CSS for html, class: .elementor-element-84dafc0 *//* --- ARS ZONG THEME BANNER --- */
:root {
    --zong-green: #8cc63f;
    --dark-navy: #0f172a;
    --light-grey: #f1f5f9;
}

.ars-zong-banner {
    position: relative;
    width: 100%;
    background-color: var(--light-grey);
    /* Background Image setup */
    background-image: linear-gradient(to right, rgba(241, 245, 249, 0.9) 30%, rgba(241, 245, 249, 0.2) 100%), 
                      url('https://keystoneacademic-res.cloudinary.com/image/upload/c_fill,w_750,h_227,g_auto/dpr_auto/f_auto/q_auto/v1/element/11/110854_shutterstock_1037552143.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #e2e8f0;
}

/* Background Shapes */
.banner-shape-1 {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: var(--zong-green);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 1;
}

.banner-shape-2 {
    position: absolute;
    bottom: -30px;
    right: 20%;
    width: 150px;
    height: 150px;
    border: 15px solid var(--zong-green);
    opacity: 0.05;
    border-radius: 50%;
    z-index: 1;
}

/* Layout Wrapper */
.banner-wrapper {
    display: flex;
    align-items: center;
    min-height: 450px;
    padding: 0 5% 0 8%;
    position: relative;
    z-index: 2; /* Text ko background se upar rakhne ke liye */
}

/* --- Text Side --- */
.banner-text {
    flex: 1;
}

.top-tag {
    color: var(--dark-navy);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}

.country-name {
    color: var(--dark-navy);
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.main-event h1 {
    color: var(--zong-green);
    font-size: 65px;
    font-weight: 900;
    line-height: 0.9;
    margin: 0;
}

.status-tag {
    display: inline-block;
    background: var(--dark-navy);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

/* --- RESPONSIVE FIXES --- */

@media (max-width: 1024px) {
    .banner-wrapper { min-height: 380px; }
    .country-name { font-size: 38px; }
    .main-event h1 { font-size: 50px; }
}

@media (max-width: 767px) {
    .ars-zong-banner {
        /* Mobile par background thoda dark rakha hai taaki text parha jaye */
        background-image: linear-gradient(rgba(241, 245, 249, 0.85), rgba(241, 245, 249, 0.85)), 
                          url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?q=80&w=1000&auto=format&fit=crop');
        background-position: center;
    }
    
    .banner-wrapper {
        text-align: center;
        padding: 60px 20px;
        justify-content: center;
    }

    .top-tag { font-size: 16px; }
    .country-name { font-size: 30px; }
    .main-event h1 { font-size: 45px; }
    .status-tag { font-size: 16px; padding: 5px 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b329f8 */.event-card-container {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.event-highlight-card {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    color: white;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
}

/* Background Image with Overlay */
.card-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95) 40%, rgba(15, 23, 42, 0.4) 100%), 
                url('https://i.ytimg.com/vi/v2L77ozC-aM/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.live-tag {
    background: #ff0000;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.yt-icon-small {
    width: 30px;
    margin-left: 10px;
    vertical-align: middle;
}

.event-details h3 {
    font-size: 28px;
    margin: 15px 0;
    color: #8cc63f; /* Zong Green Theme */
}

.event-details p {
    font-size: 16px;
    max-width: 500px;
    line-height: 1.6;
    opacity: 0.9;
}

.event-meta {
    margin: 20px 0;
    font-size: 14px;
    display: flex;
    gap: 20px;
}

.watch-btn {
    display: inline-block;
    background: #8cc63f;
    color: #0f172a;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    width: fit-content;
}

.watch-btn:hover {
    background: #fff;
    color: black;
    transform: translateY(-3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .event-highlight-card { height: auto; min-height: 450px; }
    .card-bg-image { 
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.95)), 
                    url('https://i.ytimg.com/vi/v2L77ozC-aM/maxresdefault.jpg');
    }
    .event-details h3 { font-size: 22px; }
    .card-content { padding: 25px; text-align: center; align-items: center; }
    
@media (max-width: 400px) {
   
    .event-details h3 { font-size: 20px; }
    .event-details p {
    font-size: 12px;
    max-width: 500px;
    line-height: 1.6;
    opacity: 0.9;}
    
    .event-meta {
    margin: 20px 0;
    font-size: 12px;
    display: flex;
    gap: 20px;
}
.watch-btn {
    display: inline-block;
    background:#8cc63f;
    color: #0f172a;
    padding: 6px 12px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    width: fit-content;
}
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e92a842 */.event-card-container {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.event-highlight-card {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    color: white;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
}

/* Background Image with Overlay */
.card-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95) 40%, rgba(15, 23, 42, 0.4) 100%), 
                url('https://i.ytimg.com/vi/v2L77ozC-aM/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.live-tag {
    background: #ff0000;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.yt-icon-small {
    width: 30px;
    margin-left: 10px;
    vertical-align: middle;
}

.event-details h3 {
    font-size: 28px;
    margin: 15px 0;
    color: #8cc63f; /* Zong Green Theme */
}

.event-details p {
    font-size: 16px;
    max-width: 500px;
    line-height: 1.6;
    opacity: 0.9;
}

.event-meta {
    margin: 20px 0;
    font-size: 14px;
    display: flex;
    gap: 20px;
}

.watch-btn {
    display: inline-block;
    background: #fff;
    color: #0f172a;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    width: fit-content;
}

.watch-btn:hover {
    background: #8cc63f;
    color: white;
    transform: translateY(-3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .event-highlight-card { height: auto; min-height: 450px; }
    .card-bg-image { 
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.95)), 
                    url('https://i.ytimg.com/vi/v2L77ozC-aM/maxresdefault.jpg');
    }
    .event-details h3 { font-size: 22px; }
    .card-content { padding: 25px; text-align: center; align-items: center; }
}/* End custom CSS */