@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/assets/impact-u/fonts/GraphikArabic-Super.ttf") format("truetype");
    font-weight: 950;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    background-color: #000;
}

body {
    font-family: "Graphik Arabic", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Sticky stack wrapper (top header + main header) - used only on pages that include it */
.sticky-header-stack {
    position: sticky;
    top: 0;
    z-index: 1100;
}

.sticky-header-stack .main-header {
    position: relative;
    top: auto;
    z-index: 0;
}

/* Programs Top Header (Figma 42:546) */
.programs-top-header {
    width: 100%;
    background: #090909;
    color: #fff;
}

.programs-top-header-inner {
    max-width: 1512px;
    margin: 0 auto;
    padding: 14px 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 98.446px;
    flex-direction: row-reverse;
}

.programs-top-header-group {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    flex-direction: row-reverse;
}

.programs-top-header-time {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-direction: row-reverse;
}

.programs-top-header-icon {
    display: block;
    flex-shrink: 0;
}

.programs-top-header-icon--pin {
    width: 25.82px;
    height: 25.82px;
}

.programs-top-header-icon--clock {
    width: 24px;
    height: 24px;
}

.programs-top-header-icon--calendar {
    width: 26.468px;
    height: 26.468px;
}

@media (max-width: 1200px) {
    .programs-top-header-inner {
        gap: 48px;
    }
}

@media (max-width: 992px) {
    .programs-top-header-inner {
        padding: 12px 1rem;
        flex-wrap: wrap;
        gap: 12px 32px;
    }

    .programs-top-header-group {
        width: auto;
    }
}

@media (max-width: 576px) {
    .programs-top-header-group {
        font-size: 14px;
    }
}

/* Header Styles */
.main-header {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Home only: transparent header over hero video, becomes glass on scroll */
.home-page .main-header {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: background-color 0.25s ease, backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}

.home-page .main-header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 2rem;
}

/* القسم الأول: الشعارين */
.header-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.tts-logo,
.main-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.logo-separator {
    width: 1px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.3);
}

/* القسم الثاني: القائمة */
.header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px!important;
}

.nav-menu a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Submenu */
.has-submenu {
    position: relative;
}

.submenu-trigger svg {
    transition: transform 0.3s ease;
}

.has-submenu:hover .submenu-trigger svg {
    transform: rotate(180deg);
}

.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 200px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li {
    padding: 0;
}

.submenu a {
    padding: 0.75rem 1.5rem;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.submenu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* القسم الثالث: الأزرار */
.header-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* Impact-U Button Styles - avoid Bootstrap conflicts */
.impactu-btn {
    padding: 10px;
    border-radius: 83px;
    background: transparent;
    color: #fff;
    font-family: "Graphik Arabic", sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    position: relative;
    border: none;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}

.impactu-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.impactu-btn:hover::before {
    opacity: 1;
}

.impactu-btn:hover {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    text-decoration: none;
}

.impactu-btn-login,
.impactu-btn-register {
    font-weight: 600;
}

/* Mobile menu buttons */
.impactu-mobile-btn-login,
.impactu-mobile-btn-register {
    width: 100%;
    padding: 12px 24px;
    border-radius: 83px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    color: #fff;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.impactu-mobile-btn-login::before,
.impactu-mobile-btn-register::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
}

.impactu-mobile-btn-register {
    background: linear-gradient(135deg, #fd3f93, #7c1ea3);
}

.impactu-mobile-btn-register::before {
    display: none;
}

.header-buttons .btn,
.header-buttons .btn.btn-login,
.header-buttons .btn.btn-register {
    padding: 10px !important;
    border-radius: 83px !important;
    background: transparent !important;
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    color: #fff !important;
    font-family: "Graphik Arabic", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 124px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.7 !important;
    position: relative !important;
    border: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
    text-decoration: none !important;
}

.btn {
    padding: 10px;
    border-radius: 83px;
    background:transparent;
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    color: #fff;
    font-family: "Graphik Arabic", sans-serif;
    font-size: 15px;
    font-weight: 400!important;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    position: relative;
    border: none;
    overflow: hidden;
    z-index: 1;
}

.btn > * {
    position: relative;
    z-index: 2;
}

/* Gradient Border Effect for Header Buttons */
.header-buttons .btn::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 83px !important;
    padding: 1px !important;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    ) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    mask-composite: exclude !important;
    opacity: 0.6 !important;
    transition: opacity 0.3s ease !important;
}

.header-buttons .btn:hover::before {
    opacity: 1 !important;
}

.header-buttons .btn:hover {
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}

/* Gradient Border Effect */
.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.btn:hover::before {
    opacity: 1;
}

