:root {
    --bg: #0b1220;
    /* خلفية سكشن داكنة خفيفة */
    --card: #0f172a;
    /* خلفية البطاقة */
    --muted: #ffffff;
    /* نص ثانوي */
    --text: #e5e7eb;
    /* نص أساسي */
    --primary: goldenrod;
    /* لون أساسي (سيان) */
    --primary-ink: #04141a;
    /* نص داخل الزر الأساسي */
    --border: rgba(255, 255, 255, 0.08);
    --ring: rgb(254 245 209 / 23%);
    --radius: 18px;
}

body {
    font-family: "Cairo", sans-serif;
    background: #ffffff;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn {
    padding: 13px 60px;
    border: none;
}

.frame img {
    display: block;
    --fade: 12%;
    -webkit-mask-image: radial-gradient(
        closest-side,
        #9e9e9e 80%,
        transparent 100%
    );
    mask-image: radial-gradient(closest-side, #9e9e9e 80%, transparent 100%);
}

/* Header */
header {
    padding: 7px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

header.fixed-header {
    background: rgb(16 24 40);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

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

#menu-primary {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 16px;
}

#menu-primary a {
    color: #fff;
    opacity: 80%;
    font-size: 18px;
}

#menu-primary a:hover {
    opacity: 100%;
}

.logo img {
    height: 80px;
    width: 110px;
    object-fit: scale-down;
    filter: brightness(0) invert(1);
}

.info-page {
    position: relative;
    min-height: 950px;
    display: grid;
    align-items: center;
}

.info-page .content {
    font-size: 26px;
    max-width: 520px;
}

.info-page h1 {
    font-size: 90px;
}

.info-page .content small {
    display: block;
    margin-bottom: 30px;
}

.info-page .frame {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: -1;
}

/* main-slider */
.main-slider {
    height: 710px;
}

.main-slider .image-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    inset: 0;
}

.main-slider .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    );
    inset: 0;
}

.main-slider .slide-content {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 700px;
}

.main-slider .slide-content h2 {
    font-size: 60px;
    margin-bottom: 35px;
}

.main-slider .swiper-pagination {
    width: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    bottom: unset !important;
    left: 50px !important;
}

.main-slider .swiper-pagination-bullet {
    opacity: 30%;
    background: #ffffff;
    width: 11px;
    height: 11px;
}

.main-slider .swiper-pagination-bullet-active {
    opacity: 100%;
}

/* About Us */
#aboutUsPage .inner {
    margin-bottom: 40px;
    line-height: 1.7;
}

#aboutUsPage .box {
    border: 1px solid #ddd;
    height: 100%;
    padding: 22px 40px;
    border-radius: 10px;
}

#aboutUsPage .box img {
    height: 60px;
    object-fit: scale-down;
    display: block;
    margin-inline: auto;
    margin-bottom: 10px;
}

#aboutUsPage .box h3 {
    font-size: 20px;
}

#aboutUsPage .box .inner {
    margin: 0;
    opacity: 90%;
}

#aboutUsPage .box .inner ul {
    padding: 0;
    list-style: none;
}

.jalmood-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a, #111827);
}

.jalmood-banner::before,
.jalmood-banner::after {
    content: "";
    position: absolute;
    border-radius: 9999px;
    filter: blur(40px);
    opacity: 0.3;
    pointer-events: none;
}

.jalmood-banner::before {
    width: 260px;
    height: 260px;
    left: -60px;
    top: -60px;
    background: radial-gradient(circle, #daa520, transparent 60%);
}

.jalmood-banner::after {
    width: 260px;
    height: 260px;
    right: -60px;
    bottom: -60px;
    background: radial-gradient(circle, #b38001, transparent 60%);
}

.jalmood-banner__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.jalmood-eyebrow {
    color: #daa520;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    margin: 0 0 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.jalmood-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #daa520;
    display: inline-block;
}

.jalmood-banner h2 {
    color: #fff;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    margin: 0.25rem 0 0.5rem;
    line-height: 1.25;
}

.jalmood-sub {
    color: #dbeafe;
    font-size: 0.95rem;
    opacity: 0.95;
}

.jalmood-sub .en {
    opacity: 0.8;
    display: block;
}

.jalmood-cta {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.jalmood-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.1rem;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.jalmood-cta a.primary:hover {
    filter: brightness(1.05);
}

.jalmood-cta a.ghost {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}

.jalmood-cta a.ghost:hover {
    border-color: rgba(255, 255, 255, 0.45);
}

.jalmood-bullets {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #d1e5ff;
    font-size: 0.85rem;
    opacity: 0.9;
}

.jalmood-bullets li {
    position: relative;
    padding-inline-start: 12px;
}

.jalmood-bullets li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #daa520;
}

.jalmood-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    color: #eef2ff;
    padding: 1.1rem;
}

.jalmood-card p {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.jalmood-avatar {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.25rem;
}

.jalmood-avatar .dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.jalmood-avatar .muted {
    opacity: 0.75;
    font-size: 0.8rem;
}

.jalmood-note {
    margin-top: 0.75rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.8rem;
    opacity: 0.8;
}

.packages {
    background: linear-gradient(180deg, #0b1220, #0b1220 60%, #0c1222);
}

.packages__head {
    text-align: center;
    margin-bottom: 28px;
}

.packages__head h2 {
    color: var(--text);
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

.packages__head .sub {
    color: var(--muted);
    opacity: 0.9;
    margin: 0;
}

.packages__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

@media (min-width: 720px) {
    .packages__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1040px) {
    .packages__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.02)
    );
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px 18px 16px;
    color: var(--text);
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
    overflow: hidden;
    isolation: isolate;
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        600px 120px at 100% -5%,
        var(--ring),
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 0;
}

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.14);
}

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

