@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../assets/fonts/Noto_Kufi_Arabic/static/NotoKufiArabic-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

:root {
    --tt-primary-color: #11c5d4;
    --tt-primary-color-rgb: 17, 197, 212;
    --tt-primary-color-h: 185;
    --tt-primary-color-s: 85%;
    --tt-primary-color-l: 45%;
    --tt-secondary-color: #16213e;
    --tt-secondary-color-rgb: 22, 33, 62;
    --tt-secondary-color-h: 224;
    --tt-secondary-color-s: 48%;
    --tt-secondary-color-l: 16%;
    --tt-dark-color: #121212;
    --tt-dark-color-rgb: 18, 18, 18;
    --tt-dark-color-h: 0;
    --tt-dark-color-s: 0%;
    --tt-dark-color-l: 7%;
    --tt-white-color: #fff;
    --tt-white-color-rgb: 255, 255, 255;
    --tt-white-color-h: 0;
    --tt-white-color-s: 0%;
    --tt-white-color-l: 100%;
    --tt-gray-color: #404040;
    --tt-gray-color-rgb: 64, 64, 64;
    --tt-gray-light-color: #868686;
    --tt-gray-light-color-rgb: 134, 134, 134;
    --tt-border-color: #e5e5e5;
    --tt-border-light-color: #ededed;
    --tt-light-color: #f6f6f6;
    --tt-light-color-rgb: 246, 246, 246;
    --tt-yellow-color: #d6a616;
    --tt-yellow-color-rgb: 214, 166, 22;
    --tt-green-color: #1e9134;
    --tt-green-color-rgb: 30, 145, 52;
    --tt-blue-color: #30a7bf;
    --tt-blue-color-rgb: 48, 167, 191;
    --tt-red-color: #ed2c3f;
    --tt-red-color-rgb: 237, 44, 63;

    /* Bootstrap Link Color Overrides for Branding */
    --bs-link-color: #11c5d4;
    --bs-link-color-rgb: 17, 197, 212;
    --bs-link-hover-color: #0ea5b3;
    --bs-link-hover-color-rgb: 14, 165, 179;
}

@font-face {
    font-family: "tts-icons-font";
    src: url("../assets/fonts/tts-icons-font.eot?npshvi&v=3259");
    src: url("../assets/fonts/tts-icons-font.eot?npshvi#iefix&v=3259") format("embedded-opentype"),
        url("../assets/fonts/tts-icons-font.ttf?npshvi&v=3259") format("truetype"),
        url("../assets/fonts/tts-icons-font.woff?npshvi&v=3259") format("woff"),
        url("../assets/fonts/tts-icons-font.svg?npshvi#tts-icons-font&v=3259") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="tticon-"],
[class*=" tticon-"] {
    font-family: "tts-icons-font" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tticon-attachment:before {
    content: "";
}

.tticon-monitor-play-reg:before {
    content: "";
}

.tticon-presentation-reg:before {
    content: "";
}

.tticon-arrow-down-left:before {
    content: "";
}

.tticon-arrow-down-right:before {
    content: "";
}

.tticon-arrow-up-left:before {
    content: "";
}

.tticon-arrow-up-right:before {
    content: "";
}

.tticon-presentation:before {
    content: "";
}

.tticon-monitor-play:before {
    content: "";
}

.tticon-copy:before {
    content: "";
}

.tticon-megaphone:before {
    content: "";
}

.tticon-moon-stars:before {
    content: "";
}

.tticon-sun:before {
    content: "";
}

.tticon-chat-circle:before {
    content: "";
}

.tticon-search:before {
    content: "";
}

.tticon-filter-bars:before {
    content: "";
}

.tticon-refresh:before {
    content: "";
}

.tticon-target:before {
    content: "";
}

.tticon-waiting:before {
    content: "";
}

.tticon-chevron-double-donw:before {
    content: "";
}

.tticon-chevron-double-left:before {
    content: "";
}

.tticon-chevron-double-right:before {
    content: "";
}

.tticon-chevron-double-up:before {
    content: "";
}

.tticon-filter:before {
    content: "";
}

.tticon-eye-slash:before {
    content: "";
}

.tticon-arrow-long-down:before {
    content: "";
}

.tticon-arrow-long-left:before {
    content: "";
}

.tticon-arrow-long-right:before {
    content: "";
}

.tticon-arrow-long-up:before {
    content: "";
}

.tticon-bell:before {
    content: "";
}

.tticon-calendar-check:before {
    content: "";
}

.tticon-calendar:before {
    content: "";
}

.tticon-certificate:before {
    content: "";
}

.tticon-chair:before {
    content: "";
}

.tticon-chat:before {
    content: "";
}

.tticon-chats:before {
    content: "";
}

.tticon-check:before {
    content: "";
}

.tticon-chevron-down:before {
    content: "";
}

.tticon-chevron-left:before {
    content: "";
}

.tticon-chevron-right:before {
    content: "";
}

.tticon-chevron-up:before {
    content: "";
}

.tticon-close:before {
    content: "";
}

.tticon-credit-card:before {
    content: "";
}

.tticon-dots-drag:before {
    content: "";
}

.tticon-dots-menu:before {
    content: "";
}

.tticon-download:before {
    content: "";
}

.tticon-envelope-open:before {
    content: "";
}

.tticon-envelope:before {
    content: "";
}

.tticon-eye:before {
    content: "";
}

.tticon-facebook:before {
    content: "";
}

.tticon-file:before {
    content: "";
}

.tticon-folder-open:before {
    content: "";
}

.tticon-gallery:before {
    content: "";
}

.tticon-gender:before {
    content: "";
}

.tticon-google:before {
    content: "";
}

.tticon-heart-fill:before {
    content: "";
}

.tticon-heart:before {
    content: "";
}

.tticon-id:before {
    content: "";
}

.tticon-info:before {
    content: "";
}

.tticon-instagram:before {
    content: "";
}

.tticon-link:before {
    content: "";
}

.tticon-linkedin:before {
    content: "";
}

.tticon-live:before {
    content: "";
}

.tticon-location:before {
    content: "";
}

.tticon-logout:before {
    content: "";
}

.tticon-menu:before {
    content: "";
}

.tticon-minus:before {
    content: "";
}

.tticon-note:before {
    content: "";
}

.tticon-pencil:before {
    content: "";
}

.tticon-phone:before {
    content: "";
}

.tticon-play-fill:before {
    content: "";
}

.tticon-plus:before {
    content: "";
}

.tticon-setting:before {
    content: "";
}

.tticon-share:before {
    content: "";
}

.tticon-suitcase:before {
    content: "";
}

.tticon-trash:before {
    content: "";
}

.tticon-twitter:before {
    content: "";
}

.tticon-user-focus:before {
    content: "";
}

.tticon-user-plus:before {
    content: "";
}

.tticon-user:before {
    content: "";
}

.tticon-users-four:before {
    content: "";
}

.tticon-users:before {
    content: "";
}

.tticon-video:before {
    content: "";
}

.tticon-warning:before {
    content: "";
}

.tticon-waves:before {
    content: "";
}

.tticon-whatsapp:before {
    content: "";
}

.tticon-youtube:before {
    content: "";
}

html {
    scroll-behavior: smooth;
    background-color: #1a1a2e !important;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
    color: #fff !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #1a1a2e !important;
}

body.home-page {
    background-color: #1a1a2e !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ===========================
   Front CSS Conflict Overrides
   =========================== */
/* Override page-content white background from front CSS */
.page-content {
    background-color: transparent !important;
    background: transparent !important;
}

/* Override container backgrounds */
.page-content .container {
    background-color: transparent !important;
    background: transparent !important;
}

/* Override body/wrapper backgrounds from front */
.wrapper,
main {
    background-color: transparent !important;
    position: relative;
    z-index: 1;
}
#app
 {
    background-color: transparent !important;
    position: relative;
}
/* Ensure mobile menu is outside the stacking context of #app */
body.branding-page > .mobile-menu-overlay,
#app > header .mobile-menu-overlay {
    isolation: isolate;
}

/* Branding page specific overrides */
body.branding-page {
    background-color: #1a1a2e !important;
    color: #fff !important;
}

/* Ensure mobile menu overlay is always on top for all branding pages */
body.branding-page .mobile-menu-overlay {
    position: fixed !important;
    z-index: 999999 !important;
    background-color: #1a1a2e !important;
}

body.branding-page .mobile-menu-overlay .mobile-menu-content,
body.branding-page .mobile-menu-overlay .mobile-nav,
body.branding-page .mobile-menu-overlay .mobile-nav-menu,
body.branding-page .mobile-menu-overlay .mobile-menu-buttons {
    position: relative !important;
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    background-color: transparent;
}

body.branding-page .mobile-menu-overlay .mobile-nav,
body.branding-page .mobile-menu-overlay .mobile-nav-menu {
    display: block !important;
}

body.branding-page .mobile-menu-overlay .mobile-nav-menu li,
body.branding-page .mobile-menu-overlay .mobile-nav-menu a {
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
}

body.branding-page .page-content {
    background-color: transparent !important;
    background: transparent !important;
    padding-top: 40px;
    padding-bottom: 60px;
}

body.branding-page p,
body.branding-page span {
    color: inherit;
}

body.branding-page .text-center {
    color: #fff;
}

body.branding-page a.link-gray {
    color: #11c5d4 !important;
}

body.branding-page a.link-gray:hover {
    color: #0ea5b3 !important;
}

/* Breadcrumb section styling for branding pages */
body.branding-page:not(.home-page) .pt-5.pb-3 {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

body.branding-page .breadcrumb,
body.branding-page [aria-label="breadcrumb"] {
    background: transparent;
    margin-bottom: 0;
}

body.branding-page .breadcrumb-item,
body.branding-page .breadcrumb-item a,
body.branding-page .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
}

body.branding-page .breadcrumb-item a:hover {
    color: #11c5d4;
}

body.branding-page .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Page title in breadcrumb section */
body.branding-page .pt-5.pb-3 h1 {
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    margin-top: 1rem;
}

/* Fix text colors that front CSS overrides */
.page-content p,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content span,
.page-content label {
    color: inherit;
}

/* Fix link colors */
.page-content .link-gray,
.link-gray {
    color: #11c5d4 !important;
}

.page-content .link-gray:hover,
.link-gray:hover {
    color: #0ea5b3 !important;
}

/* Fix muted text */
.page-content .text-muted,
.text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Dashboard Page Content Enhanced Styling */
body.branding-page .page-content .container {
    max-width: 1200px;
}

body.branding-page .page-content .filters {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    list-style: none;
}

body.branding-page .page-content .filters__button .btn {
    background: rgba(17, 197, 212, 0.15) !important;
    border: 1px solid rgba(17, 197, 212, 0.3) !important;
    color: #11c5d4 !important;
    border-radius: 10px;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

body.branding-page .page-content .filters__button .btn:hover {
    background: rgba(17, 197, 212, 0.25) !important;
    border-color: #11c5d4 !important;
}

body.branding-page .page-content .filters__icon {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

body.branding-page .page-content .filters__item {
    flex: 0 0 auto;
    min-width: 160px;
}

body.branding-page .page-content .filters__select {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
}

body.branding-page .page-content .filters__select option {
    background: #1a1a2e;
    color: #fff;
}

body.branding-page .page-content .filters__search {
    flex: 1;
    min-width: 200px;
}

body.branding-page .page-content .filters__search .form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 14px;
}

body.branding-page .page-content .filters__search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

body.branding-page .page-content .table-responsive {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

body.branding-page .page-content .table-responsive::-webkit-scrollbar {
    height: 8px;
}

body.branding-page .page-content .table-responsive::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

body.branding-page .page-content .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(17, 197, 212, 0.4);
    border-radius: 4px;
}

body.branding-page .page-content .table-responsive::-webkit-scrollbar-thumb:hover {
    background: rgba(17, 197, 212, 0.6);
}

body.branding-page .page-content .table {
    margin-bottom: 0;
    color: #fff;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
    --bs-table-hover-bg: rgba(255, 255, 255, 0.05);
    --bs-table-color: #fff;
    --bs-table-border-color: rgba(255, 255, 255, 0.05);
}

body.branding-page .page-content .table thead {
    background: rgba(17, 197, 212, 0.1);
}

body.branding-page .page-content .table thead th {
    border: none;
    color: #11c5d4;
    font-weight: 600;
    font-size: 14px;
    padding: 16px 20px;
    white-space: nowrap;
}

body.branding-page .page-content .table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

body.branding-page .page-content .table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

body.branding-page .page-content .table tbody td {
    border: none;
    padding: 16px 20px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

body.branding-page .page-content .table tbody td:nth-child(3) {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.branding-page .page-content .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.02);
}

body.branding-page .page-content .table .text-gray {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.branding-page .page-content .badge {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
}

body.branding-page .page-content .badge.bg-warning {
    background: rgba(255, 193, 7, 0.15) !important;
    color: #ffc107 !important;
}

body.branding-page .page-content .badge.bg-success {
    background: rgba(40, 167, 69, 0.15) !important;
    color: #28a745 !important;
}

body.branding-page .page-content .badge.bg-danger {
    background: rgba(220, 53, 69, 0.15) !important;
    color: #dc3545 !important;
}

body.branding-page .page-content .badge.bg-secondary {
    background: rgba(108, 117, 125, 0.15) !important;
    color: #6c757d !important;
}

body.branding-page .page-content .btn-outline-dark {
    background: transparent !important;
    border: 1px solid rgba(17, 197, 212, 0.4) !important;
    color: #11c5d4 !important;
    border-radius: 10px;
    padding: 8px 14px;
    transition: all 0.3s ease;
}

body.branding-page .page-content .btn-outline-dark:hover {
    background: rgba(17, 197, 212, 0.15) !important;
    border-color: #11c5d4 !important;
    color: #11c5d4 !important;
}

body.branding-page .page-content .btn-lg.btn-outline-dark {
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
}

body.branding-page .page-content .btn-lg.btn-outline-dark .icon-btn {
    display: inline-block;
    transition: transform 0.3s ease;
}

html[dir="ltr"] body.branding-page .page-content .btn-lg.btn-outline-dark .tticon-chevron-right {
    transform: scaleX(-1);
}

html[dir="rtl"] body.branding-page .page-content .btn-lg.btn-outline-dark .icon-btn {
    margin-left: 8px;
    margin-right: 0;
}

html[dir="ltr"] body.branding-page .page-content .btn-lg.btn-outline-dark .icon-btn {
    margin-right: 8px;
    margin-left: 0;
}

body.branding-page .page-content .btn-outline-danger {
    background: transparent !important;
    border: 1px solid rgba(220, 53, 69, 0.4) !important;
    color: #dc3545 !important;
    border-radius: 10px;
    padding: 8px 14px;
    transition: all 0.3s ease;
}

body.branding-page .page-content .btn-outline-danger:hover {
    background: rgba(220, 53, 69, 0.15) !important;
    border-color: #dc3545 !important;
}

body.branding-page .page-content .icon-btn {
    font-size: 16px;
}

body.branding-page .page-content .action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

body.branding-page .page-content .btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

body.branding-page .page-content .btn-action:hover {
    transform: translateY(-2px);
}

body.branding-page .page-content .btn-action--view {
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

body.branding-page .page-content .btn-action--view:hover {
    background: rgba(17, 197, 212, 0.15);
    border-color: #11c5d4;
    box-shadow: 0 4px 12px rgba(17, 197, 212, 0.2);
}

body.branding-page .page-content .btn-action--edit {
    border-color: rgba(255, 193, 7, 0.4);
    color: #ffc107;
}

body.branding-page .page-content .btn-action--edit:hover {
    background: rgba(255, 193, 7, 0.15);
    border-color: #ffc107;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
}

body.branding-page .page-content .btn-action--delete {
    border-color: rgba(220, 53, 69, 0.4);
    color: #dc3545;
}

body.branding-page .page-content .btn-action--delete:hover {
    background: rgba(220, 53, 69, 0.15);
    border-color: #dc3545;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
}

body.branding-page .paper-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body.branding-page .paper-detail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

body.branding-page .paper-detail-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

body.branding-page .paper-detail-label {
    font-size: 12px;
    font-weight: 600;
    color: #11c5d4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.branding-page .paper-detail-value {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 576px) {
    body.branding-page .paper-detail-row {
        grid-template-columns: 1fr;
    }

    body.branding-page .page-content .action-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    body.branding-page .page-content .btn-action {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

body.branding-page .page-content > .container > .text-center .btn-lg {
    background: transparent !important;
    border: 1px solid rgba(17, 197, 212, 0.4) !important;
    color: #11c5d4 !important;
    border-radius: 50px;
    padding: 14px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

body.branding-page .page-content > .container > .text-center .btn-lg:hover {
    background: rgba(17, 197, 212, 0.15) !important;
    border-color: #11c5d4 !important;
}

body.branding-page .modal-content {
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.98) 0%, rgba(26, 26, 46, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(20px);
}

body.branding-page .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
}

body.branding-page .modal-title {
    color: #fff;
    font-weight: 600;
}

body.branding-page .modal-header .btn-close {
    filter: invert(1);
    opacity: 0.6;
}

body.branding-page .modal-header .btn-close:hover {
    opacity: 1;
}

body.branding-page .modal-body {
    padding: 24px;
}

body.branding-page .modal-body .form-label {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

body.branding-page .modal-body .form-select {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 14px;
}

body.branding-page .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 24px;
    gap: 12px;
}

body.branding-page .modal-footer .btn-dark {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b3 100%) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 24px;
}

@media (max-width: 768px) {
    body.branding-page .page-content .filters {
        padding: 16px;
        gap: 12px;
    }

    body.branding-page .page-content .filters__item,
    body.branding-page .page-content .filters__search {
        flex: 1 1 100%;
        min-width: 100%;
    }

    body.branding-page .page-content .table thead th,
    body.branding-page .page-content .table tbody td {
        padding: 12px 16px;
        font-size: 13px;
    }

    body.branding-page .page-content .table tbody td:nth-child(3) {
        max-width: 150px;
    }
}

.container-fluid {
    max-width: 100%;
}

/* 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: "Noto Kufi 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(17, 18, 49, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
}

/* 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;
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    box-sizing: border-box;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

body.home-page .main-header.is-scrolled {
    background-color: rgba(17, 18, 49, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    left: 0;
    right: 0;
    width: 100%;
}

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

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

.tts-logo,
.main-logo {
    height: 70px;
    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;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.has-submenu > a {
    display: inline-flex;
    align-items: center;
}

.submenu-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(17, 197, 212, 0.15);
    transition: all 0.3s ease;
}

.submenu-trigger svg {
    width: 8px;
    height: 8px;
    color: #11c5d4;
    transition: transform 0.3s ease;
}

.has-submenu:hover .submenu-trigger {
    background: rgba(17, 197, 212, 0.3);
}

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

.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 1rem;
    background-color: rgba(0, 20, 40, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 12px;
    padding: 0.75rem 0;
    min-width: 220px;
    width: max-content;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 100;
    flex-basis: 100%;
}

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

.submenu li {
    padding: 0;
    margin: 0;
}

.submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(17, 197, 212, 0.1);
}

.submenu a {
    padding: 0.875rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.submenu a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #11c5d4;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.submenu a:hover {
    background-color: rgba(17, 197, 212, 0.1);
    color: #11c5d4;
    padding-right: 2rem;
}

.submenu a:hover::before {
    opacity: 1;
}

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

.btn {
    padding: 12px 28px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    position: relative;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    z-index: 1;
}

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

.btn:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.btn-login {
    background: transparent;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-login::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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-login:hover::before {
    opacity: 1;
}

.btn-login:hover {
    background: rgba(17, 197, 212, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.btn-register {
    background: rgba(17, 197, 212, 0.15);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-register::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

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

.btn-register:hover {
    background: rgba(17, 197, 212, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateY(-2px);
}

/* Glass Primary Button - Like Login Button */
.btn-glass-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    background: rgba(17, 197, 212, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-glass-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

.btn-glass-primary:hover {
    background: rgba(17, 197, 212, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(17, 197, 212, 0.3);
    color: #fff;
}

.btn-glass-primary:hover::before {
    opacity: 1;
}

/* Language Switch Button */
.btn-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-lang svg {
    flex-shrink: 0;
}

.btn-lang:hover {
    background: rgba(17, 197, 212, 0.15);
    border-color: rgba(17, 197, 212, 0.5);
    color: #11c5d4;
}

.btn-lang:hover svg {
    stroke: #11c5d4;
}

/* Mobile Language Button */
.mobile-btn-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.mobile-btn-lang svg {
    flex-shrink: 0;
}

.mobile-btn-lang:hover {
    background: rgba(17, 197, 212, 0.15);
    border-color: rgba(17, 197, 212, 0.5);
    color: #11c5d4;
}

/* زر القائمة للجوال */
.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) 50%,
        rgba(255, 255, 255, 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: #1a1a2e;
    z-index: 99999;
    transform: translateX(106%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

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

.mobile-menu-content {
    padding: 2rem;
    min-height: 100%;
    height: auto;
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    background-color: #1a1a2e;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(17, 197, 212, 0.2);
    position: relative;
    z-index: 2;
}

.mobile-nav {
    flex: 1 1 auto;
    overflow-y: auto;
    display: block !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
    background-color: #1a1a2e;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
}

.mobile-nav-menu li {
    position: relative;
    z-index: 2;
}

.mobile-nav-menu a {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(17, 197, 212, 0.15);
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.mobile-menu-buttons {
    display: flex !important;
    visibility: visible !important;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
    padding: 24px 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background-color: #1a1a2e;
}

.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 a:hover {
    color: #11c5d4;
}

.mobile-menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu-item-wrapper a {
    flex: 1;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(17, 197, 212, 0.15);
}

.has-submenu-mobile > .mobile-menu-item-wrapper a {
    border-bottom: none;
}

.has-submenu-mobile {
    border-bottom: 1px solid rgba(17, 197, 212, 0.15);
    padding-bottom: 0.5rem;
}

.submenu-trigger-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #11c5d4;
}

.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;
    padding-right: 1.5rem;
}

.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 .btn {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    justify-content: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.mobile-btn-login {
    background: transparent;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.mobile-btn-login::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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;
}

.mobile-btn-login:hover::before {
    opacity: 1;
}

.mobile-btn-login:hover {
    background: rgba(17, 197, 212, 0.1);
}

.mobile-btn-register {
    background: rgba(17, 197, 212, 0.15);
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.mobile-btn-register::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

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

.mobile-btn-register:hover {
    background: rgba(17, 197, 212, 0.25);
}

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

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

    .header-content {
        padding: 0 1rem;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .main-header,
    .home-page .main-header,
    .home-page .main-header.is-scrolled {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
}

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

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

    .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;
}

.hero-section > .container-fluid {
    position: relative;
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-image: url("../assets/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;
}

.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-image: none !important;
}

.home-page .hero-section > .container-fluid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    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%, #1a1a2e 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;
}

.home-page .hero-video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(15, 26, 58, 0.5) 40%,
        rgba(15, 26, 58, 0.3) 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* Hero CTA button - sits above the sponsors */
.hero-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 44px;
    min-width: 260px;
    background: rgba(17, 197, 212, 0.18);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #ffffff;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.28);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.hero-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 2px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.55) 30%,
        rgba(17, 197, 212, 0.2) 55%,
        rgba(17, 197, 212, 0.55) 75%,
        rgba(17, 197, 212, 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.85;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}
.hero-cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transition: left 0.7s ease;
    pointer-events: none;
    z-index: 1;
}
.hero-cta-btn .hero-cta-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
html[dir="rtl"] .hero-cta-btn .hero-cta-icon { transform: scaleX(-1); }

.hero-cta-btn:hover,
.hero-cta-btn:focus {
    background: rgba(17, 197, 212, 0.35);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(17, 197, 212, 0.5);
}
.hero-cta-btn:hover::before { opacity: 1; }
.hero-cta-btn:hover::after { left: 110%; }
html[dir="rtl"] .hero-cta-btn:hover .hero-cta-icon { transform: scaleX(-1) translateX(4px); }
html[dir="ltr"] .hero-cta-btn:hover .hero-cta-icon { transform: translateX(4px); }

@media (max-width: 768px) {
    .hero-cta-wrap { margin-top: 28px; }
    .hero-cta-btn {
        padding: 13px 32px;
        font-size: 15px;
        min-width: 200px;
        gap: 10px;
    }
    .hero-cta-btn .hero-cta-icon { width: 16px; height: 16px; }
}

/* Hero Sponsors - logos at bottom of hero */
.hero-sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-top: 48px;
    z-index: 5;
    flex-wrap: wrap;
    padding: 24px 32px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-sponsor-logo {
    max-width: 190px;
    max-height: 80px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-sponsor-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .hero-sponsors {
        gap: 40px;
        margin-top: 40px;
        padding: 20px 28px;
    }

    .hero-sponsor-logo {
        max-width: 130px;
        max-height: 55px;
    }
}

@media (max-width: 768px) {
    .hero-sponsors {
        gap: 32px;
        margin-top: 32px;
        padding: 18px 24px;
        border-radius: 12px;
    }

    .hero-sponsor-logo {
        max-width: 110px;
        max-height: 48px;
    }
}

@media (max-width: 480px) {
    .hero-sponsors {
        gap: 20px;
        margin-top: 24px;
        padding: 16px 20px;
        border-radius: 10px;
        width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
    }

    .hero-sponsor-logo {
        max-width: 85px;
        max-height: 38px;
    }
}

/* Papers Journey Timeline Section */
.papers-journey-section {
    position: relative;
    width: 100%;
    background-color: #1a1a2e;
    background-image: url("../assets/images/hero-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
    margin: 0;
    margin-bottom: -1px;
}

.papers-journey-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(
        to bottom,
        #1a1a2e 0%,
        rgba(26, 26, 46, 0.85) 15%,
        rgba(26, 26, 46, 0.8) 50%,
        rgba(26, 26, 46, 0.85) 85%,
        #1a1a2e 100%
    );
    z-index: 0;
    pointer-events: none;
}

.papers-journey-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
    z-index: 1;
}

.journey-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.journey-header {
    text-align: center;
    margin-bottom: 80px;
}

.journey-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 16px 0;
}

.journey-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: #11c5d4;
    margin: 0;
}

.journey-timeline {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 40px 0;
    direction: ltr;
    /* Force LTR for consistent positioning */
}

/* Center vertical line */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 10%,
        rgba(255, 255, 255, 0.3) 90%,
        transparent 100%
    );
    transform: translateX(-50%);
    z-index: 1;
}

/* Light animation on journey timeline */
.timeline-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 4px;
    height: 200px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(17, 197, 212, 0.2) 30%,
        rgba(17, 197, 212, 0.5) 50%,
        rgba(17, 197, 212, 0.2) 70%,
        transparent 100%
    );
    animation: timelineLightFlow 4s linear infinite;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(17, 197, 212, 0.2);
    filter: blur(1px);
}

