:root {
  --brand-dark:   #0F172A;
  --brand-primary:#0DB39E;
  --brand-primary-hover:#0A8C7C;
  --brand-accent: #FFB703;
  --brand-light:  #F6F7FB;
  --brand-text:   #111827;
}

/* خط عربي مناسب (بعد ما تضيفه من Google Fonts مثلاً Tajawal) */
body {
  font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brand-text);
  background-color: #ffffff;
}

/* sections فاتحة مشتركة */
.section-light {
  background-color: var(--brand-light);
}
.section-dark {
  background-color: var(--brand-dark);
  color: #F9FAFB;
}

.border-primary {
    border-color: #0DB39E !important;
}
.text-primary {
    color: #0DB39E !important;
}
.bg-primary {
    background-color: #0DB39E !important;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
    font-family: "Changa", sans-serif !important;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--brand-light);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--brand-primary);
}

.btn.btn-light {
    color: var(--brand-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--brand-light);
    background: var(--brand-primary);
}


/* ====== Header / Topbar Premium Style ====== */

.topbar-premium {
    background: linear-gradient(90deg, #050816 0%, #081a3a 45%, #0f244f 100%);
    color: #f8f9fa;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-premium .top-link {
    position: relative;
    transition: color 0.2s ease, transform 0.2s ease;
}

.topbar-premium .top-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #f1c94a, #ffffff);
    transition: width 0.2s ease;
}

.topbar-premium .top-link:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.topbar-premium .top-link:hover::after {
    width: 100%;
}

/* ====== Navbar Premium ====== */

.navbar-premium {
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 1030;
}

/* Logo size */
.logo-royal {
    width: 180px;
    height: 75px;
    object-fit: cover;
}

/* Nav links */
.navbar-premium .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 0.96rem;
    padding: 0.75rem 1rem;
    color: #1c2340;
    position: relative;
    transition: color 0.2s ease, transform 0.2s ease;
}

.navbar-premium .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0.35rem;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f1c94a, #f7e7a5);
    border-radius: 999px;
    transition: width 0.2s ease;
}

.navbar-premium .navbar-nav .nav-link:hover,
.navbar-premium .navbar-nav .nav-link:focus,
.navbar-premium .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #0f2b63;
    transform: translateY(-1px);
}

.navbar-premium .navbar-nav .nav-item.current-menu-item .nav-link::before,
.navbar-premium .navbar-nav .nav-link:hover::before {
    width: 60%;
}

/* ====== CTA button (WhatsApp) ====== */

.btn-royal {
    background: linear-gradient(135deg, #f1c94a, #f7e7a5);
    color: #1c2340;
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    font-weight: 600;
}

.btn-royal:hover,
.btn-royal:focus {
    color: #111827;
    background: linear-gradient(135deg, #ffd34b, #fff0b8);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

/* Small round buttons for mobile phone / WhatsApp */
.btn-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Spinner color tweak to match royal theme (اختياري) */
.spinner-border.text-primary {
    color: #0f244f !important;
}


/* ====== Royal Hero Section ====== */

.hero-royal .header-carousel-item {
    position: relative;
    min-height: 80vh;
    color: #f9fafb;
    overflow: hidden;
}

.hero-royal .header-carousel-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.45) saturate(1.1);
    transform: scale(1.03);
    transition: transform 8s ease-out;
}

.hero-royal .owl-item.active .header-carousel-item img {
    transform: scale(1.06);
}

/* Overlay ملكي فوق الصورة */
.hero-royal .header-carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(241, 201, 74, 0.32), transparent 55%),
        linear-gradient(120deg, rgba(5, 8, 22, 0.92), rgba(15, 36, 79, 0.88));
    mix-blend-mode: multiply;
}

/* Caption في النص ورا */
.hero-royal .carousel-caption {
    position: relative;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* كارت جلاس مورفي حوالين النص */
.hero-card-royal {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), rgba(15, 23, 42, 0.7));
    border-radius: 24px;
    padding: 2rem 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* بادج الاسم + السطر التعريفي */
.hero-eyebrow {
    gap: 0.5rem;
}

.hero-badge-main {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1c94a, #f7e7a5);
    color: #1c2340;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.hero-badge-main i {
    font-size: 0.95rem;
}

.hero-badge-sub {
    color: rgba(249, 250, 251, 0.85);
    font-size: 0.86rem;
}

/* نصوص ناعمة */
.text-light-soft {
    color: rgba(249, 250, 251, 0.92);
}

.text-light-muted,
.hero-small {
    color: rgba(249, 250, 251, 0.7);
    font-size: 0.85rem;
}

/* الميتا تشيبس */
.hero-meta {
    gap: 0.5rem;
}

.hero-meta-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(249, 250, 251, 0.35);
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.65));
    font-size: 0.8rem;
    color: #f9fafb;
}

.hero-meta-pill i {
    font-size: 0.85rem;
}

/* أزرار الهيرو */
.btn-ghost-light {
    background-color: transparent;
    color: #f9fafb;
    border: 1px solid rgba(249, 250, 251, 0.75);
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
    background-color: rgba(249, 250, 251, 0.12);
    border-color: #ffffff;
    color: #ffffff;
}

/* تأكد أن btn-royal من الرد السابق موجود؛ يستخدم هنا أيضاً */