.card__badge {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    background: rgb(218 165 32 / 15%);
    color: #daa520;
    border: 1px solid rgb(218 165 32 / 47%);
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    z-index: 1;
}

.card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    color: var(--primary);
    background: rgb(218 165 32 / 8%);
    border: 1px solid rgb(190 136 0 / 55%);
}

.card__title {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #fff;
}

.card__desc {
    margin: 0 0 0.6rem;
    color: var(--muted);
    font-size: 0.93rem;
    opacity: 0.95;
}

.packages__grid ul {
    list-style: none;
    margin: 0.4rem 0 0.9rem;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.packages__grid ul li {
    position: relative;
    padding-inline-start: 16px;
    color: #dbeafe;
    font-size: 0.9rem;
}

.packages__grid ul li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.6em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
}

.card__cta {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: 0.2s ease;
    border: 1px solid var(--border);
}

.btn.primary {
    background: var(--primary);
    color: var(--primary-ink);
    border-color: transparent;
}

.btn.primary:hover {
    filter: brightness(1.05);
}

.btn.ghost {
    color: #f8fafc;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
}

.btn.ghost:hover {
    border-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 960px) {
    .jalmood-banner__inner {
        grid-template-columns: 2fr 1fr;
        align-items: center;
    }
}

.price {
    margin: 0.4rem 0 0.8rem;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.price strong {
    color: #fff;
}

/* بطاقات */
.card-glass {
    background: #ffffff;
    border: 1px solid rgba(2, 6, 23, 0.08);
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.08);
    color: #0f172a;
    border-radius: 1rem;
}

/* كبسولة أيقونة */
.icon-pill {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #fef5d1;
    border: 1px solid rgb(218 165 32 / 56%);
    color: #daa520;
}

/* نص ثانوي */
.text-muted-2 {
    color: #475569 !important;
}

.btn-outline-light {
    color: #0f172a;
    border-color: rgba(2, 6, 23, 0.14);
}

.btn-outline-light:hover {
    background: #fef5d1;
    border-color: rgba(2, 6, 23, 0.14);
    color: #0f172a;
}

/* حقول النموذج */
.form-control,
.form-select {
    border: 1px solid rgba(2, 6, 23, 0.08);
    color: #0f172a;
}

.form-control::placeholder {
    color: #94a3b8;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(14, 165, 233, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.18);
    background: #ffffff;
    color: #0f172a;
}

/* قبل/بعد */
.ba-frame {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(2, 6, 23, 0.08);
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.08);
}

.ba-frame .ba-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-after {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
}

.ba-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-handle {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ba-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #0ea5e9;
    box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.18);
}

.ba-knob {
    position: absolute;
    left: calc(50% - 16px);
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0ea5e9;
    color: #ffffff;
    font-weight: 700;
    display: grid;
    place-items: center;
    border: 2px solid rgba(2, 6, 23, 0.12);
}