@keyframes timelineLightFlow {
    0% {
        top: -60px;
    }

    100% {
        top: 100%;
    }
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    width: 100%;
    margin-bottom: 40px;
    align-items: start;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Right side: card appears on the right column (3rd column) */
.timeline-item.timeline-right .timeline-content {
    grid-column: 3;
}

/* Left side: card appears on the left column (1st column) */
.timeline-item.timeline-left .timeline-content {
    grid-column: 1;
}

/* Dot - centered in middle column */
.timeline-dot {
    grid-column: 2;
    grid-row: 1;
    width: 24px;
    height: 24px;
    background: #1a1a2e;
    border: 3px solid rgba(17, 179, 212, 0.8);
    border-radius: 50%;
    z-index: 5;
    margin: 30px auto 0;
    position: relative;
}

.dot-pulse {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.timeline-content {
    grid-row: 1;
    direction: rtl;
    text-align: right;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px 32px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
}

.timeline-date {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(17, 179, 212, 1);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.timeline-step-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 12px 0;
}

.timeline-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Timeline Responsive */
@media (max-width: 992px) {
    .papers-journey-section .container-fluid {
        padding: 0 48px;
    }

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

    .journey-header {
        margin-bottom: 60px;
    }

    .timeline-item {
        grid-template-columns: 1fr 40px 1fr;
    }

    .timeline-content {
        padding: 24px 28px;
    }

    .timeline-step-title {
        font-size: 20px;
    }
}

/* LTR (English) - Swap timeline left/right positions */
html[dir="ltr"] .timeline-item.timeline-right .timeline-content {
    grid-column: 1;
}

html[dir="ltr"] .timeline-item.timeline-left .timeline-content {
    grid-column: 3;
}

html[dir="ltr"] .timeline-content {
    text-align: left;
}

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

    .papers-journey-section .container-fluid {
        padding: 0 24px;
    }

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

    .journey-header {
        margin-bottom: 48px;
    }

    .journey-timeline {
        padding: 20px 0;
    }

    .timeline-line {
        left: 20px;
        transform: none;
    }

    .timeline-item {
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .timeline-dot {
        position: absolute;
        left: 8px;
        margin: 30px 0 0;
    }

    .timeline-item.timeline-right .timeline-content,
    .timeline-item.timeline-left .timeline-content {
        margin-left: 50px;
        width: 100%;
    }

    .timeline-content {
        padding: 20px 24px;
    }

    .timeline-step-title {
        font-size: 18px;
    }

    .timeline-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .papers-journey-section {
        padding: 60px 0;
    }

    .journey-title {
        font-size: 28px;
    }

    .journey-subtitle {
        font-size: 16px;
    }

    .timeline-content {
        padding: 18px 20px;
    }

    .timeline-step-title {
        font-size: 16px;
    }

    .timeline-description {
        font-size: 14px;
    }
}

/* 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/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/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/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: "Noto Kufi 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: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    color: #fff;
    line-height: 1.7;
    margin: 0;
}

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

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

.hero-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 25px;
    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: 19px;
    align-items: center;
    justify-content: start;
    width: 220px;
}

.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: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}

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

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

.event-date {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    font-size: 16px;
    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: 60px !important;
    height: 60px !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: 200px;
    }

    .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: 21px;
    }

    .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: center;
    }

    .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: #1a1a2e;
    position: relative;
    overflow: hidden;
}

.about-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.5), transparent 70%);
    filter: blur(140px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    animation: aboutBottomGlowFloat 12s ease-in-out infinite;
}

.about-section > * {
    position: relative;
    z-index: 1;
}

@keyframes aboutBottomGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 20px) scale(1.08); }
}

@media (max-width: 768px) {
    .about-section::after {
        width: 360px;
        height: 360px;
        bottom: -100px;
        left: -80px;
    }
}

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

.sponsors-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
}

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

.sponsors-header {
    text-align: center;
}

.sponsors-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 16px 0;
}

.sponsors-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: #11c5d4;
    margin: 0;
}

.sponsors-grid {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 64px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    min-width: 280px;
    min-height: 160px;
}

.sponsor-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
}

.sponsor-logo {
    max-width: 220px;
    max-height: 120px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.sponsor-item:hover .sponsor-logo {
    opacity: 1;
}

@media (max-width: 992px) {
    .sponsors-section .container-fluid {
        padding: 0 48px;
    }

    .sponsors-grid {
        gap: 32px;
    }

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

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

    .sponsors-section .container-fluid {
        padding: 0 24px;
    }

    .sponsors-grid {
        flex-direction: column;
        gap: 20px;
    }

    .sponsors-title {
        font-size: 28px;
    }

    .sponsor-item {
        padding: 24px 32px;
        min-height: 100px;
        min-width: 180px;
    }

    .sponsor-logo {
        max-width: 120px;
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .sponsors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.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: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}

.about-description {
    font-family: "Noto Kufi 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: "Noto Kufi 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: 0rem;
        margin-bottom: 3rem;
    }

    .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);
    }
}

/* Conference Themes Section */
.themes-section {
    position: relative;
    padding: 80px 0;
    background-color: #1a1a2e;
    overflow: hidden;
}

.themes-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.5), transparent 70%);
    filter: blur(140px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    animation: themesGlowFloat 12s ease-in-out infinite;
}

.themes-section > * {
    position: relative;
    z-index: 1;
}

@keyframes themesGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, 20px) scale(1.08); }
}

@media (max-width: 768px) {
    .themes-section::before {
        width: 360px;
        height: 360px;
        top: -100px;
        left: -80px;
    }
}

.themes-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
}

.themes-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.themes-header {
    text-align: center;
}

.themes-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.themes-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Glass morphism theme items - CYNC Glass style */
.theme-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    background: rgba(17, 197, 212, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease-out, background 0.18s ease-out, box-shadow 0.18s ease-out;
}

/* Glass border effect - gradient border like register button */
.theme-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0.15) 50%,
        rgba(17, 197, 212, 0.4) 75%,
        rgba(17, 197, 212, 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.18s ease-out;
    pointer-events: none;
}

/* Inner glow effect */
.theme-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(17, 197, 212, 0.5), transparent);
    opacity: 0.8;
    pointer-events: none;
}

html[dir="rtl"] .theme-item {
    flex-direction: row;
}

.theme-item:hover {
    background: rgba(17, 197, 212, 0.15);
    transform: translateX(8px) translateY(-2px);
    box-shadow: 0 8px 32px rgba(17, 197, 212, 0.2);
}

.theme-item:hover::before {
    opacity: 1;
}

html[dir="rtl"] .theme-item:hover {
    transform: translateX(-8px) translateY(-2px);
}

/* Glass icon container */
.theme-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    color: #11c5d4;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 197, 212, 0.3);
    transition: background 0.18s ease-out, border-color 0.18s ease-out, box-shadow 0.18s ease-out;
}

/* Icon glow on hover */
.theme-item:hover .theme-icon {
    background: rgba(17, 197, 212, 0.3);
    border-color: rgba(17, 197, 212, 0.6);
    box-shadow: 0 0 20px rgba(17, 197, 212, 0.4);
}

.theme-icon svg {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 4px rgba(17, 197, 212, 0.5));
}

.theme-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

html[dir="rtl"] .theme-text {
    text-align: right;
}

html[dir="ltr"] .theme-text {
    text-align: left;
}

/* Responsive Themes Section */
@media (max-width: 992px) {
    .themes-section .container-fluid {
        padding: 0 48px;
    }

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

    .theme-item {
        padding: 20px 24px;
        gap: 20px;
    }

    .theme-text {
        font-size: 16px;
    }
}

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

    .themes-section .container-fluid {
        padding: 0 24px;
    }

    .themes-title {
        font-size: 28px;
    }

    .theme-item {
        flex-direction: column !important;
        text-align: center;
        padding: 24px;
        gap: 16px;
    }

    .theme-item:hover {
        transform: translateY(-4px);
    }

    html[dir="rtl"] .theme-item:hover {
        transform: translateY(-4px);
    }

    .theme-icon {
        width: 48px;
        height: 48px;
    }

    .theme-icon svg {
        width: 24px;
        height: 24px;
    }

    .theme-text {
        font-size: 15px;
        text-align: center !important;
    }
}

/* =====================================================
   Conference Objectives Section
   ===================================================== */
.objectives-section {
    position: relative;
    padding: 100px 0;
    background-color: #1a1a2e;
    overflow: hidden;
}

.objectives-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
    z-index: 2;
}

.objectives-bg-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
    animation: objectivesGlowFloat 12s ease-in-out infinite;
}

.objectives-bg-glow--1 {
    top: -120px;
    left: -120px;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.5), transparent 70%);
}

.objectives-bg-glow--2 {
    bottom: -120px;
    right: -120px;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.5), transparent 70%);
    animation-delay: -6s;
}

@keyframes objectivesGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.08); }
}

.objectives-content {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.objectives-header {
    text-align: center;
}

.objectives-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 12px;
}

.objectives-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.objectives-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    padding-inline-start: 28px;
}

/* original continuous line replaced by per-item segments below */
.objectives-line { display: none; }

.objective-item::before,
.objective-item::after {
    content: "";
    position: absolute;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(17, 197, 212, 0.18) 0%, #11c5d4 50%, rgba(17, 197, 212, 0.18) 100%);
    background-size: 100% 300%;
    animation: objectiveSegmentFlow 4s linear infinite;
    pointer-events: none;
    z-index: 0;
}

html[dir="rtl"] .objective-item::before,
html[dir="rtl"] .objective-item::after { right: -1px; }
html[dir="ltr"] .objective-item::before,
html[dir="ltr"] .objective-item::after { left: -1px; }

/* segment above the marker, extending into the row gap */
.objective-item::before {
    top: -16px;
    bottom: calc(50% + 30px);
}

/* segment below the marker, extending into the row gap */
.objective-item::after {
    top: calc(50% + 30px);
    bottom: -16px;
}

.objective-item:first-child::before { display: none; }
.objective-item:last-child::after { display: none; }

@keyframes objectiveSegmentFlow {
    0% { background-position: 0 -150%; }
    100% { background-position: 0 250%; }
}

.objective-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
}

.objective-marker {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.25), rgba(17, 197, 212, 0.08));
    border: 1.5px solid rgba(17, 197, 212, 0.55);
    color: #11c5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-inline-start: -28px;
    box-shadow: 0 0 20px rgba(17, 197, 212, 0.25);
    transition: all 0.3s ease;
    z-index: 2;
}

.objective-marker-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(17, 197, 212, 0.3);
    opacity: 0;
    transition: all 0.4s ease;
}

.objective-marker-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(17, 197, 212, 0.55);
    animation: objectiveMarkerPulse 2.6s ease-out infinite;
    pointer-events: none;
}

@keyframes objectiveMarkerPulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.8); opacity: 0; }
}

.objective-item:hover .objective-marker {
    transform: scale(1.08);
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.45), rgba(17, 197, 212, 0.15));
    box-shadow: 0 0 32px rgba(17, 197, 212, 0.55);
}

.objective-item:hover .objective-marker-ring {
    opacity: 1;
    inset: -10px;
}

.objective-body {
    flex: 1;
    background: rgba(17, 197, 212, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 20px 26px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.objective-body::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.7) 0%,
        rgba(17, 197, 212, 0.25) 50%,
        rgba(17, 197, 212, 0.7) 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.5;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.objective-item:hover .objective-body {
    background: rgba(17, 197, 212, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(17, 197, 212, 0.18);
}

.objective-item:hover .objective-body::before {
    opacity: 1;
}

.objective-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.75;
    color: #fff;
    margin: 0;
}

html[dir="rtl"] .objective-text { text-align: right; }
html[dir="ltr"] .objective-text { text-align: left; }

/* Objectives - Responsive */
@media (max-width: 992px) {
    .objectives-section .container-fluid { padding: 0 48px; }
    .objectives-title { font-size: 32px; }
    .objectives-subtitle { font-size: 16px; }
    .objective-text { font-size: 16px; }
}

@media (max-width: 768px) {
    .objectives-section { padding: 70px 0; }
    .objectives-section .container-fluid { padding: 0 24px; }
    .objectives-title { font-size: 26px; }
    .objectives-subtitle { font-size: 14px; }
    .objectives-timeline { padding-inline-start: 22px; gap: 20px; }
    html[dir="rtl"] .objectives-line { right: 21px; }
    html[dir="ltr"] .objectives-line { left: 21px; }
    .objective-marker {
        width: 44px;
        height: 44px;
        font-size: 15px;
        margin-inline-start: -22px;
    }
    .objective-body { padding: 16px 18px; }
    .objective-text { font-size: 15px; }
}

/* =====================================================
   Target Audiences Section
   ===================================================== */
.audiences-section {
    position: relative;
    padding: 100px 0;
    background-color: #1a1a2e;
    overflow: hidden;
}

.audiences-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
    z-index: 2;
}

.audiences-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
    animation: audiencesGlowFloat 14s ease-in-out infinite;
}

.audiences-bg-glow--1 {
    top: -120px;
    right: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.5), transparent 70%);
}

.audiences-bg-glow--2 {
    bottom: -120px;
    left: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.5), transparent 70%);
    animation-delay: -7s;
}

@keyframes audiencesGlowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-25px, 25px) scale(1.1); }
}

.audiences-content {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.audiences-header {
    text-align: center;
}

.audiences-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 12px;
}

.audiences-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.audiences-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 24px;
}

.audiences-grid > .audience-card:nth-child(1) { grid-column: 1 / span 2; }
.audiences-grid > .audience-card:nth-child(2) { grid-column: 3 / span 2; }
.audiences-grid > .audience-card:nth-child(3) { grid-column: 5 / span 2; }
.audiences-grid > .audience-card:nth-child(4) { grid-column: 7 / span 2; }
.audiences-grid > .audience-card:nth-child(5) { grid-column: 2 / span 2; }
.audiences-grid > .audience-card:nth-child(6) { grid-column: 4 / span 2; }
.audiences-grid > .audience-card:nth-child(7) { grid-column: 6 / span 2; }

.audience-card {
    position: relative;
    background: rgba(17, 197, 212, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease, background 0.4s ease;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 200px;
}

.audience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.7) 0%,
        rgba(17, 197, 212, 0.25) 35%,
        rgba(17, 197, 212, 0.1) 60%,
        rgba(17, 197, 212, 0.7) 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.55;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 3;
}

.audience-card-glow {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.45), transparent 70%);
    filter: blur(50px);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.audience-card-corner {
    position: absolute;
    top: 0;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(17, 197, 212, 0.9), transparent);
    opacity: 0.8;
    pointer-events: none;
    z-index: 3;
}

html[dir="rtl"] .audience-card-corner { right: 0; }
html[dir="ltr"] .audience-card-corner { left: 0; }

.audience-card:hover {
    transform: translateY(-8px);
    background: rgba(17, 197, 212, 0.12);
    box-shadow: 0 20px 50px rgba(17, 197, 212, 0.25);
}

.audience-card:hover::before { opacity: 1; }
.audience-card:hover .audience-card-glow { opacity: 1; }

.audience-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.15);
    border: 1px solid rgba(17, 197, 212, 0.4);
    border-radius: 16px;
    color: #11c5d4;
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.audience-card:hover .audience-icon {
    background: rgba(17, 197, 212, 0.28);
    border-color: rgba(17, 197, 212, 0.7);
    box-shadow: 0 0 24px rgba(17, 197, 212, 0.45);
    transform: scale(1.08) rotate(-4deg);
}

.audience-icon svg {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 4px rgba(17, 197, 212, 0.5));
}

.audience-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.55;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Audiences - Responsive */
@media (max-width: 1200px) {
    .audiences-grid { grid-template-columns: repeat(3, 1fr); }
    .audiences-grid > .audience-card:nth-child(1),
    .audiences-grid > .audience-card:nth-child(2),
    .audiences-grid > .audience-card:nth-child(3),
    .audiences-grid > .audience-card:nth-child(4),
    .audiences-grid > .audience-card:nth-child(5),
    .audiences-grid > .audience-card:nth-child(6),
    .audiences-grid > .audience-card:nth-child(7) {
        grid-column: auto;
    }
}

@media (max-width: 992px) {
    .audiences-section .container-fluid { padding: 0 48px; }
    .audiences-title { font-size: 32px; }
    .audiences-subtitle { font-size: 16px; }
    .audiences-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 576px) {
    .audiences-section { padding: 70px 0; }
    .audiences-section .container-fluid { padding: 0 20px; }
    .audiences-title { font-size: 26px; }
    .audiences-subtitle { font-size: 14px; }
    .audiences-grid { grid-template-columns: 1fr; }
    .audience-card { padding: 26px 20px; }
    .audience-icon { width: 56px; height: 56px; }
    .audience-icon svg { width: 26px; height: 26px; }
    .audience-text { font-size: 15px; }
}

/* 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: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}

.numbers-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.7;
    color: #11c5d4;
    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: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    font-size: 44px;
    line-height: 1.7;
    color: #fff;
    white-space: pre-wrap;
}

.number-description {
    font-family: "Noto Kufi 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: 160px 0;
    background-color: #1a1a2e;
}

.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: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    font-size: 36px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    text-align: right;
}

.speakers-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: #11c5d4;
    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: relative;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.speaker-photo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31%, rgba(26, 26, 46, 1) 95%);
    z-index: 10;
    pointer-events: none;
}

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

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

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

.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: "Noto Kufi 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: "Noto Kufi 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%;
    }

    .speaker-info {
        gap: 4px;
        margin-top: -16px;
    }

    .speaker-role {
        font-size: 12px;
        line-height: 1.5;
    }

    .speaker-name {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Program Section (new accordion) */
.program-section {
    padding: 120px 0;
    background-color: #1a1a2e;
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.program-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 100%;
    pointer-events: none;
}

.program-section::after {
    content: "";
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 50%;
    height: 80%;
    pointer-events: none;
}

.program-section .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

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

/* Day Tabs */
.program-days {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.program-day-btn {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.program-day-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.6) 0%,
        rgba(17, 197, 212, 0.3) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 0.6) 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.5;
    transition: opacity 0.3s ease;
}

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

.program-day-btn:hover {
    background: rgba(17, 197, 212, 0.1);
    color: #fff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.program-day-btn.active {
    background: rgba(17, 197, 212, 0.15);
    color: #fff;
}

.program-day-btn.active::before {
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 1) 100%
    );
    opacity: 1;
}

/* Schedule Timeline */
.program-schedule {
    width: 100%;
    max-width: 900px;
}

.program-schedule.hidden {
    display: none;
}

.schedule-timeline {
    position: relative;
    padding: 20px 0;
    direction: rtl;
    /* RTL for Arabic layout */
}

.schedule-line {
    position: absolute;
    right: 130px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 5%,
        rgba(255, 255, 255, 0.2) 95%,
        transparent 100%
    );
    z-index: 1;
}

/* Schedule Item */
.schedule-item {
    display: grid;
    grid-template-columns: 100px 60px 1fr;
    gap: 0;
    margin-bottom: 24px;
    position: relative;
    align-items: start;
    direction: rtl;
}

.schedule-item:last-child {
    margin-bottom: 0;
}

/* Time Column */
.schedule-time {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    gap: 4px;
}

.time-start {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.time-end {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

/* Schedule Dot */
.schedule-dot {
    grid-column: 2;
    width: 16px;
    height: 16px;
    background: #1a1a2e;
    border: 3px solid rgba(17, 179, 212, 1);
    border-radius: 50%;
    z-index: 2;
    margin: 24px auto 0;
    transition: all 0.3s ease;
}

.schedule-item:hover .schedule-dot {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Schedule Card */
.schedule-card {
    grid-column: 3;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.schedule-card:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Break Card */
.schedule-card.break {
    background: rgba(255, 255, 255, 0.02);
    border-style: dashed;
}

.schedule-card.break .schedule-title {
    color: rgba(255, 255, 255, 0.7);
}

/* Card Content */
.schedule-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.schedule-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

.schedule-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    flex-direction: row-reverse;
}

.schedule-location svg {
    opacity: 0.6;
}

.schedule-desc {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.7;
}

.schedule-speaker {
    margin-top: 16px;
}

.speaker-badge {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #fff;
}

/* Schedule Responsive */
@media (max-width: 768px) {
    .program-section {
        padding: 60px 0;
    }

    .program-section .container-fluid {
        padding: 0 1rem;
    }

    .program-content {
        gap: 32px;
    }

    .program-days {
        width: 100%;
        gap: 8px;
    }

    .program-day-btn {
        flex: 1;
        padding: 12px 16px;
        font-size: 12px;
        text-align: center;
    }

    .program-schedule {
        max-width: 100%;
    }

    .schedule-timeline {
        padding: 10px 0 10px 30px;
        direction: rtl;
        position: relative;
    }

    .schedule-line {
        left: 6px;
        right: auto;
        width: 2px;
    }

    .schedule-item {
        display: flex;
        flex-direction: row;
        gap: 0;
        margin-bottom: 20px;
        align-items: flex-start;
        direction: rtl;
        position: relative;
    }

    .schedule-time {
        position: absolute;
        top: 14px;
        left: 14px;
        flex-direction: column;
        gap: 2px;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        min-width: auto;
        z-index: 2;
    }

    .time-start {
        font-size: 16px;
        font-weight: 700;
        color: #11c5d4;
    }

    .time-end {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
    }

    .schedule-dot {
        position: absolute;
        left: -23px;
        top: 20px;
        margin: 0;
        width: 14px;
        height: 14px;
        border-width: 2px;
        flex-shrink: 0;
        transform: translateX(-50%);
    }

    .schedule-card {
        flex: 1;
        padding: 16px 18px;
        padding-left: 75px;
        border-radius: 12px;
        position: relative;
        min-height: 80px;
    }

    .schedule-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .schedule-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .schedule-location {
        font-size: 12px;
        margin-top: 8px;
    }

    .schedule-card-header {
        flex-direction: column;
        gap: 6px;
        margin-bottom: 6px;
    }

    .speaker-badge {
        font-size: 11px;
        padding: 4px 10px;
    }

    .schedule-speaker {
        margin-top: 10px;
    }
}

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

    .program-day-btn {
        padding: 10px 12px;
        font-size: 11px;
        border-radius: 30px;
    }

    .schedule-timeline {
        padding-left: 25px;
    }

    .schedule-line {
        left: 5px;
        right: auto;
    }

    .schedule-dot {
        width: 12px;
        height: 12px;
        left: -19px;
        top: 18px;
        transform: translateX(-50%);
    }

    .schedule-time {
        top: 12px;
        left: 12px;
    }

    .time-start {
        font-size: 14px;
    }

    .time-end {
        font-size: 10px;
    }

    .schedule-card {
        padding: 14px 14px;
        padding-left: 65px;
        min-height: 70px;
    }

    .schedule-title {
        font-size: 14px;
    }

    .schedule-desc {
        font-size: 12px;
    }
}

/* 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: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
}

.event-schedule-time {
    font-family: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: 20px;
    direction: rtl;
    width: 100%;
}

.new-program-accordion .accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.new-program-accordion .accordion-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Glassy border effect using gradient */
.new-program-accordion .accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.2) 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;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

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

/* Ensure content is above the border */
.new-program-accordion .accordion-button {
    position: relative;
    z-index: 1;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.new-program-accordion .accordion-body {
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease 0.05s;
    background: rgba(255, 255, 255, 0.02);
    padding: 0 32px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

/* 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;
    transition: height 0.35s ease, opacity 0.3s ease;
}

.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, opacity 0.3s ease;
}

.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;
}

/* 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: 24px 32px;
    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: "Noto Kufi 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: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    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: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    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) 50%,
        rgba(255, 255, 255, 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;
}

/* Sub-items in accordion body - matches Figma 17:86 */
.accordion-sub-item {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.accordion-sub-item:last-child {
    border-bottom: none;
}

.sub-item-location {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    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.15);
    width: 100%;
    transform: rotate(180deg);
}

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

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

.sub-item-time {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    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;
}

/* ============================================
   Workshops Section (New Design)
   ============================================ */
.workshops-section {
    padding: 100px 0;
    background: #1a1a2e;
    position: relative;
}

.workshops-header {
    text-align: center;
    margin-bottom: 60px;
}

.workshops-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 12px 0;
}

.workshops-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.workshops-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.workshop-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.workshop-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #11c5d4 0%, rgba(17, 197, 212, 0.3) 100%);
    transition: height 0.4s ease;
    border-radius: 0 20px 0 0;
}

.workshop-card:hover::before {
    height: 100%;
}

.workshop-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
}

.workshop-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.workshop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.workshop-card:hover .workshop-image img {
    transform: scale(1.05);
}

.workshop-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.95) 100%);
}

.workshop-content {
    padding: 24px 28px 28px;
}

.workshop-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.workshop-duration,
.workshop-seats {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.workshop-duration svg,
.workshop-seats svg {
    opacity: 0.7;
}

.workshop-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 12px 0;
}

.workshop-desc {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 20px 0;
}

.workshop-trainer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trainer-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.trainer-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

/* Workshops Responsive */
@media (max-width: 992px) {
    .workshops-section {
        padding: 80px 0;
    }

    .workshops-title {
        font-size: 38px;
    }

    .workshops-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .workshop-image {
        height: 200px;
    }
}

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

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

    .workshops-subtitle {
        font-size: 16px;
    }

    .workshops-grid {
        padding: 0 16px;
        gap: 24px;
    }

    .workshop-content {
        padding: 20px;
    }

    .workshop-title {
        font-size: 18px;
    }

    .workshop-image {
        height: 180px;
    }
}