/* موبايل وتابليت */
@media (max-width: 991.98px) {
    .hero-royal .header-carousel-item {
        min-height: 75vh;
    }

    .hero-card-royal {
        padding: 1.5rem 1.75rem;
        border-radius: 18px;
    }

    .hero-royal .carousel-caption {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .hero-badge-sub {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-card-royal h1,
    .hero-card-royal h2 {
        font-size: 1.8rem;
    }

    .hero-card-royal p.fs-5 {
        font-size: 0.98rem;
    }
}



/* ====== About – Royal Style ====== */

.about-royal {
    background-color: #f5f7fb;
}

.about-royal .about-text-lead {
    font-size: 1.02rem;
    color: #111827;
}

.section-eyebrow {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0.9;
}

.text-gradient-royal {
    background: linear-gradient(135deg, #0f244f, #f1c94a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Feature icons */

.about-features {
    margin-top: 1.25rem;
}

.about-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #f1c94a, #0f244f);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 12px 25px rgba(15, 36, 79, 0.25);
    font-size: 1.4rem;
}

/* About CTA */

.about-cta {
    margin-top: 0.75rem;
}

.about-cta-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #0f244f;
    color: #f1c94a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 0.75rem;
    box-shadow: 0 12px 25px rgba(15, 36, 79, 0.35);
    font-size: 1.3rem;
}

.about-cta-number {
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    color: #0f244f;
    text-decoration: none;
}

.about-cta-number:hover {
    color: #d4a936;
}

.about-cta-sub {
    font-size: 0.85rem;
    color: #6b7280;
}

/* About image / media */

.about-media-royal {
    max-width: 420px;
    margin-inline: auto;
}

.about-media-outer {
    position: absolute;
    inset: -12%;
    background: radial-gradient(circle at top, rgba(241, 201, 74, 0.35), transparent 55%);
    opacity: 0.85;
    z-index: 1;
}

.about-media-inner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.35);
}

.about-media-inner img {
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.about-media-royal:hover img {
    transform: scale(1.05);
}

/* Badge on image */

.about-badge-years {
    position: absolute;
    inset-inline-end: -10px;
    inset-block-end: 20px;
    z-index: 3;
    background: linear-gradient(135deg, #0f244f, #111827);
    color: #f9fafb;
    padding: 0.7rem 1rem;
    border-radius: 18px;
    min-width: 150px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.about-badge-label {
    font-size: 0.78rem;
    color: #e5e7eb;
}

.about-badge-number {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #f1c94a;
    margin-inline-end: 0.25rem;
}

.about-badge-text {
    display: block;
    font-size: 0.8rem;
    color: #e5e7eb;
}

/* ====== Facts – Royal Stats Strip ====== */

.facts-royal {
    background: radial-gradient(circle at top, #111827, #020617 55%, #000000);
    position: relative;
    overflow: hidden;
}

.facts-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -10%;
    inset-block-start: -20%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.16), transparent 65%);
    opacity: 0.9;
}

.facts-royal::after {
    content: "";
    position: absolute;
    inset-inline-end: -10%;
    inset-block-end: -20%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 65%);
}

/* Ensure content above overlay */
.facts-royal .facts-inner {
    position: relative;
    z-index: 2;
}

/* Cards */

.fact-card {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.82));
    border-radius: 22px;
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(248, 250, 252, 0.06);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fact-card .ts-facts-img img {
    max-width: 62px;
}

.ts-facts-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #f1c94a;
    margin-bottom: 0.25rem;
}

.ts-facts-title {
    font-size: 1rem;
    color: #f9fafb;
    margin-bottom: 0.25rem;
}

.ts-facts-sub {
    font-size: 0.86rem;
    color: #e5e7eb;
    margin: 0;
}

/* Responsive adjustments */

@media (max-width: 991.98px) {
    .about-media-royal {
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .fact-card {
        flex-direction: row;
    }

    .about-badge-years {
        inset-inline-end: 10px;
        inset-block-end: 10px;
        padding: 0.5rem 0.8rem;
    }
}

/* ====== Services – Royal Grid ====== */

.service-royal {
    background: radial-gradient(circle at top, #f9fafb 0%, #e5ebf7 45%, #edf2ff 100%);
}

.service-royal .text-muted {
    color: #4b5563 !important;
}

/* Cards */

.service-card-royal {
    background-color: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.04);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f1c94a, #0f244f);
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.service-card-royal:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
    border-color: rgba(241, 201, 74, 0.7);
}

.service-card-royal:hover::before {
    opacity: 1;
    transform: translateY(0);
}

/* Image */

.service-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
}

.service-img-wrap img {
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.service-card-royal:hover .service-img-wrap img {
    transform: scale(1.07);
}

/* Over tags on image */

.service-tag-royal {
    position: absolute;
    inset-inline-start: 1rem;
    inset-block-start: 1rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #f9fafb;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.service-chip-royal {
    position: absolute;
    inset-inline-end: 1rem;
    inset-block-end: 1rem;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f244f;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.25);
}

.service-chip-royal i {
    font-size: 0.85rem;
}

/* Body */

.service-body-royal {
    padding: 1.3rem 1.4rem 1.1rem;
    position: relative;
}

.service-icon-badge {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: radial-gradient(circle at top left, #f1c94a, #0f244f);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    position: absolute;
    inset-inline-end: 1.4rem;
    inset-block-start: -21px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.35);
}