.ba-tags {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

.ba-tag {
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    border: 1px solid rgba(2, 6, 23, 0.08);
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.8rem;
}

/* خريطة */
.map-embed {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(2, 6, 23, 0.08);
    background: #ffffff;
}

.footer-wrap {
    background: #0f172a;
    color: #f8fafc;
    border-top: 1px solid rgba(2, 6, 23, 0.08);
}

.footer-top {
    padding: 48px 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.footer-logo {
    height: 80px;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}

.footer-tag {
    color: #f8fafc;
    margin: 0;
}

.footer-col-title {
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #f8fafc;
}

.footer-link {
    display: block;
    color: #f8fafc;
    text-decoration: none;
    padding: 0.35rem 0;
}

.footer-link:hover {
    color: #daa520;
    text-decoration: underline;
}

.footer-contact i {
    color: #daa520;
}

.footer-contact .row-item {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 0.4rem 0;
    color: #f8fafc;
    align-items: center;
}

.social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fef5d1;
    color: #daa520;
    text-decoration: none;
    margin-right: 0.4rem;
}

.social a:hover {
    filter: brightness(1.03);
}

.newsletter .form-control {
    background: #162340;
    border: 1px solid rgb(2 6 23 / 31%);
    color: #f8fafc;
}

.newsletter .form-control:focus {
    border-color: rgba(14, 165, 233, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.18);
}

.newsletter .btn:hover {
    filter: brightness(1.05);
}

.footer-bottom {
    border-top: 1px solid rgba(2, 6, 23, 0.08);
    padding: 14px 0;
    font-size: 0.95rem;
}

.text-bg-info {
    background: #fef5d1 !important;
}

.legal a {
    color: #f8fafc;
    text-decoration: none;
    margin-left: 1rem;
}

.legal a:hover {
    color: #daa520;
    text-decoration: underline;
}

/* Light styling for both sections (no CSS variables) */
.section-light {
    background: #f8fafc;
}

.faq-wrap,
.partners-wrap {
    padding: 56px 0;
}

.section-head {
    text-align: center;
    margin-bottom: 24px;
}

.section-head h2 {
    color: #0f172a;
    margin: 0 0 6px;
    font-weight: 800;
}

.section-head p {
    color: #475569;
    margin: 0;
}

/* FAQ */
.faq-accordion .accordion-item {
    background: #ffffff;
    border: 1px solid rgba(2, 6, 23, 0.08);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.06);
    margin-bottom: 10px;
}

.faq-accordion .accordion-button {
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    padding: 1rem 1.1rem;
}

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

.faq-accordion .accordion-button:focus {
    border-color: rgba(14, 165, 233, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.18);
}

.faq-accordion .accordion-body {
    color: #475569;
}

/* Partners */
.partners-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .partners-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.partner-card {
    background: #ffffff;
    border: 1px solid rgba(2, 6, 23, 0.08);
    border-radius: 14px;
    padding: 16px;
    display: grid;
    place-items: center;
    aspect-ratio: 1.9/1;
    transition: transform 0.2s ease, box-shadow 0.2s ease,
        border-color 0.2s ease;
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.06);
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.1);
    border-color: rgba(2, 6, 23, 0.14);
}

.partner-card img {
    max-width: 100%;
    max-height: 64px;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: filter 0.2s, opacity 0.2s, transform 0.2s;
}

.partner-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.04);
}

.badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.badge-accred {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 34px;
    border-radius: 999px;
    padding: 0 0.8rem;
    background: #fef5d1;
    color: #0f172a;
    border: 1px solid rgb(218 165 32);
    font-weight: 600;
    font-size: 0.9rem;
}

.badge-accred i {
    color: #daa520;
}

.partners-note {
    color: #64748b;
    font-size: 0.92rem;
    margin-top: 10px;
}

#header {
    background: #0f172a;
    min-height: 280px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

#header h1 {
    margin: 0;
    padding-top: 130px;
}

.lang-switch a {
    color: #fff;
}

.lang-switch a:hover {
    color: #daa520;
}

#menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

#close-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 20px;
    display: none;
}

.pag-image {
    height: 640px;
    width: 100%;
    object-fit: cover;
}

.about-us-page .box {
    margin-bottom: 30px;
}

.about-us-page .content-page {
    margin-bottom: 40px;
}

.about-us-page .box img.image-icon {
    height: 50px;
    object-fit: cover;
    width: 50px;
    margin-bottom: 6px;
}

.about-us-page .box h3 {
    font-size: 22px;
}

.about-us-page .box ul {
    padding: 0;
    list-style: none;
}
#packages-section {
    background: #fff !important;
}

#packages-section .packages__head h2,
#packages-section .packages__head p {
    color: #0c1222 !important;
}

#packages-section .card {
    background: #101828;
}
@media (max-width: 992px) {
    #menu-primary {
        position: fixed;
        top: 0;
        inset-inline-start: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        flex-direction: column;
        background: #0f172a;
        padding: 40px;
    }

    #menu-primary.active {
        transform: translateX(0);
    }

    #menu-toggle,
    #close-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .main-slider {
        height: 450px;
    }
    #aboutUsPage .box {
        margin-bottom: 20px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .logo img {
        width: 80px;
        height: 70px;
    }
    .footer-top {
        overflow: hidden;
        padding-inline: 16px;
    }
}