/* 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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) 50%,
        rgba(255, 255, 255, 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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;
    }
}

/* Note: .sponsors-title base styles defined above in sponsors-section */

.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;
}

/* Carousel-specific sponsor item styles */
.sponsors-row-wrapper .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 for Carousel */
@media (max-width: 1200px) {
    .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);
    }

    .sponsors-row-wrapper .sponsor-item {
        width: 180px;
        min-width: 180px;
        height: 90px;
    }

    .sponsors-row-wrapper::before,
    .sponsors-row-wrapper::after {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .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);
    }

    .sponsors-row-wrapper .sponsor-item {
        width: 150px;
        min-width: 150px;
        height: 75px;
    }

    .sponsors-row-wrapper::before,
    .sponsors-row-wrapper::after {
        width: 100px;
    }
}

@media (max-width: 576px) {
    .sponsors-row-wrapper .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: linear-gradient(180deg, #16213e 0%, #1a1a2e 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

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

.faq-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #11c5d4;
    text-align: center;
    margin: 0 0 52px 0;
    width: 100%;
}

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

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

/* Override Bootstrap accordion-flush styles */
.faq-accordion.accordion-flush .accordion-item {
    border: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 64px !important;
}

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

.faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 64px !important;
    border-top-right-radius: 64px !important;
}

.faq-accordion .accordion-item:last-of-type {
    border-bottom-left-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
}

/* 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 !important;
    border-top-right-radius: 64px !important;
}

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

.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-body {
    padding: 32px;
    background-color: transparent;
    transition: opacity 0.3s ease 0.05s;
}

.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: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 43px;
    color: #11c1d0 !important;
    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-answer {
    font-family: "Noto Kufi 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-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/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: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.download-description {
    font-family: "Noto Kufi 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: "Noto Kufi 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;
    }
}

/* ========================================
   Research Priorities Page
   ======================================== */
.research-priorities-section {
    padding: 120px 0;
    background-color: #1a1a2e;
    min-height: 100vh;
}

.research-priorities-header {
    margin-bottom: 60px;
}

.research-priorities-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 16px 0;
}

.research-priorities-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
}

.research-priorities-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.research-category {
    background: rgba(17, 197, 212, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.research-category::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0.15) 50%,
        rgba(17, 197, 212, 0.4) 75%,
        rgba(17, 197, 212, 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;
    pointer-events: none;
}

.research-category:hover {
    background: rgba(17, 197, 212, 0.12);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(17, 197, 212, 0.15);
}

.research-category:hover::before {
    opacity: 1;
}



.category-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(17, 197, 212, 0.4);
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #11c5d4;
    flex-shrink: 0;
}

.category-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

html[dir="rtl"] .category-title {
    text-align: right;
}

html[dir="ltr"] .category-title {
    text-align: left;
}

.category-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.category-items li {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    padding-right: 24px;
    position: relative;
}

html[dir="rtl"] .category-items li {
    padding-right: 24px;
    padding-left: 0;
    text-align: right;
}

html[dir="ltr"] .category-items li {
    padding-left: 24px;
    padding-right: 0;
    text-align: left;
}

.category-items li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #11c5d4;
    border-radius: 50%;
    top: 10px;
}

html[dir="rtl"] .category-items li::before {
    right: 0;
    left: auto;
}

html[dir="ltr"] .category-items li::before {
    left: 0;
    right: auto;
}

.research-priorities-cta {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: rgba(17, 197, 212, 0.05);
    border-radius: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 24px 0;
}

.research-priorities-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.15);
    border: none;
    color: #fff;
    padding: 16px 48px;
    font-size: 16px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

.research-priorities-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

.research-priorities-btn:hover {
    background: rgba(17, 197, 212, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateY(-2px);
    color: #fff;
}

.research-priorities-btn:hover::before {
    opacity: 1;
}

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

    .research-priorities-title {
        font-size: 32px;
    }

    .research-priorities-subtitle {
        font-size: 16px;
    }

    .research-category {
        padding: 24px;
    }

    .category-header {
        flex-direction: column !important;
        text-align: center;
        gap: 12px;
    }

    .category-title {
        font-size: 18px;
        text-align: center !important;
    }

    .category-items li {
        font-size: 15px;
        padding-right: 20px;
    }

    html[dir="ltr"] .category-items li {
        padding-left: 20px;
    }

    .cta-text {
        font-size: 18px;
    }

    .research-priorities-cta {
        padding: 24px;
    }
}

/* Job Fair CTA Section */
.job-fair-cta-section {
    position: relative;
    width: 100%;
    background-color: #1a1a2e;
    background-image: url("../assets/images/jobs-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
    overflow: hidden;
    margin: 0;
    margin-bottom: -1px;
}

.job-fair-cta-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(
        to bottom,
        #1a1a2e 0%,
        rgba(26, 26, 46, 0.85) 15%,
        rgba(26, 26, 46, 0.75) 50%,
        rgba(26, 26, 46, 0.85) 85%,
        #1a1a2e 100%
    );
    z-index: 1;
    pointer-events: none;
}

.job-fair-cta-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
    z-index: 2;
}

.job-fair-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.job-fair-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.job-fair-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.job-fair-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0;
}

.job-fair-buttons {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.job-fair-btn-primary {
    background: rgba(17, 197, 212, 0.15);
    border: none;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.job-fair-btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

.job-fair-btn-primary:hover::before {
    opacity: 1;
}

.job-fair-btn-primary:hover {
    background: rgba(17, 197, 212, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateY(-2px);
}

.job-fair-btn-secondary {
    background: transparent;
    border: none;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.job-fair-btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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;
}

.job-fair-btn-secondary:hover::before {
    opacity: 1;
}

.job-fair-btn-secondary:hover {
    background: rgba(17, 197, 212, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Job Fair CTA Responsive */
@media (max-width: 768px) {
    .job-fair-cta-section {
        padding: 80px 0;
    }

    .job-fair-cta-section .container-fluid {
        padding: 0 24px;
    }

    .job-fair-title {
        font-size: 32px;
    }

    .job-fair-description {
        font-size: 16px;
    }

    .job-fair-buttons {
        flex-direction: column;
        width: 100%;
    }

    .job-fair-btn-primary,
    .job-fair-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   Call for Papers CTA Section
   ======================================== */
.call-for-papers-cta-section {
    position: relative;
    width: 100%;
    background-color: #1a1a2e;
    background-image: url("../assets/images/program02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
    overflow: hidden;
    margin: 0;
    margin-bottom: -1px;
}

.call-for-papers-cta-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(
        to bottom,
        #1a1a2e 0%,
        rgba(26, 26, 46, 0.85) 15%,
        rgba(26, 26, 46, 0.75) 50%,
        rgba(26, 26, 46, 0.85) 85%,
        #1a1a2e 100%
    );
    z-index: 1;
    pointer-events: none;
}

.call-for-papers-cta-section .container-fluid {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
    z-index: 2;
}

.call-for-papers-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.call-for-papers-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.call-for-papers-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.call-for-papers-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0;
}

.call-for-papers-buttons {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.call-for-papers-btn-primary {
    background: rgba(17, 197, 212, 0.15);
    border: none;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-for-papers-btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

.call-for-papers-btn-primary:hover::before {
    opacity: 1;
}

.call-for-papers-btn-primary:hover {
    background: rgba(17, 197, 212, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateY(-2px);
    color: #fff;
}

.call-for-papers-btn-secondary {
    background: transparent;
    border: none;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-for-papers-btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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;
}

.call-for-papers-btn-secondary:hover::before {
    opacity: 1;
}

.call-for-papers-btn-secondary:hover {
    background: rgba(17, 197, 212, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
}

/* Call for Papers CTA Responsive */
@media (max-width: 768px) {
    .call-for-papers-cta-section {
        padding: 80px 0;
    }

    .call-for-papers-cta-section .container-fluid {
        padding: 0 24px;
    }

    .call-for-papers-title {
        font-size: 32px;
    }

    .call-for-papers-description {
        font-size: 16px;
    }

    .call-for-papers-buttons {
        flex-direction: column;
        width: 100%;
    }

    .call-for-papers-btn-primary,
    .call-for-papers-btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Footer Section */
.main-footer {
    position: relative;
    background-color: #0b0b17;
    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: 300px;
    height: 150px;
    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: "Noto Kufi 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%;
}

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

/* Footer Made With Love Section */
.footer-made-with {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.footer-made-with-text,
.footer-product-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-align: center;
}

.footer-made-with-text a,
.footer-product-text a {
    color: #11c5d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-made-with-text a:hover,
.footer-product-text a:hover {
    color: #fff;
    text-decoration: underline;
}

.heart-icon {
    color: #e74c3c;
    display: inline-block;
}

/* Heartbeat Animation */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

.heartbeat-animation {
    animation: heartbeat 1.5s ease-in-out infinite;
}

.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: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    font-size: 21.116px;
    line-height: 1.7;
    color: #ffffff;
}

.footer-event-sub-text {
    font-family: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    /* Bold */
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}

.footer-contact-subtitle {
    font-family: "Noto Kufi 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(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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-contact-btn svg {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
    stroke: #fff;
}

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

.footer-links-row .footer-link {
    font-family: "Tajawal", "Noto Kufi 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: "Noto Kufi 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: #1a1a2e;
}

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

.countdown-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 950;
    /* Super */
    font-size: 40px;
    line-height: 1.7;
    color: #11c5d4;
    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: "Noto Kufi 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: "Noto Kufi 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: "Noto Kufi 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: 20px;
    }

    .countdown-timer {
        gap: 0.5rem;
    }

    .countdown-item {
        min-width: 40px;
        gap: 0px;
    }

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

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

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

/* ========================================
   USER DROPDOWN (Logged In State)
   ======================================== */
.user-dropdown {
    position: relative;
}

.user-avatar-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
}

.user-avatar-btn:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: #11c5d4;
}

.user-avatar {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #11c5d4 !important;
}

.user-name {
    font-size: 0.9rem;
    font-weight: 500;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-avatar-btn .dropdown-arrow {
    color: #11c5d4;
    transition: transform 0.3s ease;
}

.user-avatar-btn[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
}

/* User Dropdown Menu */
.user-dropdown-menu {
    background: rgba(0, 20, 40, 0.98) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(17, 197, 212, 0.2) !important;
    border-radius: 16px !important;
    padding: 0.75rem 0 !important;
    min-width: 220px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4) !important;
    margin-top: 0.75rem !important;
}

.user-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: transparent !important;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.user-dropdown-menu .dropdown-item:hover,
.user-dropdown-menu .dropdown-item:focus,
.user-dropdown-menu .dropdown-item:active {
    background: rgba(17, 197, 212, 0.15) !important;
    background-color: rgba(17, 197, 212, 0.15) !important;
    color: #11c5d4 !important;
}

.user-dropdown-menu .dropdown-item svg {
    flex-shrink: 0;
    opacity: 0.7;
}

.user-dropdown-menu .dropdown-item:hover svg {
    opacity: 1;
}

.user-dropdown-menu .dropdown-item.text-danger {
    color: #ff6b6b !important;
}

.user-dropdown-menu .dropdown-item.text-danger:hover {
    background: rgba(255, 107, 107, 0.1);
}

.user-dropdown-menu .dropdown-divider {
    border-color: rgba(17, 197, 212, 0.15);
    margin: 0.5rem 0;
}

/* Mobile User Info */
.mobile-user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(17, 197, 212, 0.2);
}

.mobile-user-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #11c5d4;
}

.mobile-user-name {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.mobile-btn-secondary {
    background: transparent !important;
    border: 1px solid rgba(17, 197, 212, 0.5) !important;
    color: #11c5d4 !important;
    margin-bottom: 0.5rem;
}

.mobile-btn-secondary:hover {
    background: rgba(17, 197, 212, 0.1) !important;
    border-color: #11c5d4 !important;
}

.mobile-btn-logout {
    background: transparent !important;
    border: 1px solid #ff6b6b !important;
    color: #ff6b6b !important;
}

.mobile-btn-logout:hover {
    background: rgba(255, 107, 107, 0.1) !important;
}

/* ==========================================
   ERROR PAGES STYLES
   ========================================== */

.error-page-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #1a1a2e;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.error-page-body .main-footer {
    margin-top: auto;
}

.error-page-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.error-page-content::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.error-container {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.error-code {
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.3) 0%, rgba(17, 197, 212, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.error-code::after {
    content: attr(data-code);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    font-weight: 700;
    background: linear-gradient(135deg, #11c5d4 0%, rgba(17, 197, 212, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error-icon {
    width: 100px;
    height: 100px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    border: 1px solid rgba(17, 197, 212, 0.3);
    position: relative;
}

.error-icon::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 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;
}

.error-icon svg {
    width: 50px;
    height: 50px;
    color: #11c5d4;
}

.error-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.error-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    line-height: 1.8;
    text-align: center;
}

.error-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-error-primary {
    background: rgba(17, 197, 212, 0.15);
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.btn-error-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
}

.btn-error-primary:hover {
    background: rgba(17, 197, 212, 0.25);
    color: #fff;
    transform: translateY(-2px);
}

.btn-error-primary:hover::before {
    opacity: 1;
}

.btn-error-secondary {
    background: transparent;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.btn-error-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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;
}

.btn-error-secondary:hover {
    background: rgba(17, 197, 212, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

.btn-error-secondary:hover::before {
    opacity: 1;
}

.btn-error-primary svg,
.btn-error-secondary svg {
    width: 18px;
    height: 18px;
}

/* Maintenance specific styles */
.maintenance-info {
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.maintenance-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.maintenance-time svg {
    width: 20px;
    height: 20px;
    color: #11c5d4;
}

/* Error pages responsive */
@media (max-width: 768px) {
    .error-code {
        font-size: 120px;
    }

    .error-code::after {
        font-size: 70px;
    }

    .error-title {
        font-size: 1.5rem;
    }

    .error-icon {
        width: 80px;
        height: 80px;
    }

    .error-icon svg {
        width: 40px;
        height: 40px;
    }

    .btn-error-primary,
    .btn-error-secondary {
        padding: 12px 30px;
        font-size: 0.9rem;
    }

    .error-page-content {
        padding: 100px 20px 60px;
    }
}

/* ===========================
   Auth Pages Styles
   =========================== */
.auth-section {
    min-height: 100vh;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
}

/* When on home-page (fixed header), add extra top padding */
.home-page .auth-section {
    padding-top: 140px;
}

.auth-container {
    width: 100%;
    max-width: 480px;
}

.auth-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.auth-card-register {
    max-width: 560px;
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.auth-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0;
}

/* Social Login Buttons */
.social-login {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

.social-btn svg {
    width: 20px;
    height: 20px;
}

.google-btn:hover {
    border-color: #4285f4;
}

.twitter-btn:hover {
    border-color: #1da1f2;
}

/* Auth Divider */
.auth-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.auth-divider span {
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* Auth Form */
.auth-form .form-group {
    margin-bottom: 20px;
}

.auth-form label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.auth-form .form-control {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.auth-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.auth-form .form-control:focus {
    outline: none;
    border-color: #11c5d4;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.15);
}

.auth-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Auth Form Button */
.auth-form .btn-login {
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #11c5d4;
    border-radius: 35px;
    margin-top: 10px;
}

.auth-form .btn-login:hover {
    color: #fff;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #11c5d4;
    cursor: pointer;
}

.checkbox-wrapper .checkmark {
    display: none;
}

.forgot-link {
    color: #11c5d4;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.forgot-link:hover {
    color: #0ea5b3;
}

/* Primary Gradient Button */
.btn-primary-gradient {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b3 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0ea5b3 0%, #0d8f9c 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-primary-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(17, 197, 212, 0.3);
}

.btn-primary-gradient:hover::before {
    opacity: 1;
}

.btn-primary-gradient span {
    position: relative;
    z-index: 1;
}

/* Auth Footer */
.auth-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.auth-footer a {
    color: #11c5d4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.auth-footer a:hover {
    color: #0ea5b3;
}

/* Registration Cards Override for Branding */
.page-content .register-card,
.register-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden;
}

.page-content .register-card__header,
.register-card__header {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2) 0%, rgba(17, 197, 212, 0.05) 100%) !important;
    padding: 25px;
    text-align: center;
}

.page-content .register-card__title,
.register-card__title {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-content .register-card__price,
.register-card__price {
    color: #11c5d4 !important;
    font-size: 1.1rem;
    font-weight: 700;
}

.page-content .register-card__body,
.register-card__body {
    padding: 25px;
    text-align: center;
    background: transparent !important;
}

body.branding-page .page-content .register-card__button,
body.branding-page .register-card__button,
body.branding-page .register-card__button.btn-gradient-primary,
body.branding-page .register-card__button.btn-primary {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 50px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
}

body.branding-page .page-content .register-card__button::before,
body.branding-page .register-card__button::before,
body.branding-page .register-card__button.btn-gradient-primary::before,
body.branding-page .register-card__button.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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;
}

body.branding-page .page-content .register-card__button [class*="tticon-arrow"],
body.branding-page .register-card__button [class*="tticon-arrow"] {
    display: none !important;
}

body.branding-page .page-content .register-card__button:hover,
body.branding-page .register-card__button:hover,
body.branding-page .register-card__button.btn-gradient-primary:hover,
body.branding-page .register-card__button.btn-primary:hover {
    background: rgba(17, 197, 212, 0.1) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: none !important;
}

body.branding-page .page-content .register-card__button:hover::before,
body.branding-page .register-card__button:hover::before {
    opacity: 1;
}

/* Link styles for branding pages */
.page-content .link-gray,
.link-gray,
a.link-gray {
    color: #11c5d4 !important;
}

.page-content .link-gray:hover,
.link-gray:hover,
a.link-gray:hover {
    color: #0ea5b3 !important;
}

/* Fix text center on page content */
.page-content .text-center {
    color: #fff !important;
}

.page-content .text-center a {
    color: #11c5d4 !important;
}

.page-content .text-center a:hover {
    color: #0ea5b3 !important;
}

/* ===========================
   Global Form Styles for Branding Pages
   =========================== */

/* Override Bootstrap utility classes */
body.branding-page .bg-white {
    background: rgba(255, 255, 255, 0.05) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.branding-page .bg-light {
    background: rgba(255, 255, 255, 0.03) !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
}

body.branding-page .rounded-3 {
    border-radius: 20px !important;
}

body.branding-page .mw-520 {
    max-width: 66.666667%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    body.branding-page .mw-520 {
        max-width: 100%;
    }
}

/* Form Controls - applies to all forms in branding pages */
body.branding-page .form-control,
body.branding-page input[type="text"],
body.branding-page input[type="email"],
body.branding-page input[type="password"],
body.branding-page input[type="tel"],
body.branding-page input[type="number"],
body.branding-page input[type="url"],
body.branding-page textarea,
body.branding-page select {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 0.95rem;
    font-family: "Noto Kufi Arabic", sans-serif;
    transition: all 0.3s ease;
}

body.branding-page .form-control::placeholder,
body.branding-page input::placeholder,
body.branding-page textarea::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.branding-page .form-control:not(select):focus,
body.branding-page input:focus,
body.branding-page textarea:focus {
    outline: none !important;
    border-color: #11c5d4 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.15) !important;
    color: #fff !important;
}

body.branding-page select:focus {
    background: rgb(26 26 46 / 80%) !important;
}

/* Labels */
body.branding-page label,
body.branding-page .form-label {
    display: block;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}

/* Required asterisk */
body.branding-page .text-danger,
body.branding-page .required {
    color: #ff6b6b !important;
}

/* Form Groups */
body.branding-page .form-group,
body.branding-page .mb-3 {
    margin-bottom: 20px;
}

/* Select2 Overrides */
body.branding-page .select2-container {
    width: 100% !important;
}

/* Select2 Inline Search Field - Fix width */
body.branding-page .select2-container .select2-search--inline {
    float: none !important;
    width: 100% !important;
}

body.branding-page .select2-container .select2-search--inline .select2-search__field,
body.branding-page .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-sizing: border-box !important;
}

body.branding-page .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    height: auto !important;
    padding: 10px 14px;
}

body.branding-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
}

body.branding-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.branding-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
}

body.branding-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

/* Select2 Multiple Selection */
body.branding-page .select2-container--default .select2-selection--multiple {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    min-height: 48px !important;
    padding: 6px 10px;
}

body.branding-page .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
}

body.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: linear-gradient(135deg, #11c5d4 0%, #16213e 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 4px 10px;
    margin: 0;
    font-size: 14px;
}

body.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.7) !important;
    margin-right: 6px;
    font-size: 16px;
}

html[dir="rtl"] body.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0;
    margin-left: 6px;
}

body.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
}

body.branding-page .select2-container--default .select2-selection--multiple .select2-search__field {
    color: #fff !important;
}

body.branding-page .select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.branding-page
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}

/* Select2 dropdown - styled for branding theme */
body.branding-page .select2-dropdown,
.select2-dropdown {
    background: rgba(26, 26, 46, 0.98) !important;
    border: 1px solid rgba(17, 197, 212, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
}

body.branding-page .select2-results,
.select2-results {
    background: transparent !important;
}

body.branding-page .select2-results__options,
.select2-results__options {
    background: transparent !important;
    max-height: 300px !important;
}

body.branding-page .select2-container--default .select2-results__option,
.select2-container--default .select2-results__option {
    color: rgba(255, 255, 255, 0.85) !important;
    background: transparent !important;
    padding: 10px 14px !important;
}

body.branding-page .select2-container--default .select2-results__option--highlighted,
body.branding-page .select2-container--default .select2-results__option--highlighted[aria-selected],
body.branding-page .select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option:hover {
    background: rgba(17, 197, 212, 0.2) !important;
    color: #11c5d4 !important;
}

body.branding-page .select2-container--default .select2-results__option[aria-selected="true"],
body.branding-page .select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--selected {
    background: rgba(17, 197, 212, 0.15) !important;
    color: #11c5d4 !important;
}

body.branding-page .select2-search--dropdown,
.select2-search--dropdown {
    background: transparent !important;
    padding: 10px !important;
}

body.branding-page .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 10px 14px !important;
}

body.branding-page .select2-search--dropdown .select2-search__field::placeholder,
.select2-search--dropdown .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Form Buttons */
body.branding-page .btn-gradient-primary,
body.branding-page .btn-primary {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b3 100%) !important;
    border: none !important;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

/* Form Button Arrows - RTL/LTR Support */
body.branding-page .btn-gradient-primary .mdi-arrow-left,
body.branding-page .btn-gradient-primary .mdi-arrow-right,
body.branding-page .btn-primary .mdi-arrow-left,
body.branding-page .btn-primary .mdi-arrow-right,
body.branding-page .btn-outline-secondary .mdi-arrow-left,
body.branding-page .btn-outline-secondary .mdi-arrow-right {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* In LTR mode, flip the left arrows to point right (for next buttons) */
html[dir="ltr"] body.branding-page .btn-gradient-primary .mdi-arrow-left,
html[dir="ltr"] body.branding-page .btn-primary .mdi-arrow-left {
    transform: scaleX(-1);
}

/* In LTR mode, flip the right arrows for back/previous buttons */
html[dir="ltr"] body.branding-page .btn-outline-secondary .mdi-arrow-right {
    transform: scaleX(-1);
}

body.branding-page .btn-gradient-primary:hover,
body.branding-page .btn-primary:hover {
    background: linear-gradient(135deg, #0ea5b3 0%, #0d8f9c 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(17, 197, 212, 0.3);
}

body.branding-page .btn-outline-secondary {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 14px 32px;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

body.branding-page .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

/* Button container - keep buttons on same line */
body.branding-page .register-form-card .col-12.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

@media (max-width: 480px) {
    body.branding-page .register-form-card .col-12.text-center {
        flex-wrap: wrap;
    }
    
    body.branding-page .btn-gradient-primary,
    body.branding-page .btn-primary,
    body.branding-page .btn-outline-secondary {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* Progress Steps (Wizard) - Clean Redesign */
body.branding-page .progress-step {
    display: flex;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0 auto 40px auto;
    width: 100%;
    background: linear-gradient(135deg, rgba(22, 33, 62, 0.98) 0%, rgba(26, 26, 46, 0.98) 100%);
    border-radius: 60px;
    border: 1px solid rgba(17, 197, 212, 0.25);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

body.branding-page .progress-step__item {
    flex: 1;
    position: relative;
}

/* Divider line between steps */
body.branding-page .progress-step__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(17, 197, 212, 0.4) 50%, transparent 100%);
    border-radius: 2px;
}

body.branding-page .progress-step__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 32px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--tt-heading-font), sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

body.branding-page .progress-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

/* Current Step */
body.branding-page .progress-step__item--current .progress-step__link {
    color: #fff;
}

body.branding-page .progress-step__item--current .progress-step__number {
    background: rgba(17, 197, 212, 0.1);
    border-color: #11c5d4;
    color: #11c5d4;
    box-shadow: 0 0 20px rgba(17, 197, 212, 0.4);
}

/* Done Step */
body.branding-page .progress-step__item--done .progress-step__link {
    color: #11c5d4;
}

body.branding-page .progress-step__item--done .progress-step__number {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b5 100%);
    border-color: #11c5d4;
    color: #fff;
    box-shadow: 0 0 12px rgba(17, 197, 212, 0.5);
}

/* Responsive - Keep horizontal but smaller */
@media (max-width: 576px) {
    body.branding-page .progress-step {
        border-radius: 50px;
    }
    
    body.branding-page .progress-step__link {
        padding: 14px 16px;
        gap: 8px;
        font-size: 0.8rem;
    }
    
    body.branding-page .progress-step__number {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.85rem;
    }
    
    body.branding-page .progress-step__item:not(:last-child)::after {
        height: 28px;
    }
}

/* Page Content for Registration */
body.branding-page .page-content {
    background: transparent !important;
    color: #fff;
}

body.branding-page .page-content .container {
    background: transparent !important;
}

/* Card styles for forms */
body.branding-page .card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(20px);
}

body.branding-page .card-header {
    background: rgba(17, 197, 212, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

body.branding-page .card-body {
    background: transparent !important;
    color: #fff !important;
}

/* Help text */
body.branding-page .form-text,
body.branding-page .help-block,
body.branding-page small.text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Checkbox and Radio buttons */
body.branding-page input[type="checkbox"],
body.branding-page input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #11c5d4;
    cursor: pointer;
}

body.branding-page .form-check-label {
    color: rgba(255, 255, 255, 0.85) !important;
    cursor: pointer;
}

/* File Upload */
body.branding-page input[type="file"] {
    padding: 10px;
    background: rgba(255, 255, 255, 0.05) !important;
}

body.branding-page input[type="file"]::file-selector-button {
    background: rgba(17, 197, 212, 0.2);
    border: 1px solid rgba(17, 197, 212, 0.4);
    border-radius: 8px;
    color: #11c5d4;
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.branding-page input[type="file"]::file-selector-button:hover {
    background: rgba(17, 197, 212, 0.3);
}

.auth-section {
    padding: 120px 15px 40px;
}

.auth-card {
    padding: 30px 20px;
}

.auth-header h1 {
    font-size: 1.5rem;
}

.auth-form .form-row {
    grid-template-columns: 1fr;
}

.form-options {
    flex-direction: column;
    align-items: flex-start;
}

/* ===========================
   People Swiper Sections (Speakers, Consultants, Session Directors, Paper Authors, Program Presenters)
   =========================== */
.people-swiper-section {
    padding: 100px 0;
    background-color: #1a1a2e;
    position: relative;
    overflow: hidden;
}

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

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

.people-swiper-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}

.people-swiper-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.people-swiper-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #11c5d4;
    margin: 0;
}

.people-swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.people-swiper {
    width: 100%;
    overflow: hidden;
}

.people-swiper.swiper-disabled {
    overflow: visible;
}

.people-swiper.swiper-disabled .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    transform: none !important;
}