.service-title-link {
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
}

.service-title-link:hover {
    color: #b3861c;
}

.service-body-royal p {
    color: #4b5563;
    font-size: 0.95rem;
}

/* Features list */

.service-list-royal {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list-royal li {
    position: relative;
    padding-inline-start: 1.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    color: #374151;
}

.service-list-royal li::before {
    content: "•";
    position: absolute;
    inset-inline-start: 0.2rem;
    color: #f1c94a;
    font-size: 1.1rem;
    line-height: 1;
}

/* Footer CTA inside card */

.service-footer-royal {
    padding: 0 1.4rem 1.3rem;
    margin-top: auto;
}

.service-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0f244f;
    text-decoration: none;
}

.service-cta-link i {
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.service-card-royal:hover .service-cta-link i {
    transform: translateX(-4px);
}

/* Bottom CTA band */

.services-bottom-cta {
    margin-top: 3rem;
}

.services-bottom-inner {
    background: linear-gradient(120deg, #0f244f, #111827);
    border-radius: 24px;
    padding: 1.8rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.45);
    color: #f9fafb;
}

.services-bottom-label {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e5e7eb;
    margin-bottom: 0.25rem;
}

.services-bottom-text h3 {
    font-size: 1.3rem;
}

.services-bottom-text p {
    font-size: 0.9rem;
    color: #e5e7eb;
}

.services-bottom-actions .btn {
    margin-inline-start: 0.25rem;
}

/* Ghost dark button */

.btn-ghost-dark {
    background-color: transparent;
    color: #f9fafb;
    border: 1px solid rgba(249, 250, 251, 0.8);
    font-weight: 500;
}

.btn-ghost-dark:hover,
.btn-ghost-dark:focus {
    background-color: rgba(249, 250, 251, 0.12);
    color: #ffffff;
    border-color: #ffffff;
}

/* Responsive */

@media (max-width: 991.98px) {
    .service-body-royal {
        padding: 1.1rem 1.2rem 1rem;
    }

    .service-icon-badge {
        inset-inline-end: 1.2rem;
    }

    .services-bottom-inner {
        padding: 1.6rem 1.4rem;
        text-align: center;
        justify-content: center;
    }

    .services-bottom-actions .btn {
        width: 100%;
        margin-inline-start: 0;
    }
}

@media (max-width: 575.98px) {
    .service-card-royal {
        border-radius: 18px;
    }

    .service-img-wrap {
        border-radius: 18px 18px 0 0;
    }

    .service-chip-royal {
        inset-inline-end: 0.75rem;
        inset-block-end: 0.75rem;
    }
}


/* ====== Features – Why Royal Wing? ====== */

.feature-royal {
    background: radial-gradient(circle at top, #fefce8 0%, #f9fafb 45%, #e5e7eb 100%);
    position: relative;
    overflow: hidden;
}

.feature-royal::before {
    content: "";
    position: absolute;
    inset-inline-end: -120px;
    inset-block-start: -140px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.35), transparent 65%);
    opacity: 0.9;
}

.feature-royal::after {
    content: "";
    position: absolute;
    inset-inline-start: -120px;
    inset-block-end: -140px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(15, 36, 79, 0.22), transparent 65%);
}

/* Cards */

.feature-card-royal {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f9fafb);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    overflow: hidden;
}

.feature-card-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -40%;
    inset-block-start: -50%;
    width: 160%;
    height: 65%;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.22), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.feature-card-royal:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
    border-color: rgba(241, 201, 74, 0.7);
    background: linear-gradient(155deg, #ffffff, #fdf6d9);
}

.feature-card-royal:hover::before {
    opacity: 1;
}

/* Header inside card */

.feature-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}

.feature-icon-royal {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: radial-gradient(circle at top left, #f1c94a, #0f244f);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.45);
    position: relative;
    z-index: 2;
    transition: transform 0.25s ease;
}

.feature-card-royal:hover .feature-icon-royal {
    transform: translateY(-4px) rotate(-3deg);
}

.feature-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.1);
}

/* Text */

.feature-card-royal h4 {
    font-weight: 700;
    color: #0f172a;
}

.feature-card-royal p {
    font-size: 0.95rem;
    color: #4b5563;
}

/* Responsive tweaks */

@media (max-width: 991.98px) {
    .feature-card-royal {
        padding: 1.25rem 1.3rem !important;
    }
}

@media (max-width: 575.98px) {
    .feature-number {
        font-size: 1.5rem;
    }

    .feature-icon-royal {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}



/* ====== Blog – Royal Recent Articles ====== */

.blog-royal {
    background: radial-gradient(circle at top, #020617 0%, #020617 30%, #020617 60%, #020617 100%);
    position: relative;
    overflow: hidden;
}

.blog-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -10%;
    inset-block-start: -15%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.28), transparent 65%);
    opacity: 0.9;
}

.blog-royal::after {
    content: "";
    position: absolute;
    inset-inline-end: -10%;
    inset-block-end: -15%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent 65%);
}

.blog-royal .display-5,
.blog-royal h2,
.blog-royal h3 {
    color: #f9fafb;
}

.text-light-muted-blog {
    color: rgba(209, 213, 219, 0.9);
}

/* Card */

