/* ============================================================
   ICCI 2026 — styles.css
   ============================================================
   TABLE OF CONTENTS
   01. Reset & Variables
   02. Base & Scrollbar
   03. Utilities
   04. Navbar
   05. Hero
   06. About Section
   07. Program Section
   08. Tracks Section
   09. Conference Components
   10. Why Qassim
   11. Sponsors
   12. Contact
   13. Footer CTA & Bottom Bar
   14. Vision 2030
   15. Attendees
   16. Gallery Carousel
   17. Exhibition & Award Cards
   18. Speakers Section
   19. Responsive — Tablet (≤1200px)
   20. Responsive — Mobile (≤1024px)
   21. Responsive — Tablet Range (768–1024px)
   22. Responsive — Small Mobile (≤420px)
   ============================================================ */







/* ============================================================
   05. HERO
   ============================================================ */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.hero::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(6 14 35));
    pointer-events: none;
    z-index: 2;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 800px 280px at 60% 55%, rgba(1, 49, 174, .52) 0%, transparent 70%),
        radial-gradient(ellipse 350px 246px at 75% 95%, rgba(79, 18, 253, .99) 0%, transparent 80%),
        linear-gradient(180deg, #316bff 1%, #032886 21%, #13161a 34%, #070b16 84%, #000 97%, #060e23 99%);
    opacity: 0.4;
}

.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(41%);
}

.hero-gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;

    background: linear-gradient(180deg, transparent 0%, #060e23 40%);
    z-index: 2;
}

.hero-content {
    position: relative;
    width: 80%;
    display: flex;
    align-items: flex-start;
    padding-left: clamp(16px, 2vw, 35px);
    padding-right: clamp(16px, 2vw, 35px);
    flex: 1;
}



@media (max-width: 1600px) {
    .hero-content {
        zoom: 80%;
    }

}

/* Left sponsor panel */
.hero-left {
    width: 25%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 1vh, 16px);
}

.hero-left .font-bold {
    inline-size: max-content;
}

.hero-left img {
    box-shadow: 0 8px 12px -4px rgba(0, 0, 0, .2);
}

.sponsor-support {
    font-size: clamp(16px, 1.8vw, 24px);
    font-weight: 400;
    color: var(--white);
}

.sponsor-name {
    font-family: 'DIN Next LT Arabic', sans-serif;
    font-size: clamp(14px, 1.4vw, 20px);
    line-height: 170%;
    text-align: center;
    color: var(--white);
}

/* Centre column */
.hero-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 1.5vh, 20px);
    /* ← هنا المشكلة الأساسية */
    margin: 0 auto;
    z-index: 95;
}

.hero-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hero-title-en,
.hero-title-ar {
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--white);
    width: 100%;
}

.hero-subtitle {
    font-size: clamp(18px, 1.5vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--white);
    width: 100%;
}

/* Countdown */
.countdown-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 24px);

}

.countdown-box {
    width: clamp(85px, 9vw, 140px);
    height: clamp(120px, 8vh, 120px);
    padding: clamp(8px, 1.2vw, 18px);
    display: flex;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    position: relative;
}

.countdown-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.countdown-value {
    font-size: clamp(16px, 1.8vw, 30px);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--white);
}

/* Info row */
.hero-info-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.hero-info-item {
    flex: 1;
    height: clamp(48px, 5vh, 65px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, .02);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.hero-info-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-info-item span {
    font-size: clamp(11px, 1vw, 16px);
    font-weight: 700;
    color: var(--white);
    min-inline-size: max-content;
}

.hero-info-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Hero buttons */
.hero-btns {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 16px);
    width: 100%;
    justify-content: center;
}

.hero-btn-register {
    width: 280px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(10px, 1.2vw, 16px);
    padding: 16px;
    background: var(--navy);
    border-radius: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.hero-btn-register:hover {
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
}

.hero-btn-speakers {
    width: 280px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(255, 255, 255, .02);
    border-radius: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    backdrop-filter: blur(20px);
        justify-content: space-evenly;
}

.hero-btn-speakers:hover {
    background: rgba(255, 255, 255, .24);
}

/* Feature cards */
.hero-features,
.hero-orgs {
    width: 100%;
    max-width: 880px;
}

.hero-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.5vw, 32px);
}