.people-swiper.swiper-disabled .swiper-slide {
    margin: 0 !important;
}

.people-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.people-swiper .swiper-slide {
    width: 280px;
    height: auto;
    flex-shrink: 0;
}

.people-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.people-card:hover {
    transform: translateY(-8px);
}

.people-image-wrapper {
    position: relative;
    width: auto;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}

.people-photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.people-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.people-photo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 46, 0.9) 100%);
    pointer-events: none;
}

.people-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
}

.people-role {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.people-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

/* Swiper Navigation */
.people-swiper-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(17, 197, 212, 0.15);
    border: 1px solid rgba(17, 197, 212, 0.3);
    color: #11c5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.people-swiper-nav:hover {
    background: rgba(17, 197, 212, 0.25);
    border-color: #11c5d4;
    transform: scale(1.05);
}

.people-swiper-nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.people-swiper-pagination {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.people-swiper-pagination.swiper-pagination-bullets-dynamic {
    overflow: visible;
}

.people-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
}

.people-swiper-pagination .swiper-pagination-bullet-active {
    background: #11c5d4;
    width: 32px;
    border-radius: 5px;
}

.people-swiper-pagination .swiper-pagination-bullet-active-main {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.people-swiper-view-all {
    margin-top: 16px;
}

.btn-outline-cyan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn-outline-cyan::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 0.8) 0%,
        rgba(17, 197, 212, 0.4) 25%,
        rgba(17, 197, 212, 0) 50%,
        rgba(17, 197, 212, 0) 75%,
        rgba(17, 197, 212, 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-outline-cyan:hover::before {
    opacity: 1;
}

.btn-outline-cyan:hover {
    background: rgba(17, 197, 212, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive People Swiper */
@media (max-width: 992px) {
    .people-swiper-section {
        padding: 80px 0;
    }

    .people-swiper-title {
        font-size: 28px;
    }

    .people-swiper .swiper-slide {
        width: auto;
    }

    .people-image-wrapper {
        width: auto;
        height: 250px;
    }
}

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

    .people-swiper-content {
        gap: 32px;
    }

    .people-swiper-title {
        font-size: 24px;
    }

    .people-swiper-subtitle {
        font-size: 16px;
    }

    .people-swiper-nav {
        display: none;
    }

    .people-swiper .swiper-slide {
        width: auto;
    }

    .people-image-wrapper {
        width: auto;
        height: 220px;
    }

    .people-name {
        font-size: 16px;
    }
}

/* Swiper Centering for Few Items */
.swiper-centered .swiper-wrapper {
    justify-content: center !important;
}

.swiper-centered:not(.swiper-initialized) .swiper-wrapper,
.sponsor-category-swiper.swiper-centered .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
}

/* Disabled swiper - just use flexbox */
.swiper-disabled .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    transform: none !important;
}

.swiper-disabled .swiper-slide {
    margin: 0 !important;
}

/* ===========================
   Stats Section
   =========================== */
.stats-section {
    padding: 100px 0;
    background: #1a1a2e;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.stats-section .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

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

.stats-header {
    text-align: center;
}

.stats-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(17, 197, 212, 0.05);
    border-color: rgba(17, 197, 212, 0.2);
    transform: translateY(-4px);
}

.stat-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.15);
    border-radius: 50%;
    margin-bottom: 20px;
}

.stat-icon span {
    font-size: 28px;
    color: #11c5d4;
}

.stat-number {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #11c5d4;
    direction: ltr;
}

.stat-plus {
    font-size: 36px;
}

.stat-value {
    font-size: 48px;
}

.stat-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 8px;
}

/* Responsive Stats */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-number,
    .stat-value {
        font-size: 40px;
    }
}

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

    .stats-title {
        font-size: 28px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-item {
        padding: 24px 20px;
    }

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

/* ===========================
   Sponsors Section - Homepage with Categories
   =========================== */

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

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

.sponsors-header {
    text-align: center;
}

.sponsors-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 8px 0;
}

.sponsors-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #11c5d4;
    margin: 0;
}

.sponsors-categories {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.sponsors-loading {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(17, 197, 212, 0.2);
    border-top-color: #11c5d4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sponsor-category {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.sponsor-category-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
}

.sponsor-category-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #11c5d4;
}

.sponsor-category-swiper {
    width: 100%;
    overflow: visible;
}

.sponsor-category-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-category-swiper.swiper-centered .swiper-wrapper {
    justify-content: center !important;
    transform: none !important;
}

.sponsor-category-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.sponsor-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 120px;
    min-width: 180px;
}

.sponsor-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: scale(1.02);
}

.sponsor-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0.3);
    transition: filter 0.3s ease;
}

.sponsor-card:hover img {
    filter: grayscale(0);
}

.sponsors-view-all {
    margin-top: 16px;
}

.no-sponsors {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-align: center;
    padding: 40px 0;
}

/* Responsive Sponsors */
@media (max-width: 768px) {
    .sponsors-section {
        padding: 60px 0;
    }

    .sponsors-title {
        font-size: 28px;
    }

    .sponsors-categories {
        gap: 36px;
    }

    .sponsor-category-title {
        font-size: 18px;
    }

    .sponsor-card {
        height: 100px;
        padding: 16px;
    }
}

/* ===========================
   News Section
   =========================== */
.news-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

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

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

.news-header {
    text-align: center;
}

.news-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 8px 0;
}

.news-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #11c5d4;
    margin: 0;
}

.news-swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.news-swiper {
    width: 100%;
    overflow: hidden;
}

.news-swiper.swiper-disabled {
    overflow: visible;
}

.news-swiper.swiper-disabled .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    transform: none !important;
}

.news-swiper.swiper-disabled .swiper-slide {
    margin: 0 !important;
}

.news-swiper .swiper-slide {
    width: auto;
    height: auto;
}

.news-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.news-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-4px);
}

.news-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(26, 26, 46, 0.8) 100%);
}

.news-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.news-card-date svg {
    color: #11c5d4;
}

.news-card-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}

.news-card-excerpt {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    flex: 1;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.news-card-link:hover {
    color: #0ea5b3;
}

.news-card-link svg {
    transition: transform 0.3s ease;
}

.news-card-link:hover svg {
    transform: translateX(-4px);
}

/* News Swiper Navigation */
.news-swiper-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(17, 197, 212, 0.15);
    border: 1px solid rgba(17, 197, 212, 0.3);
    color: #11c5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.news-swiper-nav:hover {
    background: rgba(17, 197, 212, 0.25);
    border-color: #11c5d4;
    transform: scale(1.05);
}

.news-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.news-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
    background: #11c5d4;
    width: 32px;
    border-radius: 5px;
}

.news-view-all {
    margin-top: 16px;
}

/* Responsive News */
@media (max-width: 992px) {
    .news-swiper .swiper-slide {
        width: auto;
    }
}

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

    .news-title {
        font-size: 28px;
    }

    .news-swiper-nav {
        display: none;
    }

    .news-swiper .swiper-slide {
        width: auto;
    }

    .news-card-image {
        height: 160px;
    }

    .news-card-content {
        padding: 20px;
    }
}

/* ===========================
   Download Section
   =========================== */
.download-section {
    padding: 80px 0;
    background-color: #1a1a2e;
}

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

.download-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px 56px;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.15) 0%, rgba(17, 197, 212, 0.05) 100%);
    border: 1px solid rgba(17, 197, 212, 0.25);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.download-content::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(17, 197, 212, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.download-text {
    flex: 1;
    position: relative;
    z-index: 1;
}

.download-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 12px 0;
}

.download-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.download-action {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 40px;
    background: rgba(17, 197, 212, 0.15);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-download::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.5px;
    background: linear-gradient(
        135deg,
        rgba(17, 197, 212, 1) 0%,
        rgba(17, 197, 212, 0.6) 25%,
        rgba(17, 197, 212, 0.2) 50%,
        rgba(17, 197, 212, 0.6) 75%,
        rgba(17, 197, 212, 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.8;
    transition: opacity 0.3s ease;
}

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

.btn-download:hover {
    background: rgba(17, 197, 212, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: #fff;
    transform: translateY(-2px);
}

.btn-download svg {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.btn-download span,
.btn-download {
    position: relative;
    z-index: 1;
}

/* Responsive Download */
@media (max-width: 768px) {
    .download-section {
        padding: 60px 0;
    }

    .download-content {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }

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

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

    .btn-download {
        padding: 14px 32px;
        font-size: 14px;
    }
}

.steps {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Progress Step styles moved to body.branding-page section above */

.icon-button {
    display: block;
    color: var(--tt-light-color);
    text-decoration: none;
    background: rgba(17, 197, 212, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(17, 197, 212, 0.15);
    text-align: center;
    padding: 2.5rem 1rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.icon-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 197, 212, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    border-radius: 20px;
    transition: opacity 0.3s ease;
}

.icon-button:hover::before {
    opacity: 1;
}

.icon-button:hover {
    transform: translateY(-5px);
    border-color: rgba(17, 197, 212, 0.3);
    box-shadow: 0 10px 30px rgba(17, 197, 212, 0.2);
}

.icon-button:hover .icon-button__icon {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-button:hover .icon-button__text {
    color: #11c5d4;
}

.icon-button:hover .icon-button__number {
    background-color: #11c5d4;
    color: #fff;
}

.icon-button--danger::before {
    background: rgba(237, 44, 63, 0.15);
}

.icon-button--danger .icon-button__icon {
    background: var(--tt-red-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-button__icon {
    display: inline-block;
    font-size: 4rem;
    color: var(--tt-primary-color, #11c5d4);
    margin-bottom: 0.25rem;
    position: relative;
}

.icon-button__text {
    display: block;
    font-weight: bold;
    font-size: 1.15rem;
    position: relative;
    font-family: var(--tt-heading-font), sans-serif;
}

.icon-button__number {
    font-size: var(--tt-font-size-small, 0.9rem);
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: var(--tt-red-color);
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    transform: translateY(-3px);
    transition: var(--tt-transition-base, 0.2s);
    position: relative;
}

.icon-button__number::before {
    content: "";
    display: inline-block;
    height: calc(var(--tt-font-size-normal, 1rem) * 1.5);
    vertical-align: middle;
}

/* ===========================
   Contact Page Styles
   =========================== */
.contact-section {
    min-height: 100vh;
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 20%, rgba(17, 197, 212, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(17, 197, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.contact-content {
    position: relative;
    z-index: 1;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-subtitle {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.contact-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.contact-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

/* Contact Info Card */
.contact-info-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
}

.contact-info-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 32px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.05));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 12px;
    color: #11c5d4;
    flex-shrink: 0;
}

.contact-info-icon svg {
    width: 24px;
    height: 24px;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-info-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.contact-info-value {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-value:hover {
    color: #11c5d4;
}

/* Social Links */
.contact-social {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-social-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.contact-social-btn:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
    transform: translateY(-2px);
}

.contact-social-btn img,
.contact-social-btn svg {
    width: 24px;
    height: 24px;
}

/* Contact Form Card */
.contact-form-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
}

.contact-form-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-form label .required {
    color: #11c5d4;
}

.contact-form .form-control {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: right;
    direction: rtl;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #11c5d4;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.15);
}

.contact-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='rgba(255,255,255,0.6)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 16px center;
    padding-left: 40px;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.contact-submit-btn svg {
    width: 20px;
    height: 20px;
    transform: scaleX(-1);
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(17, 197, 212, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

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

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

    .contact-header {
        margin-bottom: 40px;
    }

    .contact-title {
        font-size: 28px;
    }

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

    .contact-info-card,
    .contact-form-card {
        padding: 24px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-submit-btn {
        width: 100%;
    }
}

/* ===========================
   FAQ Page Styles
   =========================== */
.faq-page-section {
    min-height: 100vh;
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.faq-page-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(17, 197, 212, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(17, 197, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.faq-page-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.faq-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-page-subtitle {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.faq-page-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.faq-page-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.faq-page-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 40px;
}

/* FAQ Empty State */
.faq-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.6);
}

.faq-empty-state svg {
    margin-bottom: 20px;
    opacity: 0.5;
}

.faq-empty-state p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
}

/* FAQ Help Section */
.faq-help-section {
    margin-top: 40px;
}

.faq-help-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 20px;
    padding: 32px;
}

.faq-help-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.05));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 16px;
    color: #11c5d4;
    flex-shrink: 0;
}

.faq-help-content {
    flex: 1;
}

.faq-help-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}

.faq-help-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.faq-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    white-space: nowrap;
}

.faq-help-btn svg {
    transform: scaleX(-1);
}

/* FAQ Page Responsive */
@media (max-width: 768px) {
    .faq-page-section {
        padding: 30px 0 60px;
    }

    .faq-page-header {
        margin-bottom: 30px;
    }

    .faq-page-title {
        font-size: 28px;
    }

    .faq-page-description {
        font-size: 16px;
    }

    .faq-page-wrapper {
        padding: 16px;
        border-radius: 16px;
    }

    .faq-help-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .faq-help-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================
   News Page Styles
   =========================== */
.news-page-section {
    min-height: 100vh;
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.news-page-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(17, 197, 212, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(17, 197, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.news-page-content {
    position: relative;
    z-index: 1;
}

.news-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.news-page-subtitle {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.news-page-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.news-page-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* News Card - Page specific overrides */
.news-page-section .news-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-page-section .news-card:hover {
    transform: translateY(-8px);
    border-color: rgba(17, 197, 212, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.news-page-section .news-card-link {
    display: block;
    text-decoration: none;
}

.news-page-section .news-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-page-section .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-page-section .news-card:hover .news-card-image img {
    transform: scale(1.1);
}

.news-page-section .news-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(26, 26, 46, 0.8) 100%);
}

.news-page-section .news-card-content {
    padding: 20px;
}

.news-page-section .news-card-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: #11c5d4;
    margin-bottom: 12px;
}

.news-page-section .news-card-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #11c5d4;
    transition: gap 0.3s ease;
}

.news-card-readmore svg {
    transform: scaleX(-1);
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-readmore {
    gap: 12px;
}

/* News Empty State */
.news-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.6);
}

.news-empty-state svg {
    margin-bottom: 20px;
    opacity: 0.5;
}

.news-empty-state p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
}

/* News Pagination */
.news-pagination {
    display: flex;
    justify-content: center;
}

.news-pagination .pagination {
    gap: 8px;
}

.news-pagination .page-link {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #fff;
    padding: 10px 16px;
    font-family: "Noto Kufi Arabic", sans-serif;
    transition: all 0.3s ease;
}

.news-pagination .page-link:hover,
.news-pagination .page-item.active .page-link {
    background: #11c5d4;
    border-color: #11c5d4;
    color: #fff;
}

/* News Detail Page */
.news-detail-section {
    min-height: 100vh;
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.news-detail-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 20%, rgba(17, 197, 212, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.news-detail-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.news-detail-header {
    text-align: center;
    margin-bottom: 32px;
}

.news-detail-meta {
    margin-bottom: 16px;
}

.news-detail-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: #11c5d4;
    background: rgba(17, 197, 212, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
}

.news-detail-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
}

.news-detail-image {
    margin-bottom: 32px;
    border-radius: 20px;
    overflow: hidden;
}

.news-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-detail-body {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 32px;
}

.news-detail-body,
.news-detail-body p,
.news-detail-body span,
.news-detail-body div {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.news-detail-body h2,
.news-detail-body h3,
.news-detail-body h4 {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 16px;
}

.news-detail-body a {
    color: #11c5d4;
}

.news-detail-body img {
    max-width: 100%;
    border-radius: 12px;
    margin: 16px 0;
}

/* Share Section */
.news-detail-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 32px;
}

.news-share-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.news-share-buttons {
    display: flex;
    gap: 12px;
}

.news-share-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.news-share-btn:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
    transform: translateY(-2px);
}

.news-share-btn img,
.news-share-btn svg {
    width: 22px;
    height: 22px;
}

/* Back Button */
.news-detail-back {
    text-align: center;
}

.news-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    border-radius: 12px;
}

.news-back-btn svg {
    transform: scaleX(-1);
}

/* News Responsive */
@media (max-width: 1200px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .news-page-section,
    .news-detail-section {
        padding: 30px 0 60px;
    }

    .news-page-header {
        margin-bottom: 30px;
    }

    .news-page-title {
        font-size: 28px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news-detail-title {
        font-size: 24px;
    }

    .news-detail-body {
        padding: 20px;
    }

    .news-detail-share {
        flex-direction: column;
        gap: 16px;
    }
}

/* ===========================
   Media/Gallery Page Styles
   =========================== */
.media-page-section {
    min-height: 100vh;
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.media-page-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 25% 25%, rgba(17, 197, 212, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(17, 197, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.media-page-content {
    position: relative;
    z-index: 1;
}

.media-page-header {
    text-align: center;
    margin-bottom: 40px;
}

.media-page-subtitle {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.media-page-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.media-page-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

/* Media Filter Tabs */
.media-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.media-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.media-filter-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.media-filter-btn.active {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b3 100%);
    border-color: #11c5d4;
    color: #fff;
}

/* Media Loading */
.media-loading {
    text-align: center;
    padding: 80px 20px;
}

/* Media Empty State */
.media-empty-state {
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.6);
}

.media-empty-state svg {
    margin-bottom: 20px;
    opacity: 0.5;
}

.media-empty-state p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
}

/* Media Grid */
.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* Media Card */
.media-card-wrapper {
    display: block;
}

.media-card {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    aspect-ratio: 4/3;
}

.media-card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.media-card:hover .media-card-image {
    transform: scale(1.1);
}

.media-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(26, 26, 46, 0.9) 100%);
    transition: background 0.3s ease;
}

.media-card:hover .media-card-overlay {
    background: linear-gradient(to bottom, rgba(17, 197, 212, 0.2) 0%, rgba(26, 26, 46, 0.95) 100%);
}

.media-card-play,
.media-card-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.media-card:hover .media-card-play,
.media-card:hover .media-card-zoom {
    opacity: 1;
    color: #11c5d4;
}

.media-card-play svg {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.media-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.media-card-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.media-card-type {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(17, 197, 212, 0.2);
    border-radius: 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 12px;
    color: #11c5d4;
}

/* Load More */
.media-load-more {
    text-align: center;
}

.media-load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
}

/* Media Responsive */
@media (max-width: 992px) {
    .media-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .media-page-header {
        margin-bottom: 30px;
    }

    .media-page-title {
        font-size: 28px;
    }

    .media-filter-tabs {
        gap: 8px;
    }

    .media-filter-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .media-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ===========================
   Speakers Page Styles
   =========================== */
.speakers-page-section {
    min-height: 100vh;
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.speakers-page-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 15% 30%, rgba(17, 197, 212, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 70%, rgba(17, 197, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.speakers-page-content {
    position: relative;
    z-index: 1;
}

.speakers-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.speakers-page-subtitle {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.speakers-page-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.speakers-page-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

/* Users Section */
.users-section {
    margin-bottom: 60px;
}

.users-section-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 16px;
}

.users-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #11c5d4, transparent);
    border-radius: 2px;
}

/* Users Grid */
.users-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* User Card */
.user-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.user-card:hover {
    transform: translateY(-8px);
    border-color: rgba(17, 197, 212, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.user-card-link {
    display: block;
    text-decoration: none;
}

.user-card-avatar {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.user-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.user-card:hover .user-card-avatar img {
    transform: scale(1.1);
}

.user-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(26, 26, 46, 0.95) 100%);
}

.user-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
}

.user-card-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}

.user-card-job {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.user-card-social {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.user-social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.user-card-message-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.9);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.user-card:hover .user-card-message-btn {
    opacity: 1;
    transform: scale(1);
}

.user-card-message-btn:hover {
    background: #11c5d4;
    transform: scale(1.1);
}

/* Speaker Detail Page */
.speaker-detail-section {
    min-height: 100vh;
    padding: 40px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.speaker-detail-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 30%, rgba(17, 197, 212, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.speaker-detail-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.speaker-detail-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 32px;
}

.speaker-detail-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

.speaker-detail-sidebar {
    text-align: center;
}

.speaker-detail-avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(17, 197, 212, 0.3);
}

.speaker-detail-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-detail-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(17, 197, 212, 0.2);
    border-radius: 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: #11c5d4;
    margin-bottom: 12px;
}

.speaker-detail-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.speaker-detail-job {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.speaker-detail-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.speaker-social-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: all 0.3s ease;
}

.speaker-social-btn:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

.speaker-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    width: 100%;
    justify-content: center;
}

.speaker-detail-main {
    text-align: right;
}

.speaker-section-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #11c5d4;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.speaker-bio-content {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.speaker-bio-section {
    margin-bottom: 32px;
}

.speaker-programs-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.speaker-program-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.program-item-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.15);
    border-radius: 12px;
    color: #11c5d4;
    flex-shrink: 0;
}

.program-item-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.program-item-date {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.speaker-detail-back {
    text-align: center;
}

.speaker-detail-back .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: "Noto Kufi Arabic", sans-serif;
    border-radius: 12px;
}

.speaker-detail-back .btn svg {
    transform: scaleX(-1);
}

/* Speakers Responsive */
@media (max-width: 1200px) {
    .users-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .users-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .speaker-detail-grid {
        grid-template-columns: 1fr;
    }

    .speaker-detail-sidebar {
        max-width: 300px;
        margin: 0 auto;
    }

    .speaker-detail-main {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .speakers-page-section,
    .speaker-detail-section {
        padding: 30px 0 60px;
    }

    .speakers-page-title {
        font-size: 28px;
    }

    .users-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }

    .users-section-title {
        font-size: 22px;
    }

    .speaker-detail-card {
        padding: 24px;
    }

    .speaker-detail-avatar {
        width: 150px;
        height: 150px;
    }
}

/* ============================================================
   SPONSORS PAGE STYLES
   ============================================================ */

.sponsors-page-section {
    padding: 60px 0 100px;
    min-height: 100vh;
}

.sponsors-page-section .sponsors-header {
    margin-bottom: 60px;
}

.sponsors-page-section .sponsors-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    margin-bottom: 16px;
}

.sponsors-page-section .sponsors-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

/* Sponsors Categories */
.sponsors-page-section .sponsors-categories {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.sponsors-page-section .sponsor-category {
    text-align: center;
}


.category-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #11c5d4;
    white-space: nowrap;
    padding: 0 20px;
    position: relative;
}

.category-name::before,
.category-name::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 197, 212, 0.5), transparent);
}

.category-name::before {
    right: 100%;
}

.category-name::after {
    left: 100%;
    background: linear-gradient(270deg, rgba(17, 197, 212, 0.5), transparent);
}

.category-line {
    display: none;
}

/* Sponsors Grid */
.sponsors-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.sponsors-grid--featured .sponsor-item--lg {
    flex-basis: 320px;
}

.sponsors-grid--featured .sponsor-item--md {
    flex-basis: 280px;
}

/* Sponsor Item */
.sponsor-item {
    flex-shrink: 0;
}

.sponsor-item--lg {
    flex-basis: 280px;
}

.sponsor-item--md {
    flex-basis: 240px;
}

.sponsor-item--sm {
    flex-basis: 180px;
}

/* Sponsor Card - Sponsors Page specific */
.sponsors-page-section .sponsor-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.sponsors-page-section .sponsor-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #11c5d4, #0ea5b5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sponsors-page-section .sponsor-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sponsors-page-section .sponsor-card:hover::before {
    opacity: 1;
}

/* Sponsor Badge */
.sponsor-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 12px;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #11c5d4;
}

/* Sponsor Logo */
.sponsor-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    margin-bottom: 16px;
    min-height: 120px;
}

.sponsor-item--lg .sponsor-logo-wrapper {
    min-height: 160px;
}

.sponsor-item--sm .sponsor-logo-wrapper {
    min-height: 100px;
}

.sponsors-page-section .sponsor-logo {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: brightness(1) contrast(1);
}

.sponsors-page-section .sponsor-item--lg .sponsor-logo {
    max-height: 140px;
}

.sponsors-page-section .sponsor-item--sm .sponsor-logo {
    max-height: 80px;
}

.sponsors-page-section .sponsor-card:hover .sponsor-logo {
    transform: scale(1.05);
}

/* Sponsor Info */
.sponsor-info {
    flex: 1;
    width: 100%;
}

.sponsor-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.4;
}

.sponsor-item--lg .sponsor-name {
    font-size: 18px;
}

