@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --wine: #400016;
    --wine-deep: #28000e;
    --orange: #171313;
    --black: #111111;
    --rust: #c84b25;
    --yellow: #f6c900;
    --lime: #b4d33e;
    --cream: #f8f6f2;
    --ink: #1c1819;
    --muted: #746c6f;
    --line: #e7ded9;
    --shadow: 0 18px 50px rgba(64, 0, 22, .11);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Almarai", Arial, sans-serif;
    line-height: 1.85;
    overflow-x: hidden;
}

html[lang="en"] body {
    font-family: "Manrope", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1240px;
}

.lang-en {
    display: none;
}

html[lang="en"] .lang-ar {
    display: none !important;
}

html[lang="en"] .lang-en {
    display: block;
}

html[lang="en"] span.lang-en {
    display: inline;
}

.section {
    padding: 92px 0;
}

.section-sm {
    padding: 65px 0;
}

.bg-soft {
    background: var(--cream);
}

.bg-wine {
    background: #400016e8;
    color: #fff;
}

    .bg-wine .section-title {
        color: #fff;
    }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

    .eyebrow::before {
        content: "";
        width: 28px;
        height: 3px;
        background: var(--lime);
    }

.eyebrow-light {
    color: var(--yellow);
}

.section-title {
    margin: 0 0 22px;
    color: #34151d;
    font-size: clamp(30px, 4vw, 51px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.03em;
}

    .section-title.small {
        font-size: clamp(27px, 3.3vw, 40px);
    }

.section-intro {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.lead-copy {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}

.text-muted-custom {
    color: var(--muted);
}

.btn-main,
.btn-line,
.btn-light-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 24px;
    border: 1px solid #cf5227;
    border-radius: 0;
    background: #cf5227;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    transition: .25s ease;
    border-radius: 15px;
}

    .btn-main:hover {
        background: var(--wine);
        border-color: var(--wine);
        color: #fff;
        transform: translateY(-2px);
    }

.btn-line {
    background: transparent;
    color: var(--wine);
    border-color: var(--wine);
}

    .btn-line:hover {
        background: var(--wine);
        color: #fff;
    }

.btn-light-outline {
    background: transparent;
    border-color: rgba(255,255,255,.75);
    border-radius: 15px;
}

    .btn-light-outline:hover {
        background: #fff;
        color: var(--wine);
    }

.text-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
}

    .text-action:hover {
        color: var(--wine);
    }

/* header */
.utility-bar {
    min-height: 38px;
    background: var(--wine-deep);
    color: #fff;
    font-size: 10px;
}

    .utility-bar .container {
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }

.utility-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

    .utility-info span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

.utility-links {
    display: flex;
    align-items: center;
}

    .utility-links a {
        padding: 9px 14px;
        font-weight: 800;
        border-inline-start: 1px solid rgba(255,255,255,.14);
    }

        .utility-links a:hover {
            color: var(--yellow);
        }

.language-button {
    border: 0;
    padding: 9px 15px;
    background: var(--lime);
    color: var(--wine);
    font-weight: 800;
}

.brand-header {
    padding: 14px 0;
    background: #fff;
}

    .brand-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

.expo-logo {
    width: 350px;
    height: 92px;
    object-fit: contain;
    object-position: center;
}

.ministry-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .ministry-wrap small {
        width: 75px;
        color: var(--muted);
        font-size: 9px;
        line-height: 1.45;
        text-transform: uppercase;
    }

.ministry-logo {
    width: 355px;
    height: 83px;
    object-fit: contain;
}

.main-nav {
    min-height: 58px;
    padding: 0;
    border-top: 1px solid #eee7e3;
    background: #fff;
    box-shadow: 0 8px 25px rgba(64,0,22,.07);
}

    .main-nav.is-fixed {
        position: fixed;
        inset: 0 0 auto;
        z-index: 1040;
        animation: navIn .25s ease;
    }

@keyframes navIn {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-nav .navbar-brand {
    display: none;
}

.main-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 18px 12px !important;
    color: var(--wine);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

    .main-nav .nav-link:hover,
    .main-nav .nav-link.active {
        color: var(--orange);
    }

.main-nav .dropdown-toggle::after {
    margin-inline-start: 5px;
}

.main-nav .dropdown-menu {
    min-width: 255px;
    padding: 10px;
    border: 0;
    border-top: 3px solid var(--lime);
    border-radius: 0;
    box-shadow: var(--shadow);
}

.main-nav .dropdown-item {
    padding: 9px 12px;
    border-radius: 0;
    color: var(--ink);
    font-size: 12px;
}

    .main-nav .dropdown-item:hover {
        background: #fff3ed;
        color: var(--orange);
    }

.nav-cta {
    margin-inline-start: auto;
}

/* home hero */
.home-hero {
    position: relative;
}

    .home-hero .carousel-item {
        position: relative;
        height: 650px;
        overflow: hidden;
    }

    .home-hero .slide-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-hero .slide-shade {
        position: absolute;
        inset: 0;
        /* background: linear-gradient(90deg, rgba(40,0,14,.18), rgba(40,0,14,.9)); */
    }

html[dir="ltr"] .home-hero .slide-shade {
    background: linear-gradient(270deg, rgba(40,0,14,.18), rgba(40,0,14,.9));
}

.home-hero .slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-copy {
    max-width: 700px;
    padding-bottom: 35px;
}

.hero-date {
    display: inline-flex;
    gap: 13px;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-inline-start: 5px solid var(--lime);
    background: rgba(28,0,10,.76);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.hero-copy h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(44px, 6vw, 60px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.045em;
}

.hero-copy p {
    max-width: 610px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.86);
    font-size: 17px;
}

.hero-bottom-swoop {
    position: absolute;
    z-index: 2;
    left: -3%;
    right: -3%;
    bottom: -72px;
    height: 135px;
    border-radius: 50% 50% 0 0;
    background: var(--orange);
    transform: rotate(-1.5deg);
    pointer-events: none;
}

.home-hero .carousel-indicators {
    z-index: 4;
    justify-content: flex-start;
    bottom: 38px;
}

html[dir="rtl"] .home-hero .carousel-indicators {
    justify-content: flex-end;
}

.home-hero .carousel-indicators [data-bs-target] {
    width: 40px;
    height: 4px;
    border: 0;
    background: #fff;
}

.home-hero .carousel-indicators .active {
    background: var(--yellow);
}

.home-hero .carousel-control-prev,
.home-hero .carousel-control-next {
    width: 7%;
    z-index: 4;
}

/* numbers */
.numbers-wrap {
    position: relative;
    z-index: 5;
    margin-top: -28px;
}

.number-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 125px;
    padding: 20px;
    background: var(--lime);
    color: var(--wine);
    text-align: start;
}

.numbers-wrap [class*="col-"]:nth-child(2) .number-card {
    background: var(--yellow);
}

.numbers-wrap [class*="col-"]:nth-child(3) .number-card {
    background: #f0834a;
}

.numbers-wrap [class*="col-"]:nth-child(4) .number-card {
    background: var(--orange);
    color: #fff;
}

.number-card i {
    font-size: 31px;
}

.number-card strong {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
}

.number-card span {
    display: block;
    max-width: 130px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.55;
    color: #fff;
}

/* home sections */
.image-block {
    position: relative;
    padding: 17px 0 0 17px;
}

html[dir="ltr"] .image-block {
    padding: 17px 17px 0 0;
}

.image-block::before {
    content: "";
    position: absolute;
    inset: 0 18px 18px 0;
    border: 2px solid var(--lime);
}

html[dir="ltr"] .image-block::before {
    inset: 0 0 18px 18px;
}

.image-block img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 525px;
    object-fit: cover;
}

.image-label {
    position: absolute;
    z-index: 2;
    inset-inline-end: -12px;
    bottom: -17px;
    max-width: 240px;
    padding: 19px 22px;
    background: var(--yellow);
    color: var(--wine);
    font-size: 12px;
    font-weight: 800;
    box-shadow: var(--shadow);
}

.feature-strip {
    background: var(--wine);
    color: #fff;
}

.feature-strip-item {
    min-height: 170px;
    padding: 30px;
    border-inline-end: 1px solid rgba(255,255,255,.15);
}

    .feature-strip-item i {
        color: var(--lime);
        font-size: 34px;
    }

    .feature-strip-item h3 {
        margin: 14px 0 8px;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
    }

    .feature-strip-item p {
        margin: 0;
        color: rgba(255,255,255,.68);
        font-size: 11px;
    }

.event-mosaic {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: repeat(2, 285px);
    gap: 18px;
}

.event-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

    .event-card.large {
        grid-row: 1 / 3;
    }

    .event-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

    .event-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(40,0,14,.88), transparent 68%);
    }

    .event-card:hover img {
        transform: scale(1.04);
    }

.event-card-content {
    position: relative;
    z-index: 2;
    padding: 28px;
    color: #fff;
}

.event-card h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.event-card p {
    max-width: 450px;
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 11px;
}

.minister-section {
    position: relative;
    overflow: hidden;
    background: var(--yellow);
}

    .minister-section::before {
        content: "";
        position: absolute;
        inset: -30% 40% -30% -10%;
        border-radius: 50%;
        background: var(--orange);
    }

html[dir="ltr"] .minister-section::before {
    inset: -30% -10% -30% 40%;
}

.minister-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    object-position: bottom;
}