.feature-card {
    flex: 0 0 clamp(150px, 17vw, 254px);
    padding: clamp(12px, 1.3vw, 24px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    background: rgba(15, 19, 39, .16);
    border-radius: 16px;
    backdrop-filter: blur(60px);
    border: .4px solid #ffffff3b;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(110.11deg, #043CFF, #00E3B2, #043CFF);
    background-size: 200% 200%;
    opacity: 0;
    transition: opacity .6s ease;
    z-index: 0;
}

.feature-card:hover::before {
    opacity: 1;
    animation: gradientMove 4s linear infinite;
}

.feature-card>* {
    position: relative;
    z-index: 1;
}

@keyframes gradientMove {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 100% 50%;
    }
}

.feature-card-header {
    display: flex;
    align-items: center;
    gap: 4px;
}

.feature-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-size: clamp(13px, 1.3vw, 20px);
    font-weight: 700;
    color: var(--white);
}

.feature-desc {
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    
}

/* Org logos */
.hero-orgs {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero-orgs img {
    width: 100%;
    height: auto;
}

/* Right sidebar */
.hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: clamp(160px, 18vw, 25%);
    gap: 0;
}

.hero-right img {
    height: auto;
}

/* ========================
       SECTION LABEL
       ======================== */
.section-label {
    font-size: clamp(13px, 1.4vw, 16px);
    font-weight: 700;
    background: var(--grad-blue-teal);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* underline using border-bottom trick */
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
    white-space: nowrap;
}

.section-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--grad-blue-teal);
}

/* ========================
       VERTICAL DIVIDER
       ======================== */
.v-divider {
    width: 5px;
    background: white;
    align-self: stretch;
    flex-shrink: 0;

    align-self: end;
}

/* ========================
       LOGO ITEM
       ======================== */
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.85;
    filter: brightness(0) invert(1);
}

.logo-item img {
    height: clamp(37px, 3.5vw, 60px);
    width: auto;
    object-fit: contain;
}

/* Logos row — flex, centred, gap between logos */
.logos-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 36px);
    flex-wrap: nowrap;
}

/* within a group, small vertical divider between logos */
.logo-sep {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.20);
    flex-shrink: 0;
}

/* ============================================================
   06. ABOUT SECTION
   ============================================================ */
.section {
    padding: 80px 240px;
    position: relative;
}

.about-layout {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
}

.stats-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 552px;
}

.stats-row {
    display: flex;
    gap: 20px;
}

.stat-card {
    flex: 1;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;

    background: rgba(15, 19, 39, .16);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: none;
    cursor: pointer;
}


.stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 16px;

    background: radial-gradient(circle,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, .2) 37%,
            rgba(255, 255, 255, 1) 69%,
            rgba(255, 255, 255, .2) 100%);

    opacity: .4;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.stat-card:hover {
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.stat-label {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
}

.about-text-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-p {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: var(--white);
    text-align: right;
}



.about-text-side .btn-primary {
    width: 25%;
    justify-content: space-evenly;
}

/* ============================================================
   07. PROGRAM SECTION
   ============================================================ */
.program-section {
    padding: 80px 100px;
}

.days-grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.day-card {
    flex: 1;
    padding: 32px;
    background: rgba(255, 255, 255, .04);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 7px;
}

.day-card:hover {
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
}

.day-card.featured {
    position: relative;
    overflow: hidden;
    scale: 1.1;
    z-index: 99;
}

.day-card.featured::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 900px 500px at 50% 0%, rgb(6 72 245) 0%, rgba(1, 49, 174, .15) 30%, transparent 70%);
    opacity: 0.3;
    pointer-events: none;
}

.day-label {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    text-align: right;
}

.day-featured-label {
    font-size: 26px;
}

.day-date {
    font-size: 40px;
    font-weight: 700;
    line-height: 58.8px;
    color: var(--white);
    text-align: right;
}

.sessions-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-right: 25px;
}

.session-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.session-bullet {
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: var(--white);
}

.session-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.4px;
    color: var(--white);
}

.day-register-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 220px;
    height: 65px;
    padding: 16px;
    background: var(--navy);
    border-radius: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    align-self: flex-start;
}




/* ============================================================
   08. TRACKS SECTION
   ============================================================ */