.blog-card-royal {
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.95));
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.blog-card-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -30%;
    inset-block-start: -40%;
    width: 160%;
    height: 80%;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.16), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.blog-card-royal:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85);
    border-color: rgba(241, 201, 74, 0.75);
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), rgba(15, 23, 42, 0.98));
}

.blog-card-royal:hover::before {
    opacity: 1;
}

/* Media / thumbnail */

.blog-card-media {
    position: relative;
    overflow: hidden;
}

.blog-thumb-link {
    display: block;
    position: relative;
}

.blog-thumb-img {
    width: 100%;
    padding-top: 62%;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.blog-card-royal:hover .blog-thumb-img {
    transform: scale(1.07);
}

/* Chips on image */

.blog-chip-group {
    position: absolute;
    inset-inline-start: 1rem;
    inset-block-end: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    z-index: 2;
}

.blog-chip-category,
.blog-chip-status {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.blog-chip-category {
    background: rgba(15, 23, 42, 0.9);
    color: #f9fafb;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.6);
}

.blog-chip-category:hover {
    color: #fef3c7;
    border-color: rgba(252, 211, 77, 0.85);
}

.blog-chip-status {
    background: rgba(15, 23, 42, 0.7);
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.blog-chip-category i,
.blog-chip-status i {
    font-size: 0.85rem;
}

/* Body */

.blog-card-body {
    padding: 1.5rem 1.4rem 1.2rem;
}

.blog-title-link {
    text-decoration: none;
}

.blog-card-title {
    font-size: 1.1rem;
    color: #f9fafb;
    line-height: 1.6;
}

.blog-title-link:hover .blog-card-title {
    color: #fde68a;
}

.blog-card-excerpt {
    font-size: 0.92rem;
    color: #e5e7eb;
}

/* Meta + read more */

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.4rem;
}

.blog-author {
    font-size: 0.82rem;
    color: #9ca3af;
}

.blog-author i {
    font-size: 0.8rem;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #e5e7eb;
    text-decoration: none;
}

.blog-read-more i {
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.blog-card-royal:hover .blog-read-more i {
    transform: translateX(-4px);
}

/* Bottom CTA */

.blog-bottom-cta {
    position: relative;
    z-index: 3;
}

.blog-bottom-cta .btn + .btn {
    margin-inline-start: 0.25rem;
}

/* Responsive */

@media (max-width: 991.98px) {
    .blog-card-body {
        padding: 1.3rem 1.2rem 1.1rem;
    }

    .blog-card-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-bottom-cta .btn {
        width: 100%;
        margin-inline-start: 0;
    }
}

@media (max-width: 575.98px) {
    .blog-card-royal {
        border-radius: 18px;
    }
}



/* ====== FAQ – Royal Help Center ====== */

.faq-royal {
    background: radial-gradient(circle at top, #f3f4ff 0%, #eef0ff 30%, #e5e7eb 100%);
    position: relative;
    overflow: hidden;
}

.faq-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -120px;
    inset-block-start: -160px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.35), transparent 65%);
    opacity: 0.85;
}

.faq-royal::after {
    content: "";
    position: absolute;
    inset-inline-end: -120px;
    inset-block-end: -160px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(15, 36, 79, 0.25), transparent 65%);
}

/* Main card */

.faq-card-royal {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), #f9fafb);
    border-radius: 24px;
    padding: 1.7rem 1.8rem 1.4rem;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
    border: 1px solid rgba(148, 163, 184, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Intro text & CTA inside card */

.faq-intro {
    margin-bottom: 1.2rem;
}

.faq-label {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.faq-label i {
    font-size: 0.9rem;
}

.faq-intro p {
    font-size: 0.9rem;
    color: #4b5563;
}

.faq-quick-cta .btn {
    font-size: 0.85rem;
}

/* Accordion styling */

.faq-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-icon-width: 1.1rem;
}

.faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0.35rem;
}

.faq-accordion .accordion-button {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 0.8rem 1rem;
    font-size: 0.93rem;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.4);
    text-align: right;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #0f172a;
    background: linear-gradient(135deg, #fefce8, #fff7cc);
    border-color: #eab308;
    box-shadow: 0 12px 26px rgba(234, 179, 8, 0.25);
}

.faq-accordion .accordion-button::after {
    /* نحتفظ بأيقونة البوتستراب لكن نغيّر لونها */
    filter: hue-rotate(35deg) brightness(1.1);
}

.faq-accordion .accordion-body {
    font-size: 0.9rem;
    color: #4b5563;
    padding: 0.8rem 1.1rem 0.8rem;
}

/* Remove top border between items */
.faq-accordion .accordion-collapse {
    border: none;
}

/* Media / image side */

.faq-media-royal {
    max-width: 480px;
    margin-inline: auto;
}

.faq-media-glow {
    position: absolute;
    inset: -12%;
    background: radial-gradient(circle at top, rgba(15, 36, 79, 0.4), transparent 60%);
    opacity: 0.8;
    z-index: 1;
}

.faq-media-inner {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.5);
}