.btn:hover {
    /* background: rgba(0, 0, 0, 0.4); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.btn-login,
.btn-register {
    font-weight: 600;
}

/* زر القائمة للجوال */
.menu-toggle-btn {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 83px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.menu-toggle-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.menu-toggle-btn:hover::before {
    opacity: 1;
}

.menu-toggle-btn:hover {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.menu-toggle-btn img {
    width: 32px;
    height: 32px;
    position: relative;
    padding-top: 4px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    transform: translateX(0);
}

.mobile-menu-content {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.close-menu-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li {
    margin-bottom: 1rem;
}

.mobile-nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu-trigger-mobile svg {
    transition: transform 0.3s ease;
}

.has-submenu-mobile.active .submenu-trigger-mobile svg {
    transform: rotate(180deg);
}

.submenu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.has-submenu-mobile.active .submenu-mobile {
    max-height: 500px;
}

.submenu-mobile li {
    margin-bottom: 0.5rem;
}

.submenu-mobile a {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-bottom: none;
    padding-right: 2rem;
}

/* Mobile Menu Buttons */
.mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 16px;
    padding-top: 0rem;
}

.mobile-menu-buttons .btn {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    justify-content: center;
}

/* Responsive */
@media (max-width: 992px) {
    .header-nav,
    .header-buttons {
        display: none;
    }

    .menu-toggle-btn {
        display: flex;
    }

    .header-content {
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .header-logos {
        gap: 0.75rem;
    }

    .tts-logo,
    .main-logo {
        height: 50px;
    }

    .logo-separator {
        height: 35px;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 817px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 60px 0 0 0;
    background: none !important;
    background-image: none !important;
}

.hero-section > .container-fluid {
    position: relative;
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-image: url('../assets/impact-u/images/hero-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 26px;
    min-height: 604px;
    width: calc(100% - 222px);
}

/* Home hero: full screen + bg video behind content (no radius) */
.home-page .hero-section {
    padding: 0;
    min-height: 100vh;
    background: #000 !important;
    background-image: none !important;
}

.home-page .hero-section > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    min-height: 100vh;
    background: none !important;
    background-image: none !important;
}

.home-page .hero-section > .container-fluid::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
    pointer-events: none;
}

.home-page .hero-section > .container-fluid::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
    pointer-events: none;
}

.home-page .hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* Programs Hero Section (full width, no radius, separate from home hero) */
.programs-hero-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 0 0;
}

.programs-hero-section > .container-fluid {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-image: url('../assets/impact-u/images/programs-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    min-height: 604px;
}

/* Sponsors Hero Section (same style as programs hero, different background) */
.sponsors-hero-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 0 0;
}

.sponsors-hero-section > .container-fluid {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-image: url('../assets/impact-u/images/sponsors-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    min-height: 604px;
}

/* Sponsors hero title: Arabic on a line, English on a line (page-specific) */
.sponsors-hero-section .hero-title .title-large,
.sponsors-hero-section .hero-title .title-small {
    display: block;
}

/* Program Hero Section (single program page) */
.program-hero-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 0 0;
}

.program-hero-section > .container-fluid {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-image: url('../assets/impact-u/images/program-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    min-height: 604px;
}

.program-hero-content {
    gap: 32px;
}

.program-hero-text {
    max-width: 1200px;
    margin: 0 auto;
}

.program-hero-title .title-large {
    white-space: normal;
    font-size: 44px;
}

.program-hero-meta {
    width: min(70%, 1100px);
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px 28px;
    margin-top: 26px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
}

.program-hero-meta-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 9.621px;
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 19.241px;
    line-height: 1.7;
    color: #fff;
    white-space: nowrap;
    flex-direction: row-reverse;
}

.program-hero-meta-icon {
    width: 28.862px;
    height: 28.862px;
    object-fit: contain;
}

.program-hero-meta-icon--calendar {
    width: 26.456px;
    height: 26.456px;
}

@media (max-width: 768px) {
    .program-hero-section {
        padding: 20px 0 40px;
        min-height: auto;
    }

    .program-hero-section > .container-fluid {
        width: 100%;
        border-radius: 0;
        min-height: 500px;
    }

    .program-hero-title .title-large {
        font-size: 28px;
    }

    .program-hero-meta-item {
        font-size: 14px;
    }

    .program-hero-meta {
        width: 100%;
        justify-content: flex-end;
    }
}

.hero-content {
    position: relative;
    z-index: 3;
    margin: 100px auto 0;
    padding: 0 2rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 140px;
}

/* Home hero: center content vertically (avoid hugging the fixed header) */
.home-page .hero-content {
    margin: 0 auto;
    min-height: 100vh;
    justify-content: center;
    padding-top: 140px; /* room for fixed header */
    padding-bottom: 80px;
    gap: 70px; /* bring event details closer to title */
}

@media (max-width: 768px) {
    .home-page .hero-content {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.hero-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    color: #fff;
    line-height: 1.7;
    margin: 0;
}

.title-large {
    font-size: 53.437px;
}

.title-small {
    font-size: 30.058px;
}

.hero-description {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    max-width: 664px;
    margin: 0;
    text-align: center;
}

.hero-event-info {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 57px;
    align-items: flex-start;
    width: 100%;
    max-width: 1044px;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Home only: remove hero shadow */
.home-page .hero-event-info {
    box-shadow: none;
}

.event-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: center;
    justify-content: start;
    width: 310px;
}

.event-text {
    display: flex;
    flex-direction: column;
    gap: 1.361px;
    align-items: start;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.event-main-text {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 700;
    font-size: 25.78px;
    line-height: 1.7;
}

.time-text {
    font-weight: 950;
    font-size: 29.612px;
}

.event-sub-text {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600;
    font-size: 18.78px;
    line-height: 1.7;
}

.event-date {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    font-size: 21.777px;
    line-height: 1.7;
    text-align: right;
}

.date-number {
    font-weight: 950;
}

.date-month {
    font-weight: 500;
}

.date-separator {
    font-weight: 950;
}

.event-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-icon img {
    width: 84px !important;
    height: 84px !important;
    object-fit: contain;
}

/* Responsive Hero */
@media (max-width: 1200px) {
    .hero-section > .container-fluid {
        width: calc(100% - 120px);
    }

    .programs-hero-section > .container-fluid {
        width: 100%;
    }

    .sponsors-hero-section > .container-fluid {
        width: 100%;
    }
    
    .hero-event-info {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .event-item {
        width: auto;
        min-width: 280px;
    }
    
    .event-icon img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 991px) {
    .hero-section > .container-fluid {
        width: calc(100% - 64px);
    }

    .programs-hero-section > .container-fluid {
        width: 100%;
    }

    .sponsors-hero-section > .container-fluid {
        width: 100%;
    }
    
    .event-icon img {
        width: 56px !important;
        height: 56px !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 20px 0 40px;
        min-height: auto;
    }

    .hero-section > .container-fluid {
        width: calc(100% - 32px);
        border-radius: 20px;
        min-height: 500px;
    }

    .programs-hero-section {
        padding: 20px 0 40px;
        min-height: auto;
    }

    .programs-hero-section > .container-fluid {
        width: 100%;
        border-radius: 0;
        min-height: 500px;
    }

    .sponsors-hero-section {
        padding: 20px 0 40px;
        min-height: auto;
    }

    .sponsors-hero-section > .container-fluid {
        width: 100%;
        border-radius: 0;
        min-height: 500px;
    }

    .hero-content {
        gap: 2rem;
        margin-top: 100px;
        padding: 0 1rem;
    }

    .title-large {
        font-size: 36px;
    }

    .title-small {
        font-size: 20px;
    }

    .hero-description {
        font-size: 14px;
        padding: 0 1rem;
    }

    .hero-event-info {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        gap: 1.5rem;
        align-items: center;
        justify-content: right;
    }

    .event-item {
        width: fit-content;
        max-width: none;
    }

    .event-main-text {
        font-size: 17px;
    }

    .time-text {
        font-size: 17px;
    }

    .event-sub-text {
        font-size: 14px;
    }

    .event-date {
        font-size: 14px;
    }

    .event-icon img {
        width: 44px !important;
        height: 44px !important;
    }
}

@media (max-width: 500px) {
    .event-item {
        min-width: 190px;
    }
}

/* About Section */
.about-section {
    padding: 0;
    background-color: #000;
}

/* Countdown inside About Section */
.about-countdown {
    padding: 80px 0 120px;
    margin-top: 60px;
}

/* Ant Alathar Section (Home) - Figma 0:577 */
.athar-section {
    position: relative;
    width: 100%;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    background-image: url('/assets/impact-u/images/قسم-أنت-الأثر.jpg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0;
}

.athar-section::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 1) 5.7702%, rgba(0, 0, 0, 0) 38.405%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 61.595%, rgba(0, 0, 0, 1) 94.23%); */
    pointer-events: none;
    z-index: 1;
}

.athar-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: start;
    justify-content: center;
    text-align: right;
    color: #fff;
}

.athar-kicker {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.7;
    margin: 0;
    white-space: nowrap;
}

.athar-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    font-size: 32px;
    line-height: 1.7;
    margin: 0;
    white-space: nowrap;
}

.athar-description {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 2.1;
    margin: 0;
}

.athar-description strong {
    font-weight: 700;
}

@media (max-width: 992px) {
    .athar-content {
        padding: 0 48px;
    }

    .athar-kicker,
    .athar-description {
        font-size: 20px;
    }

    .athar-title {
        font-size: 28px;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .athar-section {
        min-height: 520px;
        justify-content: center;
    }

    .athar-content {
        padding: 0 24px;
        align-items: center;
        text-align: center;
    }

    .athar-kicker {
        white-space: normal;
    }
}

.about-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
}

.about-content {
    display: flex;
    gap: 114px;
    align-items: center;
    justify-content: center;
}

.about-image-left {
    flex-shrink: 0;
    width: 512px;
    height: 609.491px;
}

.about-image-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-content-right {
    flex: 0 0 618px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.about-header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.about-decorator {
    position: absolute;
    right: -386.26px;
    top: -37.7px;
    width: 464.476px;
    height: 211.906px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.about-decorator img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    color: #fff;
    white-space: nowrap;
    width: 277px;
}

.about-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}


.about-description {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-align: justify;
}

.about-description p {
    margin: 0;
}

.btn-register-now {
    width: 124px;
    padding: 10px;
    border-radius: 83px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-family: "Graphik Arabic", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    position: relative;
    border: none;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.btn-register-now > * {
    position: relative;
    z-index: 2;
}

.btn-register-now::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.4) 75%,
        rgba(255, 255, 255, 0.8) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.btn-register-now:hover::before {
    opacity: 1;
}

.btn-register-now:hover {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Responsive About Section */
@media (max-width: 1200px) {
    .about-content {
        gap: 4rem;
    }

    .about-image-left {
        width: 400px;
        height: auto;
    }

    .about-content-right {
        flex: 1;
        max-width: 500px;
    }

    .about-decorator {
        position: relative;
        left: auto;
        top: auto;
        transform: rotate(10.122deg);
        width: 300px;
        height: auto;
        margin-bottom: -20px;
    }
}

@media (max-width: 992px) {
    .about-content {
        flex-direction: column;
        gap: 3rem;
    }

    .about-image-left {
        width: 100%;
        max-width: 512px;
        height: auto;
    }

    .about-content-right {
        flex: 1;
        max-width: 100%;
        align-items: flex-start;
    }

    .about-title-wrapper {
        align-items: flex-start;
        text-align: right;
    }

    .about-description {
        text-align: right;
    }

    .about-decorator {
        position: relative;
        left: auto;
        top: auto;
        transform: rotate(10.122deg);
        width: 250px;
        height: auto;
        margin-bottom: -20px;
    }
}

@media (max-width: 768px) {
    
    .about-section {
        padding: 60px 0;
    }
    
    .about-content {
        align-items: center;
    }
    
    .about-image-left {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 2rem;
    }
    
    .about-content-right {
        align-items: center;
        text-align: center;
    }
    
    .about-header {
        align-items: center;
    }
    
    .about-title-wrapper {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .about-title {
        font-size: 32px;
        text-align: center;
    }

    .about-subtitle {
        font-size: 18px;
        text-align: center;
    }

    .about-description {
        font-size: 14px;
        text-align: center;
    }

    .about-decorator {
        position: absolute;
        right: -20% !important;
        top: auto;
        width: 200px;
        height: auto;
        margin: 0 auto -20px;
        display: flex;
        transform: rotate(0deg);
    }
}

/* Numbers Section */
.numbers-section {
    position: relative;
    padding: 120px 0;
    background-color: #000;
}

.numbers-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
}

.numbers-header {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 25px;
    min-height: 191px;
}

.numbers-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    text-align: right;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
}

.numbers-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}