.tracks-section {
    padding: 100px;
    position: relative;
    overflow: hidden;
    background-image: url(../assets/images/chatgpt-image-may-12-2026-09_37_24-pm-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tracks-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tracks-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tracks-row {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.track-card {
    width: 552px;
    height: 254px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 24px;
    background: rgba(255, 255, 255, .02);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    position: relative;
}

.track-card:hover {
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
}

.track-card:hover .track-icon-inner svg path {
    fill: white !important;
}

.track-icon-box {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .04);
    border-radius: 12px;
    backdrop-filter: blur(40px);
}

.track-icon-inner {
    width: 54px;
    height: 54px;
    border-radius: 8px;
}

.track-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    align-self: baseline;
}

.track-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.4px;
    color: var(--white);
    text-align: right;
    width: 100%;
}


/* ============================================================
   09. CONFERENCE COMPONENTS
   ============================================================ */
.components-section {
    padding: 80px 100px;
}

.comp-grid {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

.comp-card {
    flex: 1;
    height: 374px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px;
}

.comp-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform .3s ease;
    border-radius: 16px;
    overflow: hidden;
}

.comp-card-bg:hover {
    transform: scale(1.05);
}

.comp-card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.comp-card-content {
    position: relative;
    z-index: 1;
}

.comp-card-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 220px;
    height: 65px;
    padding: 16px;
    background: var(--navy);
    border-radius: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.comp-card-btn:hover {
    background: linear-gradient(110.11deg, #043CFF 0%, #00E3B2 100%);
}


/* ============================================================
   10. WHY QASSIM
   ============================================================ */
.qassim-section {
    padding: 80px 240px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.qassim-section .section-heading {
    align-self: flex-start;
    display: flex;
    min-inline-size: max-content;
}

.qassim-layout {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    align-items: flex-start;
}

.qassim-layout img {
    width: 176px;
    height: 304px;
}

.reasons-grid {
    flex: 0 0 844px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reasons-cols {
    display: flex;
    gap: 44px;
}

.reasons-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-end;
}

.reason-text-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.reason-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35.28px;
    color: var(--white);
    text-align: right;
}

.reason-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white);
    text-align: right;
    max-width: 302px;
}

.reason-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--grad-blue-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}


/* ============================================================
   11. SPONSORS
   ============================================================ */
.sponsors-section {
    padding: 80px 100px;
}

.sponsors-grid {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

.sponsor-card {
    flex: 1;
    padding: 24px;
    background: rgba(255, 255, 255, .02);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-end;
    position: relative;
}

.sponsor-card:hover {
    background: var(--grad-blue-teal);
}

.sponsor-card:hover .sponsor-acta {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 7%;
    margin: 0;
    align-content: center;
    align-self: center;
    background: transparent;
    justify-items: center;
    backdrop-filter: blur(8px);
}

.sponsor-acta {
    display: none;
    gap: 16px;
    border-radius: 16px;

}

.sponsor-acta .btn-sponsor {
    place-content: center;
    background: #060e23;
    width: 100%;
    padding: 11%;
    color: var(--white);
}

.sponsor-acta .btn-sponsor-detiles {
    backdrop-filter: blur(11px);
    color: var(--white);
    border: 1px solid #ffffff69;
    width: 100%;
    padding: 11%;
    margin-top: 4%;
    text-align: center;
    place-content: center;
}

.sponsor-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 19px;
    border-radius: 12px;
    backdrop-filter: blur(40px);
}

.sponsor-tier {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    text-align: right;
}

.sponsor-perks {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-end;
    width: 100%;
}

.sponsor-perk-item {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    zoom: .7;
}

.sponsor-perk-item span {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
}


/* ============================================================
   12. CONTACT
   ============================================================ */
.contact-section {
    padding: 80px 100px;
}

.contact-layout {
    display: flex;
    gap: 200px;
    align-items: flex-start;
}

.contact-form-wrap {
    flex: 0 0 822px;
    padding: 32px;
    background: rgba(245, 246, 248, .02);
    border-radius: 24px;
}

.contact-form-wrap .btn-primary {
    background: #0b1327;
}

.form-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    text-align: right;
    margin-bottom: 12px;
}