.sponsor-item--sm .sponsor-name {
    font-size: 14px;
}

.sponsor-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Sponsor Link */
.sponsor-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #11c5d4;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: auto;
}

.sponsor-link:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

.sponsor-link i {
    font-size: 14px;
}

/* Empty Sponsors */
.empty-sponsors {
    width: 100%;
    padding: 40px;
    text-align: center;
}

.empty-sponsors i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
}

.empty-sponsors p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Empty State */
.sponsors-page-section .empty-state {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 80px 40px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.sponsors-page-section .empty-state .empty-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
}

.sponsors-page-section .empty-state .empty-icon i {
    font-size: 48px;
    color: #11c5d4;
}

.sponsors-page-section .empty-state h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.sponsors-page-section .empty-state p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Sponsor CTA Section */
.sponsor-cta-section {
    margin-top: 80px;
}

.sponsor-cta-card {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.15), rgba(17, 197, 212, 0.05));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cta-content h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.cta-content p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Sponsors Pagination */
.sponsors-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

/* Sponsors Page Responsive */
@media (max-width: 1200px) {
    .sponsors-grid--featured .sponsor-item--lg {
        flex-basis: 280px;
    }

    .sponsors-grid--featured .sponsor-item--md {
        flex-basis: 240px;
    }
}

@media (max-width: 992px) {
    .sponsors-page-section .sponsors-title {
        font-size: 36px;
    }

    .category-name {
        font-size: 22px;
    }

    .sponsor-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 36px;
    }

    .cta-content {
        text-align: center;
    }
}

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

    .sponsors-page-section .sponsors-header {
        margin-bottom: 40px;
    }

    .sponsors-page-section .sponsors-title {
        font-size: 28px;
    }

    .sponsors-page-section .sponsors-subtitle {
        font-size: 16px;
    }

    .sponsors-page-section .sponsors-categories {
        gap: 40px;
    }

    .category-header {
        margin-bottom: 24px;
    }

    .category-name {
        font-size: 20px;
    }

    .category-name::before,
    .category-name::after {
        width: 50px;
    }

    .sponsors-grid {
        gap: 16px;
    }

    .sponsor-item--lg,
    .sponsor-item--md,
    .sponsor-item--sm {
        flex-basis: calc(50% - 8px);
        min-width: 140px;
    }

    .sponsor-card {
        padding: 16px;
        border-radius: 16px;
    }

    .sponsor-logo-wrapper {
        min-height: 80px;
        padding: 12px;
    }

    .sponsor-logo {
        max-height: 60px;
    }

    .sponsor-name {
        font-size: 14px;
    }

    .sponsor-badge {
        font-size: 10px;
        padding: 3px 8px;
    }

    .sponsor-link {
        font-size: 12px;
        padding: 6px 12px;
    }

    .sponsor-cta-card {
        padding: 24px;
    }

    .cta-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .sponsor-item--lg,
    .sponsor-item--md,
    .sponsor-item--sm {
        flex-basis: 100%;
        max-width: 280px;
    }

    .sponsors-grid {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================================
   EXHIBITIONS PAGE STYLES
   ============================================================ */

/* Exhibitions Hero Section */
.exhibitions-hero-section {
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
}

.exhibitions-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.exhibitions-hero-label {
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #11c5d4;
    margin-bottom: 16px;
    padding: 8px 20px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 30px;
    border: 1px solid rgba(17, 197, 212, 0.3);
}

.exhibitions-hero-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}

.exhibitions-hero-desc {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.exhibitions-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Exhibitions Stats Section */
.exhibitions-stats-section {
    padding: 0 0 80px;
    margin-top: -20px;
}

.exhibitions-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}
.exhibitions-stat-card {
    flex: 0 1 280px;
}

.exhibitions-stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.exhibitions-stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-5px);
}

.exhibitions-stat-number {
    display: block;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #11c5d4;
    margin-bottom: 8px;
}

.exhibitions-stat-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

/* Exhibitions Section Title */
.exhibitions-section-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 48px;
}

/* Exhibitions Who Section */
.exhibitions-who-section {
    padding: 80px 0;
}

.exhibitions-who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.exhibitions-who-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.exhibitions-who-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-5px);
}

.exhibitions-who-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 1px solid rgba(17, 197, 212, 0.3);
}

.exhibitions-who-icon i {
    font-size: 32px;
    color: #11c5d4;
}

.exhibitions-who-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.exhibitions-who-desc {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0;
}

/* Exhibitions Benefits Section */
.exhibitions-benefits-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(17, 197, 212, 0.03) 0%, transparent 100%);
}

.exhibitions-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.exhibitions-benefit-card {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.15), rgba(17, 197, 212, 0.05));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.exhibitions-benefit-card:hover {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.25), rgba(17, 197, 212, 0.1));
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(17, 197, 212, 0.15);
}

.exhibitions-benefit-icon {
    width: 60px;
    height: 60px;
    background: rgba(17, 197, 212, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.exhibitions-benefit-icon i {
    font-size: 28px;
    color: #11c5d4;
}

.exhibitions-benefit-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.exhibitions-benefit-desc {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* Exhibitions Talent Section */
.exhibitions-talent-section {
    padding: 80px 0;
}

.exhibitions-talent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.exhibitions-talent-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 18px 20px;
    transition: all 0.3s ease;
}

.exhibitions-talent-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
}

.exhibitions-talent-item i {
    color: #11c5d4;
    font-size: 22px;
    flex-shrink: 0;
}

.exhibitions-talent-item span {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

/* Exhibitions Page Section (List/Map) */
.exhibitions-page-section {
    padding: 60px 0 100px;
    min-height: auto;
}

.exhibitions-header {
    margin-bottom: 40px;
}

.exhibitions-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    margin-bottom: 16px;
}

.exhibitions-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

/* Exhibitions Tabs */
.exhibitions-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.exhibition-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.exhibition-tab:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.exhibition-tab--active {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

.exhibition-tab i {
    font-size: 20px;
}

/* Exhibitions Grid */
.exhibitions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Exhibition Item */
.exhibition-item {
    height: 100%;
}

/* Exhibition Card */
.exhibition-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}

.exhibition-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Exhibition Image */
.exhibition-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.exhibition-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.exhibition-card:hover .exhibition-image {
    transform: scale(1.1);
}

.exhibition-fav-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.exhibition-fav-btn:hover,
.exhibition-fav-btn.added {
    background: rgba(17, 197, 212, 0.8);
    color: #fff;
}

/* Exhibition Content */
.exhibition-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.exhibition-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.exhibition-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.exhibition-title a:hover {
    color: #11c5d4;
}

.exhibition-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.exhibition-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #11c5d4;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.exhibition-link:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

/* Empty Exhibitions */
.empty-exhibitions {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 80px 40px;
    text-align: center;
}

.empty-exhibitions .empty-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
}

.empty-exhibitions .empty-icon i {
    font-size: 48px;
    color: #11c5d4;
}

.empty-exhibitions h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.empty-exhibitions p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Exhibitions CTA Section */
.exhibitions-cta-section {
    padding: 80px 0 100px;
}

.exhibitions-cta-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.1) 0%, rgba(17, 197, 212, 0.05) 100%);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 24px;
}

.exhibitions-cta-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 16px;
}

.exhibitions-cta-desc {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
    line-height: 1.7;
}

.exhibitions-cta-note {
    margin-top: 24px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.exhibitions-cta-note a {
    color: #11c5d4;
    font-weight: 500;
    text-decoration: none;
}

.exhibitions-cta-note a:hover {
    text-decoration: underline;
}

/* Exhibitions Pagination */
.exhibitions-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

/* Exhibition Plan Wrapper */
.exhibition-plan-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 24px;
    overflow: hidden;
}

.plan-container {
    width: 100%;
    overflow: auto;
    border-radius: 16px;
}

.no-plan-message {
    padding: 80px 40px;
    text-align: center;
}

.no-plan-message i {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
    display: block;
}

.no-plan-message p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ============================================================
   EXHIBITION DETAIL PAGE STYLES
   ============================================================ */

.exhibition-detail-section {
    padding: 60px 0 100px;
    min-height: 100vh;
}

/* Exhibition Map Card */
.exhibition-map-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 32px;
    overflow: hidden;
}

.map-header {
    margin-bottom: 20px;
}

.map-header h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-header i {
    color: #11c5d4;
}

.map-container {
    width: 100%;
    overflow: auto;
    border-radius: 16px;
}

/* Exhibition Detail Grid */
.exhibition-detail-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    margin-bottom: 60px;
}

/* Exhibition Main Content */
.exhibition-main-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Exhibition Cover Card */
.exhibition-cover-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.exhibition-cover-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.cover-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 10px;
}

.cover-action-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cover-action-btn:hover {
    background: rgba(17, 197, 212, 0.8);
}

/* Exhibition Info Card */
.exhibition-info-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 32px;
}

.exhibition-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.exhibition-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.exhibition-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.exhibition-meta .meta-item i {
    font-size: 18px;
    color: #11c5d4;
}

.exhibition-meta .meta-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.exhibition-meta .meta-item a:hover {
    color: #11c5d4;
}

.exhibition-description h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
}

.exhibition-description p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin: 0;
}

/* Exhibition Sidebar */
.exhibition-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
}

.sidebar-card-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-card-title i {
    color: #11c5d4;
    font-size: 20px;
}

/* Video Wrapper */
.video-wrapper .video-placeholder {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.video-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.9);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-wrapper .play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #11c5d4;
}

/* Attachments List */
.attachments-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.attachment-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.attachment-item:hover {
    background: rgba(17, 197, 212, 0.1);
    border-color: rgba(17, 197, 212, 0.3);
    color: #11c5d4;
}

.attachment-item i {
    font-size: 20px;
    color: #11c5d4;
}

.attachment-item span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Social Links */
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link--facebook:hover {
    background: rgba(59, 89, 152, 0.3);
    border-color: #3b5998;
    color: #3b5998;
}

.social-link--twitter:hover {
    background: rgba(29, 161, 242, 0.3);
    border-color: #1da1f2;
    color: #1da1f2;
}

.social-link--instagram:hover {
    background: rgba(225, 48, 108, 0.3);
    border-color: #e1306c;
    color: #e1306c;
}

.social-link--linkedin:hover {
    background: rgba(0, 119, 181, 0.3);
    border-color: #0077b5;
    color: #0077b5;
}

.social-link--youtube:hover {
    background: rgba(255, 0, 0, 0.3);
    border-color: #ff0000;
    color: #ff0000;
}

.social-link--whatsapp:hover {
    background: rgba(37, 211, 102, 0.3);
    border-color: #25d366;
    color: #25d366;
}

/* Employees Section */
.employees-section {
    margin-top: 60px;
}

.employees-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.employees-section .section-header h2 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin-bottom: 12px;
}

.employees-section .section-header p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.employees-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Employee Item */
.employee-item {
    height: 100%;
}

.employee-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.employee-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-5px);
}

.employee-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    border: 3px solid rgba(17, 197, 212, 0.3);
}

.employee-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-info {
    flex: 1;
    margin-bottom: 16px;
}

.employee-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

.employee-position {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.employee-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #11c5d4;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.employee-contact-btn:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

.empty-employees {
    grid-column: 1 / -1;
    padding: 60px 40px;
    text-align: center;
}

.empty-employees i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
}

.empty-employees p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ============================================================
   EXHIBITION MODAL STYLES
   ============================================================ */

.exhibition-modal .modal-content {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
}

.exhibition-modal .modal-header {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 28px;
}

.exhibition-modal .modal-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.modal-close-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.exhibition-modal .modal-body {
    padding: 28px;
}

/* Modal Share Section */
.modal-share-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom: 24px;
}

.share-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.share-links {
    display: flex;
    gap: 10px;
}

.share-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-link:hover {
    color: #fff;
}

.share-link--whatsapp:hover {
    background: rgba(37, 211, 102, 0.3);
    border-color: #25d366;
}

.share-link--twitter:hover {
    background: rgba(29, 161, 242, 0.3);
    border-color: #1da1f2;
}

.share-link--facebook:hover {
    background: rgba(59, 89, 152, 0.3);
    border-color: #3b5998;
}

.share-link--linkedin:hover {
    background: rgba(0, 119, 181, 0.3);
    border-color: #0077b5;
}

.share-link--copy:hover {
    background: rgba(17, 197, 212, 0.3);
    border-color: #11c5d4;
}

/* Modal Map Container */
.modal-map-container {
    border-radius: 16px;
    overflow: auto;
    margin-bottom: 24px;
    background: rgba(0, 0, 0, 0.2);
}

/* Modal Exhibition Info */
.modal-exhibition-info {
    text-align: center;
    margin-bottom: 24px;
}

.modal-exhibition-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.modal-exhibition-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.modal-exhibition-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.modal-exhibition-meta .meta-item i {
    font-size: 18px;
    color: #11c5d4;
}

.modal-exhibition-meta .meta-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.modal-exhibition-meta .meta-item a:hover {
    color: #11c5d4;
}

.modal-exhibition-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    text-align: right;
}

/* Modal Exhibition Cover */
.modal-exhibition-cover {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.modal-exhibition-cover img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.modal-fav-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-fav-btn:hover,
.modal-fav-btn.added {
    background: rgba(17, 197, 212, 0.8);
}

/* Modal Actions */
.modal-actions {
    display: flex;
    justify-content: center;
}

/* Exhibitions Page Responsive */
@media (max-width: 1200px) {
    .exhibitions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .exhibition-detail-grid {
        grid-template-columns: 1fr 340px;
    }

    .employees-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .exhibitions-title {
        font-size: 36px;
    }

    .exhibition-detail-grid {
        grid-template-columns: 1fr;
    }

    .exhibition-sidebar {
        order: -1;
    }

    .employees-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Exhibitions Page Responsive - Tablet */
    .exhibitions-hero-title {
        font-size: 36px;
    }

    .exhibitions-stats-grid {
        gap: 16px;
    }

    .exhibitions-who-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .exhibitions-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .exhibitions-talent-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .exhibitions-section-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    /* Exhibitions Hero Mobile */
    .exhibitions-hero-section {
        padding: 80px 0 60px;
    }

    .exhibitions-hero-label {
        font-size: 12px;
        letter-spacing: 1px;
    }

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

    .exhibitions-hero-desc {
        font-size: 16px;
    }

    /* Exhibitions Stats Mobile */
    .exhibitions-stats-section {
        padding-bottom: 60px;
    }

    .exhibitions-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .exhibitions-stat-card {
        padding: 24px 20px;
    }

    .exhibitions-stat-number {
        font-size: 32px;
    }

    /* Exhibitions Who Mobile */
    .exhibitions-who-section {
        padding: 60px 0;
    }

    .exhibitions-who-grid {
        grid-template-columns: 1fr;
    }

    .exhibitions-who-card {
        padding: 24px;
    }

    /* Exhibitions Benefits Mobile */
    .exhibitions-benefits-section {
        padding: 60px 0;
    }

    .exhibitions-benefits-grid {
        grid-template-columns: 1fr;
    }

    /* Exhibitions Talent Mobile */
    .exhibitions-talent-section {
        padding: 60px 0;
    }

    .exhibitions-talent-grid {
        grid-template-columns: 1fr;
    }

    /* Exhibitions Section Title Mobile */
    .exhibitions-section-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    /* Exhibitions CTA Mobile */
    .exhibitions-cta-section {
        padding: 60px 0 80px;
    }

    .exhibitions-cta-content {
        padding: 32px 24px;
    }

    .exhibitions-cta-title {
        font-size: 24px;
    }

    .exhibitions-cta-desc {
        font-size: 15px;
    }

    .exhibitions-page-section,
    .exhibition-detail-section {
        padding: 30px 0 60px;
    }

    .exhibitions-header {
        margin-bottom: 30px;
    }

    .exhibitions-title {
        font-size: 28px;
    }

    .exhibitions-subtitle {
        font-size: 16px;
    }

    .exhibitions-tabs {
        flex-direction: column;
        gap: 12px;
    }

    .exhibition-tab {
        justify-content: center;
    }

    .exhibitions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .exhibition-cover-image {
        height: 250px;
    }

    .exhibition-name {
        font-size: 24px;
    }

    .exhibition-info-card {
        padding: 24px;
    }

    .employees-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .employee-avatar {
        width: 80px;
        height: 80px;
    }

    .modal-exhibition-name {
        font-size: 22px;
    }

    .modal-exhibition-cover img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .employees-grid {
        grid-template-columns: 1fr;
    }

    .exhibition-meta {
        flex-direction: column;
        gap: 12px;
    }

    .modal-share-section {
        flex-direction: column;
        gap: 12px;
    }

    .modal-exhibition-meta {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

/* ============================================================
   PROGRAMS PAGE STYLES
   ============================================================ */

.programs-page-section {
    padding: 60px 0 100px;
    min-height: 100vh;
}

.programs-header {
    margin-bottom: 40px;
    text-align: center;
}

.programs-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    margin-bottom: 16px;
}

.programs-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

/* Programs Tabs */
.programs-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.program-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.program-tab:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.program-tab--active {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

.program-tab i {
    font-size: 20px;
}

/* Programs Grid */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Program Item */
.program-item {
    height: 100%;
}

/* Program Card */
.program-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}

.program-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Program Card Header */
.program-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.program-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

.program-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.program-title a:hover {
    color: #11c5d4;
}

.program-price {
    flex-shrink: 0;
}

.program-price .price-amount {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #11c5d4;
}

.program-price .price-free {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(40, 199, 111, 0.2);
    border: 1px solid rgba(40, 199, 111, 0.3);
    border-radius: 20px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #28c76f;
}

/* Program Card Meta */
.program-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.program-card-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.program-card-meta .meta-item i {
    font-size: 16px;
    color: #11c5d4;
}

/* Program Card Description */
.program-card-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    flex: 1;
    margin-bottom: 20px;
}

/* Program Presenters */
.program-presenters {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.presenter-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(17, 197, 212, 0.3);
    transition: all 0.3s ease;
}

.presenter-avatar:hover {
    border-color: #11c5d4;
    transform: scale(1.1);
    z-index: 1;
}

.presenter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.presenter-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 8px;
}

/* Program Card Action */
.program-card-action {
    margin-top: auto;
}

.action-buttons {
    display: flex;
    gap: 12px;
}

.action-buttons .btn {
    flex: 1;
}

.action-buttons .btn-outline-primary {
    flex: 0;
    padding: 10px 16px;
}

/* Empty Programs */
.empty-programs {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 80px 40px;
    text-align: center;
}

.empty-programs .empty-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
}

.empty-programs .empty-icon i {
    font-size: 48px;
    color: #11c5d4;
}

.empty-programs h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.empty-programs p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Programs Pagination */
.programs-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

/* ============================================================
   PROGRAM DETAIL PAGE STYLES
   ============================================================ */

.program-detail-section {
    padding: 60px 0 100px;
    min-height: 100vh;
}

.program-detail-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
}

/* Program Main Content */
.program-main-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Program Info Card */
.program-info-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 36px;
}

.program-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.4;
}

.program-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}

.program-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.program-meta .meta-item i {
    font-size: 20px;
    color: #11c5d4;
}

.program-price-badge {
    margin-bottom: 28px;
}

.program-price-badge .price-amount {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 30px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #11c5d4;
}

.program-price-badge .price-free {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(40, 199, 111, 0.2);
    border: 1px solid rgba(40, 199, 111, 0.3);
    border-radius: 30px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #28c76f;
}

.program-description {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.program-description p {
    margin-bottom: 16px;
}

.program-description p:last-child {
    margin-bottom: 0;
}

/* Program Actions */
.program-actions {
    width: 100%;
}

.action-buttons-group {
    display: flex;
    gap: 16px;
}

.action-buttons-group .btn {
    flex: 1;
}

/* Program Sidebar */
.program-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Presenters List */
.presenters-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.presenter-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.presenter-item:hover {
    background: rgba(17, 197, 212, 0.1);
    border-color: rgba(17, 197, 212, 0.3);
}

.presenter-item .presenter-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(17, 197, 212, 0.3);
    flex-shrink: 0;
}

.presenter-item .presenter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.presenter-info {
    flex: 1;
    min-width: 0;
}

.presenter-info .presenter-name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
    display: block;
}