.faq-media-inner img {
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.faq-media-royal:hover img {
    transform: scale(1.06);
}

/* Badge on image */

.faq-media-badge {
    position: absolute;
    inset-inline-end: 12px;
    inset-block-end: 12px;
    z-index: 3;
    background: linear-gradient(135deg, #0f172a, #0b1120);
    color: #f9fafb;
    border-radius: 18px;
    padding: 0.7rem 1rem;
    min-width: 210px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65);
}

.faq-media-badge-title {
    font-size: 0.86rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.faq-media-badge-title i {
    font-size: 0.95rem;
    color: #facc15;
}

.faq-media-badge-body {
    font-size: 0.8rem;
}

.faq-media-badge-body .fw-bold {
    font-size: 0.96rem;
    color: #facc15;
}

.faq-media-badge-whatsapp {
    display: inline-flex;
    align-items: center;
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: #bbf7d0;
}

.faq-media-badge-whatsapp i {
    font-size: 0.85rem;
}

/* Responsive */

@media (max-width: 991.98px) {
    .faq-card-royal {
        margin-bottom: 2rem;
        padding: 1.4rem 1.4rem 1.2rem;
    }

    .faq-media-badge {
        inset-inline-end: 10px;
        inset-block-end: 10px;
        padding: 0.6rem 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .faq-card-royal {
        border-radius: 18px;
    }

    .faq-media-inner {
        border-radius: 22px;
    }
}

/* ====== Testimonials – Royal Voices ====== */

.testimonial-royal {
    background: radial-gradient(circle at top, #020617 0%, #020617 45%, #020617 100%);
    position: relative;
    overflow: hidden;
}

.testimonial-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -10%;
    inset-block-start: -20%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.22), transparent 65%);
    opacity: 0.9;
}

.testimonial-royal::after {
    content: "";
    position: absolute;
    inset-inline-end: -10%;
    inset-block-end: -20%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent 65%);
}

.testimonial-intro-text {
    color: rgba(209, 213, 219, 0.9);
}

/* Rating summary */

.testimonial-summary {
    position: relative;
    z-index: 2;
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.8));
    border-radius: 20px;
    padding: 1.1rem 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6);
}

.testimonial-summary-left {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.testimonial-score {
    display: flex;
    align-items: baseline;
    color: #facc15;
}

.score-number {
    font-size: 2rem;
    font-weight: 800;
}

.score-max {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-inline-start: 0.15rem;
}

.testimonial-stars {
    color: #facc15;
    font-size: 0.95rem;
}

.testimonial-summary-text {
    font-size: 0.86rem;
    color: #e5e7eb;
}

.testimonial-summary-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.testimonial-source-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.6);
    color: #e5e7eb;
    font-size: 0.8rem;
}

.testimonial-source-chip img {
    width: 22px;
    height: 22px;
}

/* Cards inside Owl */

.testimonial-card-royal {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), rgba(15, 23, 42, 0.96));
    border-radius: 22px;
    padding: 1.4rem 1.5rem 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: #e5e7eb;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.testimonial-card-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -35%;
    inset-block-start: -35%;
    width: 160%;
    height: 70%;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.18), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.testimonial-card-royal:hover::before {
    opacity: 1;
}

/* Header: avatar, name, meta, stars */

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
}

.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(135deg, #facc15, #f97316);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #0f172a;
    font-size: 1.1rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
}

.testimonial-client h4 {
    font-size: 1rem;
    color: #f9fafb;
}

.testimonial-meta span {
    font-size: 0.8rem;
    color: #9ca3af;
}

.testimonial-rating {
    color: #facc15;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* Body text */

.testimonial-body {
    position: relative;
    z-index: 2;
}

.testimonial-body p {
    font-size: 0.9rem;
    color: #e5e7eb;
}

/* Quote icon */

.testimonial-quote-icon {
    position: absolute;
    inset-inline-start: 1.1rem;
    inset-block-start: 1.1rem;
    color: rgba(15, 23, 42, 0.45);
    font-size: 1.8rem;
    z-index: 1;
}

/* Owl general tweaks */

.testimonial-royal .owl-carousel .owl-stage-outer {
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
}

/* Responsive */

@media (max-width: 991.98px) {
    .testimonial-summary {
        padding: 1rem 1.1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-summary-right {
        width: 100%;
        justify-content: space-between;
    }

    .testimonial-summary-cta .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .testimonial-card-royal {
        border-radius: 18px;
        padding: 1.2rem 1.2rem 1.2rem;
    }

    .testimonial-summary {
        border-radius: 18px;
    }

    .testimonial-summary-right {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ====== Contact – Royal Booking Section ====== */

.contact-royal {
    background: radial-gradient(circle at top, #020617 0%, #020617 45%, #020617 100%);
    position: relative;
    overflow: hidden;
}

.contact-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -12%;
    inset-block-start: -18%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.28), transparent 65%);
    opacity: 0.9;
}

.contact-royal::after {
    content: "";
    position: absolute;
    inset-inline-end: -12%;
    inset-block-end: -18%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent 65%);
}

.contact-royal .display-5,
.contact-royal h2,
.contact-royal h3 {
    color: #f9fafb;
}

.contact-intro-text {
    color: rgba(209, 213, 219, 0.9);
}

/* Info card */

.contact-info-card {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), rgba(15, 23, 42, 0.96));
    border-radius: 22px;
    padding: 1.6rem 1.6rem 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.75);
    color: #e5e7eb;
}

.contact-info-card h3 {
    font-size: 1.3rem;
}

.contact-info-card p {
    font-size: 0.9rem;
}

/* Quick actions */