.minister-copy {
    position: relative;
    z-index: 1;
    padding: 70px 20px;
    color: var(--wine);
}

    .minister-copy h2 {
        font-size: clamp(31px, 4vw, 51px);
        font-weight: 800;
        line-height: 1.25;
    }

    .minister-copy p {
        font-size: 14px;
    }

.partner-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 18px;
}

.partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 24px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(64,0,22,.05);
}

    .partner-card small {
        margin-bottom: 15px;
        color: var(--muted);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .partner-card img {
        width: auto;
        max-width: 100%;
        height: 102px;
        object-fit: contain;
    }

    .partner-card.main img {
        width: 470px;
    }

.news-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}

    .news-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

.news-body {
    padding: 24px;
}

    .news-body small {
        color: var(--orange);
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .news-body h3 {
        margin: 10px 0;
        color: var(--wine);
        font-size: 19px;
        font-weight: 800;
        line-height: 1.5;
    }

    .news-body p {
        margin: 0;
        color: var(--muted);
        font-size: 11px;
    }

.cta-band {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: var(--wine);
    color: #fff;
    text-align: center;
}

    .cta-band > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: inherit;
    }

    .cta-band .container {
        position: relative;
        z-index: 1;
    }

    .cta-band h2 {
        max-width: 800px;
        margin: 0 auto 15px;
        color: #fff;
        font-size: clamp(32px, 5vw, 58px);
        font-weight: 800;
        line-height: 1.25;
    }

    .cta-band p {
        max-width: 720px;
        margin: 0 auto 25px;
        color: rgba(255,255,255,.74);
    }

/* inner pages */
.inner-hero {
    position: relative;
    min-height: 355px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

    .inner-hero > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


html[dir="ltr"] .inner-hero::after {
    background: linear-gradient(270deg, rgba(42,0,14,.3), rgba(42,0,14,.9));
}

.inner-hero .container {
    position: relative;
    z-index: 2;
    padding-top: 35px;
    padding-bottom: 35px;
}

.inner-hero h1 {
    max-width: 850px;
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 800;
    line-height: 1.2;
}

.inner-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.8);
}

.content-box {
    height: 100%;
    padding: 32px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 35px rgba(64,0,22,.055);
}

    .content-box h2, .content-box h3 {
        color: var(--wine);
        font-weight: 800;
    }

    .content-box h3 {
        font-size: 18px;
    }

    .content-box p:last-child {
        margin-bottom: 0;
    }

.icon-square {
}

    .icon-square img {
        width: 75px;
        height: 75px;
    }

.number-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

    .number-list li {
        display: grid;
        grid-template-columns: 48px 1fr;
        align-items: start;
        gap: 15px;
        padding: 18px;
        background: var(--cream);
    }

    .number-list .num {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        background: #31a8df;
        color: #fff;
        font-weight: 800;
    }

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 11px;
}

    .check-list li {
        position: relative;
        padding-inline-start: 28px;
    }

        .check-list li::before {
            content: "\F26A";
            position: absolute;
            inset-inline-start: 0;
            top: 0;
            color: #34151d;
            font-family: "bootstrap-icons";
            font-weight: 800;
        }

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.metric {
    padding: 27px 18px;
    background: var(--wine);
    color: #fff;
    text-align: center;
}

    .metric:nth-child(2) {
        background: var(--orange);
    }

    .metric:nth-child(3) {
        background: var(--yellow);
        color: var(--wine);
    }

    .metric:nth-child(4) {
        background: #bdd63e;
        color: var(--wine);
    }

    .metric strong {
        display: block;
        font-size: 29px;
    }

    .metric span {
        display: block;
        font-size: 10px;
        font-weight: 800;
    }

.sector-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.sector-card {
    min-height: 125px;
    padding: 22px;
    border-bottom: 4px solid var(--lime);
    background: #fff;
    box-shadow: 0 10px 30px rgba(64,0,22,.06);
    color: var(--wine);
    font-size: 12px;
    font-weight: 800;
}

.program-row {
    margin-bottom: 45px;
    background: #fff;
    box-shadow: var(--shadow);
}

    .program-row img {
        width: 100%;
        height: 100%;
        min-height: 360px;
        object-fit: unset;
    }

.program-copy {
    padding: 42px;
}

    .program-copy h2 {
        color: var(--wine);
        font-weight: 800;
    }

.gallery-grid {
    columns: 3 300px;
    column-gap: 16px;
}

.gallery-item {
    position: relative;
    break-inside: avoid;
    margin: 0 0 16px;
    overflow: hidden;
}

    .gallery-item img {
        display: block;
        width: 100%;
        transition: transform .35s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.035);
    }

.gallery-caption {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 40px 17px 15px;
    background: linear-gradient(0deg, rgba(40,0,14,.9), transparent);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    opacity: 0;
    transition: .25s ease;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}

    .filter-buttons button {
        padding: 8px 16px;
        border: 1px solid var(--line);
        background: #fff;
        color: var(--wine);
        font-size: 10px;
        font-weight: 800;
    }

        .filter-buttons button.active, .filter-buttons button:hover {
            border-color: var(--orange);
            background: var(--orange);
            color: #fff;
        }

.video-card {
    overflow: hidden;
    background: var(--wine);
    color: #fff;
}

.video-thumb {
    position: relative;
}

    .video-thumb img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        opacity: .58;
    }

.video-play {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.video-copy {
    padding: 22px;
}

    .video-copy h3 {
        color: #fff;
        font-size: 17px;
        font-weight: 800;
    }

    .video-copy p {
        margin: 0;
        color: rgba(255,255,255,.67);
        font-size: 10px;
    }

.sponsor-level {
    height: 100%;
    padding: 30px;
    border-top: 6px solid var(--lime);
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}

    .sponsor-level.gold {
        border-color: var(--yellow);
    }

    .sponsor-level.silver {
        border-color: #b8b8b8;
    }

    .sponsor-level.partner {
        border-color: var(--orange);
    }

    .sponsor-level h3 {
        color: var(--wine);
        font-weight: 800;
    }

    .sponsor-level p {
        color: var(--muted);
        font-size: 11px;
    }

/* forms */
.form-card {
    padding: 38px;
    background: #fff;
    box-shadow: var(--shadow);
}

.form-label {
    color: var(--wine);
    font-size: 12px;
    font-weight: 800;
}

.form-control, .form-select {
    min-height: 50px;
    border: 1px solid #ddd3ce;
    border-radius: 0;
    font-size: 11px;
}

textarea.form-control {
    min-height: 145px;
}

.form-control:focus, .form-select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(217,77,29,.12);
}

.contact-card {
    height: 100%;
    padding: 40px;
    background: var(--wine);
    color: #fff;
}

    .contact-card h2 {
        color: #fff;
        font-weight: 800;
    }

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 20px 0;
    color: rgba(255,255,255,.78);
    font-size: 11px;
}

    .contact-row i {
        color: var(--lime);
        font-size: 19px;
    }

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid var(--line) !important;
    border-radius: 0 !important;
}

.accordion-button {
    padding: 20px;
    color: var(--wine);
    font-size: 12px;
    font-weight: 800;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        background: #34151d;
        color: #fff;
    }

.accordion-body {
    color: var(--muted);
    font-size: 11px;
}

/* footer */
.site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    background: var(--wine-deep);
    color: #fff;
}

.footer-curve {
    position: absolute;
    left: -5%;
    right: -5%;
    height: 170px;
    border-radius: 0 0 50% 50%;
}

    .footer-curve.lime {
        top: -90px;
        background: var(--lime);
        transform: rotate(-2deg);
    }

    .footer-curve.orange {
        top: -52px;
        background: var(--orange);
        transform: rotate(2deg);
    }

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-logo {
    width: 310px;
    height: 100px;
    margin-bottom: 18px;
    padding: 11px;
    background: #fff;
    object-fit: contain;
}

.site-footer h3 {
    margin-bottom: 18px;
    color: var(--yellow);
    font-size: 14px;
    font-weight: 800;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin: 8px 0;
}

.site-footer a, .footer-text {
    color: rgba(255,255,255,.7);
    font-size: 10px;
}

    .site-footer a:hover {
        color: var(--yellow);
    }

.copyright {
    margin-top: 55px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.55);
    font-size: 9px;
    text-align: center;
}

.back-top {
    position: fixed;
    z-index: 1040;
    inset-inline-end: 22px;
    bottom: 22px;
    display: none;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    background: var(--orange);
    color: #fff;
}

    .back-top.show {
        display: grid;
    }

/* 2026 brand refinement */
.brand-header {
    padding: 12px 0;
    border-top: 4px solid var(--black);
    border-bottom: 1px solid #ece8e4;
    box-shadow: none;
}

    .brand-header .container {
        min-height: 92px;
    }

    .brand-header .expo-logo {
        width: 255px;
        height: 88px;
        object-position: center;
    }

.brand-separator {
    flex: 1;
    height: 62px;
    border-inline-start: 1px solid #ece7e3;
}

.ministry-wrap {
    gap: 18px;
}

    .ministry-wrap small {
        width: 112px;
        color: #91888b;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: .04em;
    }

    .ministry-wrap .ministry-logo {
        width: 325px;
        height: 76px;
    }