.presenter-info .presenter-job {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Branding Modal */
.branding-modal .modal-content {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.branding-modal .modal-header {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 28px;
}

.branding-modal .modal-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.branding-modal .modal-title i {
    color: #11c5d4;
    font-size: 22px;
}

.branding-modal .modal-body {
    padding: 28px;
}

.branding-modal .modal-footer {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 28px;
    gap: 12px;
}

/* Payment Details */
.payment-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.payment-row--highlight {
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
}

.payment-label {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.payment-value {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.payment-value.price {
    color: #28c76f;
    font-size: 18px;
}

.payment-row .form-control {
    flex: 1;
    max-width: 200px;
}

/* QR Modal */
.qr-wrapper {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 20px;
}

.qr-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.qr-instruction {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Programs Page Responsive */
@media (max-width: 1200px) {
    .program-detail-grid {
        grid-template-columns: 1fr 340px;
    }
}

@media (max-width: 992px) {
    .programs-title {
        font-size: 36px;
    }

    .programs-grid {
        grid-template-columns: 1fr;
    }

    .program-detail-grid {
        grid-template-columns: 1fr;
    }

    .program-sidebar {
        order: -1;
    }
}

@media (max-width: 768px) {
    .programs-page-section,
    .program-detail-section {
        padding: 30px 0 60px;
    }

    .programs-header {
        margin-bottom: 30px;
    }

    .programs-title {
        font-size: 28px;
    }

    .programs-subtitle {
        font-size: 16px;
    }

    .programs-tabs {
        flex-direction: column;
        gap: 12px;
    }

    .program-tab {
        justify-content: center;
    }

    .program-card {
        padding: 20px;
    }

    .program-card-header {
        flex-direction: column;
        gap: 12px;
    }

    .program-card-meta {
        gap: 12px;
    }

    .program-name {
        font-size: 24px;
    }

    .program-info-card {
        padding: 24px;
    }

    .action-buttons-group {
        flex-direction: column;
    }

    .payment-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .payment-row .form-control {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .program-meta {
        flex-direction: column;
        gap: 12px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .action-buttons .btn-outline-primary {
        flex: 1;
        padding: 12px;
    }
}

/* ============================================================
   EVENT SCHEDULE PAGE STYLES
   ============================================================ */

.event-schedule-page-section {
    padding: 60px 0 100px;
    min-height: 100vh;
}

.schedule-header {
    margin-bottom: 48px;
    text-align: center;
}

.schedule-header .schedule-title,
.event-schedule-page-section > .schedule-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    margin-bottom: 16px;
}

.schedule-subtitle {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

/* Event Schedule Wrapper */
.event-schedule-wrapper {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 32px;
    overflow: hidden;
}

/* Empty Schedule */
.empty-schedule {
    padding: 80px 40px;
    text-align: center;
}

.empty-schedule .empty-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
}

.empty-schedule .empty-icon i {
    font-size: 48px;
    color: #11c5d4;
}

.empty-schedule h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.empty-schedule p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Schedule Tabs */
.schedule-tabs-wrapper {
    margin-bottom: 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.schedule-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: max-content;
}

.schedule-tab-item {
    flex-shrink: 0;
}

.schedule-tab-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.schedule-tab-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.schedule-tab-btn.active {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border-color: rgba(17, 197, 212, 0.4);
}

.schedule-tab-btn .tab-day {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.schedule-tab-btn .tab-date {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.schedule-tab-btn.active .tab-day {
    color: #11c5d4;
}

.schedule-tab-btn.active .tab-date {
    color: rgba(17, 197, 212, 0.8);
}

/* Schedule Tab Content */
.schedule-tab-content {
    position: relative;
}

.schedule-tab-content .tab-pane {
    display: none;
}

.schedule-tab-content .tab-pane.active {
    display: block;
}

/* Schedule Accordion */
.schedule-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.schedule-accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.schedule-accordion-item:hover {
    border-color: rgba(17, 197, 212, 0.3);
}

/* Schedule Accordion Button */
.schedule-accordion-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
    transition: all 0.3s ease;
}

.schedule-accordion-btn:hover {
    background: rgba(255, 255, 255, 0.03);
}

.schedule-accordion-btn.accordion-no-content {
    cursor: default;
}

.schedule-accordion-btn.accordion-no-content .accordion-chevron {
    display: none;
}

/* Session Info */
.session-info {
    flex: 1;
    min-width: 0;
}

.session-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: #11c5d4;
    margin-bottom: 8px;
}

.session-time i {
    font-size: 16px;
}

.session-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

/* Session Location */
.session-location {
    flex-shrink: 0;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.location-badge i {
    font-size: 16px;
}

.location-badge--live {
    background: rgba(234, 84, 85, 0.2);
    color: #ea5455;
}

.location-badge--live i {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Session Action */
.session-action {
    flex-shrink: 0;
    display: flex;
    justify-content: end;
    gap: 5px;
    width: 100%;
    flex-direction: row-reverse;
}

.schedule-toggle-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 9px 12px;
}

.schedule-toggle-btn--add {
    background: linear-gradient(135deg, #11c5d4, #0ea5b5);
    color: #fff;
}

.schedule-toggle-btn--add:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(17, 197, 212, 0.4);
}

.schedule-toggle-btn--remove {
    background: rgba(234, 84, 85, 0.2);
    color: #ea5455;
}

.schedule-toggle-btn--remove:hover {
    background: #ea5455;
    color: #fff;
}

/* Accordion Chevron */
.accordion-chevron {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.accordion-chevron i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease;
}

.schedule-accordion-btn:not(.collapsed) .accordion-chevron {
    background: rgba(17, 197, 212, 0.2);
}

.schedule-accordion-btn:not(.collapsed) .accordion-chevron i {
    transform: rotate(180deg);
    color: #11c5d4;
}

/* Schedule Accordion Body */
.schedule-accordion-body {
    padding: 0 24px 24px;
}

/* Lectures List */
.lectures-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lecture-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    transition: all 0.3s ease;
}

.lecture-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}

.lecture-info {
    flex: 1;
    min-width: 0;
}

.lecture-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.lecture-time i {
    font-size: 14px;
}

.lecture-title {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

.lecture-speaker {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
}

.lecture-speaker i {
    font-size: 16px;
    color: #11c5d4;
}

/* No Lectures */
.no-lectures {
    padding: 24px;
    text-align: center;
}

.no-lectures p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Event Schedule Page Responsive */
@media (max-width: 992px) {
    .schedule-header .schedule-title,
    .event-schedule-page-section > .schedule-title {
        font-size: 36px;
    }

    .schedule-accordion-btn {
        flex-wrap: wrap;
        gap: 16px;
    }

    .session-location {
        order: 3;
        width: 100%;
    }

    .session-action {
        order: 2;
    }

    .accordion-chevron {
        order: 4;
    }
}

@media (max-width: 768px) {
    .event-schedule-page-section {
        padding: 30px 0 60px;
    }

    .schedule-header {
        margin-bottom: 32px;
    }

    .schedule-header .schedule-title,
    .event-schedule-page-section > .schedule-title {
        font-size: 28px;
    }

    .schedule-subtitle {
        font-size: 16px;
    }

    .event-schedule-wrapper {
        padding: 20px;
        border-radius: 20px;
    }

    .schedule-tabs {
        justify-content: flex-start;
        padding-bottom: 12px;
    }

    .schedule-tab-btn {
        padding: 14px 20px;
        min-width: 120px;
    }

    .schedule-tab-btn .tab-day {
        font-size: 14px;
    }

    .schedule-accordion-btn {
        padding: 20px;
    }

    .session-title {
        font-size: 16px;
    }

    .lecture-item {
        flex-direction: column;
        gap: 12px;
    }

    .lecture-speaker {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .schedule-tabs-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .schedule-toggle-btn {
        font-size: 16px;
    }

    .location-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}
/* ============================================================
   EVENT SESSIONS PAGE STYLES
   ============================================================ */

.event-sessions-section {
    padding: 80px 0;
    min-height: 60vh;
}

/* Page Header */
.event-sessions-header {
    text-align: center;
    margin-bottom: 60px;
}

.event-sessions-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.event-sessions-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

/* Sessions Content */
.event-sessions-content {
    max-width: 1000px;
    margin: 0 auto;
}

/* Session Card */
.session-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.session-card:hover {
    border-color: rgba(17, 197, 212, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Session Header */
.session-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.session-header:hover {
    background: rgba(255, 255, 255, 0.03);
}

/* Time Block */
.session-time-block {
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 16px;
    padding: 16px 20px;
    text-align: center;
    min-width: 140px;
}

.session-date {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #11c5d4;
    margin-bottom: 8px;
}

.session-time-range {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.time-separator {
    color: #11c5d4;
    font-size: 12px;
}

/* Session Info */
.session-info {
    flex: 1;
}

.session-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.5;
}

.session-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.session-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.session-meta-item .meta-icon {
    color: #11c5d4;
    font-size: 16px;
}

.live-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Session Actions */
.session-actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.lectures-count {
    text-align: center;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 12px;
    padding: 12px 20px;
}

.lectures-count .count-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #11c5d4;
    line-height: 1;
}

.lectures-count .count-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.expand-icon {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    transition: transform 0.3s ease;
}

.session-header[aria-expanded="true"] .expand-icon {
    transform: rotate(180deg);
}

/* Session Body */
.session-body {
    padding: 0 24px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.session-director-contact {
    padding: 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-contact-director {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 10px;
    color: #11c5d4;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contact-director:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: #11c5d4;
    color: #11c5d4;
    transform: translateY(-2px);
}

/* Lectures List */
.lectures-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lectures-empty {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.lectures-empty span {
    font-size: 32px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

/* Lecture Card */
.lecture-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.lecture-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}

.lecture-content {
    display: flex;
    gap: 16px;
    flex: 1;
}

.lecture-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.lecture-details {
    flex: 1;
}

.lecture-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.lecture-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.lecture-time,
.lecture-speakers {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.lecture-meta .meta-icon {
    color: #11c5d4;
    font-size: 14px;
}

.lecture-time .time-separator {
    font-size: 10px;
    opacity: 0.7;
}

.speakers-label {
    font-weight: 500;
}

.speakers-names {
    color: rgba(255, 255, 255, 0.8);
}

.lecture-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

.lecture-description p {
    margin: 0;
}

/* Lecture Attachments */
.lecture-attachments {
    flex-shrink: 0;
}

.btn-download-attachment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-download-attachment:hover {
    background: rgba(17, 197, 212, 0.1);
    border-color: rgba(17, 197, 212, 0.3);
    color: #11c5d4;
}

.btn-download-attachment .tticon-download {
    font-size: 16px;
}

.attachments-badge {
    background: #11c5d4;
    color: #1a1a2e;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 4px;
}

/* Attachment Dropdown */
.attachment-dropdown {
    background: rgba(26, 26, 46, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    min-width: 280px;
}

.attachment-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease;
}

.attachment-item:hover {
    background: rgba(17, 197, 212, 0.1);
    color: #11c5d4;
}

.attachment-icon {
    color: #11c5d4;
    font-size: 18px;
}

.attachment-name {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-size {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* Empty State */
.event-sessions-empty {
    text-align: center;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.event-sessions-empty .empty-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
    margin: 0 auto 24px;
}

.event-sessions-empty .empty-icon span {
    font-size: 40px;
    color: #11c5d4;
}

.event-sessions-empty .empty-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.event-sessions-empty .empty-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ============================================================
   EVENT SESSIONS RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 992px) {
    .event-sessions-section {
        padding: 60px 0;
    }

    .event-sessions-title {
        font-size: 34px;
    }

    .session-header {
        flex-wrap: wrap;
    }

    .session-time-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
    }

    .session-date {
        margin-bottom: 0;
    }

    .session-actions {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-top: 12px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .lectures-count {
        padding: 10px 16px;
    }
}

@media (max-width: 768px) {
    .event-sessions-header {
        margin-bottom: 40px;
    }

    .event-sessions-title {
        font-size: 28px;
    }

    .event-sessions-subtitle {
        font-size: 16px;
    }

    .session-header {
        padding: 20px;
        gap: 16px;
    }

    .session-title {
        font-size: 16px;
    }

    .session-meta-list {
        flex-direction: column;
        gap: 8px;
    }

    .lecture-card {
        flex-direction: column;
        gap: 16px;
    }

    .lecture-attachments {
        width: 100%;
    }

    .btn-download-attachment {
        width: 100%;
        justify-content: center;
    }

    .lecture-meta {
        flex-direction: column;
        gap: 8px;
    }
}

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

    .event-sessions-title {
        font-size: 24px;
    }

    .session-card {
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .session-header {
        padding: 16px;
    }

    .session-time-block {
        flex-direction: column;
        gap: 4px;
        padding: 12px;
    }

    .session-body {
        padding: 0 16px 16px;
    }

    .lecture-card {
        padding: 16px;
        border-radius: 12px;
    }

    .lecture-content {
        flex-direction: column;
    }

    .lecture-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .event-sessions-empty {
        padding: 60px 24px;
    }

    .event-sessions-empty .empty-icon {
        width: 80px;
        height: 80px;
    }

    .event-sessions-empty .empty-icon span {
        font-size: 32px;
    }

    .event-sessions-empty .empty-title {
        font-size: 20px;
    }
}

/* ============================================================
   DYNAMIC PAGES STYLES
   ============================================================ */

.dynamic-page-section {
    padding: 80px 0;
    min-height: 60vh;
}

/* Page Header */
.dynamic-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.dynamic-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.dynamic-page-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.dynamic-page-meta .meta-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.dynamic-page-meta .meta-date i {
    color: #11c5d4;
    font-size: 16px;
}

/* Page Content */
.dynamic-page-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
}

.dynamic-page-body {
    padding: 48px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.8;
}

/* Typography within dynamic content */
.dynamic-page-body h1,
.dynamic-page-body h2,
.dynamic-page-body h3,
.dynamic-page-body h4,
.dynamic-page-body h5,
.dynamic-page-body h6 {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.dynamic-page-body h1 {
    font-size: 36px;
}
.dynamic-page-body h2 {
    font-size: 30px;
}
.dynamic-page-body h3 {
    font-size: 24px;
}
.dynamic-page-body h4 {
    font-size: 20px;
}
.dynamic-page-body h5 {
    font-size: 18px;
}
.dynamic-page-body h6 {
    font-size: 16px;
}

.dynamic-page-body h1:first-child,
.dynamic-page-body h2:first-child,
.dynamic-page-body h3:first-child {
    margin-top: 0;
}

.dynamic-page-body p {
    margin-bottom: 20px;
}

.dynamic-page-body a {
    color: #11c5d4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dynamic-page-body a:hover {
    color: #0ea5b3;
    text-decoration: underline;
}

.dynamic-page-body ul,
.dynamic-page-body ol {
    margin: 20px 0;
    padding-right: 24px;
}

.dynamic-page-body li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.dynamic-page-body ul li::marker {
    color: #11c5d4;
}

.dynamic-page-body ol li::marker {
    color: #11c5d4;
    font-weight: 600;
}

.dynamic-page-body blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    background: rgba(17, 197, 212, 0.1);
    border-right: 4px solid #11c5d4;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

.dynamic-page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
}

.dynamic-page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    overflow: hidden;
}

.dynamic-page-body th,
.dynamic-page-body td {
    padding: 16px;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dynamic-page-body th {
    background: rgba(17, 197, 212, 0.1);
    color: #11c5d4;
    font-weight: 600;
}

.dynamic-page-body tr:last-child td {
    border-bottom: none;
}

.dynamic-page-body tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.dynamic-page-body pre,
.dynamic-page-body code {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-family: "Courier New", monospace;
}

.dynamic-page-body code {
    padding: 2px 8px;
    font-size: 14px;
    color: #11c5d4;
}

.dynamic-page-body pre {
    padding: 20px;
    overflow-x: auto;
    margin: 24px 0;
}

.dynamic-page-body pre code {
    background: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
}

.dynamic-page-body hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(17, 197, 212, 0.3), transparent);
    margin: 40px 0;
}

/* Video embeds */
.dynamic-page-body iframe[src*="youtube"],
.dynamic-page-body iframe[src*="vimeo"] {
    width: 100%;
    min-height: 400px;
    border-radius: 16px;
    margin: 24px 0;
}

/* ============================================================
   DYNAMIC PAGES RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 992px) {
    .dynamic-page-section {
        padding: 60px 0;
    }

    .dynamic-page-title {
        font-size: 34px;
    }

    .dynamic-page-body {
        padding: 36px;
    }
}

@media (max-width: 768px) {
    .dynamic-page-header {
        margin-bottom: 32px;
    }

    .dynamic-page-title {
        font-size: 28px;
    }

    .dynamic-page-body {
        padding: 24px;
        font-size: 15px;
    }

    .dynamic-page-body h1 {
        font-size: 28px;
    }
    .dynamic-page-body h2 {
        font-size: 24px;
    }
    .dynamic-page-body h3 {
        font-size: 20px;
    }

    .dynamic-page-body table {
        font-size: 14px;
    }

    .dynamic-page-body th,
    .dynamic-page-body td {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .dynamic-page-section {
        padding: 40px 0;
    }

    .dynamic-page-title {
        font-size: 24px;
    }

    .dynamic-page-content {
        border-radius: 16px;
    }

    .dynamic-page-body {
        padding: 20px;
    }

    .dynamic-page-body blockquote {
        padding: 16px;
    }

    .dynamic-page-body iframe[src*="youtube"],
    .dynamic-page-body iframe[src*="vimeo"] {
        min-height: 250px;
    }
}

/* ============================================================
   ACCOUNT PAGE STYLES
   ============================================================ */

.account-section {
    padding: 80px 0;
    min-height: 60vh;
}

/* Page Header */
.account-header {
    text-align: center;
    margin-bottom: 40px;
}

.account-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

/* Tabs Navigation */
.account-tabs-wrapper {
    margin-bottom: 32px;
}

.account-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 8px;
}

.account-tab-item {
    flex: 1;
    max-width: 250px;
}

.account-tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: transparent;
    border: none;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.account-tab-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.account-tab-link.active {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    color: #11c5d4;
    border: 1px solid rgba(17, 197, 212, 0.3);
}

.account-tab-link .tab-icon {
    font-size: 18px;
}

/* Tab Content */
.account-tab-content {
    animation: fadeIn 0.3s ease;
}

/* Profile Grid */
.account-profile-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    align-items: start;
}

/* Avatar Section */
.account-avatar-section {
    padding: 32px;
    text-align: center;
    position: sticky;
    top: 100px;
}

.avatar-upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.avatar-preview {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(17, 197, 212, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-change-avatar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 12px;
    color: #11c5d4;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-change-avatar:hover {
    background: rgba(17, 197, 212, 0.2);
    transform: translateY(-2px);
}

.avatar-hint {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* Form Section */
.account-form-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-section {
    padding: 28px;
}

.form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-section-title .section-icon {
    color: #11c5d4;
    font-size: 20px;
}

.form-hint {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
}

/* Form Controls Override for Branding */
.account-section .form-control,
.account-section .form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.account-section .form-control:focus,
.account-section .form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.5);
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.1);
    outline: none;
}

.account-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.account-section .form-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.account-section .form-group {
    margin-bottom: 20px;
}

/* Privacy Options */
.privacy-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.privacy-options .form-check {
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.privacy-options .form-check:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Action Buttons */
.form-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.btn-primary-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.4);
}

.btn-delete-account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: transparent;
    border: 1px solid rgba(239, 68, 68, 0.5);
    border-radius: 12px;
    color: #ef4444;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-delete-account:hover {
    background: rgba(239, 68, 68, 0.1);
    border-color: #ef4444;
}

/* Invoices Section */
.invoices-section {
    padding: 32px;
}

.invoices-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 28px;
}

.invoices-title .section-icon {
    color: #11c5d4;
}

/* Invoices Empty State */
.invoices-empty {
    text-align: center;
    padding: 60px 20px;
}

.invoices-empty .empty-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.invoices-empty .empty-icon span {
    font-size: 32px;
    color: #11c5d4;
}

.invoices-empty .empty-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

/* Invoices Table */
.invoices-table-wrapper {
    overflow-x: auto;
}

.invoices-table {
    width: 100%;
    border-collapse: collapse;
}

.invoices-table th {
    padding: 14px 16px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.invoices-table td {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

.invoice-row {
    transition: background 0.2s ease;
}

.invoice-row:hover {
    background: rgba(255, 255, 255, 0.03);
}

.invoice-link {
    color: #11c5d4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.invoice-link:hover {
    color: #0ea5b3;
}

.invoice-amount {
    font-weight: 600;
}

.invoice-amount .amount {
    color: #22c55e;
    font-size: 16px;
}

.invoice-amount .currency {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-right: 4px;
}

.invoice-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.btn-invoice-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-invoice-action.btn-pay {
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    color: #ffffff;
}

.btn-invoice-action.btn-pay:hover {
    box-shadow: 0 4px 12px rgba(17, 197, 212, 0.4);
}

.btn-invoice-action.btn-view {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
}

.btn-invoice-action.btn-view:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* Load More */
.invoices-load-more {
    text-align: center;
    margin-top: 24px;
}

.btn-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 12px;
    color: #11c5d4;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background: rgba(17, 197, 212, 0.2);
    color: #11c5d4;
}

.invoices-loading,
.invoices-loading-more {
    text-align: center;
    padding: 32px;
}

/* Delete Account Modal */
.delete-account-modal {
    background: rgba(26, 26, 46, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.delete-account-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
}

.delete-account-modal .modal-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ef4444;
    font-size: 20px;
    font-weight: 600;
}

.delete-account-modal .modal-title .warning-icon {
    font-size: 24px;
}

.btn-close-modal {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-close-modal:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.delete-account-modal .modal-body {
    padding: 24px;
}

.delete-warning {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.warning-icon-wrapper {
    color: #ef4444;
    margin-bottom: 16px;
}

.warning-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.confirm-password-section {
    margin-top: 20px;
}

.confirm-password-section .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    padding: 14px 16px;
}

.confirm-password-section .form-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 8px;
}

.delete-account-modal .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    gap: 12px;
}

.btn-cancel {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-delete {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-delete:hover {
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.4);
    transform: translateY(-1px);
}

/* ============================================================
   ACCOUNT PAGE RESPONSIVE STYLES
   ============================================================ */

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

    .account-title {
        font-size: 34px;
    }

    .account-profile-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .account-avatar-section {
        position: static;
        padding: 24px;
    }

    .avatar-preview {
        width: 140px;
        height: 140px;
    }

    .account-tabs {
        flex-wrap: wrap;
    }

    .account-tab-item {
        max-width: none;
        flex: 1 1 auto;
    }
}

@media (max-width: 768px) {
    .account-header {
        margin-bottom: 24px;
    }

    .account-title {
        font-size: 28px;
    }

    .account-tabs {
        flex-direction: column;
    }

    .form-section {
        padding: 20px;
    }

    .form-section-title {
        font-size: 16px;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn-primary-action,
    .btn-delete-account {
        width: 100%;
        justify-content: center;
    }

    .invoices-table th,
    .invoices-table td {
        padding: 12px 8px;
        font-size: 13px;
    }
}

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

    .account-title {
        font-size: 24px;
    }

    .account-tabs-wrapper {
        margin-bottom: 20px;
    }

    .account-tab-link {
        padding: 12px 16px;
        font-size: 14px;
    }

    .avatar-preview {
        width: 120px;
        height: 120px;
    }

    .form-section {
        padding: 16px;
        border-radius: 16px;
    }

    .invoices-section {
        padding: 20px;
    }

    .delete-account-modal .modal-header,
    .delete-account-modal .modal-body,
    .delete-account-modal .modal-footer {
        padding: 16px;
    }
}

/* ============================================================
   CHATS PAGE STYLES
   ============================================================ */

.chats-section {
    padding: 80px 0;
    min-height: 80vh;
}

.chats-header {
    text-align: center;
    margin-bottom: 40px;
}

.chats-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.chats-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

/* Chat Layout */
.chat-layout {
    border-radius: 24px;
    overflow: hidden;
    height: 600px;
    display: flex;
}

.chat-layout > .row {
    flex: 1;
    height: 100%;
}

/* Chats Sidebar */
.chats-sidebar {
    height: 100vh;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
}

.chats-list {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
}

.chat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    background: transparent;
    border: none;
    border-radius: 12px;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.chat-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.chat-item--active {
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
}

.chat-item-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border-radius: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-item-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.chat-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-item-content {
    flex: 1;
    min-width: 0;
}

.chat-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-item-excerpt {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-item-time {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4) !important;
    flex-shrink: 0;
}

.chats-loading,
.chats-empty {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.5);
}

.chats-empty .empty-icon {
    font-size: 40px;
    margin-bottom: 12px;
    opacity: 0.5;
}

/* Chat Messages Box */
.chat-messages-box {
    height: 65vh;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.1);
}

.chat-messages-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.btn-back {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.btn-back:hover {
    color: #11c5d4;
}

.recipient-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.recipient-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.recipient-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Messages Container */
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.messages-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.message-item {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 16px;
}

.message-item--sent {
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.2), rgba(17, 197, 212, 0.1));
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-bottom-right-radius: 4px;
}

.message-item--received {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 4px;
}

.message-sender {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #11c5d4;
    margin-bottom: 4px;
}

.message-body {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
}

.message-time {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 6px;
    text-align: left;
}

.message-item--sent .message-time {
    text-align: right;
}

.typing-indicator {
    opacity: 0.7;
}

.typing-indicator p {
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
}

.no-chat-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: rgba(255, 255, 255, 0.4);
}

.no-chat-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    margin-bottom: 16px;
}

.no-chat-icon span {
    font-size: 32px;
}

/* Send Form */
.chat-send-form {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.send-form-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.message-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 14px;
    resize: none;
    max-height: 120px;
    transition: border-color 0.3s ease;
}

.message-input:focus {
    outline: none;
    border-color: rgba(17, 197, 212, 0.5);
}

.message-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.btn-send {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-send:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(17, 197, 212, 0.4);
}

.btn-send:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================================
   NOTIFICATIONS PAGE STYLES
   ============================================================ */

.notifications-section {
    padding: 80px 0;
    min-height: 60vh;
}

.notifications-header {
    text-align: center;
    margin-bottom: 40px;
}

.notifications-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.notifications-content {
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
}

/* Empty State */
.notifications-empty {
    text-align: center;
    padding: 60px 20px;
}

.notifications-empty .empty-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.notifications-empty .empty-icon span {
    font-size: 32px;
    color: #11c5d4;
}

.notifications-empty .empty-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

/* Notifications List */
.notifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item:hover {
    background: rgba(255, 255, 255, 0.03);
}

.notification-item--unread {
    background: rgba(17, 197, 212, 0.05);
}

.notification-item--unread::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: #11c5d4;
    border-radius: 0 2px 2px 0;
}

.notification-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 12px;
    flex-shrink: 0;
}

.notification-icon span {
    font-size: 20px;
    color: #11c5d4;
}

.notification-content {
    flex: 1;
}

.notification-link {
    text-decoration: none;
    display: block;
}

.notification-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}

.notification-link:hover .notification-title {
    color: #11c5d4;
}

.notification-body {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}

.notification-time {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 8px;
}

/* Loading & Load More */
.notifications-loading {
    text-align: center;
    padding: 32px;
}

.notifications-load-more {
    text-align: center;
    margin-top: 24px;
}

/* ============================================================
   CHATS & NOTIFICATIONS RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 992px) {
    .chats-section,
    .notifications-section {
        padding: 60px 0;
    }

    .chats-title,
    .notifications-title {
        font-size: 34px;
    }

    .chat-layout {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .chats-title,
    .notifications-title {
        font-size: 28px;
    }

    .chat-layout {
        height: auto;
        min-height: 500px;
    }

    .chats-sidebar {
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .notification-item {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .chats-section,
    .notifications-section {
        padding: 40px 0;
    }

    .chats-title,
    .notifications-title {
        font-size: 24px;
    }

    .message-item {
        max-width: 85%;
    }

    .notifications-content {
        padding: 16px;
    }

    .notification-icon {
        width: 40px;
        height: 40px;
    }
}

/* ============================================================
   PAYMENT & VERIFY PAGE STYLES
   ============================================================ */

.payment-section,
.attendee-verify-section,
.dynamic-forms-section {
    padding: 80px 0;
    min-height: 60vh;
}

.payment-header {
    text-align: center;
    margin-bottom: 40px;
}

.payment-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.payment-content,
.payment-verify-content,
.verify-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
}

.dynamic-form-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px;
}

/* Verify Status Styles */
.verify-status {
    text-align: center;
    padding: 40px 20px;
}

.verify-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.verify-icon--success {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.verify-icon--error {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.verify-icon--pending {
    background: rgba(234, 179, 8, 0.1);
    color: #eab308;
}

.verify-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.verify-message {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.verify-actions {
    text-align: center;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-back-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.4);
    color: #ffffff;
}

/* Payment Form Overrides */
.payment-content .form-control,
.payment-content .form-select,
.dynamic-form-content .form-control,
.dynamic-form-content .form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    padding: 12px 16px;
}

.payment-content .form-control:focus,
.payment-content .form-select:focus,
.dynamic-form-content .form-control:focus,
.dynamic-form-content .form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.5);
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.1);
}

.payment-content .form-label,
.dynamic-form-content .form-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.payment-content .btn-primary,
.dynamic-form-content .btn-primary {
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
}

.payment-content .btn-primary:hover,
.dynamic-form-content .btn-primary:hover {
    box-shadow: 0 4px 16px rgba(17, 197, 212, 0.4);
}

/* Dynamic Form Section Styles */
.dynamic-form-section + .dynamic-form-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dynamic-form-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.dynamic-form-section-title i {
    color: var(--tt-primary-color);
    margin-left: 8px;
    margin-right: 8px;
}

.dynamic-form-section-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    margin: 0 auto;
    border-radius: 2px;
}

.dynamic-form-content .form__form-group {
    margin-bottom: 1.5rem !important;
}

.dynamic-form-content .btn-group {
    margin-top: 8px;
}

.dynamic-form-content .btn-group {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    border: none !important;
    width: 100%;
}

.dynamic-form-content .btn-group,
.dynamic-form-content ul.ui-choose {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    border: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.dynamic-form-content ul.ui-choose > li {
    padding: 12px 28px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.05) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    height: auto !important;
    line-height: 1.5 !important;
    float: none !important;
    margin: 0 !important;
    min-width: auto !important;
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
}

.dynamic-form-content ul.ui-choose > li:first-child,
.dynamic-form-content ul.ui-choose > li:last-child {
    border-radius: 50px !important;
}

.dynamic-form-content ul.ui-choose > li:hover {
    border-color: var(--tt-primary-color) !important;
    background: rgba(17, 197, 212, 0.1) !important;
    color: #ffffff !important;
}

.dynamic-form-content ul.ui-choose > li.selected,
.dynamic-form-content ul.ui-choose > li.active {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b3 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 16px rgba(17, 197, 212, 0.35) !important;
}

.dynamic-form-content .dynamic-form-section .row {
    row-gap: 0;
}

/* ============================================================
   PAYMENT & VERIFY RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 992px) {
    .payment-section,
    .attendee-verify-section,
    .dynamic-forms-section {
        padding: 60px 0;
    }

    .payment-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .payment-title {
        font-size: 28px;
    }

    .payment-content,
    .payment-verify-content,
    .verify-content,
    .dynamic-form-content {
        padding: 24px;
    }

    .verify-icon {
        width: 100px;
        height: 100px;
    }

    .verify-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .payment-section,
    .attendee-verify-section,
    .dynamic-forms-section {
        padding: 40px 0;
    }

    .payment-title {
        font-size: 24px;
    }

    .payment-content,
    .payment-verify-content,
    .verify-content,
    .dynamic-form-content {
        padding: 20px;
        border-radius: 16px;
    }

    .verify-icon {
        width: 80px;
        height: 80px;
    }

    .verify-icon svg {
        width: 48px;
        height: 48px;
    }

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

    .btn-back-home {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================
   SCIENTIFIC USERS PAGE STYLES
   ============================================================ */