.contact-main-actions .btn {
    font-size: 0.9rem;
}

.contact-main-actions .btn i {
    font-size: 0.9rem;
}

/* Highlights */

.contact-highlights {
    margin-top: 0.5rem;
}

.contact-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.contact-highlight-item .icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #facc15, #f97316);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 1rem;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
    flex-shrink: 0;
}

.contact-highlight-item h4 {
    color: #f9fafb;
    font-size: 0.96rem;
    margin-bottom: 0.1rem;
}

.contact-highlight-item p {
    font-size: 0.86rem;
    color: #d1d5db;
    margin-bottom: 0;
}

/* Form card */

.contact-form-card {
    position: relative;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), rgba(15, 23, 42, 0.98));
    border-radius: 22px;
    padding: 1.7rem 1.7rem 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.8);
    color: #e5e7eb;
}

.contact-form-header p {
    font-size: 0.9rem;
    color: #d1d5db;
}

/* Form styling (fallback + plugins) */

.contact-form-card .form-label {
    font-size: 0.84rem;
    color: #e5e7eb;
}

.contact-form-card .form-control,
.contact-form-card textarea {
    background-color: rgba(15, 23, 42, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #f9fafb;
    font-size: 0.88rem;
}

.contact-form-card .form-control:focus,
.contact-form-card textarea:focus {
    border-color: #facc15;
    box-shadow: 0 0 0 0.15rem rgba(250, 204, 21, 0.25);
}


.contact-form-note {
    font-size: 0.78rem;
    color: #9ca3af;
}



.contact-form-card .wpcf7-form p {
    margin-bottom: 0.7rem;
}

.contact-form-card .wpcf7-form input[type="text"],
.contact-form-card .wpcf7-form input[type="email"],
.contact-form-card .wpcf7-form input[type="tel"],
.contact-form-card .wpcf7-form textarea {
    width: 100%;
    background-color: rgba(15, 23, 42, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #f9fafb;
    font-size: 0.88rem;
    padding: 0.55rem 0.85rem;
}

.contact-form-card .wpcf7-form input[type="submit"],
.contact-form-card .wpcf7-submit {

}

/* Responsive tweaks */

@media (max-width: 991.98px) {
    .contact-info-card,
    .contact-form-card {
        border-radius: 18px;
        padding: 1.4rem 1.4rem 1.3rem;
    }
}

@media (max-width: 575.98px) {
    .contact-main-actions .btn {
        text-align: center;
    }
}

/********************************************************
 * ADDITIONAL STYLES
 ********************************************************/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/carousel-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
    font-family: "Changa", sans-serif !important;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--brand-light);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--brand-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/




/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--brand-light);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--brand-light);
    background: var(--brand-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--brand-light);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--brand-light);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
    font-family: "Changa", sans-serif !important;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--brand-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--brand-light);
    background: var(--brand-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--brand-primary);
    color: var(--brand-light);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--brand-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--brand-primary);
    color: var(--brand-light);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--brand-primary);
}
/*** Blog End ***/


/* News Listing
================================================== */
.breadcrumb-item + .breadcrumb-item::before {
	float: right !important;
}
.post {
	border-bottom: 1px solid #dadada;
	padding: 0 0 30px;
	margin: 0 0 45px;
  }

  .post.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
  }

  .post-body {
	padding: 20px 0;
  }

  .entry-header .entry-title {
	font-size: 24px;
	margin: 5px 0 15px;
	position: relative;
	line-height: 34px;
	font-family: "Changa", sans-serif !important;
  }

  .entry-header .entry-title a {
	color: #303030;
  }


  .entry-header .entry-title a:hover {
	color: var(--brand-primary);;
  }

  .post-single .entry-header .entry-title {
	font-size: 28px;
  }

  /* Meta */
  .post-meta {
	padding-bottom: 10px;
  }

  .post-meta a {
	color: #303030;
  }

  .post-meta a:hover {
	color: var(--brand-primary);
  }

  .post-meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #dadada;
	line-height: 12px;
	display: inline-block;
  }

  .post-meta i {
	color: #bbb;
	margin-right: 3px;
  }

  .post-meta .post-comment {
	border-right: 0;
  }

  .post-meta .post-comment .comments-link {
	margin-left: 5px;
  }

  .entry-content {
	padding: 5px 10px;
  }

  .post-footer .btn.btn-primary {
	font-size: 12px;
	margin-top: 10px;
  }


/* =========================
   Service Page Premium
   ========================= */
.service-content-royal h2 {
  margin-top: 2.2rem;
  margin-bottom: 0.8rem;
  font-weight: 800;
  color: #0f244f;
}
.service-content-royal h3 {
  margin-top: 1.4rem;
  font-weight: 700;
}
.service-content-royal p {
  line-height: 1.9;
}
.service-content-royal ul li,
.service-content-royal ol li {
  margin-bottom: .55rem;
}

.royal-highlight {
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(135deg, rgba(15,36,79,0.06), rgba(241,201,74,0.10));
  border: 1px solid rgba(15,23,42,0.06);
}


/* =========================
   GENERAL SINGLE WRAPPER
   ========================= */

#single-wrapper {
    background-color: #f5f7fb;
}

.single-post-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* =========================
   HERO / BREADCRUMB SECTION
   ========================= */