.numbers-subtitle {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}

.numbers-header-image {
    position: absolute;
    left: 0;
    top: 50px;
    width: 1064px;
    height: 191px;
    z-index: 0;
}

.numbers-header-image[data-aos] {
    transform: none !important;
}

.numbers-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numbers-content {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    width: 1271px;
    margin: 0 auto;
    height: 268px;
}

.number-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    padding: 20px 0;
    width: 320px;
}

.number-icon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.number-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.number-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    text-align: right;
    color: #fff;
    width: 100%;
}

.number-value {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    white-space: pre-wrap;
}

.number-description {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    white-space: pre-wrap;
    text-align: right;
}

/* Responsive Numbers Section */
@media (max-width: 1400px) {
    .numbers-header {
        gap: 4rem;
    }

    .numbers-header-image {
        width: 60%;
        height: auto;
    }

    .numbers-content {
        width: 100%;
        max-width: 1271px;
    }
}

@media (max-width: 1200px) {
    .numbers-header {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }

    .numbers-header-image {
        width: 100%;
        max-width: 1064px;
        height: auto;
    }

    .numbers-content {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
        height: auto;
    }

    .number-item {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .numbers-section {
        padding: 60px 0;
    }

    .numbers-header-image {
        top: 125px;
    }

    .numbers-title {
        font-size: 32px;
    }

    .numbers-subtitle {
        font-size: 18px;
    }

    .number-value {
        font-size: 36px;
    }

    .number-description {
        font-size: 16px;
    }
    
    .number-item {
        gap: 16px;
        align-items: center;
    }
    
    .number-icon-wrapper {
        align-items: center;
    }
    
    .number-text-wrapper {
        gap: 4px;
        align-items: center;
        text-align: center;
    }
    
    .number-value {
        text-align: center;
    }
    
    .number-description {
        text-align: center;
    }
}

/* Speakers Section */
.speakers-section {
    padding: 120px 0;
    background-color: #000;
}

.speakers-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
}

.speakers-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.speakers-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    text-align: right;
    color: #fff;
    width: 400px;
    margin-bottom: 28px;
}

.speakers-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950;
    font-size: 36px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}

.speakers-subtitle {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
    white-space: pre-wrap;
}

.speakers-grid {
    display: flex;
    height: 446px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1322px;
}

.speaker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 385px;
    height: 446px;
}

.speaker-image-wrapper {
    position: relative;
    width: 388.898px;
    height: 397px;
}

.speaker-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speaker-bg img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 48px;
}

.speaker-photo {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.speaker-photo::after {
    /* content: ''; */
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.357%, rgba(0, 0, 0, 1) 89.108%);
    z-index: 3;
}

