.elementor-13293 .elementor-element.elementor-element-c23dc6a{--display:flex;}.elementor-13293 .elementor-element.elementor-element-74af5b5{--display:flex;}.elementor-13293 .elementor-element.elementor-element-b7d9253{--display:flex;}.elementor-13293 .elementor-element.elementor-element-684f773{--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-13293 .elementor-element.elementor-element-eb23718{--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-1d65212 */@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Italiana&display=swap');

/* =========================================
   1. GLOBAL & TITLES (Original untouched)
   ========================================= */
.awards-master-layout {
    font-family: 'Didact Gothic', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #111;
}

.section-dark-title {
    font-family: 'Italiana', serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 50px;
    letter-spacing: -0.02em;
}

.section-spacer { height: 100px; }

/* =========================================
   2. LUXURY AWARDS SECTION (New Design)
   ========================================= */
.luxury-awards-fullwidth {
    width: 100%;
    position: relative;
    background-image: url(http://12awards.com/wp-content/uploads/2026/03/Nasir-Al-Mulk-Mosque-copy.avif); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    font-family: 'Didact Gothic', sans-serif;
    text-align: center;
}

.awards-content-wrapper {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1600px; 
    margin: 0 auto;
}

.awards-main-title {
    font-family: 'Italiana', serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 70px;
    color: #ffffff; 
    text-shadow: 0 4px 20px rgba(255,255,255,0.6); 
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    width: 100%; 
}

/* THE iOS GLASS EFFECT */
.ios-glass-pro {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); 
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.ios-glass-pro:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15); 
}

/* Helper class mapped from your original special-gold-card */
.special-gold-border {
    border-top: 4px solid #D4AF37 !important;
}

.award-title {
    font-family: 'Italiana', serif;
    text-transform: uppercase; 
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    color: #111;
}

.award-primary-perks {
    margin-bottom: 40px;
    flex-grow: 1; 
}

.award-primary-perks p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 12px 0;
    color: #222;
    font-weight: 600; 
}

.award-secondary-perks {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 30px;
}

.award-secondary-perks li {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    color: #111;
}

.award-secondary-perks li:last-child {
    margin-bottom: 0;
}

/* =========================================
   3. SHOWCASE ROWS (Original untouched)
   ========================================= */
.showcase-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 24px;
}
.showcase-row.reverse { flex-direction: row-reverse; }
.showcase-image { flex: 1; border-radius: 15px; overflow: hidden; }
.showcase-image img { width: 100%; height: auto; display: block; }
.showcase-content { flex: 1; }
.showcase-title { font-family: 'Italiana', serif; font-size: 2rem; border-bottom: 2px solid #D4AF37; padding-bottom: 10px; margin-bottom: 20px; text-transform: uppercase; }
.showcase-text { font-size: 1.1rem; line-height: 1.7; }

/* =========================================
   4. NOTICES (Original untouched)
   ========================================= */
.prize-notice-wrapper { padding: 20px; display: flex; flex-direction: column; gap: 15px; align-items: center; margin-bottom: 40px; }
.prize-notice-glass {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 12px;
    border-left: 4px solid #D4AF37;
    max-width: 600px;
    width: 100%;
}
.prize-notice-glass p { margin: 0; font-size: 1rem; color: #444; }

/* =========================================
   5. MOBILE RESPONSIVE TWEAKS
   ========================================= */
@media (max-width: 768px) {
    /* Original mobile tweaks */
    .section-dark-title { 
        font-size: 2.2rem !important; 
        margin-bottom: 30px;
    }
    .showcase-row, .showcase-row.reverse {
        flex-direction: column !important;
        padding: 20px;
        text-align: center;
    }
    .showcase-title {
        font-size: 1.6rem !important;
        display: inline-block;
    }
    .section-spacer { height: 60px; }

    /* New luxury glass tweaks */
    .luxury-awards-fullwidth {
        padding: 60px 0;
        background-attachment: scroll; 
    }
    .awards-main-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    .ios-glass-pro {
        padding: 40px 25px;
    }
}/* End custom CSS */