.single-post-hero {
    position: relative;
    background: linear-gradient(135deg, #002b5c, #01579b);
    color: #ffffff;
    overflow: hidden;
}

.single-post-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    pointer-events: none;
}

.single-post-hero .container {
    position: relative;
    z-index: 2;
}

.single-post-hero h1 {
    font-size: 2.2rem;
    font-weight: 700;
}

.single-post-hero .badge {
    font-size: 0.85rem;
}

/* breadcrumb override for hero */
.single-post-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.single-post-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.6);
}

.single-post-hero .breadcrumb a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.single-post-hero .breadcrumb a:hover {
    text-decoration: underline;
}

.single-post-hero .breadcrumb-item.active {
    color: #ffca28; /* ممكن تعدلها حسب ألوان البراند */
}

/* =========================
   MAIN ARTICLE CARD
   ========================= */

.premium-post-card {
    border-radius: 1.25rem;
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.premium-post-card .single-featured-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.premium-post-card .single-featured-image {
    border-radius: 1rem;
    overflow: hidden;
}

/* Content typography */
.kayan-content {
    font-size: 1rem;
    line-height: 1.9;
    color: #1f2933;
}

.kayan-content p {
    margin-bottom: 1.1rem;
}

.kayan-content h2,
.kayan-content h3,
.kayan-content h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #102a43;
}

.kayan-content h2 {
    font-size: 1.35rem;
}

.kayan-content h3 {
    font-size: 1.18rem;
}

/* Default lists inside content */
.kayan-content ul,
.kayan-content ol {
    margin-bottom: 1.2rem;
    padding-right: 1.2rem; /* RTL */
}

.kayan-content li {
    margin-bottom: 0.35rem;
}

/* =========================
   POST META (CATEGORY / TAGS TOP)
   ========================= */

.single-post-meta {
    border-bottom: 1px solid rgba(15,23,42,0.06);
    padding-bottom: 0.75rem;
}

/* =========================
   TAGS PILL STYLE (BOTTOM)
   ========================= */

.single-post-tags h3 {
    font-weight: 700;
    color: #102a43;
}

.single-post-tags .badge {
    background-color: #f3f4ff;
    border-color: #d0d3f0;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out;
}

.single-post-tags .badge:hover {
    background-color: #1d4ed8;
    color: #ffffff;
    border-color: #1d4ed8;
}

/* =========================
   AUTHOR BOX
   ========================= */

.single-author-box {
    border-radius: 1rem;
    border: 1px solid rgba(15,23,42,0.06);
}

.single-author-box .single-author-avatar img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

/* =========================
   POST NAVIGATION
   ========================= */

.single-post-nav {
    border-top: 1px solid rgba(15,23,42,0.06);
    padding-top: 1rem;
    margin-top: 1.5rem;
}

.single-post-nav a {
    color: #1d4ed8;
    text-decoration: none;
}

.single-post-nav a:hover {
    text-decoration: underline;
}

/* =========================
   RELATED POSTS
   ========================= */

.single-related-posts h2 {
    font-weight: 700;
    color: #102a43;
}

.related-post-card {
    border-radius: 0.9rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.related-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15,23,42,0.10);
    border-color: rgba(55,65,81,0.25);
}

.related-post-card h3 {
    font-weight: 600;
}

.related-post-card p {
    min-height: 2.7em;
}

/* =========================
   SIDEBAR
   ========================= */

.single-sidebar {
    position: sticky;
    top: 100px;
}

@media (max-width: 991.98px) {
    .single-sidebar {
        position: static;
        margin-top: 2rem;
    }
}

/* =========================
   KAYAN CONTENT UTILITIES
   (اللى بنستخدمها جوه المقالات)
   ========================= */

/* Checklist style bullets */
.kayan-checklist {
    list-style: none;
    margin: 0 0 1.2rem 0;
    padding: 0;
}

.kayan-checklist li {
    position: relative;
    padding-right: 1.8rem; /* RTL */
    margin-bottom: 0.55rem;
}

.kayan-checklist li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0.15rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e0ecff;
    color: #1d4ed8;
}

/* Note / info box */
.kayan-note {
    background-color: #f3f4ff;
    border-radius: 0.9rem;
    padding: 1rem 1.25rem;
    border: 1px solid #d0d3f0;
    font-size: 0.95rem;
    color: #111827;
}

.kayan-note-center {
    text-align: center;
}

/* Steps (ordered list) */
.kayan-steps {
    counter-reset: kayan-step;
    list-style: none;
    margin: 0 0 1.2rem 0;
    padding: 0;
}

.kayan-steps li {
    counter-increment: kayan-step;
    position: relative;
    padding-right: 2.2rem; /* RTL */
    margin-bottom: 0.65rem;
}

.kayan-steps li::before {
    content: counter(kayan-step);
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1d4ed8;
    color: #ffffff;
}