.speaker-photo img {
    width: 91.46%;
    height: 89.49%;
    object-fit: cover;
    position: absolute;
    left: 4.27%;
    top: -0.03%;
}

.speaker-card:nth-child(2) .speaker-photo img {
    width: 91.46%;
    height: 89.49%;
    object-fit: cover;
    position: absolute;
    left: 4.27%;
    top: -0.03%;
}

.speaker-card:nth-child(2) .speaker-photo::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.357%, rgba(0, 0, 0, 1) 89.108%);
}

.speaker-card:nth-child(3) .speaker-photo img {
    width: 91.46%;
    height: 89.49%;
    object-fit: cover;
    position: absolute;
    left: 4.27%;
    top: -0.03%;
}

.speaker-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;    
    margin-top: -24px;
    z-index: 2;
}

.speaker-role {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 18.435px;
    line-height: 31.602px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    white-space: pre-wrap;
}

.speaker-name {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.602px;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
}

/* Responsive Speakers Section */
@media (max-width: 1200px) {
    .speakers-grid {
        flex-wrap: wrap;
        gap: 2rem;
        height: auto;
        justify-content: center;
    }

    .speaker-card {
        width: 100%;
        max-width: 385px;
        height: auto;
    }

    .speaker-photo img,
    .speaker-card:nth-child(2) .speaker-photo img,
    .speaker-card:nth-child(3) .speaker-photo img {
        width: 91.46%;
        height: 89.49%;
        object-fit: cover;
        position: absolute;
        left: 4.27%;
        top: -0.03%;
    }
}

@media (max-width: 768px) {
    .speakers-section {
        padding: 60px 0;
    }

    .speakers-content {
        gap: 3rem;
    }

    .speakers-title {
        font-size: 32px;
    }

    .speakers-subtitle {
        font-size: 22px;
    }

    .speakers-grid {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: center;
    }

    .speaker-card {
        width: calc(50% - 0.75rem);
        max-width: none;
    }

    .speaker-image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 388.898 / 397;
    }

    .speaker-photo img,
    .speaker-card:nth-child(2) .speaker-photo img,
    .speaker-card:nth-child(3) .speaker-photo img {
        width: 91.46%;
        height: 89.49%;
        object-fit: cover;
        position: absolute;
        left: 4.27%;
        top: -0.03%;
    }
}

/* Speakers Owl Carousel Styles */
.speakers-slider-wrapper {
    width: 100%;
    max-width: 1322px;
    margin: 0 auto;
}

.speakers-section .owl-carousel {
    direction: ltr;
}

.speakers-section .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.speakers-section .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.speakers-section .owl-carousel .speaker-card {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}

.speakers-section .owl-carousel .speaker-image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 388.898 / 397;
}

.speakers-section .owl-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.speakers-section .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.speakers-section .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.speakers-section .owl-nav button span {
    line-height: 1;
}

.speakers-section .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.speakers-section .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    transition: all 0.3s ease;
}

.speakers-section .owl-dots .owl-dot.active {
    background: #fff;
    transform: scale(1.2);
}

.speakers-more .impactu-btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.speakers-more .impactu-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

@media (max-width: 768px) {
    .speakers-slider-wrapper {
        padding: 0 1rem;
    }
    
    .speakers-section .owl-carousel .speaker-card {
        max-width: 280px;
    }
    
    .speakers-section .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* Program Section (new accordion) */
.program-section {
    padding: 120px 0;
    background-color: #000;
}

.program-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
}

.program-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-end;
}

/* Event Schedule Table (Home - Program الحفل) */
.event-schedule-table {
    align-self: stretch;
    width: 100%;
    max-width: 1512px;
    margin: 48px auto 0;
    background: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.75);
}

.event-schedule-row {
    display: grid;
    grid-template-columns: 1.15fr 1.7fr 0.85fr; /* (RTL) title/time | details | location */
}

.event-schedule-row + .event-schedule-row {
    border-top: 1px solid rgba(0, 0, 0, 0.75);
}

.event-schedule-cell {
    padding: 18px 22px;
    border-inline-start: 1px solid rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.event-schedule-cell--title {
    border-inline-start: none;
    text-align: right;
    align-items: flex-end;
}

.event-schedule-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
}

.event-schedule-time {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.85;
}

.event-schedule-cell--details {
    text-align: center;
    align-items: center;
}

.event-schedule-cell--details p {
    margin: 0;
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.event-schedule-cell--location {
    text-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.event-schedule-location-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.event-schedule-location-text {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .event-schedule-row {
        grid-template-columns: 1fr 1.5fr 0.9fr;
    }
}

@media (max-width: 768px) {
    .event-schedule-table {
        margin-top: 32px;
    }

    .event-schedule-row {
        grid-template-columns: 1fr;
    }

    .event-schedule-cell {
        border-inline-start: none;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 16px;
        align-items: center;
        text-align: center;
    }

    .event-schedule-cell:first-child {
        border-top: none;
    }

    .event-schedule-cell--title {
        align-items: center;
    }
}

.program-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.program-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950; /* Super */
    font-size: 43.855px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.program-event-info {
    display: flex;
    gap: 70.199px;
    flex-direction: row-reverse;
    align-items: flex-start;
    box-shadow: 0px 2.852px 2.852px 0px rgba(0, 0, 0, 0.25);
}

.program-event-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 8.787px;
    align-items: center;
    justify-content: start;
    width: 230px;
    flex-shrink: 0;
}

.program-event-item:nth-child(2),
.program-event-item:nth-child(3) {
    gap: 8.557px;
}

.program-event-text {
    display: flex;
    flex-direction: column;
    gap: 0.997px;
    align-items: start;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.program-event-main {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 700; /* Bold */
    font-size: 18.878px;
    line-height: 1.7;
    color: #fff;
}

.program-time-text {
    font-weight: 950; /* Super */
    font-size: 21.116px;
}

.program-event-sub {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 13.752px;
    line-height: 1.7;
    color: #fff;
}

.program-event-item:nth-child(2) .program-event-sub {
    font-size: 15.529px;
}

.program-event-date {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950; /* Super */
    font-size: 15.529px;
    line-height: 1.7;
    text-align: right;
    color: #fff;
}

.program-date-number {
    font-weight: 950; /* Super */
}

.program-date-month {
    font-weight: 500; /* Medium */
}

.program-date-separator {
    font-weight: 950; /* Super */
}

.program-event-icon {
    width: 61.51px;
    height: 61.51px;
    flex-shrink: 0;
}

.program-event-item:nth-child(2) .program-event-icon,
.program-event-item:nth-child(3) .program-event-icon {
    width: 60.627px;
    height: 60.627px;
}

.new-program-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    direction: rtl;
    width: 100%;
}

.new-program-accordion .accordion-item {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}

/* Glassy border effect using gradient */
.new-program-accordion .accordion-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 44px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.new-program-accordion .accordion-item:hover::before {
    opacity: 0.8;
}

/* Ensure content is above the border */
.new-program-accordion .accordion-button,
.new-program-accordion .accordion-body {
    position: relative;
    z-index: 1;
}

/* Override accordion-flush styles if needed for custom design */
.new-program-accordion.accordion-flush .accordion-item {
    border-radius: 0;
}

.new-program-accordion.accordion-flush .accordion-item{
    border-radius: 44px;
}


.new-program-accordion .accordion-button {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 0;
    width: 100%;
}

/* Hide Bootstrap default accordion icon */
.new-program-accordion .accordion-button::after {
    display: none !important;
}

.new-program-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.new-program-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.new-program-accordion .accordion-button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
}