.form-desc {
    font-size: 24px;
    font-weight: 400;
    color: #4f5360;
    text-align: right;
    margin-bottom: 24px;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    margin-top: 10px;
}



.form-label {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    background: rgba(251, 251, 255, .02);

}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    height: 62px;
    padding: 18px 12px;
    background: rgba(251, 251, 255, 0);
    border-radius: 8px;
    border: none;
    color: #4f5360;
    font-family: var(--font);
    font-size: 24px;
    text-align: right;
    outline: none;
}

.form-textarea {
    height: 187px;
    resize: none;
    padding-top: 18px;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #4f5360;
}

.contact-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-cards-row {
    display: flex;
    gap: 32px;
}

.contact-card {
    flex: 1;
    padding: 24px;
    background: rgba(245, 246, 248, .02);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    height: 264px;
}

.contact-card-icon {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .02);
    border-radius: 16px;
}

.contact-card-label {
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    text-align: right;
}

.contact-card-value {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-align: right;
}




/* ============================================================
   14. VISION 2030
   ============================================================ */
.vision-section {
    padding: 80px 240px;
    background-image: url(../assets/images/2030Background.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision-layout {
    display: flex;
    gap: 140px;
    align-items: flex-start;
    padding-right: 65px;
}

.vision-layout img {
    width: 159px;
    height: 107px;
    filter: drop-shadow(20px 30px 40px black);
}

.vision-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vision-cols {
    display: flex;
    gap: 40px;
}

.vision-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vision-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
}

.vision-bullet {
    width: 15px;
    height: 13px;
    flex-shrink: 0;
    font-size: 8px;
    color: rgba(255, 255, 255, .5);
    margin-top: 8px;
}

.vision-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.4px;
    color: var(--white);
    text-align: right;
}

.vision-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 35.28px;
    color: var(--white);
    text-align: right;
    margin-bottom: 24px;
}


/* ============================================================
   15. ATTENDEES
   ============================================================ */
.attendees-section {
    padding: 80px 240px;
}

.attendees-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.attendees-header .btn-primary {
    background: #0F1327;
}

.attendees-grid {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 21px;
}

.attendee-card {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .04);
    border-radius: 16px;
    min-width: 250px;
    flex: 0 0 auto;
}

.attendee-name {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-align: right;
}

.attendee-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(40px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


/* ============================================================
   16. GALLERY CAROUSEL
   ============================================================ */
.gallery-track {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.gcard {
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    transition:
        width .55s cubic-bezier(.4, 0, .2, 1),
        height .55s cubic-bezier(.4, 0, .2, 1),
        opacity .55s ease,
        margin .55s ease;
    position: relative;
}

.gcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gcard.pos-main {
    width: 295px;
    height: 320px;
    opacity: 1;
    z-index: 4;
    box-shadow: 0 -1px 10px 5px rgba(4, 60, 255, .35);
    margin: 0 -24px;
}

.gcard.pos-s1 {
    width: 300px;
    height: 330px;
    opacity: .72;
    z-index: 3;
    margin: 0 -18px;
    cursor: pointer;
}

.gcard.pos-s2 {
    width: 200px;
    height: 230px;
    opacity: .35;
    z-index: 2;
    margin: 0;
    cursor: pointer;
}

.gcard.pos-hidden {
    width: 0;
    height: 230px;
    opacity: 0;
    z-index: 1;
    margin: 0;
    pointer-events: none;
}

.pag-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .9);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--white);
    transition: background .2s, opacity .2s;
}

.pag-btn:hover {
    background: rgba(255, 255, 255, .08);
}

.pag-btn.inactive {
    opacity: .35;
    cursor: default;
}

.progress-track {
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, .12);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--grad-blue-teal);
    border-radius: 2px;
    transition: width .05s linear;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    transition: background .3s, transform .3s;
}

.dot.active {
    background: #1e53e1;
    transform: scale(1.4);
}


/* ============================================================
   17. EXHIBITION & AWARD CARDS
   ============================================================ */
.exhibition .expo-card {
    background: #0F1327;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 2%;
}

.exhibition .CardsWrapper {
    width: 100%;
    justify-self: center;
}

.exhibition .card-content {
    flex: 1;
    padding: 36px 36px 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.exhibition .card-image {
    width: 50%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.exhibition .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}


.exhibition .card-label {
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .45);
}