/* Gallery highlight (3 صور في صف واحد) */
.kayan-gallery-highlight {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.kayan-gallery-highlight figure {
    margin: 0;
    border-radius: 0.9rem;
    overflow: hidden;
    background-color: #f9fafb;
    border: 1px solid rgba(15,23,42,0.04);
}

.kayan-gallery-highlight img {
    display: block;
    width: 100%;
    height: auto;
}

.kayan-gallery-highlight figcaption {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    color: #4b5563;
}

/* Single image card */
.kayan-image-card {
    border-radius: 1rem;
    background-color: #f9fafb;
    border: 1px solid rgba(15,23,42,0.06);
    padding: 0.75rem;
    margin: 1.5rem 0;
    text-align: center;
}

.kayan-image-card img {
    border-radius: 0.8rem;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}

.kayan-image-card figcaption {
    font-size: 0.85rem;
    color: #4b5563;
}

/* =========================
   PRICING TABLE
   ========================= */

.kayan-pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15,23,42,0.06);
}

.kayan-pricing-table thead {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #ffffff;
}

.kayan-pricing-table th,
.kayan-pricing-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(15,23,42,0.06);
}

.kayan-pricing-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.kayan-pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.kayan-pricing-table th:first-child,
.kayan-pricing-table td:first-child {
    text-align: right; /* RTL */
}

/* =========================
   RESPONSIVE TWEAKS
   ========================= */

@media (max-width: 767.98px) {

    .single-post-hero h1 {
        font-size: 1.6rem;
    }

    .premium-post-card {
        padding: 1.5rem;
    }

    .kayan-gallery-highlight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-post-meta {
        flex-direction: column;
        gap: 0.4rem;
    }
}

/* ====== Footer – Royal Wing Style ====== */

.footer-royal {
    background: radial-gradient(circle at top, #020617 0%, #020617 45%, #020617 100%);
    color: #e5e7eb;
    position: relative;
    overflow: hidden;
}

.footer-logo-link {
    background: white;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.footer-logo-link img {}
.footer-royal::before {
    content: "";
    position: absolute;
    inset-inline-start: -10%;
    inset-block-start: -18%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(241, 201, 74, 0.24), transparent 65%);
    opacity: 0.9;
}

.footer-royal::after {
    content: "";
    position: absolute;
    inset-inline-end: -10%;
    inset-block-end: -18%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.24), transparent 65%);
}

.footer-inner-royal {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

/* General */

.footer-item {
    font-size: 0.9rem;
    color: #e5e7eb;
}

.footer-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f9fafb;
}

/* Brand column */

.footer-brand .footer-logo-royal {
    width: 100%;
    height: 187px;
    object-fit: cover;
}

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

.footer-bullets li {
    position: relative;
    padding-inline-start: 1rem;
    margin-bottom: 0.35rem;
    font-size: 0.86rem;
    color: #d1d5db;
}

.footer-bullets li::before {
    content: "•";
    position: absolute;
    inset-inline-start: 0.1rem;
    color: #facc15;
    font-size: 1rem;
}

/* Links lists */

.footer-links a {
    display: block;
    font-size: 0.9rem;
    color: #e5e7eb;
    text-decoration: none;
    margin-bottom: 0.25rem;
    padding: 0.15rem 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a i {
    font-size: 0.7rem;
}

.footer-links a:hover {
    color: #facc15;
    transform: translateX(-2px);
}

.text-footer-muted {
    color: #9ca3af;
}

/* Contact column */

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}

.footer-contact-row .icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #facc15;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.footer-contact-row .text p {
    font-size: 0.86rem;
    margin: 0;
}

.footer-contact-label {
    display: block;
    font-size: 0.78rem;
    color: #9ca3af;
}

.footer-link-plain {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-link-plain:hover {
    color: #facc15;
}

/* Social icons */

.footer-social-btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9fafb;
    font-size: 0.8rem;
    margin-inline-start: 0.25rem;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.footer-social-btn:hover {
    background: linear-gradient(135deg, #facc15, #f97316);
    border-color: transparent;
    color: #0f172a;
    transform: translateY(-2px);
}

.footer-mini-note {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* Copyright */

.copyright-royal {
    background-color: #020617;
    border-top: 1px solid rgba(15, 23, 42, 0.9);
}

.copyright-royal a {
    text-decoration: none;
}

/* ====== Floating contact buttons ====== */

.footer-contact-btns {
    position: fixed;
    inset-inline-start: 1.2rem;
    inset-block-end: 1.2rem;
    z-index: 999;
    pointer-events: none; /* علشان الأزرار بس هي اللي تتفاعل */
}

.floating-contact-inner {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    pointer-events: auto;
}

.floating-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    background: radial-gradient(circle at top left, #facc15, #f97316);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.floating-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #facc15;
    font-size: 0.9rem;
}

.floating-btn-label {
    white-space: nowrap;
}

.floating-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.75);
    background: radial-gradient(circle at top left, #facc15, #fde68a);
}

/* تخصيص لون الواتساب */

.floating-btn-whatsapp {
    background: radial-gradient(circle at top left, #22c55e, #16a34a);
    color: #f9fafb;
}

.floating-btn-whatsapp .floating-btn-icon {
    background: #f9fafb;
    color: #16a34a;
}

.floating-btn-whatsapp:hover {
    background: radial-gradient(circle at top left, #22c55e, #4ade80);
}

/* Responsive – إخفاء الأزرار على الشاشات الصغيرة لو حابب */
@media (max-width: 575.98px) {
    .footer-contact-btns {
        inset-inline-start: 0.8rem;
        inset-block-end: 0.8rem;
    }

    .floating-btn-label {
        display: none; /* موبايل: نخليها أيقونات بس */
    }

    .floating-btn {
        padding-inline: 0.5rem;
    }
}