/* Ensure accordion body is hidden by default */
.new-program-accordion .accordion-collapse {
    display: none;
    overflow: hidden;
}

.new-program-accordion .accordion-collapse.show {
    display: block;
}

.new-program-accordion .accordion-collapse.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* Smooth transition for accordion collapse/expand - both directions */
.new-program-accordion .accordion-collapse {
    transition: height 0.35s ease, opacity 0.3s ease;
}

.new-program-accordion .accordion-collapse.collapsing {
    transition: height 0.35s ease, opacity 0.3s ease;
}

/* Smooth transition for accordion body content */
.new-program-accordion .accordion-body {
    transition: opacity 0.3s ease 0.05s;
}

.new-program-accordion .accordion-collapse:not(.show) .accordion-body {
    opacity: 0;
}

.new-program-accordion .accordion-collapse.show .accordion-body {
    opacity: 1;
}

.new-program-accordion .accordion-collapse.collapsing .accordion-body {
    opacity: 0.5;
}

/* Smooth transition for accordion button */
.new-program-accordion .accordion-button {
    transition: all 0.3s ease;
}

/* Ensure accordion items take full width */
.new-program-accordion .accordion-item {
    width: 100%;
}

/* Accordion Header Content - matches Figma 18:144 */
.accordion-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding: 16px 28px;
    box-sizing: border-box;
}

/* On large screens keep the location (pin) perfectly centered */
@media (min-width: 769px) {
    .accordion-header-content {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        column-gap: 16px;
        row-gap: 16px;
    }

    .accordion-header-left {
        justify-self: start;
    }

    .accordion-header-center {
        justify-self: center;
    }

    .accordion-header-right {
        justify-self: end;
    }
}

/* Left section: Title + Time */
.accordion-header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 260px;
    min-width: 0;
}

.chevron-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .chevron-icon {
    transform: rotate(180deg);
}

/* Center section: Location + Pin icon */
.accordion-header-center {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    flex-direction: row-reverse;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}

.accordion-location-text {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.accordion-pin-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Right section: Title + Time */
.accordion-header-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.accordion-header-right .chevron-icon {
    order: 1; /* keep chevron on the left side of the actions group */
}

.accordion-header-right .calendar-btn {
    order: 2;
}

.accordion-header-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.accordion-header-time {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 83px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.calendar-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.calendar-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.calendar-btn:hover::before {
    opacity: 1;
}

.calendar-btn:hover {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.calendar-btn img {
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 2;
}

.new-program-accordion .accordion-body {
    background: rgba(0, 0, 0, 0.45);
    padding: 0 40px 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
}

/* Sub-items in accordion body - matches Figma 17:86 */
.accordion-sub-item {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 40px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.sub-item-location {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
}

.sub-item-line {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1px;
    min-width: 0;
    position: relative;
    height: 1px;
}

.sub-item-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    transform: rotate(180deg);
}

.sub-item-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: start;
    text-align: right;
    color: #fff;
    white-space: nowrap;
    padding-right: 40px;
    flex-shrink: 0;
}

.sub-item-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
}

.sub-item-time {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
    white-space: pre-wrap;
}

@media (max-width: 1200px) {
    .accordion-header-content {
        gap: 2rem;
        flex-wrap: wrap;
    }
    
    .accordion-header-right {
        width: auto;
        /* flex: 1; */
    }
}

@media (max-width: 1200px) {
    .program-header {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .program-event-info {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: flex-end;
    }
    
    .program-event-item {
        width: auto;
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .sub-item-line{display: none;}
    .program-section {
        padding: 60px 0;
    }
    
    .program-title {
        font-size: 32px;
    }
    
    .program-event-info {
        display: none;
    }
    
    .program-event-main {
        font-size: 16px;
    }
    
    .program-time-text {
        font-size: 18px;
    }
    
    .program-event-sub {
        font-size: 12px;
    }
    
    .program-event-item:nth-child(2) .program-event-sub {
        font-size: 14px;
    }
    
    .program-event-date {
        font-size: 14px;
    }
    
    .program-event-icon {
        width: 50px;
        height: 50px;
    }
    
    .program-event-item:nth-child(2) .program-event-icon,
    .program-event-item:nth-child(3) .program-event-icon {
        width: 50px;
        height: 50px;
    }
    
    .accordion-header-content {
        padding: 16px;
        gap: 12px;
        justify-content: space-between;
    }
    
    .accordion-header-left {
        order: 1;
        width: 100%;
    }
    
    .accordion-header-center {
        order: 2;
        width: 100%;
        min-width: 0 !important;
    }
    
    .accordion-header-right {
        order: 3;
        justify-content: flex-end;
        position: absolute;
    left: 12px;
    min-width: initial;
    width: initial;
    }

    .new-program-accordion .accordion-body {
        padding: 0 24px 12px;
        gap: 16px;
    }

    .accordion-sub-item {
        padding: 0;
        flex-wrap: wrap;
        gap: 12px;
    }

    .sub-item-content {
        padding-right: 0;
        white-space: normal;
        min-width: 0;
        flex: 1 1 220px;
    }

    .sub-item-location {
        white-space: normal;
    }

    .accordion-location-text {
        white-space: normal;
    }
}

/* Programs Section */
.programs-section {
    padding:  0;
    padding-bottom: 100px;
    background-color: #000;
}

/* Program Details Section (single program page - Figma 44:2964) */
.program-details-section {
    padding: 80px 0;
    background: #000;
}

.program-details-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
}

.program-details-layout {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 106px;
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
}

.program-details-description {
    width: 730px;
    max-width: 100%;
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: justify;
}

.program-details-description p {
    margin: 0;
}

.program-details-side {
    width: 371.798px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: flex-start;
}

.program-details-heading {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 900;
    font-size: 30.475px;
    line-height: 1.98;
    color: #fff;
    margin: 0;
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
}

.program-details-manager-row {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    width: 100%;
    flex-direction: row-reverse;
}

.program-details-manager-info {
    width: 157.456px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
}

.program-details-manager-role {
    font-weight: 300;
    font-size: 20.317px;
    line-height: 1.98;
    text-align: right;
}

.program-details-manager-name {
    font-weight: 900;
    font-size: 30.475px;
    line-height: 1.98;
    text-align: right;
}

.program-details-trainer-image-wrapper {
    transform: scale(1.15);
    transform-origin: center;
}

.program-details-share-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.98;
    color: #fff;
    margin-bottom: 20px;
}

.program-details-share-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.program-share-btn {
    width: 44px;
    height: 44px;
    border-radius: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.program-share-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.program-share-btn:hover::before {
    opacity: 1;
}

.program-share-btn:hover {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.program-share-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.program-details-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 12%,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 1) 65%,
        rgba(255, 255, 255, 0) 88%,
        rgba(255, 255, 255, 0) 100%
    );
}