.exhibition .card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.35;
}

.exhibition .card-desc {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--white);
}

.exhibition .tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.exhibition .tag {
    font-weight: 700;
    color: var(--white);
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    white-space: nowrap;
    padding: 3%;
    transition: background .2s;
}

.exhibition .tag:hover {
    background: rgba(255, 255, 255, .12);
}

.exhibition .btn-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.exhibition .btn-row .btn-descover {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, .02);
    color: var(--white);
    text-decoration: none;
    border-radius: 12px;
    padding: 14px 18px;
    position: relative;
}

.exhibition .btn-row .btn-descover::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: rgba(255, 255, 255, .2);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.exhibition .btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}

.exhibition .btn-icon:hover {
    background: rgba(255, 255, 255, .08);
}


/* ============================================================
   18. SPEAKERS SECTION
   ============================================================ */
.speakers-section {
    padding: 80px 100px;
}

.speakers-carousel {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    scrollbar-width: none;
}

.speakers-carousel:active {
    cursor: grabbing;
}

.speakers-carousel::-webkit-scrollbar {
    display: none;
}

.speaker-card {
    flex: 0 0 406px;
    height: 500px;
    border-radius: 16px;
    background: url('../assets/images/speekerBackground.svg');
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.speaker-avatar {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.speaker-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    transition: scale .3s;
}

.speaker-card:hover .speaker-avatar img {
    scale: 1.05;
}

.speaker-info {
    position: absolute;
    z-index: 2;
    padding: 12px 24px;
    background: linear-gradient(0deg, #0e0c15 0%, transparent 100%);
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.speaker-role {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    text-align: right;
}

.speaker-name {
    font-size: 20px;
    font-weight: 200;
    color: var(--white);
    text-align: right;
   
}


/* ============================================================
   19. RESPONSIVE — TABLET (≤1200px)
   ============================================================ */
@media (max-width: 1200px) {


    .section {
        padding: 60px 60px;
    }

    .hero-content {
        padding: 106px 40px 0;
    }

    .about-layout {
        flex-direction: column-reverse;
    }

    .qassim-layout {
        flex-direction: column-reverse;
    }

    .contact-layout {
        flex-direction: column;
        gap: 40px;
    }

    .footer-cta-inner {
        flex-direction: column;
        gap: 40px;
    }

    .days-grid {
        flex-direction: column;
    }

    .tracks-row {
        flex-direction: column;
        align-items: center;
    }

    .comp-grid {
        flex-direction: column;
    }

    .sponsors-grid {
        flex-direction: column;
    }


}


/* ============================================================
   20. RESPONSIVE — MOBILE (≤1024px)
   ============================================================ */



@media (max-width: 1024px) {



    /* Hero */
    .hero-content {
        flex-direction: column-reverse;
        padding: 90px 20px 40px;
        gap: 32px;
        align-items: center;
    }

   

    .hero-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-left img {
        max-width: 340px;
        max-height: 580px;
    }

    .sponsor-support {
        font-size: 18px;
    }

    .sponsor-name {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-main {
        max-width: 100%;
        gap: 24px;
        width: 100%;
    }

    .hero-title-en,
    .hero-title-ar {
        font-size: 28px;
        line-height: 1.4;
    }

    .hero-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .countdown-row {
        gap: clamp(10px, 1.5vw, 24px);
        flex-wrap: wrap;
    }

    .countdown-box {
        width: clamp(90px, 10vw, 140px);
        height: clamp(80px, 9vw, 120px);
        padding: clamp(10px, 1.5vw, 18px);
    }

    .countdown-value {
        font-size: clamp(18px, 2vw, 30px);
        line-height: 1.3;
    }

    .hero-info-row {
        flex-direction: row;
        gap: 12px;
    }

    .hero-btns {
        align-items: stretch;
    }

    .hero-btn-register,
    .hero-btn-speakers {
        width: clamp(160px, 16vw, 280px);
        height: clamp(48px, 5vh, 65px);
        font-size: clamp(13px, 1.1vw, 16px);
        justify-content: center;
    }

    .hero-features {
        flex-direction: column;
        gap: clamp(12px, 2vw, 32px);
    }

    .feature-card {
        flex: unset;
        width: 100%;
    }

    .hero-right {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 16px;
        flex-direction: row;
    }

    .hero-right img {
        width: 155px;
        padding: 10px !important;
    }

    /* About */
    .section {
        padding: 48px 24px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .about-layout {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .stats-grid {
        flex: unset;
        width: 100%;
    }

    .stats-row {
        gap: 12px;
    }

    .stat-card {
        height: auto;
        padding: 20px;
        gap: 12px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 16px;
    }

    .about-p {
        font-size: 18px;
    }

    .section-heading {
        font-size: 22px !important;
        line-height: 1.4;
        padding: 0 !important;
    }

    .about-text-side .flex.justify-end {
        align-self: anchor-center;
    }

    [dir="ltr"] .flex.justify-end {
        padding-right: 0 !important;
    }

    /* Components */
    .components-section {
        padding: 48px 24px;
    }

    .comp-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }

    .comp-card {
        flex: 0 0 280px;
        height: 260px;
    }

    /* Speakers */
    .speakers-section {
        padding: 48px 24px;
    }

    .speaker-card {
        flex: 0 0 280px;
        height: 380px;
    }

    .speaker-name {
        font-size: 15px;
        white-space: normal;
        font-weight: 700;
    }

    .speaker-avatar {
        height: 300px;
    }

    /* Tracks */
    .tracks-section {
        padding: 48px 24px;
    }

    .tracks-header {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 20px;
    }

    .tracks-header .tracks-action {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }


    .tracks-header .btn-primary {
        width: 100% !important;
    }


    .tracks-header .btn-primary span {
        inline-size: max-content;
        font-size: smaller;
    }

    .tracks-row {
        flex-direction: column;
        align-items: stretch;
    }

    .track-card {
        width: 100% !important;
        height: auto;
        min-height: 225px;
        flex: unset !important;
    }

    .track-title {
        font-size: 18px;
    }

    .track-desc {
        font-size: 16px;
    }

    /* Program */
    .program-section {
        padding: 48px 24px;
    }

    .days-grid {
        flex-direction: column;
        gap: 16px;
    }

    .day-card {
        padding: 24px;
        scale: 1 !important;
        width: 100%;
    }

    .day-card.featured {
        scale: 1 !important;
    }

    .day-date {
        font-size: 28px;
    }

    .day-label {
        font-size: 18px;
    }

    .day-card.featured .session-name {
        font-size: 16px;
        font-weight: bolder;
    }

    .session-name {
        font-size: 16px;
    }

    /* Why Qassim */
    .qassim-section {
        padding: 48px 24px;
        display: block;
    }

    .section-title-header {
        padding: 20px !important;
    }

    .qassim-layout {
        flex-direction: column-reverse;
        gap: 32px;
        display: flex;
        align-items: center;
    }

    .reasons-grid {
        flex: unset;
        width: 100%;
    }

    .reasons-cols {
        flex-direction: column;
        gap: 24px;
    }

    .reason-title {
        font-size: 18px;
    }

    .reason-desc {
        font-size: 15px;
        max-width: 100%;
    }

    .qassim-layout img {
        width: 120px;
        height: auto;
    }

    /* about */
    .about-text-side .btn-primary {
        width: 50%;
    }

    /* Exhibition */
    .exhibition {
        padding: 48px 20px !important;
    }

    .exhibition .expo-card {
        flex-direction: column-reverse;

    }

    .exhibition .card-image {
        width: 100%;
        height: 220px;
    }

    .exhibition .card-content {
        padding: 24px 4px;
    }

    .exhibition .card-title {
        font-size: 1.2rem;
    }

    .exhibition .btn-row {
        flex-wrap: wrap;
    }

    .exhibition .btn-row .btn-primary {
        font-size: 13px;
        height: 44px;
    }

    .exhibition .card-image::before {
        width: 100%;
        height: 60px;
        top: auto;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, #0F1327, transparent);
    }

    /* Sponsors */
    .sponsors-section {
        padding: 48px 24px;
    }

    .sponsors-grid {
        flex-direction: column;
    }

    .sponsor-card {
        width: 100%;

    }

    .sponsor-tier {
        font-size: 22px;
    }

    .sponsor-card:hover .sponsor-acta {
        position: static;
        height: auto;
        padding: 16px;
        display: flex;
        flex-direction: column;
        backdrop-filter: none;
        border: inherit;
        border-radius: inherit;
    }

    /* Attendees */
    .attendees-section {
        padding: 48px 24px;
    }

    .attendees-header {
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
                align-items: center;
    }

    .attendees-grid {
        gap: 12px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .attendee-card {
        min-width: 160px;
        padding: 10px 14px;
    }

    .attendee-name {
        font-size: 15px;
    }

    .attendee-icon {
        width: 48px;
        height: 48px;
    }


    /* Vision 2030 */
    .vision-section {
        padding: 48px 24px;
        background-position: 61%;
    }

    .vision-layout {
        flex-direction: column-reverse;
        gap: 32px;
        padding-right: 0;
        align-items: end;
    }

    .vision-cols {
        flex-direction: column;
        gap: 16px;
    }

    .vision-heading {
        font-size: 18px;
    }

    .vision-text {
        font-size: 16px;
    }

    .vision-layout .view-icon {
        align-self: anchor-center;
    }

    .vision-layout img {
        width: 100%;
        height: auto;
    }

    /* Cards wrapper */
    .exhibition .tags-wrap {
        gap: 5px;
        zoom: 93%;
    }

    .exhibition .tag {
        font-size: small;

        zoom: 68%;
    }

    /* Contact */
    .contact-section {
        padding: 48px 24px;
    }

    .contact-layout {
        flex-direction: column-reverse;
        gap: 40px;
        align-items: center;
    }

    .contact-form-wrap {
        flex: unset;
        width: 100%;
        padding: 20px;
    }

    .contact-details {
        display: grid;
        gap: 32px;
        padding: 0;
        margin: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-heading {
        font-size: 22px;
    }

    .form-desc {
        font-size: 16px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        font-size: 16px;
        height: 52px;
    }

    .form-textarea {
        height: 140px;
    }

    .contact-cards-row {
        flex-direction: column;
        gap: 16px;
    }

    .contact-card {
        height: auto;
        padding: 20px;
        gap: 16px;
        zoom: .67;
    }

    .contact-card-label {
        font-size: 20px;
    }

    .contact-card-value {
        font-size: 16px;
    }







}


/* ============================================================
   21. RESPONSIVE — TABLET RANGE (768–1024px)
   ============================================================ */
@media (min-width: 768px) and (max-width: 1024px) {

    .hero-title-en,
    .hero-title-ar {
        font-size: 36px;
    }

    .hero-content {
        padding: 100px 40px 60px;
        flex-direction: column-reverse;
    }

    .hero-features {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .feature-card {
        width: calc(50% - 8px);
    }

    .sponsors-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sponsor-card {
        flex: 0 0 calc(50% - 16px);
    }

    .days-grid {
        flex-direction: column;
    }

    .days-grid .day-card.featured {
        scale: 1;
        z-index: auto;
    }

    .days-grid .day-card.featured::before {
        content: none;
    }

    .tracks-header {
        flex-direction: row !important;
        align-items: flex-end !important;
        gap: 20px;
        flex-wrap: wrap !important;
    }

    .tracks-header .tracks-action {
        width: 50%;
    }

    .attendees-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-details {
        display: flex;
        flex-direction: row-reverse;
    }

    .contact-cards-row {
        flex-direction: row;
        width: 50%;
    }

    .contact-card {
        align-items: center;
    }

    .contact-card-value {
        text-align-last: center;
    }

}


/* ============================================================
   22. RESPONSIVE — SMALL MOBILE (≤420px)
   ============================================================ */
@media (max-width: 420px) {
    .countdown-box {
        width: 72px;
        height: 72px;
    }

    .countdown-value {
        font-size: 18px;
    }

    .hero-title-en,
    .hero-title-ar {
        font-size: 22px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .stat-number {
        font-size: 20px;
    }

    .track-card {
        min-height: 260px;
    }

    .speaker-card {
        flex: 0 0 220px;
    }

    .attendee-card {
        min-width: 130px;
    }
}

/* ============================================================
       04. MEETING TYPE CARDS
       ============================================================ */
.meeting-card {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    padding: 22px 24px;
}

.meeting-card .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(158, 92, 92, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.meeting-card .icon-box img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}