.main-nav {
    min-height: 56px;
    border: 0;
    border-bottom: 1px solid #ece8e4;
    box-shadow: 0 8px 22px rgba(17,17,17,.06);
}

    .main-nav .container {
        gap: 18px;
    }

    .main-nav .navbar-nav {
        gap: 2px;
    }

    .main-nav .nav-link {
        padding: 17px 10px !important;
        color: var(--black);
    }

        .main-nav .nav-link:hover,
        .main-nav .nav-link.active {
            color: var(--wine);
        }

        .main-nav .nav-link.active {
            box-shadow: inset 0 -3px var(--lime);
        }

    .main-nav .dropdown-menu {
        min-width: 285px;
        border-top-color: var(--yellow);
        box-shadow: 0 22px 55px rgba(17,17,17,.16);
        right: 0;
    }

    .main-nav .dropdown-item {
        padding: 11px 13px;
        border-bottom: 1px solid #f0ece9;
    }

        .main-nav .dropdown-item:last-child {
            border-bottom: 0;
            text-align: right;
        }

        .main-nav .dropdown-item:hover {
            padding-inline-start: 18px;
            background: #f4f1ed;
            color: var(--wine);
        }

.nav-tools {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-inline-start: auto;
}

.nav-tool {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid var(--lime);
    color: var(--black);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 10px;
}

    .nav-tool:hover {
        background: var(--lime);
        color: var(--black);
    }

    .nav-tool.primary {
        border-color: var(--black);
        background: var(--black);
        color: #fff;
    }

        .nav-tool.primary:hover {
            border-color: var(--wine);
            background: var(--wine);
        }

.language-button {
    min-width: 36px;
    min-height: 32px;
    padding: 5px 8px;
    border: 1px solid var(--yellow);
    background: var(--yellow);
    color: var(--black);
    font-size: 10px;
}

/* refined home */
.home-hero .carousel-item {
    height: 620px;
}

.home-hero .slide-image {
    filter: saturate(.86) contrast(1.04);
}

.home-hero .slide-shade {
    /* background: linear-gradient(90deg, rgba(17,17,17,.1), rgba(17,17,17,.88) 58%, rgba(64,0,22,.94)); */
}

html[dir="ltr"] .home-hero .slide-shade {
    background: linear-gradient(270deg, rgba(17,17,17,.1), rgba(17,17,17,.88) 58%, rgba(64,0,22,.94));
}

.hero-copy {
    max-width: 760px;
}

.hero-date {
    border-inline-start-color: var(--yellow);
    background: var(--black);
}

.home-hero .btn-main {
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--black);
}

    .home-hero .btn-main:hover {
        border-color: #fff;
        background: #fff;
        color: var(--wine);
    }

.hero-bottom-swoop {
    bottom: -76px;
    height: 122px;
    /* background: #8d0f0f; */
    opacity: .98;
    background: radial-gradient(circle at 15% 25%, rgb(246 201 0), transparent 35%), radial-gradient(circle at 85% 30%, rgb(180 211 62), transparent 40%), radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.75), transparent 50%), linear-gradient(135deg, #8d0f0f, #400016, #8d0f0f);
}

.numbers-wrap {
    margin-top: -18px;
}

.number-card {
    min-height: 118px;
    border-inline-end: 1px solid rgba(17,17,17,.14);
    background: var(--lime) !important;
    color: var(--black) !important;
}

.numbers-wrap [class*="col-"]:nth-child(2) .number-card {
    background: #b3d23e !important;
}

.numbers-wrap [class*="col-"]:nth-child(3) .number-card {
    background: #b3d23e !important;
}

.numbers-wrap [class*="col-"]:nth-child(4) .number-card {
    background: #b2d13e !important;
    color: #fff !important;
}

.number-card i {
    color: #fff;
}

.numbers-wrap [class*="col-"]:nth-child(4) i {
    color: #fff;
}

.home-welcome {
    position: relative;
    overflow: hidden;
}

    .home-welcome::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        inset-inline-end: -170px;
        bottom: -190px;
        border: 0px solid rgba(180,211,62,.18);
        border-radius: 50%;
    }

.welcome-copy {
    max-width: 650px;
}

    .welcome-copy .event-facts {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin: 26px 0;
    }

.fact-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--black);
    font-size: 10px;
    font-weight: 800;
}

    .fact-chip i {
        color: var(--wine);
    }

.reach-panel {
    position: relative;
    padding: 38px;
    background: var(--black);
    color: #fff;
}

    .reach-panel::before {
        content: "";
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        width: 74px;
        height: 7px;
        background: var(--yellow);
    }

    .reach-panel h3 {
        margin-bottom: 24px;
        color: #fff;
        font-size: 25px;
        font-weight: 800;
    }

.reach-list {
    display: grid;
    gap: 13px;
}

.reach-item {
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
    gap: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

    .reach-item:last-child {
        border-bottom: 0;
    }

    .reach-item strong {
        color: var(--lime);
        font-size: 28px;
        line-height: 1;
    }

    .reach-item span {
        color: rgba(255,255,255,.76);
        font-size: 10px;
        font-weight: 700;
    }

.mini-partners {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

    .mini-partners img {
        width: 200px;
        height: 110px;
        padding: 4px;
        border: 0px solid var(--line);
        background: none;
        object-fit: contain;
    }

.value-showcase {
    overflow: hidden;
    background: #fff;
}

.editorial-heading {
    position: relative;
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

    .editorial-heading::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 1px;
        inset-inline-start: -90px;
        top: -25px;
        background: var(--wine);
    }

    .editorial-heading::after {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        inset-inline-start: 115px;
        top: -34px;
        background: var(--yellow);
    }

.chain-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.chain-preview-card {
    position: relative;
    display: block;
}

    .chain-preview-card img {
        width: 100%;
        height: 265px;
        border-radius: 16px 16px 16px 0;
        object-fit: cover;
    }

.chain-preview-number {
    display: block;
    margin-top: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--lime);
    color: var(--wine);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.chain-preview-card h3 {
    margin: 13px 0 8px;
    color: var(--black);
    font-size: 18px;
    font-weight: 800;
}

.chain-preview-card p {
    color: var(--muted);
    font-size: 10px;
}

.chain-preview-card .text-action {
    color: var(--wine);
}

.home-sector-banner {
    position: relative;
    overflow: hidden;
    background: var(--yellow);
}

    .home-sector-banner::after {
        content: "";
        position: absolute;
        inset-inline-end: -85px;
        top: -120px;
        width: 330px;
        height: 330px;
        border-radius: 50%;
        background: var(--rust);
    }

    .home-sector-banner .container {
        position: relative;
        z-index: 2;
    }

.home-sector-image {
    width: 100%;
    height: 430px;
    object-fit: cover;
    clip-path: ellipse(72% 62% at 50% 63%);
}

.home-sector-copy {
    padding: 50px 35px;
}

    .home-sector-copy .eyebrow {
        color: var(--black);
    }

    .home-sector-copy h2 {
        color: var(--black);
    }

/* value chain page */
.value-hero {
    overflow: hidden;
    background: var(--wine);
    color: #fff;
}

    .value-hero .row {
        min-height: 545px;
    }

.value-hero-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px max(6vw,40px);
}

    .value-hero-copy::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 0;
        width: 8px;
        height: 42%;
        background: var(--lime);
    }

    .value-hero-copy h1 {
        max-width: 650px;
        color: #fff;
        font-size: clamp(43px,5vw,70px);
        font-weight: 800;
        line-height: 1.16;
    }

    .value-hero-copy p {
        max-width: 590px;
        color: rgba(255,255,255,.72);
    }

.value-hero-image {
    position: relative;
    min-height: 545px;
    background: var(--black);
}

    .value-hero-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .9;
    }

    .value-hero-image::after {
        content: "";
        position: absolute;
        inset: auto -3% -82px -3%;
        height: 160px;
        border-radius: 50% 50% 0 0;
        background: #fff;
        transform: rotate(-4deg);
    }

.value-chain-section {
    background: var(--cream);
}

.value-stage-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px;
}

.value-stage {
    position: relative;
    min-height: 410px;
    padding: 32px 23px 25px;
    overflow: hidden;
    border-top: 6px solid var(--lime);
    background: #fff;
    box-shadow: 0 14px 40px rgba(17,17,17,.07);
}

    .value-stage:nth-child(2) {
        border-color: var(--yellow);
    }

    .value-stage:nth-child(3) {
        border-color: var(--black);
    }

    .value-stage:nth-child(4) {
        border-color: var(--wine);
    }

    .value-stage:nth-child(5) {
        border-color: var(--rust);
    }

.value-stage-no {
    display: block;
    margin-bottom: 25px;
    color: #e4ded9;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

.value-stage i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    background: var(--black);
    color: var(--yellow);
    font-size: 21px;
}

.value-stage h3 {
    color: var(--wine);
    font-size: 18px;
    font-weight: 800;
}

.value-stage ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.value-stage li {
    position: relative;
    margin: 10px 0;
    padding-inline-start: 14px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.65;
}

    .value-stage li::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: .72em;
        width: 6px;
        height: 2px;
        background: var(--lime);
    }

/* news */
.news-featured {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    min-height: 430px;
    margin-bottom: 30px;
    overflow: hidden;
    background: var(--black);
    color: #fff;
}

.news-featured-media {
    position: relative;
    min-height: 430px;
}

    .news-featured-media img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
}

.news-featured h2 {
    margin: 15px 0;
    color: #fff;
    font-size: clamp(26px,3vw,39px);
    font-weight: 800;
    line-height: 1.45;
}

.news-featured p {
    color: rgba(255,255,255,.68);
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 15px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
}