.program-details-register-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 600 !important;
}

@media (max-width: 1200px) {
    .program-details-layout {
        gap: 48px;
    }
}

@media (max-width: 992px) {
    .program-details-section .container-fluid {
        padding: 0 1rem;
    }

    .program-details-layout {
        flex-direction: column;
        gap: 40px;
    }

    .program-details-side {
        width: 100%;
        align-items: stretch;
    }

    .program-details-manager-row {
        justify-content: start;
    }

    .program-details-trainer-image-wrapper {
        transform: scale(1);
        transform-origin: right center;
    }
}

.programs-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 72px;
}

.programs-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.programs-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 900; /* Super/Black */
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.programs-subtitle {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400; /* Regular */
    font-size: 28px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    margin: 0;
    white-space: pre-wrap;
}

.programs-content {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.programs-row {
    display: flex;
    gap: 77px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.program-card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 29px;
    align-items: center;
    padding: 0 20px 16px;
    width: 597px;
    max-width: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.program-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.program-card > * {
    position: relative;
    z-index: 1;
}

.program-image-wrapper {
    height: 296px;
    width: 100%;
    max-width: 595px;
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transform: scale(1.5);
}

.program-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 20px 0 0;
}

.program-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, #000000 100%);
    pointer-events: none;
    border-radius: 20px 20px 0 0;
}

.program-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
}

.program-meta {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.program-meta-item {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    flex-direction: row-reverse;
}

.program-meta-text {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400; /* Regular */
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.program-meta-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.program-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    justify-content: center;
    text-align: justify;
    width: 100%;
}

.program-card-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 700; /* Bold */
    font-size: 20px;
    line-height: 1.98;
    color: #fff;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
}

.program-card-description {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300; /* Light */
    font-size: 16px;
    line-height: 1.98;
    color: #fff;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
}

.program-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.program-register-btn {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 83px;
    padding: 10px;
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 600; /* Semibold */
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.program-register-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: -1;
}

.program-register-btn:hover::before {
    opacity: 0.8;
}

.program-trainer {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row;
}

.program-trainer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 124px;
    text-align: right;
    margin-bottom: 20px;
}

.program-trainer-role {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300; /* Light */
    font-size: 16px;
    line-height: 1.98;
    color: #fff;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
}

.program-trainer-name {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 900; /* Black */
    font-size: 24px;
    line-height: 1.98;
    color: #fff;
    margin: 0;
    white-space: pre-wrap;
    width: 100%;
    text-align: justify;
}

.program-trainer-image-wrapper {
    width: 136.798px;
    height: 139.648px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.program-trainer-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-trainer-bg img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 32px;
}

.program-trainer-photo {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-trainer-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.357%, rgba(0, 0, 0, 1) 89.108%);
    z-index: 3;
    pointer-events: none;
}

.program-trainer-image {
    width: 91.46%;
    height: 89.49%;
    object-fit: cover;
    position: absolute;
    left: 4.27%;
    top: -0.03%;
    z-index: 2;
}

/* Responsive Styles for Programs Section */
@media (max-width: 1400px) {
    .programs-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .program-card {
        width: 100%;
        max-width: 597px;
    }
    
    .program-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .programs-section {
        padding: 60px 0;
    }
    
    .programs-title {
        font-size: 32px;
    }
    
    .programs-subtitle {
        font-size: 20px;
    }
    
    .programs-content {
        gap: 40px;
        padding: 0 16px;
    }
    
    .programs-row {
        flex-direction: column;
        gap: 40px;
    }
    
    .program-card {
        width: 100%;
        max-width: 100%;
    }
    
    .program-image-wrapper {
        height: 250px;
        max-width: 100%;
        transform: scale(1.5);
    }
    
    .program-meta {
        flex-wrap: wrap;
        gap: 12px;
        align-items: start;
        justify-content: start;
    }
    
    .program-footer {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    
    .program-register-btn {
        padding-bottom: 10px;
    }
    
    .program-card-title {
        font-size: 16px;
    }
    
    .program-card-description {
        font-size: 14px;
    }
    
    .program-trainer {
        transform: scale(0.8);
        transform-origin: right center;
    }
}

@media (max-width: 500px) {
    .program-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 2px;
    }
    
    .program-register-btn {
        width: 100%;
        text-align: center;
    }
}

/* Sponsors Section */
.sponsors-section {
    padding: 80px 0;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

/* Sponsors page: enforce consistent side gutters (fix edge-spacing across breakpoints) */
.sponsors-page-section{
    padding: 0;
    padding-bottom: 100px;
}
.sponsors-page-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
}

.sponsors-page-section .sponsors-title {
    padding: 0;
}

.sponsors-page-section .sponsors-static-grid {
    padding: 0;
}

@media (max-width: 768px) {
    .sponsors-page-section .container-fluid {
        padding: 0 1rem;
    }
}

.sponsors-title {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 700;
    font-size: 43.855px;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    margin-bottom: 52px;
    width: 100%;
    padding: 0 20px;
}

.sponsors-carousel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50.368px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* Sponsors (static grid version - no swiper/marquee) */
.sponsors-static-grid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 28px 20px;
    align-items: center;
    justify-items: center;
}

.sponsors-static-grid .sponsor-item {
    width: 100%;
    min-width: 0;
    height: 110px;
    padding: 0;
}

.sponsors-static-grid .sponsor-logo-container {
    border-radius: 13.659px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: none;
}

.sponsors-static-grid .sponsor-logo-container:hover {
    transform: none;
}

@media (max-width: 1200px) {
    .sponsors-static-grid {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
        max-width: 1100px;
        gap: 24px 16px;
    }
}