.scientific-users-section {
    padding: 60px 0 80px;
    min-height: 60vh;
}

.scientific-header {
    text-align: center;
    margin-bottom: 60px;
}

.scientific-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.scientific-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

/* Category Sections */
.scientific-category {
    margin-bottom: 40px;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
    margin-bottom: 32px;
}

.category-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 14px;
    color: #11c5d4;
}

.category-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.category-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 48px 0;
}

.scientific-category:last-of-type .category-divider {
    display: none;
}

/* Users Grid - Scientific section */
.scientific-users-section .users-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.empty-category {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.empty-category svg {
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
}

.empty-category p {
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Scientific User Card - BEM variant */
.scientific-users-section .user-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.scientific-users-section .user-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(17, 197, 212, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.user-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.user-card__image-wrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.user-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.user-card:hover .user-card__image {
    transform: scale(1.08);
}

.user-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17, 197, 212, 0.9), transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.user-card:hover .user-card__overlay {
    opacity: 1;
}

.view-profile {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.user-card__content {
    padding: 20px;
    text-align: center;
}

.user-card__name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-card__job {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 12px;
}

.user-card__social {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-card__social .social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.user-card__social .social-link:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
}

.user-card__contact-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(17, 197, 212, 0.9);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.user-card:hover .user-card__contact-btn {
    opacity: 1;
    transform: translateY(0);
}

.user-card__contact-btn:hover {
    background: #11c5d4;
}

/* ============================================================
   USER DETAILS PAGE STYLES
   ============================================================ */

.user-details-section {
    padding: 60px 0 80px;
    min-height: 60vh;
}

.user-details-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
}

/* Profile Sidebar */
.profile-sidebar {
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
}

.profile-image-wrapper {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(17, 197, 212, 0.3);
    box-shadow: 0 8px 32px rgba(17, 197, 212, 0.2);
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 20px;
    margin-bottom: 16px;
}

.profile-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #11c5d4;
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}

.profile-job {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px;
}

.profile-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.profile-social .social-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.profile-social .social-btn:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: rgba(17, 197, 212, 0.4);
    color: #11c5d4;
    transform: translateY(-2px);
}

.btn-contact-user {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-contact-user:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.4);
}

/* Details Content */
.details-content {
    padding: 40px;
}

.details-heading {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.detail-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 12px;
    color: #11c5d4;
    flex-shrink: 0;
}

.detail-text {
    flex: 1;
    min-width: 0;
}

.detail-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.detail-value {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

/* Bio Section */
.bio-section {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}

.bio-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px;
}

.bio-title svg {
    color: #11c5d4;
}

.bio-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 15px;
}

.bio-content p {
    margin-bottom: 12px;
}

.bio-content p:last-child {
    margin-bottom: 0;
}

/* Details Actions */
.details-actions {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* ============================================================
   SCIENTIFIC USERS RESPONSIVE STYLES
   ============================================================ */

@media (max-width: 992px) {
    .scientific-users-section,
    .user-details-section {
        padding: 50px 0 60px;
    }

    .scientific-title {
        font-size: 34px;
    }

    .category-title {
        font-size: 24px;
    }

    .users-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .profile-sidebar {
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 768px) {
    .scientific-header {
        margin-bottom: 40px;
    }

    .scientific-title {
        font-size: 28px;
    }

    .scientific-subtitle {
        font-size: 16px;
    }

    .category-header {
        gap: 12px;
        margin-bottom: 24px;
    }

    .category-icon {
        width: 48px;
        height: 48px;
    }

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

    .users-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .profile-sidebar,
    .details-content {
        padding: 24px;
    }

    .profile-image-wrapper {
        width: 140px;
        height: 140px;
    }

    .profile-name {
        font-size: 20px;
    }

    .details-heading {
        font-size: 20px;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .scientific-users-section,
    .user-details-section {
        padding: 40px 0;
    }

    .scientific-title {
        font-size: 24px;
    }

    .category-header {
        flex-direction: column;
        text-align: center;
    }

    .users-grid {
        grid-template-columns: 1fr;
    }

    .user-card__content {
        padding: 16px;
    }

    .user-card__name {
        font-size: 16px;
    }

    .profile-sidebar,
    .details-content {
        padding: 20px;
    }

    .profile-image-wrapper {
        width: 120px;
        height: 120px;
    }

    .btn-contact-user {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* ============================================================
   FAVORITES PAGE STYLES
   ============================================================ */

.favorites-section {
    padding: 60px 0 80px;
    min-height: 60vh;
}

.favorites-header {
    text-align: center;
    margin-bottom: 48px;
}

.favorites-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(17, 197, 212, 0.3);
}

.favorites-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.favorites-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Favorites Grid */
.favorites-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.favorite-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.favorite-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(17, 197, 212, 0.2);
}

.favorite-card__body {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.favorite-card__image {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.favorite-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-card__info {
    flex: 1;
    min-width: 0;
}

.favorite-type {
    display: inline-block;
    font-size: 12px;
    color: #11c5d4;
    background: rgba(17, 197, 212, 0.1);
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 6px;
}

.favorite-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.favorite-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.favorite-card__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.btn-view-favorite,
.btn-remove-favorite {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-view-favorite {
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    color: #11c5d4;
    text-decoration: none;
}

.btn-view-favorite:hover {
    background: rgba(17, 197, 212, 0.2);
    color: #11c5d4;
}

.btn-remove-favorite {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.btn-remove-favorite:hover {
    background: rgba(239, 68, 68, 0.2);
}

/* Empty State */
.favorites-empty {
    text-align: center;
    padding: 80px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.favorites-empty .empty-icon {
    margin-bottom: 24px;
}

.favorites-empty .empty-icon svg {
    color: rgba(255, 255, 255, 0.15);
}

.favorites-empty .empty-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px;
}

.favorites-empty .empty-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 32px;
}

.favorites-empty .btn-explore {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.favorites-empty .btn-explore:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.4);
    color: #ffffff;
}

/* ============================================================
   FAVORITES RESPONSIVE STYLES
   ============================================================ */

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

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

    .favorite-card {
        flex-direction: column;
        align-items: stretch;
    }

    .favorite-card__actions {
        justify-content: flex-end;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
}

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

    .favorites-title {
        font-size: 26px;
    }

    .favorites-subtitle {
        font-size: 15px;
    }

    .favorite-card__image {
        width: 50px;
        height: 50px;
    }

    .favorite-name {
        font-size: 15px;
    }

    .btn-view-favorite,
    .btn-remove-favorite {
        padding: 8px 14px;
        font-size: 13px;
    }

    .favorites-empty {
        padding: 60px 20px;
    }
}

/* ============================================================
   CERTIFICATE VERIFY PAGE STYLES
   ============================================================ */

.certificate-verify-section {
    padding: 80px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.verify-form-wrapper {
    max-width: 480px;
    margin: 0 auto;
}

.verify-form-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
}

.verify-form-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 50%;
    margin: 0 auto 24px;
    color: #11c5d4;
}

.verify-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px;
}

.verify-form-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 32px;
    line-height: 1.6;
}

.certificate-form .form-group {
    margin-bottom: 20px;
    text-align: right;
}

.certificate-form .form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.certificate-form .form-control {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.certificate-form .form-control:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.5);
    box-shadow: 0 0 0 4px rgba(17, 197, 212, 0.1);
}

.certificate-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.btn-verify-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-verify-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.4);
}

.verify-back-link {
    text-align: center;
    margin-top: 24px;
}

/* ============================================================
   CERTIFICATE DETAILS PAGE STYLES
   ============================================================ */

.certificate-details-section {
    padding: 60px 0 80px;
}

.certificate-preview-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 20px;
}

.certificate-image-wrapper {
    display: flex;
    justify-content: center;
}

.certificate-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.certificate-info-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
}

.certificate-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.info-value {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.info-value--highlight {
    color: #22c55e;
}

.info-item--share {
    display: flex;
    justify-content: center;
}

.btn-share-certificate {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-share-certificate:hover {
    background: rgba(17, 197, 212, 0.1);
    border-color: rgba(17, 197, 212, 0.3);
    color: #11c5d4;
}

.certificate-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.btn-download-certificate,
.btn-print-certificate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-download-certificate {
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    color: #ffffff;
}

.btn-download-certificate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.4);
}

.btn-print-certificate {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.btn-print-certificate:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* ============================================================
   QR CARD PREVIEW PAGE STYLES
   ============================================================ */

.qr-card-preview-section {
    padding: 60px 0 80px;
    min-height: 60vh;
}

.qr-preview-card {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
}

.qr-preview-header {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.qr-preview-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.qr-image-wrapper {
    padding: 24px;
    display: flex;
    justify-content: center;
}

.qr-card-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.qr-preview-actions {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-print-qr,
.btn-download-qr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-print-qr {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.btn-print-qr:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-download-qr {
    background: linear-gradient(135deg, #11c5d4, #0ea5b3);
    border: none;
    color: #ffffff;
}

.btn-download-qr:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(17, 197, 212, 0.4);
}

/* ============================================================
   CERTIFICATE & QR RESPONSIVE STYLES
   ============================================================ */

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

    .verify-form-card {
        padding: 32px 24px;
    }

    .verify-form-title {
        font-size: 24px;
    }

    .certificate-info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .info-item--share {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .certificate-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .verify-form-card {
        padding: 24px 20px;
    }

    .verify-form-icon {
        width: 64px;
        height: 64px;
    }

    .verify-form-title {
        font-size: 20px;
    }

    .verify-form-description {
        font-size: 14px;
    }

    .certificate-preview-card,
    .certificate-info-card {
        padding: 16px;
        border-radius: 16px;
    }

    .certificate-info-grid {
        grid-template-columns: 1fr;
    }

    .qr-preview-card {
        border-radius: 16px;
    }

    .qr-preview-actions {
        flex-direction: column;
    }
}

/* ============================================================
   SOCIAL SHARE MODAL STYLES
   ============================================================ */

.social-share-modal .modal-content {
    background: rgba(26, 26, 46, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.social-share-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
}

.social-share-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.social-share-modal .btn-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.social-share-modal .btn-close:hover {
    color: #ffffff;
}

.social-share-modal .modal-body {
    padding: 32px 24px;
}

.share-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-link-item {
    display: flex;
}

.share-link {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-link--whatsapp .share-link {
    background: rgba(37, 211, 102, 0.1);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.share-link--whatsapp .share-link:hover {
    background: rgba(37, 211, 102, 0.2);
    transform: translateY(-2px);
}

.share-link--twitter .share-link {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.share-link--twitter .share-link:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.share-link--facebook .share-link {
    background: rgba(24, 119, 242, 0.1);
    color: #1877f2;
    border: 1px solid rgba(24, 119, 242, 0.3);
}

.share-link--facebook .share-link:hover {
    background: rgba(24, 119, 242, 0.2);
    transform: translateY(-2px);
}

.share-link--linkedin .share-link {
    background: rgba(10, 102, 194, 0.1);
    color: #0a66c2;
    border: 1px solid rgba(10, 102, 194, 0.3);
}

.share-link--linkedin .share-link:hover {
    background: rgba(10, 102, 194, 0.2);
    transform: translateY(-2px);
}

.share-link--copy .share-link {
    background: rgba(17, 197, 212, 0.1);
    color: #11c5d4;
    border: 1px solid rgba(17, 197, 212, 0.3);
}

.share-link--copy .share-link:hover {
    background: rgba(17, 197, 212, 0.2);
    transform: translateY(-2px);
}

.social-share-modal .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px;
    justify-content: center;
}

.btn-modal-close {
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

@media (max-width: 480px) {
    .share-links {
        flex-wrap: wrap;
        gap: 12px;
    }

    .share-link {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

/* =====================================================
   REGISTRATION WIZARD & FORM STYLES
   ===================================================== */

/* Registration Form Card - Dark Theme */
.register-form-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Research Priorities Notice */
.research-priorities-notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(17, 197, 212, 0.3);
}

html[dir="rtl"] .research-priorities-notice {
    flex-direction: row-reverse;
}

.research-priorities-notice .notice-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.2);
    border-radius: 10px;
    color: #11c5d4;
    font-size: 20px;
}

.research-priorities-notice .notice-content {
    flex: 1;
}

.research-priorities-notice .notice-text {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

html[dir="rtl"] .research-priorities-notice .notice-text {
    text-align: right;
}

html[dir="ltr"] .research-priorities-notice .notice-text {
    text-align: left;
}

.research-priorities-notice .notice-link {
    color: #11c5d4;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.research-priorities-notice .notice-link:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 576px) {
    .research-priorities-notice {
        flex-direction: column !important;
        text-align: center;
        gap: 12px;
    }

    .research-priorities-notice .notice-icon {
        margin: 0 auto;
    }

    .research-priorities-notice .notice-text {
        text-align: center !important;
    }
}

.register-form-card h4 {
    color: #ffffff;
    font-weight: 600;
}

.register-form-card h6 {
    color: rgba(255, 255, 255, 0.9);
}

/* Form Labels */
.register-form-card .form-label {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Form Inputs - Dark Theme */
.register-form-card .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #ffffff;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.register-form-card .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #11c5d4;
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.15);
    color: #ffffff;
    outline: none;
}

.register-form-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Select Inputs */
.register-form-card select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px 12px;
    padding-left: 40px;
}

.register-form-card select.form-control option {
    background: #1a1a2e;
    color: #ffffff;
}

/* File Input */
.register-form-card input[type="file"].form-control {
    padding: 10px 16px;
}

.register-form-card input[type="file"].form-control::file-selector-button {
    background: linear-gradient(135deg, #11c5d4 0%, #0ea5b5 100%);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    padding: 6px 16px;
    margin-left: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.register-form-card input[type="file"].form-control::file-selector-button:hover {
    background: linear-gradient(135deg, #0ea5b5 0%, #11c5d4 100%);
}

/* Checkbox Styles */
.register-form-card .form-check-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transition: none;
}
.register-form-card .form-check-input[type="checkbox"] {
    accent-color: #11c5d4;
}

.register-form-card .form-check-input:checked {
    background-color: #11c5d4 !important;
    border-color: #11c5d4 !important; 
}

.register-form-card .form-check-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.register-form-card .custom-control {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
}

html[dir="rtl"] .register-form-card .custom-control {
    padding-left: 0;
    padding-right: 0;
}

.register-form-card .custom-control-input {
    position: relative;
    margin: 0;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

html[dir="rtl"] .register-form-card .custom-control-input {
    margin-left: 0;
    margin-right: 8px;
}

.register-form-card .custom-control-label {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.register-form-card .custom-control-label::before,
.register-form-card .custom-control-label::after {
    display: none;
}

/* Text Muted */
.register-form-card .text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Alerts inside form */
.register-form-card .alert {
    border-radius: 10px;
}

.register-form-card .alert-info {
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    color: #11c5d4;
}

.register-form-card .alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #ffc107;
}

/* Border Bottom for Section Headers */
.register-form-card .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Progress Step styles - see body.branding-page .progress-step section above */

/* Sponsor Plan Card */
.sponsor-plan-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sponsor-plan-card:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 197, 212, 0.3);
    box-shadow: 0 12px 40px rgba(17, 197, 212, 0.15);
}

.sponsor-plan-card__header {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.15) 0%, rgba(17, 197, 212, 0.05) 100%);
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sponsor-plan-card__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.sponsor-plan-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sponsor-plan-card__price {
    font-size: 28px;
    font-weight: 700;
    color: #11c5d4;
    text-align: center;
    margin-bottom: 8px;
}

.sponsor-plan-card__info {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-bottom: 20px;
}

.sponsor-plan-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex: 1;
}

.sponsor-plan-card__feature-item {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-right: 24px;
}

.sponsor-plan-card__feature-item::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #11c5d4;
    font-size: 12px;
}

.sponsor-plan-card__feature-item:last-child {
    border-bottom: none;
}

/* Terms Content */
.terms-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    white-space: pre-wrap;
}

/* Max Width Classes */
.mw-520 {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.mw-970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

/* Registration Page Layout */
.page-content .link-gray {
    color: #11c5d4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-content .link-gray:hover {
    color: #0ea5b5;
    text-decoration: underline;
}

/* Dynamic Form Container */
.register-form-card .badge {
    background: rgba(17, 197, 212, 0.15) !important;
    color: #11c5d4;
}

/* Co-researchers List */
.register-form-card .btn-outline-danger {
    border-color: rgba(220, 53, 69, 0.5);
    color: rgba(220, 53, 69, 0.8);
}

.register-form-card .btn-outline-danger:hover {
    background: rgba(220, 53, 69, 0.1);
    border-color: #dc3545;
    color: #dc3545;
}

.register-form-card .btn-outline-primary {
    border-color: rgba(17, 197, 212, 0.5);
    color: #11c5d4;
}

.register-form-card .btn-outline-primary:hover {
    background: rgba(17, 197, 212, 0.1);
    border-color: #11c5d4;
    color: #11c5d4;
}

/* Input Group */
.register-form-card .input-group-text {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
}

/* Textarea */
.register-form-card textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .register-form-card {
        padding: 20px !important;
    }

    .mw-520,
    .mw-970 {
        max-width: 100%;
    }
}

/* Form Actions - Buttons on same line */
.register-form-card .text-start {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.register-form-card .text-start .btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

/* Flip arrow icons in LTR mode */
html[dir="ltr"] .register-form-card .btn .tticon-chevron-right,
html[dir="ltr"] .register-form-card .btn .tticon-chevron-left,
html[dir="ltr"] .register-form-card .btn [class*="tticon-chevron"],
html[dir="ltr"] .register-form-card .btn [class*="tticon-arrow"] {
    transform: scaleX(-1);
}

/* ========================================
   User Card Glass Morphism - Branding Style
   ======================================== */

/* Glass card base style */
.branding-page .profile-card {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.15), rgba(17, 197, 212, 0.05));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.branding-page .profile-card:hover {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.25), rgba(17, 197, 212, 0.1));
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(17, 197, 212, 0.15);
    border-color: rgba(17, 197, 212, 0.5);
}

/* Avatar wrapper with badge */
.profile-card__avatar-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.branding-page .profile-card__avatar-wrapper .profile-card__photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(17, 197, 212, 0.5);
    background: rgba(17, 197, 212, 0.1);
    transition: all 0.3s ease;
}

.branding-page .profile-card:hover .profile-card__avatar-wrapper .profile-card__photo {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(17, 197, 212, 0.3);
    border-color: #11c5d4;
}

/* User name */
.branding-page .profile-card__name {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
}

/* User type badge */
.profile-card__badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 8px;
    color: #fff;
    background: rgba(17, 197, 212, 0.3);
    border: 1px solid rgba(17, 197, 212, 0.5);
}

.profile-card__badge.badge--speaker { background: rgba(125, 30, 164, 0.3); border-color: rgba(125, 30, 164, 0.5); }
.profile-card__badge.badge--consultant { background: rgba(17, 197, 212, 0.3); border-color: rgba(17, 197, 212, 0.5); }
.profile-card__badge.badge--attendee { background: rgba(99, 102, 241, 0.3); border-color: rgba(99, 102, 241, 0.5); }
.profile-card__badge.badge--sponsor { background: rgba(245, 158, 11, 0.3); border-color: rgba(245, 158, 11, 0.5); }
.profile-card__badge.badge--exhibition { background: rgba(16, 185, 129, 0.3); border-color: rgba(16, 185, 129, 0.5); }
.profile-card__badge.badge--session-director { background: rgba(236, 72, 153, 0.3); border-color: rgba(236, 72, 153, 0.5); }
.profile-card__badge.badge--paper-author { background: rgba(59, 130, 246, 0.3); border-color: rgba(59, 130, 246, 0.5); }
.profile-card__badge.badge--program-presenter { background: rgba(239, 68, 68, 0.3); border-color: rgba(239, 68, 68, 0.5); }

/* Truncated bio */
.branding-page .profile-card__bio {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.branding-page .profile-card__bio--truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5em;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Social media in card */
.branding-page .profile-card .social-media {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.branding-page .profile-card .social-media__link {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.branding-page .profile-card .social-media__link:hover {
    color: #11c5d4;
}

/* Meta icons in card */
.branding-page .profile-card .meta-icons {
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
}

.branding-page .profile-card .meta-icons__item {
    color: rgba(255, 255, 255, 0.8);
    list-style: none;
}

.branding-page .profile-card .meta-icons__item::before {
    display: none;
}

.branding-page .profile-card .meta-icons__icon {
    color: #11c5d4;
}

.branding-page .profile-card .meta-icons__text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

/* Card actions */
.profile-card__actions {
    margin-top: auto;
    padding-top: 1rem;
}

.branding-page .profile-card__actions .btn-outline-primary {
    background: transparent;
    border: 1px solid rgba(17, 197, 212, 0.5);
    color: #11c5d4;
    border-radius: 10px;
    font-size: 0.85rem;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.branding-page .profile-card__actions .btn-outline-primary:hover {
    background: rgba(17, 197, 212, 0.2);
    border-color: #11c5d4;
    color: #fff;
}

.branding-page .profile-card__actions .btn-dark {
    background: linear-gradient(135deg, #11c5d4, #0891b2);
    border: none;
    color: #fff;
    border-radius: 10px;
    font-size: 0.85rem;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.branding-page .profile-card__actions .btn-dark:hover {
    background: linear-gradient(135deg, #0891b2, #11c5d4);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(17, 197, 212, 0.3);
}

.branding-page .profile-card__actions .alert-info {
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.3);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

/* User Details Modal - Glass Style */
.branding-page #userDetailsModal .modal-content {
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.95), rgba(10, 25, 47, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(17, 197, 212, 0.3);
    border-radius: 20px;
}

.branding-page #userDetailsModal .modal-header {
    border-bottom: 1px solid rgba(17, 197, 212, 0.2);
}

.branding-page #userDetailsModal .modal-title {
    color: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.branding-page #userDetailsModal .btn-close {
    filter: invert(1);
}

.branding-page .user-details-modal__header {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(17, 197, 212, 0.2);
}

.branding-page .user-details-modal__header h4 {
    color: #fff;
}

.branding-page .user-details-modal__header .badge {
    background: linear-gradient(135deg, rgba(17, 197, 212, 0.3), rgba(17, 197, 212, 0.1));
    border: 1px solid rgba(17, 197, 212, 0.5);
}

.branding-page .user-details-modal__avatar img {
    border: 3px solid rgba(17, 197, 212, 0.5);
    box-shadow: 0 8px 30px rgba(17, 197, 212, 0.3);
}

.branding-page .user-details-modal__info {
    padding-top: 1rem;
}

.branding-page .user-details-modal__info .text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

.branding-page .user-details-modal__info span:not(.text-muted) {
    color: rgba(255, 255, 255, 0.9);
}

.branding-page .user-details-modal__info .text-primary {
    color: #11c5d4 !important;
}

.branding-page .user-details-modal__bio h6 {
    color: #11c5d4;
}

.branding-page .user-details-modal__bio .bg-light {
    background: rgba(17, 197, 212, 0.1) !important;
    border: 1px solid rgba(17, 197, 212, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.branding-page .user-details-modal__social h6 {
    color: #11c5d4;
}

.branding-page #userDetailsModal .modal-footer {
    border-top: 1px solid rgba(17, 197, 212, 0.2);
}

.branding-page #userDetailsModal .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.branding-page #userDetailsModal .btn-primary {
    background: linear-gradient(135deg, #11c5d4, #0891b2);
    border: none;
}

/* Modal z-index fix - ensure modal is above backdrop */
.branding-page .modal {
    z-index: 1060 !important;
}

.branding-page .modal-backdrop {
    z-index: 1050 !important;
}

.branding-page .modal-backdrop.show {
    z-index: 1050 !important;
}

.branding-page .modal.show {
    z-index: 1060 !important;
}

.branding-page .modal .modal-dialog {
    z-index: 1061 !important;
}

.branding-page .modal .modal-content {
    z-index: 1062 !important;
    position: relative;
}

/* ========================================
   Select2 Fixes for RTL and Branding
   ======================================== */

.select2-container {
    width: 100% !important;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 20px;
    padding-right: 7px;
}

/* Fix Select2 display in filter sidebar */
.branding-page .select2-container .select2-selection--multiple {
    min-height: 42px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 4px 8px;
}

.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #11c5d4;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 3px;
    font-size: 0.85rem;
}

.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 6px;
    margin-left: 0;
    border: none !important;
    background: transparent;
}

html[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 6px;
    margin-right: 0;
}

.branding-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.branding-page .select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px;
    font-size: 0.85rem;
    color: #333;
    min-width: 100px;
    height: 100%;
}

.branding-page .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #11c5d4;
    box-shadow: 0 0 0 0.2rem rgba(17, 197, 212, 0.25);
}

/* Select2 dropdown styling */
.select2-dropdown {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1070;
}

.select2-container--default .select2-results__option {
    color: #333;
    padding: 10px 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #11c5d4;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(17, 197, 212, 0.15);
}

.select2-search--dropdown .select2-search__field {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #333;
    padding: 8px 12px;
}

.select2-container--open .select2-dropdown {
    z-index: 1070;
}

/* RTL specific Select2 fixes */
html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

/* ===================payment===================== */
.payment-methods {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-methods__item {
    width: 60px;
    height: 40px;
    background-color: var(--tt-white-color);
    border-radius: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.payment-methods__item:last-of-type {
    margin-left: 0
}

@media(min-width: 576px) {
    .payment-methods__item {
        width: 70px;
        height: 50px
    }
}

.payment-methods__image {
    display: block;
    width: 100%;
    max-width: 26px
}

.payment-methods__image--lg {
    max-width: 34px
}

.payment-methods__image--xl {
    max-width: 40px
}
#pills-tabContent .pills-home {
    background: #ffffff;
}
.mw-150 {
    max-width: 150px;
}
.receipt-document {
    background-color: #fff !important;
    color: black;
}
.receipt-document .img-responsive{
       width: 100% ;
       max-width: 100%;
       display: block;
}
.img-responsive{
    width: 100%;
}
/*============== payment page ====================================*/
.payment-page .confirmation-list .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #11c5d4;
    color: #11c5d4;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.payment-content.glass-card {
    max-width: unset !important;
    padding: unset ;
}
#pills-home .bg-white {
    background-color: #fff !important;
}
.payment-content a.text-hover-primary{
    font-size: 20px;
    display: block;
}
.payment-content span.tticon-check.icon.me-2.flex-shrink-0 {
    padding: 10px;
    background: #11c5d48f;
    border-radius: 50%;
}
/* share social-media */
.social-media {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
a.social-media__link {
    font-size: 40px;
    padding-left: 20px;
    text-decoration: none;
}
/* lightbox */

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
  }
  