.news-featured .news-meta {
    color: rgba(255,255,255,.7);
}

.news-meta i {
    color: var(--lime);
}

.news-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

.news-keyword {
    padding: 4px 8px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--wine);
    font-size: 8px;
    font-weight: 800;
}

.news-featured .news-keyword {
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.08);
    color: #fff;
}

.news-v2-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
}

.news-v2-card {
    height: 100%;
    overflow: hidden;
    border-bottom: 4px solid var(--lime);
    background: #fff;
    box-shadow: 0 14px 40px rgba(17,17,17,.07);
}

    .news-v2-card img {
        width: 100%;
        height: 215px;
        object-fit: cover;
    }

    .news-v2-card .news-body {
        padding: 25px;
    }

    .news-v2-card h3 {
        min-height: 58px;
        margin: 12px 0;
        color: var(--wine);
        font-size: 17px;
        font-weight: 800;
        line-height: 1.6;
    }

    .news-v2-card p {
        color: var(--muted);
        font-size: 10px;
    }

/* shared application pages */
.info-steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.info-step {
    position: relative;
    min-height: 230px;
    padding: 30px;
    border: 1px solid var(--line);
    background: #fff;
}

    .info-step strong {
        display: block;
        margin-bottom: 16px;
        color: var(--lime);
        font-size: 38px;
    }

    .info-step h3 {
        color: var(--wine);
        font-size: 18px;
        font-weight: 800;
    }

    .info-step p {
        color: var(--muted);
        font-size: 10px;
    }

.empty-state {
    max-width: 850px;
    margin: 0 auto;
    padding: 55px;
    border: 1px solid var(--line);
    background: #fff;
    text-align: center;
    box-shadow: var(--shadow);
}

    .empty-state i {
        display: inline-grid;
        place-items: center;
        width: 74px;
        height: 74px;
        margin-bottom: 20px;
        background: var(--yellow);
        color: var(--black);
        font-size: 30px;
    }

    .empty-state h2 {
        color: var(--wine);
        font-weight: 800;
    }

/* inner page hero now uses black with the logo palette */
.inner-hero {
    min-height: 330px;
    border-bottom: 0px solid var(--yellow);
}

html[dir="ltr"] .inner-hero::after {
    background: linear-gradient(270deg, rgba(17,17,17,.35), rgba(17,17,17,.93) 58%, rgba(64,0,22,.95));
}

.inner-hero h1 {
    font-size: clamp(38px,4.6vw,61px);
}

.inner-hero .eyebrow {
    color: var(--yellow);
}

/* editable footer over supplied artwork */
.site-footer.art-footer {
    min-height: 395px;
    padding: 0;
    background-color: #cf4f28;
    background-image: url('../Img/fotter.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

/*.footer-clean-band {
    position: absolute;
    z-index: 1;
    left: 100%;
    right: 0;
    bottom: 0;
    height: 118px;
    background: #d14f28;
}*/

.footer-editable {
    position: relative;
    z-index: 2;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 24px;
    padding-left: min(27vw,270px);
}

.footer-info-bar {
    width: 100%;
    display: grid;
    grid-template-columns: 1.25fr .65fr 1.65fr;
    align-items: center;
    gap: 24px;
    color: #fff;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 15px;
}

    .footer-contact a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
    }

        .footer-contact a:hover {
            color: var(--yellow);
        }

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 17px;
}

    .footer-socials a {
        display: grid;
        place-items: center;
        width: 27px;
        height: 27px;
        color: var(--lime);
        font-size: 16px;
    }

        .footer-socials a:hover {
            color: var(--yellow);
            transform: translateY(-3px);
        }

.footer-copyline {
    color: #fff;
    font-size: 11px;
    text-align: end;
}

.back-top {
    background: var(--black);
}

/* motion */
.reveal-target {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity .72s ease, transform .72s cubic-bezier(.2,.72,.2,1);
}

    .reveal-target.reveal-side {
        transform: translateX(42px);
    }

html[dir="ltr"] .reveal-target.reveal-side {
    transform: translateX(-42px);
}

.reveal-target.is-visible {
    opacity: 1;
    transform: none;
}

/* Visit page ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â editorial visitor journey */
.visit-hero {
    overflow: hidden;
    background: var(--black);
    color: #fff;
}

    .visit-hero .row {
        min-height: 650px;
    }

.visit-hero-image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

    .visit-hero-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 55%, rgba(17,17,17,.45));
    }

    .visit-hero-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.visit-date-badge {
    position: absolute;
    z-index: 2;
    inset-inline-end: 0;
    bottom: 0;
    display: grid;
    min-width: 230px;
    padding: 28px 34px;
    background: var(--yellow);
    color: var(--black);
}

    .visit-date-badge strong {
        font-family: "Manrope", Arial, sans-serif;
        font-size: 36px;
        line-height: 1;
        letter-spacing: -.05em;
    }

    .visit-date-badge span {
        margin-top: 7px;
        font-size: 11px;
        font-weight: 800;
    }

.visit-hero-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px clamp(45px,6vw,95px);
}

    .visit-hero-copy::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 0;
        width: 7px;
        height: 34%;
        background: var(--lime);
    }

    .visit-hero-copy h1 {
        max-width: 620px;
        margin: 8px 0 22px;
        color: #fff;
        font-size: clamp(38px,4.4vw,64px);
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: -.04em;
    }

    .visit-hero-copy > p {
        max-width: 590px;
        color: rgba(255,255,255,.72);
        font-size: 14px;
    }

.visit-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.visit-quick-facts {
    display: grid;
    gap: 9px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.75);
    font-size: 10px;
}

    .visit-quick-facts span {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .visit-quick-facts i {
        color: var(--lime);
        font-size: 15px;
    }

.audience-section {
    background: var(--cream);
}

    .audience-section .editorial-heading {
        max-width: 820px;
        margin-bottom: 45px;
    }

.audience-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 18px;
}

.audience-card {
    grid-column: span 2;
    min-height: 345px;
    padding: 32px 30px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 14px 40px rgba(17,17,17,.05);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

    .audience-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .audience-card:hover {
        transform: translateY(-7px);
        border-color: var(--lime);
        box-shadow: 0 22px 55px rgba(17,17,17,.1);
    }

.audience-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .audience-card-head i {
        display: grid;
        place-items: center;
        width: 54px;
        height: 54px;
        background: var(--black);
        color: var(--yellow);
        font-size: 22px;
    }

.audience-number {
    color: #d7cfca;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
}

.audience-card h3 {
    min-height: 55px;
    color: var(--wine);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.55;
}

.audience-card ul {
    display: grid;
    gap: 8px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.audience-card li {
    position: relative;
    padding-inline-start: 17px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

    .audience-card li::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: .72em;
        width: 7px;
        height: 2px;
        background: var(--lime);
    }

.visit-value {
    overflow: hidden;
    background: #34151d;
    color: #fff;
}

.visit-value-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
    padding: 75px clamp(45px,7vw,110px);
}

    .visit-value-copy h2 {
        max-width: 620px;
        margin: 6px 0 34px;
        color: #fff;
        font-size: clamp(34px,4vw,53px);
        font-weight: 800;
        line-height: 1.3;
    }

.visit-benefits {
    display: grid;
    gap: 5px;
}

.visit-benefit {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.14);
}

    .visit-benefit > span {
        color: var(--lime);
        font-family: "Manrope", Arial, sans-serif;
        font-size: 25px;
        font-weight: 800;
    }

    .visit-benefit h3 {
        margin: 0 0 5px;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
    }

    .visit-benefit p {
        margin: 0;
        color: rgba(255,255,255,.65);
        font-size: 11px;
    }

.visit-value-image {
    position: relative;
    min-height: 650px;
}

    .visit-value-image::before {
        display: none;
        content: "";
        position: absolute;
        z-index: 1;
        inset-inline-start: -70px;
        bottom: -120px;
        width: 250px;
        height: 250px;
        border: 65px solid var(--yellow);
        border-radius: 50%;
    }

    .visit-value-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.breeder-reach-image {
    position: relative;
    padding: 0 0 34px 34px;
}

html[dir="rtl"] .breeder-reach-image {
    padding: 0 34px 34px 0;
}

.breeder-reach-image::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 72%;
    height: 74%;
    background: var(--yellow);
}

.breeder-reach-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.breeder-reach-image span {
    position: absolute;
    z-index: 2;
    inset-inline-end: 0;
    bottom: 0;
    max-width: 285px;
    padding: 14px 20px;
    background: var(--black);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.breeder-reach p {
    color: var(--muted);
}

.reach-metrics {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    margin: 28px 0;
    background: var(--line);
}

    .reach-metrics div {
        display: grid;
        gap: 4px;
        padding: 20px 15px;
        background: #fff;
    }

    .reach-metrics strong {
        color: var(--wine);
        font-family: "Manrope", Arial, sans-serif;
        font-size: 25px;
        line-height: 1;
    }

    .reach-metrics span {
        color: var(--muted);
        font-size: 8px;
        font-weight: 700;
    }

/* Patronage ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â clean contrast and balanced portrait treatment */
.patronage-section {
    overflow: hidden;
    background: #fff;
}

    .patronage-section .row {
        min-height: 610px;
    }

.patronage-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    padding: 55px 55px 0;
    background: var(--yellow);
}

    .patronage-visual::before {
        content: "";
        position: absolute;
        inset-inline-start: -120px;
        bottom: -180px;
        width: 530px;
        height: 530px;
        border: 115px solid var(--black);
        border-radius: 50%;
    }

    .patronage-visual::after {
        content: "";
        position: absolute;
        inset-inline-end: 42px;
        top: 42px;
        width: 78px;
        height: 78px;
        border-top: 8px solid var(--wine);
        border-inline-end: 8px solid var(--wine);
    }