@media (max-width: 768px) {
    .sponsors-static-grid {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
        max-width: 700px;
        gap: 18px 14px;
    }

    .sponsors-static-grid .sponsor-item {
        height: 90px;
    }
}

@media (max-width: 420px) {
    .sponsors-static-grid .sponsor-item {
        height: 76px;
    }
}

/* Stagger rows on X-axis */
.sponsors-row-wrapper:nth-child(1) {
    transform: translateX(0);
}

.sponsors-row-wrapper:nth-child(2) {
    transform: translateX(100px);
}

.sponsors-row-wrapper:nth-child(3) {
    transform: translateX(50px);
}

.sponsors-row-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Gradient overlays for fade effect */
.sponsors-row-wrapper::before,
.sponsors-row-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 372px;
    z-index: 10;
    pointer-events: none;
}

.sponsors-row-wrapper::before {
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 5.099%, #000000 77.188%);
}

.sponsors-row-wrapper::after {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 5.099%, #000000 77.188%);
}

/* Swiper Container for Sponsors */
.sponsors-row-wrapper .swiper {
    width: 100%;
    overflow: hidden;
}

.sponsors-row-wrapper .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important; /* Constant speed */
}

.sponsors-row-wrapper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force linear transition for constant speed */
.sponsors-row-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.sponsor-item {
    flex-shrink: 0;
    width: 209.154px;
    min-width: 209.154px;
    height: 102.443px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sponsor-logo-container {
    width: 100%;
    height: 100%;
    border-radius: 13.659px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    transition: transform 0.3s ease;
}

.sponsor-logo-container:hover {
    transform: scale(1.05);
}

.sponsor-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.3s ease;
}