.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative;
  }
  
.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
  }
  
.glightbox-container .gslide-inner-content {
    width: 100%;
  }
  
.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh;
  }
  
.glightbox-container .ginner-container.gvideo-container {
    width: 100%;
  }
  
.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
    max-width: 100% !important;
  }
  
.gslide iframe,
    .gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
  }
  
.gslide:not(.current) {
    pointer-events: none;
  }
  
.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px;
  }
  
  .desc-top .gslide-image img,
          .desc-bottom .gslide-image img {
    width: auto;
  }
  
  .desc-left .gslide-image img,
          .desc-right .gslide-image img {
    width: auto;
    max-width: 100%;
  }
  
.gslide-image img.zoomable {
    position: relative;
  }
  
.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none;
  }
  
.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important;
  }
  
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none;
  }
  
.gslide-video .gvideo-wrapper {
    width: 100%;
          /* max-width: 160vmin; */
    margin: auto;
  }
  
.gslide-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none;
  }
  
.gslide-video.playing::before {
    display: none;
  }
  
.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh;
  }
  
.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important;
  }
  
.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto;
  }
  
.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%;
  }
  
.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none;
  }
  
.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1;
  }
  
.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%;
  }
  
.gslide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  
  .zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .desc-top .gslide-media,
      .desc-bottom .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
.gslide-description {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  
.gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 100%;
  }
  
.gslide-description.description-bottom,
    .gslide-description.description-top {
    margin: 0 auto;
    width: 100%;
  }
  
.gslide-description p {
    margin-bottom: 12px;
  }
  
.gslide-description p:last-child {
    margin-bottom: 0;
  }
  
  .zoomed .gslide-description {
    display: none;
  }
  
  .glightbox-button-hidden {
    display: none;
  }
  
  
  /*
   * Description for mobiles
   * something like facebook does the description
   * for the photos
  */
  
  .glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    padding-bottom: 50px;
  }
  
  .glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
  }
  
  .glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1;
  }
  
  .glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: bold;
  }
  
  .glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit;
  }
  
  .glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: 0.4;
  }
  
.gdesc-open .gslide-media {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.4;
  }
  
.gdesc-open .gdesc-inner {
    padding-bottom: 30px;
  }
  
.gdesc-closed .gslide-media {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  
  .greset {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .gabsolute {
    position: absolute;
  }
  
  .grelative {
    position: relative;
  }
  
  .glightbox-desc {
    display: none !important;
  }
  
  .glightbox-open {
    overflow: hidden;
  }
  
  .gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader 0.8s infinite linear;
    animation: lightboxLoader 0.8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%;
  }
  
.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity;
  }
  
  .glightbox-mobile .goverlay {
    background: #000;
  }
  
.gprev,
.gnext,
.gclose {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .gprev svg,
.gnext svg,
.gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .gprev.disabled,
.gnext.disabled,
.gclose.disabled {
    opacity: 0.1;
  }
  
  .gprev .garrow,
.gnext .garrow,
.gclose .garrow {
    stroke: #fff;
  }
  
  .gbtn.focused {
    outline: 2px solid #0f3d81;
  }
  
  iframe.wait-autoplay {
    opacity: 0;
  }
  
  .glightbox-closing .gnext,
      .glightbox-closing .gprev,
      .glightbox-closing .gclose {
    opacity: 0 !important;
  }
  
  
  /*Skin */
  
  .glightbox-clean .gslide-description {
    background: #fff;
  }
  
  .glightbox-clean .gdesc-inner {
    padding: 22px 20px;
  }
  
  .glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: normal;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em;
  }
  
  .glightbox-clean .gslide-desc {
    font-size: 0.86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em;
  }
  
  .glightbox-clean .gslide-video {
    background: #000;
  }
  
  .glightbox-clean .gprev,
      .glightbox-clean .gnext,
      .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
  }
  
  .glightbox-clean .gprev path,
  .glightbox-clean .gnext path,
  .glightbox-clean .gclose path {
    fill: #fff;
  }
  
  .glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px;
  }
  
  .glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px;
  }
  
  .glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
  }
  
  .glightbox-clean .gclose svg {
    width: 18px;
    height: auto;
  }
  
  .glightbox-clean .gclose:hover {
    opacity: 1;
  }
  
  
  /*CSS Animations*/
  
  .gfadeIn {
    -webkit-animation: gfadeIn 0.5s ease;
    animation: gfadeIn 0.5s ease;
  }
  
  .gfadeOut {
    -webkit-animation: gfadeOut 0.5s ease;
    animation: gfadeOut 0.5s ease;
  }
  
.gslideOutLeft {
    -webkit-animation: gslideOutLeft 0.3s ease;
    animation: gslideOutLeft 0.3s ease;
  }
  
.gslideInLeft {
    -webkit-animation: gslideInLeft 0.3s ease;
    animation: gslideInLeft 0.3s ease;
  }
  
.gslideOutRight {
    -webkit-animation: gslideOutRight 0.3s ease;
    animation: gslideOutRight 0.3s ease;
  }
  
.gslideInRight {
    -webkit-animation: gslideInRight 0.3s ease;
    animation: gslideInRight 0.3s ease;
  }
  
  .gzoomIn {
    -webkit-animation: gzoomIn 0.5s ease;
    animation: gzoomIn 0.5s ease;
  }
  
  .gzoomOut {
    -webkit-animation: gzoomOut 0.5s ease;
    animation: gzoomOut 0.5s ease;
  }
  
  @-webkit-keyframes lightboxLoader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes lightboxLoader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes gfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes gfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes gfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes gfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes gslideInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-60%, 0, 0);
      transform: translate3d(-60%, 0, 0);
    }
    to {
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes gslideInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-60%, 0, 0);
      transform: translate3d(-60%, 0, 0);
    }
    to {
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes gslideOutLeft {
    from {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-60%, 0, 0);
      transform: translate3d(-60%, 0, 0);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes gslideOutLeft {
    from {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-60%, 0, 0);
      transform: translate3d(-60%, 0, 0);
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @-webkit-keyframes gslideInRight {
    from {
      opacity: 0;
      visibility: visible;
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes gslideInRight {
    from {
      opacity: 0;
      visibility: visible;
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes gslideOutRight {
    from {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0);
      opacity: 0;
    }
  }
  
  @keyframes gslideOutRight {
    from {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes gzoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes gzoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes gzoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes gzoomOut {
    from {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  
  @media (min-width: 769px) {
  .glightbox-container .ginner-container {
      width: auto;
      height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  .glightbox-container .ginner-container.desc-top .gslide-description {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  .glightbox-container .ginner-container.desc-left .gslide-description {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
  .glightbox-container .ginner-container.desc-left .gslide-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  .gslide-image img {
      max-height: 97vh;
      max-width: 100%;
    }
  .gslide-image img.zoomable {
      cursor: -webkit-zoom-in;
      cursor: zoom-in;
    }
    .zoomed .gslide-image img.zoomable {
      cursor: -webkit-grab;
      cursor: grab;
    }
  .gslide-inline {
      max-height: 95vh;
    }
  .gslide-external {
      max-height: 100vh;
    }
  .gslide-description.description-left,
    .gslide-description.description-right {
      max-width: 275px;
    }
    .glightbox-open {
      height: auto;
    }
  .goverlay {
      background: rgba(0, 0, 0, 0.92);
    }
    .glightbox-clean .gslide-media {
      -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
      box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    }
    .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
      position: absolute;
      height: 100%;
      overflow-y: auto;
    }
    .glightbox-clean .gprev,
      .glightbox-clean .gnext,
      .glightbox-clean .gclose {
      background-color: rgba(0, 0, 0, 0.32);
    }
    .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
      background-color: rgba(0, 0, 0, 0.7);
    }
    .glightbox-clean .gprev {
      top: 45%;
    }
    .glightbox-clean .gnext {
      top: 45%;
    }
  }
  
  @media (min-width: 992px) {
    .glightbox-clean .gclose {
      opacity: 0.7;
      right: 20px;
    }
  }
  
  @media screen and (max-height: 420px) {
  .goverlay {
      background: #000;
    }
  }
  
  .section-subtitle {
    font-size: 8px;
}
.schedule-card{
    min-width:100%;
}
.event-schedule-wrapper{
    min-width:100%;
}
.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 64px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    min-width: 280px;
    min-height: 160px;
    flex: 1;
}
/* .advisor-section */
.advisor-card {
    padding: 1.5rem;
    background-color: var(--tt-white-color);
    border-radius: 10px;
    border: 1px solid var(--tt-border-color);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.advisor-card__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--tt-border-color);
}
@media (min-width: 992px) {
    .advisor-card__header {
        justify-content: start;
        flex-wrap: nowrap;
    }
}
.advisor-card__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
}
.advisor-card__photo {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .advisor-card__photo {
        margin-left: 1.5rem;
    }
}
.advisor-card__info {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .advisor-card__info {
        width: auto;
        text-align: right;
    }
}
.advisor-card__name {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.advisor-card__bio {
    margin: 0;
}
.advisor-card .social-media {
    justify-content: center;
}
@media (min-width: 992px) {
    .advisor-card .social-media {
        justify-content: start;
    }
}
.advisor-card .social-media__item:first-of-type .social-media__link {
    margin-right: 0;
}
.advisor-card__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.advisor-card__tag-item {
    padding: 0.25rem 0.75rem;
    background-color: var(--tt-light-color);
    border-radius: 10px;
    border: 1px solid var(--tt-border-color);
    margin: 5px;
    font-size: 12px;
    color: var(--tt-dark-color);
}


/* @Hasan */
.advisor-card-inside {
    padding: 1.5rem;
    background-color: var(--tt-white-color);
    border-radius: 10px;
    border: 1px solid var(--tt-border-color);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.advisor-card-inside .advisor-card-head .main-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--tt-dark-color);
}
.advisor-card-inside .advisor-card-head .advisor-card-date span {
    position: relative;
    font-size: 13px;
    color: var(--tt-gray-color);
    display: inline-flex;
    align-items: center;
}
.advisor-card-inside .advisor-card-head .advisor-card-date span:not(:first-of-type)::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--tt-gray-light-color);
    display: inline-block;
    margin: 8px;
    border-radius: 50px;
}
.advisor-card-inside .advisor-card-body .advisor-body-bio {
    font-size: 14px;
    color: var(--tt-gray-color);
    padding: 16px 0;
}
.advisor-card-inside .advisor-card-body .advisor-body-user {
    display: flex;
    justify-content: space-between;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-user {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-user .img_avatar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-user .body_user span {
    font-size: 13px;
    color: var(--tt-gray-light-color);
    display: block;
    margin-bottom: 4px;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-user .body_user p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--tt-dark-color);
}
.advisor-card-inside .advisor-card-body .advisor-body-user .dividar {
    height: 40px;
    width: 1px;
    background-color: var(--tt-border-color);
    display: inline-block;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-price {
    position: relative;
    padding: 0 40px;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-price span {
    font-size: 13px;
    color: var(--tt-gray-light-color);
    display: block;
    margin-bottom: 4px;
}
.advisor-card-inside .advisor-card-body .advisor-body-user .advisor-price p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--tt-primary-color);
}
.advisor-card-inside .advisor-card-footer {
    /* No styles */
}

.advisor-label-times {
    margin: 16px 0;
}
.advisor-label-times ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
}
.advisor-label-times ul li {
    list-style: none;
}
.advisor-label-times ul li .tag-time {
    position: relative;
    display: block;
    font-size: 12px;
    color: var(--tt-gray-color);
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 5px;
    background-color: var(--tt-light-color);
    border: 1px solid var(--tt-border-light-color);
    overflow: hidden;
    box-shadow: none !important;
    outline: 0 !important;
    height: 100%;
}
.advisor-label-times ul li .tag-time.disabled {
    color: #fff;
}
.advisor-label-times ul li .tag-time.disabled::before {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #e5e5e5;
    position: absolute;
    right: 14px;
    bottom: -18px;
    transform: rotate(50deg);
}
.advisor-label-times ul li .tag-time.active {
    background-color: #11c5d4;
    color: #0ea5b3;
}
.advisor-label-times ul li .tag-time.btn {
    padding: 1px 6px;
}
/* branding dashboard */
.event-link-card {
    background-color: #1a1a2e;
    border-radius: 25px;
    padding: 10px;
    color: #b3b3b3;
    height: 100%;
}
.event-link-card .link-content-wrapper {
    padding:  1.5rem 2rem;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23E5E5E5FF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 20px;
    text-align: center;
    height: 100%;
}
.event-link-card .link-content-wrapper .link-content .mini-countdown span {
    font-size: 17px;
    display: inline-block;
}
.event-link-card .main-icon {
    display: inline-block;
    font-size: 6rem;
    margin-left: 0.625rem;
   color: #fff;
}
.event-link-card .link-content {
    margin-right: 1rem;
}
.event-link-card .title {
    margin-top: 0;
    margin-bottom: 0.25rem;
    color: #b3b3b3;
}
.event-link-card .desc {
    margin: 0;
}
.event-link-card .external-link-icon {
    font-size: 1.75rem;
    position: relative;
}
.event-link-card.is-link .link-content-wrapper {
    display: block;
    color: #fff;
    text-decoration: none;
    background-image: none;
    background: rgba(17, 197, 212, 0.1);
    background: linear-gradient(to right,  rgba(22, 33, 62, 0.1) 1%, rgba(17, 197, 212, 0.1) 100%);
    position: relative;
}
.event-link-card.is-link .link-content-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* If bg-gradient is a class create: .bg-gradient {background: ...;} and add that class with JS or manually */
    border-radius: 20px;
    opacity: 0;
    transition: 0.3s all;
}
.event-link-card.is-link .link-content-wrapper:hover {
    color: #0ea5b3;
}
.event-link-card.is-link .link-content-wrapper:hover::before {
    opacity: 1;
}
.event-link-card.is-link .link-content-wrapper:hover .main-icon {
    background: none;
    -webkit-text-fill-color: #0ea5b3;
}
.event-link-card.is-link .link-content-wrapper:hover .title,
.event-link-card.is-link .link-content-wrapper:hover .desc {
    color: #0ea5b3;
}
.event-link-card.is-link .link-content-wrapper:hover .live-indicator {
    background-color: #0ea5b3;
}
.event-link-card.is-link .link-content-wrapper:hover .live-indicator::before,
.event-link-card.is-link .link-content-wrapper:hover .live-indicator::after {
    border-color: #0ea5b3;
}
.event-link-card.is-link .link-content-wrapper:hover .external-link-icon {
    color: #0ea5b3;
}
.event-link-card.is-link .main-icon {
    /* See NOTE above re: gradients */
    background-clip: text;
    -webkit-text-fill-color: #fff;
    position: relative;
    color: #fff ;
}
.event-link-card.is-link .title {
    color:#fff;
    position: relative;
}
.event-link-card.is-link .desc {
    color:#fff;
    position: relative;
}

.event-courses-card {
    background-color: #1a1a2e;
    border-radius: 25px;
    padding: 10px;
    height: 100%;
}
.event-courses-card .event-courses-wrapper {
    display: flex;
    overflow-x: scroll;
    height: 100%;
    border-radius: 20px;
}
.event-courses-card .event-course-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1a1a2e;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    color: #b3b3b3;
    flex-grow: 1;
    margin-left: 10px;
    min-width: calc(70% - 10px);
}
.event-courses-card .event-course-item.is-link {
    text-decoration: none;
    background: #1a1a2e;
    background: linear-gradient(to right, rgba(22, 33, 62, 0.1) 1%, rgba(17, 197, 212, 0.1) 100%);
    position: relative;
}
/* Responsive (replace with media queries in real css) */
@media (max-width: 576px) {
    .event-link-card .link-content-wrapper {
        display: flex;
        align-items: center;
        text-align: right;
    }
    .event-link-card .external-link-icon {
        margin-top: 0;
    }
    .event-courses-card .event-course-item {
        min-width: calc(40% - 10px);
    }
    .event-courses-card .item-date {
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .event-courses-card .event-course-item {
        min-width: calc(70% - 10px);
    }
}
@media (min-width: 1200px) {
    .event-courses-card .event-course-item {
        min-width: calc(40% - 10px);
    }
}

.event-courses-card .event-course-item.is-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* If bg-gradient is a class, set it in JS */
    border-radius: 20px;
    opacity: 0;
    transition: 0.3s all;
}
.event-courses-card .event-course-item.is-link:hover::before {
    opacity: 1;
}
.event-courses-card .event-course-item.is-link:hover .item-title,
.event-courses-card .event-course-item.is-link:hover .item-date,
.event-courses-card .event-course-item.is-link:hover .external-link-icon {
    color: #0ea5b3;
}
.event-courses-card .event-course-item.is-link:hover .live-indicator {
    background-color: #0ea5b3;
}
.event-courses-card .event-course-item.is-link:hover .live-indicator::before,
.event-courses-card .event-course-item.is-link:hover .live-indicator::after {
    border-color: #0ea5b3;
}
.event-courses-card .event-course-item.is-link .item-title,
.event-courses-card .event-course-item.is-link .item-date,
.event-courses-card .event-course-item.is-link .external-link-icon {
    color: #fff;
}
.event-courses-card .item-title {
    color: #b3b3b3;
    position: relative;
}
.event-courses-card .item-date {
    margin-bottom: 4rem;
    position: relative;
    /* $font-size-small: you need to define a pixel/rem value for font-size in real css, e.g.: */
    font-size: 0.875rem;
}
.event-courses-card .external-link-icon {
    font-size: 1.5rem;
    margin-top: auto;
    position: relative;
}
.event-courses-card .live-indicator {
    margin-top: auto;
    position: relative;
}
.event-add-item {
    flex-shrink: 0;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #b3b3b3;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23E5E5E5FF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.event-add-item:hover {
    background-color: var(--tt-primary-color);
    color: #fff;
    background-image: none;
}

@media (max-width: 576px) {
    .event-add-item {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .event-add-item {
        width: 30%;
    }
}
@media (min-width: 1200px) {
    .event-add-item {
        width: 20%;
    }
}
/* payment-form-cc*/
.payment-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color:#0ea5b3;
}

/* ============================================================
   PAYMENT PAGE V2 – Enhanced Branding UX
   ============================================================ */

/* -- Header Icon -- */
.payment-page-v2 .payment-header__icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border: 1px solid rgba(17, 197, 212, 0.2);
    border-radius: 50%;
    color: #11c5d4;
}

.payment-page-v2 .payment-header__subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 6px;
}

/* -- Glass Content Override -- */
.payment-page-v2 .payment-content.glass-card {
    max-width: unset !important;
    padding: 32px !important;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

/* -- Summary Column (sticky on desktop) -- */
.pay-summary-col {
    position: sticky;
    top: 100px;
}

/* -- Invoice Summary Card -- */
.pay-invoice-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.pay-invoice-card__header {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pay-invoice-card__badge {
    display: inline-block;
    background: rgba(17, 197, 212, 0.12);
    color: #11c5d4;
    font-size: 13px;
    font-weight: 700;
    font-family: monospace;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.pay-invoice-card__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.pay-invoice-card__title:hover {
    color: #11c5d4;
}

.pay-invoice-card__rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pay-invoice-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-invoice-card__row--total {
    padding-top: 12px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.pay-invoice-card__label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}

.pay-invoice-card__value {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.pay-invoice-card__value--lg {
    font-size: 22px;
    font-weight: 700;
    color: #22c55e;
}

/* -- Trust & Security -- */
.pay-trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    background: rgba(17, 197, 212, 0.04);
    border: 1px solid rgba(17, 197, 212, 0.1);
    border-radius: 14px;
}

.pay-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pay-trust__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 197, 212, 0.1);
    border-radius: 10px;
    color: #11c5d4;
}

.pay-trust__text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* -- Payment Method Tabs -- */
.pay-method-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.pay-method-tabs__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 12px;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
}

.pay-method-tabs__btn:hover {
    background: rgba(17, 197, 212, 0.05) !important;
    border-color: rgba(17, 197, 212, 0.25) !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

.pay-method-tabs__btn.active {
    background: rgba(17, 197, 212, 0.08) !important;
    border-color: #11c5d4 !important;
    color: #11c5d4 !important;
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.08);
}

.pay-method-tabs__icon {
    display: inline-flex;
    opacity: 0.55;
    transition: opacity 0.25s;
}

.pay-method-tabs__btn.active .pay-method-tabs__icon,
.pay-method-tabs__btn:hover .pay-method-tabs__icon {
    opacity: 1;
}

/* -- Tab Form Box -- */
.pay-form-box {
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}
.bank-payment-box {
    background: rgba(255, 255, 255, 0.03);
}

/* Moyasar payment card - placeholder color (dark gray) */
.pay-form-box .mysr-form-input::placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}
.pay-form-box .mysr-form-input::-webkit-input-placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}
.pay-form-box .mysr-form-input::-moz-placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}
.pay-form-box .mysr-form-input:-ms-input-placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}

/* Moyasar payment card - field spacing */
.pay-form-box .mysr-form-input {
    margin-bottom: 12px !important;
    color: #16213e !important;
}
.pay-form-box .mysr-form label,
.pay-form-box .mysr-form .mysr-form-label {
    margin-bottom: 6px !important;
}
.pay-form-box .mysr-form > div,
.pay-form-box .mysr-form .mysr-form-group {
    margin-bottom: 16px !important;
}

.pay-tab-content {
    margin-bottom: 20px;
}

/* Form controls inside form box */
.payment-page-v2 .pay-form-box .form-control,
.payment-page-v2 .pay-form-box .form-select {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    padding: 12px 16px;
    transition: all 0.2s;
}

.payment-page-v2 .pay-form-box .form-control:focus,
.payment-page-v2 .pay-form-box .form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(17, 197, 212, 0.5);
    box-shadow: 0 0 0 3px rgba(17, 197, 212, 0.1);
    outline: none;
}

.payment-page-v2 .pay-form-box .form-label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 13px;
}

/* Bank details card inside form */
.payment-page-v2 .bank-details {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
}

.payment-page-v2 .bank-details .tw-font-bold {
    color: rgba(255, 255, 255, 0.6);
}

.payment-page-v2 .bank-details .tw-text-left {
    color: rgba(255, 255, 255, 0.9);
}

/* -- Submit Button -- */
.pay-submit-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px 24px !important;
    transition: all 0.3s ease;
}

.pay-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 197, 212, 0.3);
}

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

/* -- Accepted Payment Logos -- */
.pay-accepted {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pay-accepted__label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.pay-accepted__logos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pay-accepted__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 4px 6px;
    transition: transform 0.2s;
    flex-shrink: 0;
    overflow: hidden;
}

.pay-accepted__logo:hover {
    transform: scale(1.1);
}

.pay-accepted__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 36px;
    max-height: 22px;
    object-fit: contain;
}

/* ============================================================
   PAYMENT PAGE V2 – RESPONSIVE
   ============================================================ */

@media (max-width: 992px) {
    .payment-page-v2 .payment-content.glass-card {
        padding: 24px !important;
    }
    .pay-summary-col {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .payment-page-v2 .payment-header__icon {
        width: 56px;
        height: 56px;
    }
    .payment-page-v2 .payment-header__icon svg {
        width: 28px;
        height: 28px;
    }
    .payment-page-v2 .payment-content.glass-card {
        padding: 16px !important;
        border-radius: 16px;
    }
    .pay-invoice-card {
        padding: 18px;
    }
    .pay-trust {
        padding: 14px;
    }
    .pay-trust__icon {
        width: 30px;
        height: 30px;
    }
    .pay-trust__text {
        font-size: 12px;
    }
    .pay-method-tabs {
        gap: 8px;
    }
    .pay-method-tabs__btn {
        padding: 14px 8px;
        font-size: 13px;
        border-radius: 12px;
    }
    .pay-method-tabs__btn svg {
        width: 20px;
        height: 20px;
    }
    .pay-form-box {
        padding: 16px;
        border-radius: 12px;
    }
    .pay-submit-btn {
        font-size: 15px !important;
        padding: 12px 20px !important;
    }
    .pay-accepted {
        flex-direction: column;
        gap: 8px;
    }
    .pay-invoice-card__value--lg {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .payment-page-v2 .payment-header__icon {
        width: 48px;
        height: 48px;
    }
    .payment-page-v2 .payment-header__icon svg {
        width: 24px;
        height: 24px;
    }
    .payment-page-v2 .payment-header__subtitle {
        font-size: 13px;
    }
    .payment-page-v2 .payment-content.glass-card {
        padding: 12px !important;
        border-radius: 14px;
    }
    .pay-invoice-card {
        padding: 14px;
        border-radius: 12px;
    }
    .pay-invoice-card__title {
        font-size: 14px;
    }
    .pay-invoice-card__value--lg {
        font-size: 16px;
    }
    .pay-trust {
        padding: 12px;
        border-radius: 12px;
    }
    .pay-form-box {
        padding: 12px;
    }
    .pay-method-tabs__btn {
        flex-direction: column;
        gap: 6px;
        padding: 12px 6px;
        font-size: 12px;
    }
    .pay-submit-btn {
        font-size: 14px !important;
        padding: 12px 16px !important;
        border-radius: 12px !important;
    }
    .pay-accepted__logo {
        width: 42px;
        height: 28px;
    }
}

/* ===== Temporarily Disabled Menu Links (Coming Soon) ===== */
#menu-link-9 a,
#menu-link-10 a {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

#menu-link-9 a::after,
#menu-link-10 a::after {
    content: '(قريبًا)';
    font-size: 0.7em;
    margin-right: 6px;
    margin-left: 6px;
    opacity: 0.7;
}

.dynamic-form-file-hint {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.dynamic-form-file-error {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}