.patronage-frame {
    position: relative;
    z-index: 1;
    width: min(82%,560px);
    height: 555px;
    overflow: hidden;
    border: 12px solid #fff;
    border-bottom: 0;
    box-shadow: 0 30px 80px rgba(17,17,17,.22);
}

    .patronage-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

.patronage-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px clamp(55px,7vw,115px);
}

    .patronage-copy h2 {
        max-width: 680px;
        margin: 8px 0 17px;
        color: var(--wine);
        font-size: clamp(35px,4vw,55px);
        font-weight: 800;
        line-height: 1.42;
        letter-spacing: -.04em;
    }

    .patronage-copy > strong {
        color: var(--black);
        font-size: 15px;
        font-weight: 800;
    }

    .patronage-copy > p {
        max-width: 620px;
        margin: 22px 0 25px;
        color: var(--muted);
        font-size: 11px;
    }

.patronage-ministry-logo {
    width: 310px;
    height: 78px;
    object-fit: contain;
    object-position: center right;
}

html[dir="ltr"] .patronage-ministry-logo {
    object-position: center left;
}

.back-top.footer-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
}

/* Slider Event Information */
.slider-event-info {
    position: absolute;
    top: 48px;
    left: 62px;
    z-index: 5;
    color: #ffffff;
    font-family: inherit;
    line-height: 1.05;
}