.sponsor-logo-container:hover .sponsor-logo {
    filter: grayscale(0%) brightness(1);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .sponsors-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .sponsors-carousel-wrapper {
        gap: 40px;
    }
    
    /* Adjust stagger for tablet */
    .sponsors-row-wrapper:nth-child(2) {
        transform: translateX(60px);
    }
    
    .sponsors-row-wrapper:nth-child(3) {
        transform: translateX(30px);
    }
    
    .sponsor-item {
        width: 180px;
        min-width: 180px;
        height: 90px;
    }
    
    .sponsors-row-wrapper::before,
    .sponsors-row-wrapper::after {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .sponsors-section {
        padding: 60px 0;
    }
    
    .sponsors-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .sponsors-carousel-wrapper {
        gap: 30px;
    }
    
    /* Adjust stagger for mobile */
    .sponsors-row-wrapper:nth-child(2) {
        transform: translateX(40px);
    }
    
    .sponsors-row-wrapper:nth-child(3) {
        transform: translateX(20px);
    }
    
    .sponsor-item {
        width: 150px;
        min-width: 150px;
        height: 75px;
    }
    
    .sponsors-row-wrapper::before,
    .sponsors-row-wrapper::after {
        width: 100px;
    }
}

@media (max-width: 576px) {
    .sponsors-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .sponsor-item {
        width: 120px;
        min-width: 120px;
        height: 60px;
    }
    
    .sponsors-row-wrapper::before,
    .sponsors-row-wrapper::after {
        width: 60px;
    }
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.faq-section .container-fluid {
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-title {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 700;
    font-size: 43.855px;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    margin-bottom: 52px;
    width: 100%;
    padding: 0 20px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
}

.faq-accordion .accordion-item {
    background-color: rgba(255, 255, 255, 0.01);
    border: none;
    border-radius: 64px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

/* Glassy border effect (same style as program accordion) */
.faq-accordion .accordion-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 64px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.faq-accordion .accordion-item:hover::before {
    opacity: 0.8;
}

.faq-accordion .accordion-item:first-child {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
}

.faq-accordion .accordion-item:last-child {
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
}

.faq-accordion .accordion-button {
    background-color: transparent;
    border: none;
    padding: 4px 36px;
    box-shadow: none;
    position: relative;
    width: 100%;
}

.faq-accordion .accordion-button,
.faq-accordion .accordion-body {
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.faq-question {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 43px;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    flex: 1;
}

.faq-chevron-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    color: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-chevron-icon,
.faq-accordion .accordion-button[aria-expanded="true"] .faq-chevron-icon {
    transform: rotate(180deg);
}


.faq-accordion .accordion-body {
    padding: 32px;
    background-color: transparent;
}

.faq-answer {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    margin: 0;
}

/* Ensure accordion body is hidden by default (same behavior as program-section) */
.faq-accordion .accordion-collapse {
    display: none;
    overflow: hidden;
    transition: height 0.35s ease, opacity 0.3s ease;
}

.faq-accordion .accordion-collapse.show {
    display: block;
}

.faq-accordion .accordion-collapse.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease, opacity 0.3s ease;
}

.faq-accordion .accordion-body {
    transition: opacity 0.3s ease 0.05s;
}

.faq-accordion .accordion-collapse:not(.show) .accordion-body {
    opacity: 0;
}

.faq-accordion .accordion-collapse.show .accordion-body {
    opacity: 1;
}

.faq-accordion .accordion-collapse.collapsing .accordion-body {
    opacity: 0.5;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .faq-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .faq-question {
        font-size: 22px;
        line-height: 38px;
    }
    
    .faq-accordion {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .faq-accordion {
        gap: 24px;
    }
    
    .faq-accordion .accordion-button {
        padding: 24px;
        height: auto;
        min-height: 80px;
    }
    
    .faq-question {
        font-size: 20px;
        line-height: 32px;
        white-space: normal;
    }
    
    .faq-chevron-icon {
        width: 28px;
        height: 28px;
    }
    
    .faq-accordion .accordion-item {
        border-radius: 48px;
    }
    
    .faq-accordion .accordion-body {
        padding: 24px;
    }
    
    .faq-answer {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .faq-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .faq-accordion .accordion-button {
        padding: 20px;
        min-height: 70px;
    }
    
    .faq-question {
        font-size: 14px;
        line-height: 24px;
    }
    
    .faq-chevron-icon {
        width: 24px;
        height: 24px;
    }
    
    .faq-accordion .accordion-item {
        border-radius: 40px;
    }
    
    .faq-accordion .accordion-body {
        padding: 20px;
    }
    
    .faq-answer {
        font-size: 15px;
    }
}

/* Download Section */
.download-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 60px 0;
}

.download-section > .container-fluid {
    position: relative;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0;
    background-image: url('../assets/impact-u/images/program06.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 26px;
    min-height: 500px;
    width: calc(100% - 222px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-section > .container-fluid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.76);
    border-radius: 26px;
    z-index: 1;
}

.download-content {
    position: relative;
    z-index: 3;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.download-title {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.download-description {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.download-btn {
    margin-top: 8px;
    padding: 14px 32px;
    border-radius: 16px;
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    /* background: rgba(255, 255, 255, 0.06); */
    color: #ffffff;
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    width: fit-content;
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35); */
}

.download-btn:hover {
    transform: translateY(-2px);
    backdrop-filter: blur(0)!important;
    /* border-color: rgba(255, 255, 255, 0.35); */
    /* box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45); */
}

.download-btn:active {
    transform: translateY(0);
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35); */
}

@media (max-width: 768px) {
    .download-section {
        padding: 40px 0;
    }
    
    .download-section > .container-fluid {
        width: calc(100% - 40px);
        min-height: 400px;
    }

    .download-title {
        font-size: 32px;
    }

    .download-description {
        font-size: 16px;
    }
}

/* Footer Section */
.main-footer {
    position: relative;
    background-color: #090909;
    padding: 80px 0;
    overflow: hidden;
}

.footer-floating-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    pointer-events: none;
}

.footer-floating-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

.main-footer .container-fluid {
    position: relative;
    z-index: 2;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 129px;
}

.footer-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

/* Column 1: Logos, Text, Event Info */
.footer-column-1 {
    display: flex;
    flex-direction: column;
    gap: 33px;
    align-items: start;
    flex: 1;
    max-width: 704px;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footer-tts-logo {
    width: 108.537px;
    height: 56.441px;
    object-fit: contain;
}

.footer-logo-separator {
    width: 1px;
    height: 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-main-logo {
    width: 83.22px;
    height: 63.997px;
    object-fit: contain;
}

.footer-description {
    width: 100%;
}

.footer-description p {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.98;
    color: #ffffff;
    text-align: justify;
    margin: 0;
}

.footer-event-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8.787px;
    width: 100%;
    box-shadow: 0px 2.852px 2.852px 0px rgba(0, 0, 0, 0.25);
}

.footer-event-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 8.557px;
    align-items: center;
    justify-content: flex-start;
}

.footer-event-text {
    display: flex;
    flex-direction: column;
    gap: 0.971px;
    align-items: flex-start;
    text-align: center;
    white-space: nowrap;
}

.footer-event-main-text {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 950;
    font-size: 21.116px;
    line-height: 1.7;
    color: #ffffff;
}

.footer-event-sub-text {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 600;
    font-size: 15.529px;
    line-height: 1.7;
    color: #ffffff;
}

.footer-event-item:nth-child(1) .footer-event-main-text {
    font-weight: 950;
    font-size: 21.116px;
}

.footer-event-item:nth-child(1) .footer-event-sub-text {
    font-weight: 600;
    font-size: 15.529px;
}

.footer-event-item:nth-child(2) .footer-event-main-text {
    font-weight: 700;
    font-size: 18.878px;
}

.footer-event-item:nth-child(2) .footer-event-sub-text {
    font-weight: 600;
    font-size: 13.752px;
}

.footer-event-date {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 950;
    font-size: 15.529px;
    line-height: 1.7;
    text-align: center;
    color: #ffffff;
}

.footer-date-number {
    font-weight: 950;
}

.footer-date-month {
    font-weight: 500;
}

.footer-date-separator {
    font-weight: 950;
}

.footer-event-icon {
    width: 60.627px;
    height: 60.627px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-event-item:nth-child(2) .footer-event-icon {
    width: 61.51px;
    height: 61.51px;
}

.footer-event-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Column 2: 3 Links */
.footer-column-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    flex: 0 0 auto;
}

.footer-contact-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.footer-contact-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    text-align: right;
}

.footer-contact-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 700; /* Bold */
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}

.footer-contact-subtitle {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400; /* Regular */
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}

.footer-contact-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-contact-btn {
    width: 44px;
    height: 44px;
    border-radius: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: transparent;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.footer-contact-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 83px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.4) 25%,
        rgba(255, 255, 255, 0.0) 50%,
        rgba(255, 255, 255, 0.0) 75%,
        rgba(255, 255, 255, 1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.footer-contact-btn:hover::before {
    opacity: 1;
}

.footer-contact-btn:hover {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.footer-contact-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.footer-links-row {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-top: 17px;
}

.footer-links-row .footer-link {
    font-family: 'Tajawal', 'Graphik Arabic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 59px;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* Column 3: Removed - merged into column 2 */
.footer-column-3 {
    display: none;
}

.footer-link {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 59px;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Styles */
@media (max-width: 1400px) {
    .main-footer .container-fluid {
        padding: 0 60px;
    }
    
    .footer-content {
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .main-footer {
        padding: 60px 0;
    }
    
    .main-footer .container-fluid {
        padding: 0 40px;
    }
    
    .footer-content {
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .footer-column-1 {
        max-width: 100%;
        width: 100%;
    }
    
    .footer-column-2,
    .footer-column-3 {
        width: auto;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 40px 0;
    }
    
    .main-footer .container-fluid {
        padding: 0 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-column-1,
    .footer-column-2 {
        width: 100%;
        align-items: flex-start;
    }

    .footer-contact-section {
        align-items: flex-start;
    }

    .footer-contact-header {
        align-items: flex-start;
        text-align: left;
    }

    .footer-links-row {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    
    .footer-event-info {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-event-item {
        width: 100%;
        justify-content: start;
    }
    
    .footer-floating-image {
        display: none;
    }
}

/* Countdown Section */
.countdown-section {
    padding: 120px 0;
    background-color: #000;
}

.countdown-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.countdown-title {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950; /* Super */
    font-size: 40px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    margin: 0;
}

.countdown-timer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 824px;
    width: 100%;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 92.813px;
    flex-shrink: 0;
}

.countdown-number {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 950; /* Super */
    font-size: 72.44px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    width: 104.132px;
}

.countdown-label {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 300; /* Regular */
    font-size: 28px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    width: 104.132px;
}

.countdown-separator {
    font-family: "Graphik Arabic", sans-serif;
    font-weight: 400; /* Regular */
    font-size: 72.44px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    width: 92.813px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .countdown-timer {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .countdown-item {
        width: auto;
        min-width: 80px;
    }

    .countdown-number {
        font-size: 56px;
        width: auto;
    }

    .countdown-label {
        font-size: 24px;
        width: auto;
    }

    .countdown-separator {
        font-size: 56px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .countdown-section {
        padding: 80px 0;
    }

    .countdown-content {
        gap: 16px;
    }

    .countdown-title {
        font-size: 32px;
    }

    .countdown-timer {
        gap: 0.5rem;
    }

    .countdown-item {
        min-width: 60px;
        gap: 30px;
    }

    .countdown-number {
        font-size: 40px;
    }

    .countdown-label {
        font-size: 18px;
    }

    .countdown-separator {
        font-size: 40px;
    }
}