/* Date Box */
.slider-event-date {
    display: inline-block;
    padding: 6px 10px 5px;
    margin-bottom: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid #bdd63e;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

/* Location */
.slider-event-location {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

    .slider-event-location strong {
        display: block;
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

    .slider-event-location span {
        display: block;
        margin-top: 2px;
        font-size: 20px;
        font-weight: 600;
    }



/* ==================================
   Expo Statistics — Original Design
================================== */

.expo-statistics-section,
.expo-statistics-section .container {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent !important;
}

.expo-statistics-list {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background: transparent;
}

/* العنصر */
.expo-statistic-item {
    direction: ltr !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 62px;
    min-height: 158px;
    background: transparent;
}

/* منطقة المحتوى */
.expo-statistic-content {
    position: relative;
    direction: rtl !important;
    padding-top: 53px;
    padding-right: 16px;
    color: #3b0619;
    background: transparent;
    text-align: right;
}

    /* الخط الأفقي فوق الرقم */
    .expo-statistic-content::before {
        position: absolute;
        top: 47px;
        right: -50px;
        left: 43%;
        height: 1px;
        background-color: #3b0619;
        content: "";
    }

/* الرقم */
.expo-statistic-number {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    color: #bdd63e;
    background: transparent;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    text-align: right;
    white-space: nowrap;
}

/* الوصف */
.expo-statistic-content p {
    margin: 10px 0 0;
    color: #3b0619;
    background: transparent;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.45;
    text-align: right;
    white-space: nowrap;
}

/* العمود العمودي */
.expo-statistic-marker {
    position: relative;
    min-height: 158px;
    background: transparent;
}

    /* الخط العمودي */
    .expo-statistic-marker::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: #3b0619;
        content: "";
    }

    /* المربع البرتقالي */
    .expo-statistic-marker .marker-square {
        position: absolute;
        z-index: 2;
        top: 18px;
        left: 0;
        width: 30px;
        height: 30px;
        background-color: #cf5011;
    }

    /* الأيقونة */
    .expo-statistic-marker .marker-icon {
        position: absolute;
        z-index: 2;
        top: 62px;
        left: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 25px;
        color: #bdd63e;
        background: transparent;
    }

        .expo-statistic-marker .marker-icon i {
            font-size: 39px;
            line-height: 1;
        }

/* إنهاء الخط العمودي بعد آخر أيقونة */
.expo-statistic-item:last-child .expo-statistic-marker::before {
    bottom: 45px;
}

/* الإنجليزية */
html[dir="ltr"] .expo-statistic-content {
    direction: ltr !important;
    padding-right: 16px;
    text-align: right;
}

    html[dir="ltr"] .expo-statistic-content p {
        direction: ltr;
    }

/* Mobile */


/* ==================================
   Welcome To Riyadh Section
================================== */

.riyadh-welcome-section {
    position: relative;
    min-height: 565px;
    margin-bottom: 100px;
    overflow: visible;
    color: #ffffff;
    background-image: url("../images/باترن-02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    /* تغميق جهة النص فقط */
    .riyadh-welcome-section::before {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(42, 1, 16, 0.82) 0%, rgba(42, 1, 16, 0.62) 52%, rgba(42, 1, 16, 0) 70% );
        content: "";
    }

    .riyadh-welcome-section .container {
        position: relative;
        z-index: 2;
        min-height: 565px;
    }

/* تثبيت النص داخل الجزء الأيسر */
.riyadh-welcome-content {
    position: absolute;
    top: 105px;
    left: 5% !important;
    right: auto !important;
    width: 58%;
    max-width: 680px;
}

    /* العنوان الرئيسي */
    .riyadh-welcome-content h2 {
        margin: 0 0 25px;
        color: #ffffff;
        font-size: clamp(42px, 4vw, 56px);
        font-weight: 900;
        line-height: 1.1;
        text-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    }

    /* العنوان الفرعي */
    .riyadh-welcome-content h3 {
        margin: 0 0 35px;
        color: #ffffff;
        font-size: clamp(23px, 2.2vw, 31px);
        font-weight: 800;
        line-height: 1.3;
    }

    /* الوصف */
    .riyadh-welcome-content p {
        max-width: 590px;
        margin: 0;
        color: rgba(255, 255, 255, 0.95);
        font-size: 17px;
        font-weight: 500;
        line-height: 1.8;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }

/* اتجاه العربي */
html[dir="rtl"] .riyadh-welcome-content {
    direction: rtl;
    text-align: right;
}

/* اتجاه الإنجليزي */
html[dir="ltr"] .riyadh-welcome-content {
    direction: ltr;
    text-align: left;
}

/* ==================================
   Separate Animal Images
================================== */

.riyadh-animal-cards {
    position: absolute;
    bottom: -96px;
    left: 5% !important;
    right: auto !important;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 28px;
    direction: ltr;
}

.riyadh-animal-card {
    position: relative;
    width: 145px;
    height: 145px;
    /* overflow: hidden; */
    /* background: transparent; */
    border-radius: 29px;
    /* box-shadow: 0 13px 28px rgba(59, 6, 25, 0.15); */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

    /*
   الصور المرفقة فيها مساحة شفافة كبيرة،
   لذلك يتم تكبيرها وتوسيطها داخل البوكس.
*/
    .riyadh-animal-card img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 263%;
        max-width: none;
        height: auto;
        transform: translate(-50%, -50%);
    }

    .riyadh-animal-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 35px rgba(59, 6, 25, 0.22);
    }


/* ==================================
   Livestock Future Section
================================== */

.livestock-future-section {
    position: relative;
    width: 100%;
    height: clamp(580px, 50vw, 900px);
    min-height: 580px;
    overflow: hidden;
    background-color: #ffd000;
}

/* صورة القطيع */
.livestock-background {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 120%;
    object-fit: scale-down;
    object-position: bottom;
}

/* الباترن الأصلي */
.livestock-pattern {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

/* Container */
.livestock-future-section .container {
    position: relative;
    z-index: 3;
    height: 100%;
}

/* المحتوى */
.livestock-future-content {
    position: absolute;
    top: 15%;
    left: 5% !important;
    right: auto !important;
    width: 34%;
    max-width: 440px;
    color: #3b0619;
}

    /* العنوان */
    .livestock-future-content h2 {
        margin: 0 0 14px;
        color: #3b0619;
        font-size: clamp(38px, 3.5vw, 58px);
        font-weight: 900;
        line-height: 1.12;
    }

    /* العنوان الفرعي */
    .livestock-future-content h3 {
        margin: 0 0 18px;
        color: #3b0619;
        font-size: clamp(20px, 1.8vw, 27px);
        font-weight: 800;
        line-height: 1.35;
    }

    /* الوصف */
    .livestock-future-content p {
        margin: 0 0 25px;
        color: #3b0619;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7;
    }

/* الزر */
.livestock-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 18px;
    color: #ffffff;
    background-color: #cf5011;
    border: 2px solid #cf5011;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

    .livestock-more-btn i {
        font-size: 16px;
    }

    .livestock-more-btn:hover {
        color: #cf5011;
        background-color: #ffffff;
        transform: translateY(-3px);
    }

/* العربي */
html[dir="rtl"] .livestock-future-content {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .livestock-more-btn i {
    transform: rotate(0deg);
}

/* الإنجليزي */
html[dir="ltr"] .livestock-future-content {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .livestock-more-btn i {
    transform: rotate(90deg);
}

/* Tablet */

/* Mobile */

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}
/* =========================================
   Inner Page Hero
========================================= */

.inner-hero.inner-page-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 247px;
    padding: 65px 0;
    overflow: hidden;
    background-color: #350015;
}

    .inner-hero.inner-page-hero::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background: linear-gradient( 90deg, rgba(35, 0, 14, 0.35) 0%, rgba(35, 0, 14, 0.08) 62%, transparent 78% );
        content: "";
    }

.inner-page-hero__image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-page-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.inner-page-hero__content {
    width: min(720px, 68%);
    margin-right: auto;
    margin-left: clamp(0px, 5vw, 70px);
    color: #fff;
}

    .inner-page-hero__content h1 {
        position: relative;
        margin: 0 0 18px;
        padding-inline-start: 18px;
        border-inline-start: 0px solid #d55224;
        color: #fff;
        font-size: clamp(38px, 4vw, 56px);
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.03em;
    }

.inner-page-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-inline-start: 46px;
    padding: 9px 14px;
    border-radius: 7px;
    background-color: #bdd63e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

    .inner-page-hero__breadcrumb a {
        color: #fff;
        text-decoration: none;
        transition: opacity 0.25s ease;
    }

        .inner-page-hero__breadcrumb a:hover {
            color: #fff;
            opacity: 0.75;
        }

.inner-page-hero__separator {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

html[dir="rtl"] .inner-page-hero__content {
    direction: rtl;
    text-align: center;
}

html[dir="ltr"] .inner-page-hero__content {
    direction: ltr;
    text-align: left;
}

.expo-statistic-marker .marker-image {
    overflow: visible;
}

    .expo-statistic-marker .marker-image img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: contain;
        /* تكبير الرسم الموجود داخل المساحة الشفافة */
        transform: scale(1.85);
        transform-origin: center;
    }

.number-card img {
    height: 40px;
}

/* Tablet */

/* Mobile */
/* Tablet */

/* Mobile */



@media (max-width: 1199.98px) {
    .expo-logo {
        width: 280px;
        height: 75px;
    }

    .ministry-logo {
        width: 280px;
        height: 70px;
    }

    .main-nav {
        padding: 8px 0;
    }

        .main-nav .navbar-brand {
            display: block;
            color: var(--wine);
            font-size: 12px;
            font-weight: 800;
        }

        .main-nav .navbar-collapse {
            padding: 12px 0;
        }

        .main-nav .nav-link {
            padding: 10px 7px !important;
        }

    .nav-cta {
        margin: 8px 0;
    }
}

@media (max-width: 1199.98px) {
    .brand-header .expo-logo {
        width: 220px;
    }

    .ministry-wrap .ministry-logo {
        width: 270px;
    }

    .ministry-wrap small {
        display: none;
    }

    .nav-tools {
        flex-wrap: wrap;
        margin: 12px 0 5px;
    }

    .value-stage-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .value-stage:nth-child(4), .value-stage:nth-child(5) {
        min-height: 350px;
    }

    .footer-editable {
        padding-left: 26vw;
    }
}

@media (max-width: 1199.98px) {
    .main-nav .navbar-collapse {
        max-height: calc(100vh - 155px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .main-nav .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 0 0 8px;
        transform: none !important;
    }

    .visit-hero .row, .visit-hero-image {
        min-height: 570px;
    }

    .visit-hero-copy {
        padding: 58px 45px;
    }

    .audience-card {
        padding: 27px 24px;
    }

    .patronage-section .row {
        min-height: 560px;
    }

    .patronage-frame {
        height: 505px;
    }

    .patronage-copy {
        padding: 60px 50px;
    }
}

@media (max-width: 991.98px) {
    .utility-info span:nth-child(2) {
        display: none;
    }

    .home-hero .carousel-item {
        height: 590px;
    }

    .section {
        padding: 70px 0;
    }

    .image-block {
        margin-bottom: 30px;
    }

    .event-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 270px);
    }

    .event-card.large {
        grid-row: auto;
    }

    .partner-grid {
        grid-template-columns: 1fr 1fr;
    }

    .partner-card.main {
        grid-column: 1 / 3;
    }

    .sector-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .metric-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .livestock-future-section {
        height: 650px;
        min-height: 650px;
    }

    .livestock-future-content {
        top: 13% !important;
        left: 4% !important;
        width: 91% !important;
        max-width: 390px;
    }

        .livestock-future-content h2 {
            font-size: 40px;
        }

        .livestock-future-content h3 {
            font-size: 21px;
        }

        .livestock-future-content p {
            font-size: 14px;
            line-height: 1.6;
        }
}

@media (max-width: 991.98px) {
    .riyadh-welcome-section,
    .riyadh-welcome-section .container {
        min-height: 520px;
    }

    .riyadh-welcome-section {
        margin-bottom: 80px;
        background-position: 40% center;
    }

        .riyadh-welcome-section::before {
            background: linear-gradient( 90deg, rgba(42, 1, 16, 0.9) 0%, rgba(42, 1, 16, 0.72) 66%, rgba(42, 1, 16, 0.15) 100% );
        }

    .riyadh-welcome-content {
        top: 75px !important;
        left: 3% !important;
        width: 65% !important;
    }

        .riyadh-welcome-content h2 {
            font-size: 44px;
        }

        .riyadh-welcome-content h3 {
            margin-bottom: 27px;
            font-size: 25px;
        }

        .riyadh-welcome-content p {
            font-size: 15px;
            line-height: 1.7;
        }

    .riyadh-animal-cards {
        bottom: -70px;
        left: 3% !important;
        gap: 18px;
    }

    .riyadh-animal-card {
        width: 112px;
        height: 112px;
        border-radius: 23px;
    }
}

@media (max-width: 991.98px) {
    .slider-event-info {
        top: 35px;
        left: 35px;
    }

    .slider-event-date {
        font-size: 24px;
    }

    .slider-event-location strong,
    .slider-event-location span {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 68px 0;
    }

    .main-nav .navbar-toggler {
        width: 46px;
        height: 42px;
        border: 1px solid var(--line);
        border-radius: 0;
    }

    .main-nav .navbar-collapse {
        padding: 8px 0 18px;
    }

    .main-nav .nav-link {
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 12px !important;
        border-bottom: 1px solid #eee9e5;
    }

    .main-nav .dropdown-item {
        min-height: 44px;
        display: flex;
        align-items: center;
        white-space: normal;
        line-height: 1.55;
    }

    .visit-hero .row {
        min-height: 0;
    }

    .visit-hero-image {
        min-height: 460px;
    }

    .visit-hero-copy {
        min-height: auto;
        padding: 65px max(28px,6vw);
    }

    .audience-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .audience-card, .audience-card:nth-child(4) {
        grid-column: auto;
        min-height: 320px;
    }

        .audience-card:last-child {
            grid-column: 1 / -1;
            min-height: auto;
        }

    .visit-value-copy {
        min-height: auto;
        padding: 65px max(28px,6vw);
    }

    .visit-value-image {
        min-height: 430px;
    }

    .patronage-section .row {
        min-height: 0;
    }

    .patronage-visual {
        min-height: 535px;
    }

    .patronage-frame {
        height: 480px;
    }

    .patronage-copy {
        padding: 65px max(28px,7vw);
    }
}

@media (max-width: 991.98px) {
    .brand-header .container {
        min-height: 72px;
    }

    .brand-header .expo-logo {
        width: 180px;
        height: 68px;
    }

    .ministry-wrap .ministry-logo {
        width: 225px;
        height: 62px;
    }

    .brand-separator {
        height: 48px;
    }

    .main-nav .navbar-brand {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nav-tools {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
    }

    .nav-tool {
        justify-content: center;
    }

    .home-hero .carousel-item {
        height: 560px;
    }

    .chain-preview-grid {
        gap: 16px;
    }

    .chain-preview-card img {
        height: 220px;
    }

    .value-hero .row, .value-hero-image {
        min-height: 420px;
    }

    .value-stage-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .news-featured {
        grid-template-columns: 1fr;
    }

    .news-featured-media {
        min-height: 310px;
    }

    .news-v2-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .info-steps {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer.art-footer {
        min-height: 470px;
        background-size: auto 360px;
        background-position: left bottom;
    }

    .footer-clean-band {
        left: 0;
        height: 245px;
        background: rgba(17,17,17,.94);
    }

    .footer-editable {
        min-height: 470px;
        padding: 0 24px 34px;
    }

    .footer-info-bar {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-top: 28px;
    }

    .footer-socials {
        justify-content: flex-start;
    }

    html[dir="rtl"] .footer-socials {
        justify-content: flex-end;
    }

    .footer-copyline {
        text-align: start;
    }
}

@media (max-width: 767.98px) {
    .utility-bar .container {
        min-height: 34px;
    }

    .utility-links a {
        display: none;
    }

    .brand-header {
        padding: 10px 0;
    }

    .expo-logo {
        width: 180px;
        height: 58px;
    }

    .ministry-wrap small {
        display: none;
    }

    .ministry-logo {
        width: 145px;
        height: 48px;
    }

    .home-hero .carousel-item {
        height: 540px;
    }

    .hero-copy h1 {
        font-size: 39px;
    }

    .home-hero .carousel-control-prev, .home-hero .carousel-control-next {
        display: none;
    }

    .number-card {
        min-height: 112px;
        padding: 16px 8px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

        .number-card i {
            display: none;
        }

        .number-card strong {
            font-size: 24px;
        }

        .number-card span {
            font-size: 8px;
        }

    .image-block img {
        height: 400px;
    }

    .feature-strip-item {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .partner-grid {
        grid-template-columns: 1fr;
    }

    .partner-card.main {
        grid-column: auto;
    }

    .sector-grid, .metric-grid {
        grid-template-columns: 1fr;
    }

    .program-copy {
        padding: 28px;
    }

    .gallery-grid {
        columns: 2 220px;
    }

    .form-card, .contact-card {
        padding: 27px;
    }

    .site-footer {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        line-height: 1.75;
    }

    .container {
        width: 100%;
        padding-inline: 20px;
    }

    .section {
        padding: 56px 0;
    }

    .section-title, .section-title.small {
        font-size: 29px;
        line-height: 1.38;
    }

    .eyebrow {
        font-size: 9px;
    }

    .brand-header .container {
        justify-content: space-between;
        padding-inline: 14px;
    }

    .brand-header .expo-logo {
        width: 116px;
        height: 48px;
    }

    .ministry-wrap {
        margin-inline-start: auto;
    }

        .ministry-wrap .ministry-logo {
            width: 150px;
            height: 45px;
        }

    .main-nav .container {
        padding-inline: 14px;
    }

    .main-nav .navbar-brand {
        font-size: 10px;
    }

    .nav-tools {
        gap: 8px;
    }

    .nav-tool, .language-button {
        min-height: 44px;
    }

    .home-hero .carousel-item {
        height: 520px;
    }

    .slide-content {
        align-items: center;
        padding-top: 25px;
    }

    .hero-copy {
        max-width: 100%;
        text-align: center;
    }

        .hero-copy h1 {
            font-size: 31px;
            line-height: 1.4;
        }

        .hero-copy p {
            font-size: 12px;
        }

        .hero-copy .d-flex {
            justify-content: center;
        }

    .hero-date {
        font-size: 9px;
    }

    .home-sector-copy, .program-copy, .news-featured-copy, .form-card, .contact-card {
        padding: 28px 22px;
    }

    .event-mosaic {
        grid-template-rows: none;
    }

    .event-card, .event-card.large {
        min-height: 270px;
    }

    .inner-hero {
        min-height: 270px;
    }

        .inner-hero h1 {
            font-size: 34px;
        }

        .inner-hero p {
            font-size: 11px;
        }

    .form-control, .form-select {
        min-height: 50px;
        font-size: 13px;
    }

    .form-label {
        font-size: 10px;
    }

    .gallery-grid {
        columns: 1;
    }

    .visit-hero-image {
        min-height: 315px;
    }

    .visit-date-badge {
        min-width: 165px;
        padding: 19px 22px;
    }

        .visit-date-badge strong {
            font-size: 28px;
        }

    .visit-hero-copy {
        padding: 52px 22px;
    }

        .visit-hero-copy::before {
            width: 4px;
            height: 24%;
        }

        .visit-hero-copy h1 {
            font-size: 34px;
            line-height: 1.38;
        }

        .visit-hero-copy > p {
            font-size: 12px;
        }

    .visit-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

        .visit-hero-actions a {
            width: 100%;
        }

    .audience-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .audience-card, .audience-card:nth-child(4), .audience-card:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 25px 22px;
    }

        .audience-card h3 {
            min-height: 0;
            font-size: 16px;
        }

    .visit-value-copy {
        padding: 55px 22px;
    }

        .visit-value-copy h2 {
            font-size: 31px;
        }

    .visit-benefit {
        grid-template-columns: 42px 1fr;
        gap: 12px;
    }

    .visit-value-image {
        min-height: 310px;
    }

    .breeder-reach-image {
        padding: 0 0 22px 22px;
    }

    html[dir="rtl"] .breeder-reach-image {
        padding: 0 22px 22px 0;
    }

    .breeder-reach-image img {
        height: 320px;
    }

    .breeder-reach-image span {
        max-width: 235px;
        padding: 11px 14px;
        font-size: 8px;
    }

    .reach-metrics {
        grid-template-columns: 1fr;
    }

        .reach-metrics div {
            grid-template-columns: 105px 1fr;
            align-items: center;
        }

    .patronage-visual {
        min-height: 390px;
        padding: 34px 28px 0;
    }

        .patronage-visual::before {
            inset-inline-start: -80px;
            bottom: -130px;
            width: 350px;
            height: 350px;
            border-width: 78px;
        }

        .patronage-visual::after {
            inset-inline-end: 20px;
            top: 20px;
            width: 48px;
            height: 48px;
            border-width: 5px;
        }

    .patronage-frame {
        width: min(90%,390px);
        height: 355px;
        border-width: 8px;
    }

    .patronage-copy {
        padding: 50px 22px 55px;
    }

        .patronage-copy h2 {
            font-size: 31px;
            line-height: 1.48;
        }

        .patronage-copy > strong {
            font-size: 13px;
        }

    .patronage-ministry-logo {
        width: 245px;
        height: 65px;
    }

    .site-footer.art-footer {
        min-height: 0;
        padding-top: 132px;
        background-color: var(--black);
        background-size: auto 205px;
        background-position: left top;
    }

    .footer-clean-band {
        display: none;
    }

    .footer-editable {
        min-height: 0;
        display: block;
        padding: 28px 22px 24px;
        background: var(--black);
    }

    .footer-info-bar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0;
    }

    .footer-contact {
        gap: 10px;
    }

        .footer-contact a {
            justify-content: flex-start;
            font-size: 10px;
            overflow-wrap: anywhere;
        }

    html[dir="rtl"] .footer-contact a {
        justify-content: flex-end;
    }

    .footer-socials, html[dir="rtl"] .footer-socials {
        justify-content: center;
        gap: 12px;
    }

        .footer-socials a {
            width: 38px;
            height: 38px;
            border: 1px solid rgba(255,255,255,.12);
        }

    .footer-copyline {
        padding-top: 17px;
        border-top: 1px solid rgba(255,255,255,.12);
        font-size: 8px;
        line-height: 1.8;
        text-align: center;
    }

    .back-top {
        inset-inline-end: 14px;
        bottom: 14px;
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767.98px) {
    .brand-header {
        padding: 7px 0;
    }

        .brand-header .container {
            gap: 10px;
            min-height: 61px;
        }

        .brand-header .expo-logo {
            width: 140px;
            height: 55px;
        }

    .ministry-wrap .ministry-logo {
        width: 175px;
        height: 51px;
    }

    .brand-separator {
        display: none;
    }

    .main-nav {
        padding: 7px 0;
    }

        .main-nav .dropdown-menu {
            box-shadow: none;
        }

    .nav-tools {
        grid-template-columns: 1fr;
    }

    .language-button {
        width: 100%;
    }

    .home-hero .carousel-item {
        height: 510px;
    }

    .hero-bottom-swoop {
        height: 92px;
        bottom: -60px;
    }

    .numbers-wrap {
        margin-top: 0;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .number-card {
        min-height: 104px;
    }

    .reach-panel {
        padding: 28px;
    }

    .reach-item {
        grid-template-columns: 80px 1fr;
    }

    .chain-preview-grid {
        grid-template-columns: 1fr;
    }

    .chain-preview-card {
        display: grid;
        grid-template-columns: 118px 1fr;
        gap: 15px;
        align-items: start;
    }

        .chain-preview-card img {
            grid-row: 1 / 5;
            width: 118px;
            height: 160px;
            border-radius: 12px 12px 12px 0;
        }

    .chain-preview-number {
        margin: 0;
        font-size: 28px;
    }

    .chain-preview-card h3 {
        margin: 3px 0;
    }

    .home-sector-copy {
        padding: 35px 10px 20px;
    }

    .home-sector-image {
        height: 300px;
    }

    .value-hero-copy {
        padding: 55px 28px;
    }

        .value-hero-copy h1 {
            font-size: 39px;
        }

    .value-hero-image {
        min-height: 310px;
    }

    .value-stage-grid, .news-v2-grid, .info-steps {
        grid-template-columns: 1fr;
    }

    .value-stage {
        min-height: auto !important;
    }

    .news-featured-copy {
        padding: 30px;
    }

    .news-featured-media {
        min-height: 240px;
    }

    .news-v2-card h3 {
        min-height: 0;
    }

    .empty-state {
        padding: 35px 22px;
    }

    .inner-hero {
        min-height: 300px;
    }

    .footer-contact {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .expo-statistics-list {
        max-width: 340px;
    }

    .expo-statistic-item {
        grid-template-columns: minmax(0, 1fr) 50px;
        min-height: 128px;
    }

    .expo-statistic-content {
        padding-top: 43px;
        padding-right: 10px;
    }

        .expo-statistic-content::before {
            top: 37px;
            left: 38%;
        }

    .expo-statistic-number {
        font-size: 32px;
    }

    .expo-statistic-content p {
        margin-top: 8px;
        font-size: 15px;
    }

    .expo-statistic-marker {
        min-height: 128px;
    }

        .expo-statistic-marker .marker-square {
            top: 13px;
            width: 25px;
            height: 25px;
        }

        .expo-statistic-marker .marker-icon {
            top: 46px;
            left: 5px;
            width: 40px;
            height: 40px;
        }

            .expo-statistic-marker .marker-icon i {
                font-size: 32px;
            }

    .expo-statistic-item:last-child .expo-statistic-marker::before {
        bottom: 35px;
    }
}

@media (max-width: 575.98px) {
    .livestock-future-section {
        height: 670px;
        min-height: 670px;
    }

    /*.livestock-background {
        object-position: center bottom;
    }*/

    .livestock-background {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
    }

    .livestock-pattern {
        width: 190%;
        max-width: none;
        left: auto;
        right: 0;
        object-position: right center;
    }

    .livestock-future-content {
        top: 40px;
        left: 20px !important;
        right: 55px !important;
        width: auto;
        max-width: 320px;
        right: 15% !;
    }

        .livestock-future-content h2 {
            margin-bottom: 10px;
            font-size: 34px;
        }

        .livestock-future-content h3 {
            margin-bottom: 14px;
            font-size: 19px;
        }

        .livestock-future-content p {
            margin-bottom: 18px;
            font-size: 13px;
            line-height: 1.6;
        }

    .livestock-more-btn {
        min-height: 40px;
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .riyadh-welcome-section,
    .riyadh-welcome-section .container {
        min-height: 570px;
    }

    .riyadh-welcome-section {
        margin-bottom: 65px;
        background-position: 31% center;
    }

        .riyadh-welcome-section::before {
            background: rgba(42, 1, 16, 0.78);
        }

    .riyadh-welcome-content {
        top: 55px;
        left: 20px !important;
        right: 20px !important;
        width: auto;
        max-width: none;
    }

        .riyadh-welcome-content h2 {
            margin-bottom: 16px;
            font-size: 36px;
        }

        .riyadh-welcome-content h3 {
            margin-bottom: 23px;
            font-size: 21px;
        }

        .riyadh-welcome-content p {
            font-size: 14px;
            line-height: 1.75;
        }

    .riyadh-animal-cards {
        right: 15px !important;
        bottom: -48px;
        left: 15px !important;
        justify-content: center;
        gap: 10px;
    }

    .riyadh-animal-card {
        width: 90px;
        height: 90px;
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .slider-event-info {
        top: 20px;
        left: 20px;
    }

    .slider-event-date {
        padding: 5px 8px;
        margin-bottom: 7px;
        border-radius: 7px;
        font-size: 17px;
        letter-spacing: 0;
    }

    .slider-event-location strong,
    .slider-event-location span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .expo-logo {
        width: 145px;
    }

    .ministry-logo {
        width: 110px;
    }

    .hero-copy h1 {
        font-size: 32px;
    }

    .hero-copy p {
        font-size: 14px;
    }

    .btn-main, .btn-line, .btn-light-outline {
        width: 100%;
    }

    .section-title {
        font-size: 29px;
    }

    .gallery-grid {
        columns: 1;
    }
}

@media (max-width: 480px) {
    .brand-header .expo-logo {
        width: 118px;
    }

    .ministry-wrap .ministry-logo {
        width: 145px;
    }

    .home-hero .carousel-item {
        height: 485px;
    }

    .hero-copy h1 {
        font-size: 31px;
    }

    .mini-partners {
        flex-wrap: wrap;
    }

    .editorial-heading::before {
        width: 125px;
        inset-inline-start: 0;
    }

    .editorial-heading::after {
        inset-inline-start: 35px;
    }

    .chain-preview-card {
        grid-template-columns: 96px 1fr;
    }

        .chain-preview-card img {
            width: 96px;
            height: 145px;
        }

    .site-footer.art-footer {
        min-height: 490px;
        background-size: auto 275px;
    }

    .footer-clean-band {
        height: 280px;
    }
}

@media (max-width: 420px) {
    .brand-header .expo-logo {
        width: 96px;
        height: 43px;
    }

    .ministry-wrap .ministry-logo {
        width: 128px;
        height: 42px;
    }

    .home-hero .carousel-item {
        height: 500px;
    }

    .hero-copy h1 {
        font-size: 28px;
    }

    .number-card strong {
        font-size: 22px;
    }

    .visit-hero-copy h1, .patronage-copy h2 {
        font-size: 29px;
    }

    .patronage-visual {
        min-height: 355px;
    }

    .patronage-frame {
        height: 325px;
    }

    .site-footer.art-footer {
        padding-top: 118px;
        background-size: auto 188px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal-target {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .inner-hero.inner-page-hero {
        min-height: 190px;
        padding: 28px 0;
    }

        .inner-hero.inner-page-hero::before {
            background: rgba(45, 0, 18, 0.48);
        }

    .inner-page-hero__image {
        object-position: center;
    }

    .inner-page-hero__content {
        width: 100%;
        margin: 0;
    }

        .inner-page-hero__content h1 {
            margin-bottom: 15px;
            padding-inline-start: 12px;
            font-size: 30px;
            line-height: 1.25;
        }

    .inner-page-hero__breadcrumb {
        margin-inline-start: 14px;
        padding: 8px 11px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .inner-hero.inner-page-hero {
        min-height: 175px;
    }

    .inner-page-hero__content h1 {
        font-size: 25px;
    }
}
/* ==================================================
   Events Mosaic
   Large image right + three small images left
================================================== */

.events-section {
    overflow: hidden;
}

.event-mosaic {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.72fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    height: 720px;
    direction: ltr;
}

/* تنسيق الكروت */

.event-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    background-color: #3b0619;
    text-decoration: none;
    isolation: isolate;
}

    .event-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.6s ease;
    }

    .event-card:hover img {
        transform: scale(1.045);
    }

/* الصورة الكبيرة على اليمين */

.event-card-large {
    grid-column: 2;
    grid-row: 1 / 4;
}

/* الصور الثلاث على اليسار */

.event-card-small {
    grid-column: 1;
}

    .event-card-small:nth-child(2) {
        grid-row: 1;
    }

    .event-card-small:nth-child(3) {
        grid-row: 2;
    }

    .event-card-small:nth-child(4) {
        grid-row: 3;
    }

/* تدرج غامق فوق الصور */

.event-card-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: unset;
}

/* النص */

.event-card-content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 45px 47px;
    color: #fff;
    direction: rtl;
    text-align: right;
}

    .event-card-content h3 {
        margin: 0 0 5px;
        color: #fff;
        font-size: 19px;
        font-weight: 800;
        line-height: 1.3;
    }

.event-card-description {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
}

    .event-card-description p {
        margin: 0;
    }

/* نص الصورة الكبيرة */

.event-card-large .event-card-content {
    padding: 35px 40px;
}

    .event-card-large .event-card-content h3 {
        font-size: 27px;
    }

.event-card-large .event-card-description {
    max-width: 720px;
    font-size: 14px;
}

/* تأثير الخط السفلي مثل التصميم */

.event-card::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
}

/* اللغة الإنجليزية */

html[lang="en"] .event-card-content {
    direction: ltr;
    text-align: left;
}

/* ==================================================
   Tablet
================================================== */

@media (max-width: 991.98px) {
    .event-mosaic {
        height: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 430px 190px;
    }

    .event-card-large {
        grid-column: 1 / 4;
        grid-row: 1;
    }

    .event-card-small:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .event-card-small:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .event-card-small:nth-child(4) {
        grid-column: 3;
        grid-row: 2;
    }

    .event-card-large .event-card-content {
        padding: 28px;
    }

        .event-card-large .event-card-content h3 {
            font-size: 24px;
        }
}

/* ==================================================
   Mobile
================================================== */

@media (max-width: 767.98px) {
    .event-mosaic {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 14px;
    }

    .event-card-large {
        order: 1;
        height: 400px;
    }

    .event-card-small {
        order: 2;
        height: 210px;
    }

    .event-card-content,
    .event-card-large .event-card-content {
        padding: 20px;
    }

        .event-card-content h3,
        .event-card-large .event-card-content h3 {
            font-size: 20px;
        }

    .event-card-description,
    .event-card-large .event-card-description {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .event-card-large {
        height: 340px;
    }

    .event-card-small {
        height: 185px;
    }
}
/* ==================================================
   Common Math CAPTCHA
================================================== */

.math-captcha-box {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 540px;
    margin: 24px 0;
    padding: 18px 20px;
    border: 1px solid rgba(118, 37, 181, 0.28);
    border-radius: 12px;
    background: #f8f5fb;
}

.math-captcha-icon {
    display: flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    color: #fff;
    background: #7625b5;
    font-size: 26px;
}

.math-captcha-content {
    flex: 1;
    min-width: 0;
}

    .math-captcha-content > label {
        display: block;
        margin-bottom: 8px;
        color: #3b0619;
        font-size: 15px;
        font-weight: 700;
    }

.math-captcha-fields {
    display: flex;
    align-items: center;
    gap: 12px;
}

.math-captcha-question {
    min-width: 110px;
    color: #7625b5;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    direction: ltr;
    text-align: center;
    white-space: nowrap;
}

.math-captcha-input {
    width: 95px;
    height: 46px;
    border: 1px solid #7625b5;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

    .math-captcha-input:focus {
        border-color: #35a9d6;
        box-shadow: 0 0 0 3px rgba(53, 169, 214, 0.18);
    }

.math-captcha-content small {
    display: block;
    margin-top: 8px;
    color: #666;
    font-size: 12px;
}

.captcha-validation-message {
    display: block;
    margin-top: 7px;
    color: #c62828;
    font-size: 13px;
    font-weight: 600;
}

/* Honeypot */
.captcha-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* English */
html[lang="en"] .math-captcha-box {
    direction: ltr;
    text-align: left;
}

/* Mobile */
@media (max-width: 575.98px) {
    .math-captcha-box {
        align-items: flex-start;
        width: 100%;
        padding: 16px;
    }

    .math-captcha-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        font-size: 21px;
    }

    .math-captcha-question {
        min-width: 90px;
        font-size: 21px;
    }

    .math-captcha-input {
        width: 80px;
    }
}
