:root {
  --brand-primary:   #0BB3A4;  /* نظافة وثقة */
  --brand-secondary: #0F3C68;  /* احترافية */
  --brand-accent:    #F3B340;  /* الذهبية */
  --brand-dark:      #020617;  /* نصوص قوية */
  --brand-bg:        #F9FAFB;  /* خلفيات فاتحة */
}


/* خط عربي مناسب (بعد ما تضيفه من 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 ***/


/********************************************************
 * HEADER LUXE – Premium header for Al-Rusafa Althahabiya
 ********************************************************/

.header-luxe {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #020617;
    color: #E5E7EB;
    font-family: "Changa", sans-serif !important;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

/* Overlay style on home */
.header-luxe.header-luxe--overlay {
    background: radial-gradient(circle at top left, rgba(11, 179, 164, 0.15), rgba(2, 6, 23, 0.96));
}

/* Optional: class هيتضاف بالجافاسكربت لو حابب */
.header-luxe.is-scrolled {
    background: #020617;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.8);
}

/* Top bar */
.header-top {
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.98);
    font-size: 0.82rem;
}

.header-top-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0;
}

.header-top-message {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #E5E7EB;
}

.header-top-message .dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 5px rgba(11, 179, 164, 0.38);
}

.header-top-actions {
    margin-inline-start: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.header-top-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.65);
    background: rgba(15, 23, 42, 0.9);
    color: #E5E7EB;
    text-decoration: none;
    transition: 0.2s ease;
}

.header-top-link i {
    font-size: 0.8rem;
}

.header-top-link:hover {
    border-color: var(--brand-primary, #0BB3A4);
    color: #F9FAFB;
}

/* Main navbar */
.header-main {
    padding: 0.2rem 0;
}

.main-navbar {
    padding: 0.35rem 0;
}

/* Brand logo sizing */
.navbar-brand-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navbar-brand-wrapper a:first-child {
    display: none !important;
}
.navbar-brand {
    width: 150px;
    height: 65px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-navbar .brand-text {
    font-size: 1.15rem;
    font-weight: 800;
    color: #F9FAFB;
}

/* Mobile phone icon */
.header-phone-mobile {
    margin-inline-start: auto;
    margin-inline-end: 0.5rem;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F9FAFB;
    text-decoration: none;
}

/* Toggler */
.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 26px;
    height: 24px;
}

.navbar-toggler-icon span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: #E5E7EB;
}

/* Main menu (top level) */
.main-menu {
    gap: 0.4rem;
}

.main-menu > li {
    position: relative;
}

.main-menu > li > a {
    color: #E5E7EB;
    font-size: 0.9rem;
    padding: 0.35rem 0.8rem !important;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
}

.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-ancestor > a,
.main-menu > li > a:hover {
    background: rgba(148, 163, 184, 0.18);
    color: #F9FAFB;
}

/* Dropdowns – Bootstrap style */
/* لو عندك Walker بيطلع dropdown-menu & dropdown-item هتشتغل على طول */

.main-menu .dropdown-menu {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: #020617;
    min-width: 210px;
    padding: 0.4rem 0.35rem;
    margin-top: 0.4rem;
    text-align: right;
    /* RTL: افتح من اليمين */
    right: 0;
    left: auto;
}

.main-menu .dropdown-menu .dropdown-item {
    font-size: 0.86rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    color: #E5E7EB;
}

.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:focus {
    background: rgba(148, 163, 184, 0.18);
    color: #F9FAFB;
}


.main-menu .menu-item-has-children > ul.sub-menu {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: #020617;
    min-width: 210px;
    padding: 0.4rem 0.35rem;
    margin-top: 0.4rem;
    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    list-style: none;
    display: none;
    z-index: 999;
}

.main-menu .menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

.main-menu .menu-item-has-children > ul.sub-menu li a {
    display: block;
    font-size: 0.86rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    color: #E5E7EB;
    text-decoration: none;
}

.main-menu .menu-item-has-children > ul.sub-menu li a:hover {
    background: rgba(148, 163, 184, 0.18);
}

/* Desktop CTA */
.header-cta-btn {
    border-radius: 999px;
    border: none;
    padding: 0.4rem 1.1rem;
    font-size: 0.88rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.65);
}

.header-cta-btn:hover {
    color: #020617;
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
}

/* Mobile navbar collapse */
@media (max-width: 991.98px) {
    .header-top-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-top-actions {
        margin-inline-start: 0;
    }

    .header-main {
        border-bottom: 1px solid rgba(15, 23, 42, 0.9);
    }

    .main-navbar .collapse.navbar-collapse {
        background: #020617;
        margin-top: 0.5rem;
        padding: 0.75rem 0.4rem 0.7rem;
        border-radius: 16px;
        border: 1px solid rgba(148, 163, 184, 0.45);
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-menu > li {
        width: 100%;
    }

    .main-menu > li > a {
        display: block;
        width: 100%;
    }

    .header-cta {
        margin-top: 0.5rem;
        justify-content: flex-start;
    }

    /* Dropdowns inside mobile collapse: خليها بلوكات */
    .main-menu .dropdown-menu,
    .main-menu .menu-item-has-children > ul.sub-menu {
        position: static;
        border-radius: 12px;
        border: 1px solid rgba(148, 163, 184, 0.4);
        margin-top: 0.25rem;
        display: none;
        width: 100%;
    }

    .main-menu .menu-item-has-children.open > ul.sub-menu {
        display: block;
    }
}

/* Desktop small tweak */
@media (min-width: 992px) {
    .header-main {
        padding: 0.35rem 0;
    }
}



/********************************************************
 * PREMIUM HERO – Al-Rusafa Al-Thahabiya
 ********************************************************/

.hero-gold {
    position: relative;
    min-height: 90vh;
    color: #f9fafb;
    font-family: "Changa", sans-serif !important;
    overflow: hidden;
    padding-top: 95px;
    text-align: right;
}

/* Background gradient & subtle shapes */
.hero-gold-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(11, 179, 164, 0.24), transparent 55%),
        radial-gradient(circle at bottom left, rgba(243, 179, 64, 0.18), transparent 55%),
        radial-gradient(circle at top left, rgba(15, 60, 104, 0.75), #020617);
    z-index: 0;
}

/* Make sure content is above bg */
.hero-gold > .container {
    position: relative;
    z-index: 1;
}

/* Badge */
.hero-gold-badge {
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #E5FDF9;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    gap: 0.45rem;
}

.hero-gold-badge .dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.35);
}

/* Title */
.hero-gold-title {
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 800;
}

.hero-gold-highlight {
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-accent, #F3B340));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Lead text */
.hero-gold-lead {
    font-size: 1rem;
    color: #E5E7EB;
    max-width: 560px;
}

/* Smart tabs */
.hero-gold-tabs {
    gap: 0.5rem;
}

.hero-service-tab {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.75);
    color: #e5e7eb;
    padding: 0.3rem 0.9rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.25s;
}

.hero-service-tab.active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    color: #f9fafb;
}

/* Reactive panels */
.hero-service-panels {
    min-height: 120px;
}

.hero-service-panel {
    display: none;
}

.hero-service-panel.active {
    display: block;
}

.hero-gold-list li {
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    color: #E5E7EB;
    font-size: 0.93rem;
    margin-bottom: 0.35rem;
}

.hero-gold-list i {
    color: var(--brand-accent, #F3B340);
    margin-top: 0.2rem;
}

/* Buttons */
.hero-btn-main {
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), #059669);
    border: none;
    color: #f9fafb;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.65);
    font-weight: 600;
}

.hero-btn-main:hover {
    background: linear-gradient(135deg, #059669, var(--brand-secondary, #0F3C68));
    color: #f9fafb;
}

.hero-btn-secondary {
    border: 1px solid rgba(248, 250, 252, 0.85);
    color: #E5E7EB;
    background: transparent;
    font-weight: 500;
}

.hero-btn-secondary:hover {
    background: rgba(248, 250, 252, 0.08);
    color: #ffffff;
}

/* Trust line */
.hero-gold-trust {
    color: #9CA3AF;
    max-width: 620px;
}

/* Visual side */
.hero-gold-visual {
    max-width: 480px;
    margin-inline: auto;
}

.hero-gold-main-card {
    border-radius: 26px;
    overflow: hidden;
    transform: translateY(8px);
}

/* Hero image slider inside main card */
.hero-gold-main-card {
    position: relative;
}

/* Remove any extra spacing from Owl inside the card */
.hero-gold-main-card .owl-stage-outer,
.hero-gold-main-card .owl-stage {
    margin: 0 !important;
    padding: 0 !important;
}

/* Each hero slide */
.hero-gold-slider .hero-gold-slide {
    position: relative;
}

.hero-gold-slider .hero-gold-slide img {
    width: 100%;
    display: block;
    min-height: 260px;
    object-fit: cover;
}

/* Dots styling – small, elegant under the image */
.hero-gold-slider .owl-dots {
    position: absolute;
    inset-inline: 0;
    bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 3;
}

.hero-gold-slider .owl-dot span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    display: block;
    background: rgba(15, 23, 42, 0.35);
    transition: width 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
    opacity: 0.9;
}

.hero-gold-slider .owl-dot.active span {
    width: 18px;
    background: var(--brand-accent, #F3B340);
    opacity: 1;
}

/* موبايل: خفّف المسافة شوية تحت */
@media (max-width: 575.98px) {
    .hero-gold-slider .owl-dots {
        bottom: 8px;
    }
}
/* Glassmorphism cards */
.glass-card {
    position: absolute;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9));
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #f9fafb;
    padding: 0.9rem 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.9);
}

/* Stats card position */
.hero-gold-stats {
    inset-inline-end: -6%;
    top: 10%;
    max-width: 240px;
}

/* Quick-service card position */
.hero-gold-quick {
    inset-inline-start: -4%;
    bottom: 6%;
    max-width: 260px;
}

/* Chips */
.hero-gold-quick .chip {
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 0.78rem;
    color: #E5E7EB;
    cursor: default;
    background: rgba(15, 23, 42, 0.7);
}

.hero-gold-quick .chip.active {
    border-color: var(--brand-accent, #F3B340);
    background: rgba(248, 250, 252, 0.06);
}

.hero-glass-cta {
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    font-weight: 600;
    border: none;
}

.hero-glass-cta:hover {
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
    color: #020617;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .hero-gold {
        min-height: auto;
        padding-top: 4.5rem;
    }

    .hero-gold-title {
        font-size: 1.9rem;
    }

    .hero-gold-visual {
        max-width: 360px;
    }

    .hero-gold-stats {
        inset-inline-end: 2%;
        top: 8%;
    }

    .hero-gold-quick {
        inset-inline-start: 2%;
        bottom: 4%;
    }
}

@media (max-width: 575.98px) {
    .hero-gold-title {
        font-size: 1.65rem;
    }

    .hero-gold-badge {
        font-size: 0.75rem;
        letter-spacing: 0.08em;
    }

    .hero-gold-list li {
        font-size: 0.9rem;
    }

    .glass-card {
        position: absolute;
        transform: scale(0.95);
    }

    .hero-gold-stats {
        top: -16%;
        inset-inline-end: 32%;
    }

    .hero-gold-quick {
        bottom: 0%;
        inset-inline-start: 25%;
    }
}

/********************************************************
 * SERVICES SIGNATURE – Premium tiles + modal
 ********************************************************/

.services-signature {
    background: #F3F4F6;
    font-family: "Changa", sans-serif !important;
}

/* Header */
.services-signature-header {
    max-width: 820px;
    margin-inline: auto;
}

.services-signature-kicker {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 60, 104, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
    gap: 0.35rem;
}

.services-signature-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.22);
}

.services-signature-title {
    font-weight: 800;
    font-size: 2rem;
    color: var(--brand-dark, #020617);
}

.services-signature-subtitle {
    font-size: 0.96rem;
    color: #4B5563;
}

/* Grid */
.services-signature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

/* Tiles */
.service-tile {
    position: relative;
    border-radius: 22px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: 0.3s ease;
}

.service-tile-inner {
    position: relative;
    padding: 1.2rem 1.2rem 1rem;
    z-index: 1;
}

/* Glow background on hover */
.service-tile::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top right, rgba(11, 179, 164, 0.2), transparent 55%);
    opacity: 0;
    transition: 0.35s ease;
    z-index: 0;
}

.service-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
    border-color: rgba(11, 179, 164, 0.6);
}

.service-tile:hover::before {
    opacity: 1;
}

/* Variants */
.service-primary {
    grid-column: span 2;
}

.service-accent {
    border-color: rgba(243, 179, 64, 0.7);
}

/* Header row inside tile */
.service-tile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    gap: 0.4rem;
}

.service-tile .icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F9FAFB;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
}

.service-tile .icon-wrap i {
    font-size: 1.2rem;
}

/* Badge inside tile */
.badge-pill {
    border-radius: 999px;
    padding: 0.15rem 0.75rem;
    font-size: 0.8rem;
    background: rgba(11, 179, 164, 0.12);
    color: #065F46;
}

.badge-pill.badge-danger {
    background: rgba(220, 38, 38, 0.12);
    color: #B91C1C;
}

/* Title & text */
.service-tile-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brand-dark, #020617);
    margin-bottom: 0.35rem;
}

.service-tile-text {
    font-size: 0.92rem;
    color: #4B5563;
    margin-bottom: 0.5rem;
}

/* Tags */
.service-tile-tags {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.service-tile-tags li {
    font-size: 0.8rem;
    padding: 0.1rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.55);
    color: #4B5563;
}

/* More button */
.service-more-btn {
    border-radius: 999px;
    border: none;
    padding: 0.35rem 0.9rem;
    font-size: 0.85rem;
    background: #111827;
    color: #F9FAFB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    cursor: pointer;
    transition: 0.25s ease;
}

.service-more-btn::after {
    content: "↗";
    font-size: 0.76rem;
}

.service-more-btn:hover {
    background: var(--brand-secondary, #0F3C68);
}

/* Modal */
.service-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    pointer-events: none;
}

.service-modal.is-open {
    display: block;
    pointer-events: auto;
}

.service-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-modal.is-open .service-modal-backdrop {
    opacity: 1;
}

.service-modal-dialog {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    margin-inline: auto;
    max-width: 640px;
    border-radius: 24px 24px 0 0;
    background: radial-gradient(circle at top left, rgba(11, 179, 164, 0.22), rgba(15, 23, 42, 0.98));
    color: #F9FAFB;
    box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.6);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    padding: 1.2rem 1.3rem 1.1rem;
}

@media (min-width: 768px) {
    .service-modal-dialog {
        top: 50%;
        bottom: auto;
        border-radius: 24px;
        transform: translateY(20px);
    }
}

.service-modal.is-open .service-modal-dialog {
    transform: translateY(0);
}

@media (min-width: 768px) {
    .service-modal.is-open .service-modal-dialog {
        transform: translateY(-50%);
    }
}

/* Modal close */
.service-modal-close {
    position: absolute;
    inset-inline-start: 0.85rem;
    top: 0.8rem;
    background: transparent;
    border: none;
    color: #E5E7EB;
    font-size: 1.4rem;
    cursor: pointer;
}

.service-modal-content {
    padding-top: 0.5rem;
}

/* Modal content typography */
.service-modal-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.service-modal-content p {
    font-size: 0.9rem;
    color: #E5E7EB;
    margin-bottom: 0.4rem;
}

.service-modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.4rem;
}

.service-modal-content ul li {
    display: flex;
    flex-direction: row;
    gap: 0.35rem;
    font-size: 0.86rem;
    color: #E5E7EB;
    margin-bottom: 0.25rem;
}

.service-modal-content ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    margin-top: 0.45rem;
}

.service-modal-content .footnote {
    font-size: 0.8rem;
    color: #CBD5F5;
}

/* Responsive grid */
@media (max-width: 991.98px) {
    .services-signature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-primary {
        grid-column: span 2;
    }

    .services-signature-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .services-signature-grid {
        grid-template-columns: 1fr;
    }

    .service-primary {
        grid-column: span 1;
    }

    .service-tile-inner {
        padding: 1.1rem 1rem 0.9rem;
    }

    .service-modal-dialog {
        border-radius: 18px 18px 0 0;
    }
}





/********************************************************
 * WHY US – Live, reactive & stylish
 ********************************************************/

.whyus-dynamic {
    background: #FFFFFF;
    font-family: "Changa", sans-serif !important;
}

/* Header */
.whyus-dynamic-header {
    max-width: 380px;
}

.whyus-dynamic-kicker {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 60, 104, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
    gap: 0.4rem;
}

.whyus-dynamic-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.18);
}

.whyus-dynamic-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--brand-dark, #020617);
}

.gradient-text {
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-accent, #F3B340));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.whyus-dynamic-subtitle {
    font-size: 0.94rem;
    color: #4B5563;
}

/* Reasons nav */
.whyus-reasons-nav {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.whyus-reason {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: #F9FAFB;
    padding: 0.55rem 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    text-align: right;
    transition: 0.25s ease;
    position: relative;
    overflow: hidden;
}

.whyus-reason .icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-secondary, #0F3C68);
}

.whyus-reason .icon i {
    font-size: 1.05rem;
}

.whyus-reason .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.whyus-reason strong {
    font-size: 0.96rem;
    color: var(--brand-dark, #020617);
}

.whyus-reason small {
    font-size: 0.8rem;
    color: #6B7280;
}

/* Hover & active */
.whyus-reason::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(11, 179, 164, 0.24), transparent 60%);
    opacity: 0;
    transition: 0.25s ease;
    z-index: -1;
}

.whyus-reason:hover {
    transform: translateY(-2px);
    border-color: rgba(11, 179, 164, 0.65);
}

.whyus-reason:hover::before {
    opacity: 1;
}

.whyus-reason.active {
    border-color: transparent;
    background: radial-gradient(circle at top left, rgba(11, 179, 164, 0.22), rgba(15, 23, 42, 0.98));
    transform: translateY(-1px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}

.whyus-reason.active .icon {
    background: rgba(248, 250, 252, 0.1);
    color: #F9FAFB;
}

.whyus-reason.active strong,
.whyus-reason.active small {
    color: #E5E7EB;
}

/* Right panel shell */
.whyus-panel-shell {
    position: relative;
    border-radius: 24px;
    background: radial-gradient(circle at top left, rgba(11, 179, 164, 0.18), rgba(15, 23, 42, 0.98));
    padding: 1.5rem 1.35rem 1.25rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.9);
}

.whyus-panel-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    pointer-events: none;
}

/* Panels */
.whyus-panel {
    display: none;
    color: #F9FAFB;
}

.whyus-panel.active {
    display: block;
    animation: whyusPanelFade 0.3s ease;
}

@keyframes whyusPanelFade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Panel header */
.whyus-panel-header {
    margin-bottom: 0.8rem;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.15rem 0.7rem;
    font-size: 0.78rem;
    color: #111827;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    margin-bottom: 0.35rem;
}

.badge-pill.soft {
    background: linear-gradient(135deg, #0BB3A4, #22c55e);
    color: #0F172A;
}

.badge-pill.strong {
    background: linear-gradient(135deg, #F97316, #dc2626);
    color: #111827;
}

.whyus-panel-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.whyus-panel-header p {
    font-size: 0.93rem;
    color: #E5E7EB;
    margin-bottom: 0;
}

/* Panel body */
.whyus-panel-body {
    margin-bottom: 0.8rem;
}

.whyus-panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whyus-panel-list li {
    display: flex;
    flex-direction: row;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: #E5E7EB;
    margin-bottom: 0.3rem;
    position: relative;
}

.whyus-panel-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    margin-top: 0.45rem;
}

/* Mini stats */
.whyus-mini-stats {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.8rem;
}

.whyus-mini-stats .stat {
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.55);
    padding: 0.45rem 0.55rem;
}

.whyus-mini-stats .label {
    color: #CBD5F5;
    margin-bottom: 0.05rem;
}

.whyus-mini-stats .value {
    color: #F9FAFB;
    font-weight: 600;
}

/* Panel footer */
.whyus-panel-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.45);
    padding-top: 0.55rem;
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.6rem;
    font-size: 0.82rem;
}

.whyus-panel-footer .hint {
    color: #E5E7EB;
}

.whyus-panel-cta {
    text-decoration: none;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.85);
}

.whyus-panel-cta:hover {
    color: #020617;
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
}

/* Responsive */
@media (max-width: 991.98px) {
    .whyus-dynamic-title {
        font-size: 1.6rem;
    }

    .whyus-panel-shell {
        margin-top: 0.5rem;
    }

    .whyus-dynamic-header {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .whyus-panel-shell {
        padding: 1.1rem 1rem 1rem;
    }

    .whyus-mini-stats .stat {
        font-size: 0.78rem;
    }
}

/* Visual block inside Why Us panels */
.whyus-visual {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.35), transparent 55%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.95), #020617);
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.85);
    margin-bottom: 0.6rem;
}

.whyus-visual img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.06);
    opacity: 0.98;
    display: block;
}

@media (min-width: 1200px) {
    .whyus-visual img {
        height: 200px;
    }
}

/* Small label over the image */
.whyus-visual-tag {
    position: absolute;
    inset-inline-start: 0.75rem;
    bottom: 0.75rem;
    border-radius: 999px;
    padding: 0.15rem 0.7rem;
    font-size: 0.78rem;
    background: rgba(15, 23, 42, 0.86);
    color: #E5E7EB;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    backdrop-filter: blur(8px);
}

.whyus-visual-tag .dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.3);
}


/********************************************************
 * SERVICE AREAS – Cities / coverage section
 ********************************************************/

.areas-luxe {
    background: #FFFFFF;
    font-family: "Changa", sans-serif !important;
}

/* Header */
.areas-luxe-header {
    max-width: 840px;
    margin-inline: auto;
}

.areas-luxe-kicker {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 60, 104, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
    gap: 0.35rem;
}

.areas-luxe-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.18);
}

.areas-luxe-title {
    font-weight: 800;
    font-size: 2rem;
    color: var(--brand-dark, #020617);
}

.areas-luxe-subtitle {
    font-size: 0.95rem;
    color: #4B5563;
}

/* Main card */
.areas-luxe-card {
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.12), transparent 55%),
        radial-gradient(circle at bottom right, rgba(15, 60, 104, 0.12), transparent 55%),
        #F9FAFB;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.areas-luxe-card-inner {
    padding: 1.4rem 1.4rem 1.2rem;
}

/* City pills */
.areas-luxe-city-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.area-pill {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: #FFFFFF;
    padding: 0.25rem 0.9rem;
    font-size: 0.9rem;
    color: #4B5563;
    cursor: pointer;
    transition: 0.25s ease;
}

.area-pill:hover {
    border-color: var(--brand-primary, #0BB3A4);
    color: var(--brand-primary, #0BB3A4);
}

.area-pill.active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    color: #F9FAFB;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
}

/* Panels */
.areas-luxe-panels {
    position: relative;
}

.areas-city-panel {
    display: none;
}

.areas-city-panel.active {
    display: block;
    animation: areaPanelFade 0.25s ease;
}

@keyframes areaPanelFade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Panel header */
.city-header {
    margin-bottom: 0.75rem;
}

.city-label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.12rem 0.6rem;
    font-size: 0.82rem;
    background: rgba(15, 23, 42, 0.06);
    color: var(--brand-secondary, #0F3C68);
    margin-bottom: 0.25rem;
}

.city-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-dark, #020617);
    margin-bottom: 0.2rem;
}

.city-header p {
    font-size: 0.93rem;
    color: #4B5563;
    margin-bottom: 0;
}

/* Panel body */
.city-body {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 0.7rem;
}

.city-services {
    flex: 1 1 55%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-services li {
    position: relative;
    padding-inline-end: 0.9rem;
    font-size: 0.9rem;
    color: #4B5563;
    margin-bottom: 0.22rem;
}

.city-services li::before {
    content: "•";
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    color: var(--brand-primary, #0BB3A4);
}

.city-meta {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.82rem;
}

.city-meta .meta-item {
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 0.4rem 0.6rem;
}

.city-meta .label {
    display: block;
    color: #6B7280;
    margin-bottom: 0.05rem;
}

.city-meta .value {
    color: #111827;
    font-weight: 600;
}

/* Panel footer */
.city-footer {
    display: flex;
    justify-content: flex-start;
}

.city-cta {
    text-decoration: none;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.85rem;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.25);
}

.city-cta:hover {
    color: #020617;
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
}

/* Extra cities cloud */
.areas-luxe-cloud {
    margin-top: 1.4rem;
}

.cloud-title {
    font-size: 0.88rem;
    color: #6B7280;
}

.cloud-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.cloud-pills span {
    font-size: 0.8rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: #F3F4F6;
    border: 1px dashed rgba(148, 163, 184, 0.7);
    color: #4B5563;
}

/* Responsive */
@media (max-width: 991.98px) {
    .areas-luxe-title {
        font-size: 1.7rem;
    }

    .city-body {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .areas-luxe-card-inner {
        padding: 1.1rem 1rem 0.95rem;
    }

    .areas-luxe-city-pills {
        gap: 0.3rem;
    }

    .area-pill {
        font-size: 0.84rem;
        padding-inline: 0.7rem;
    }

    .city-header h3 {
        font-size: 1rem;
    }

    .city-header p,
    .city-services li {
        font-size: 0.88rem;
    }

    .city-meta .meta-item {
        font-size: 0.8rem;
    }
}


/********************************************************
 * BLOG SECTION – Articles preview cards
 ********************************************************/

.blog-luxe {
    background: #FFFFFF;
    font-family: "Changa", sans-serif !important;
}

.blog-luxe-kicker {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 60, 104, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
    gap: 0.35rem;
}

.blog-luxe-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.18);
}

.blog-luxe-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--brand-dark, #020617);
}

.blog-luxe-subtitle {
    font-size: 0.94rem;
    color: #4B5563;
}

/* Cards */
.blog-luxe-card {
    border-radius: 18px;
    background: #F9FAFB;
    border: 1px solid rgba(148, 163, 184, 0.35);
    overflow: hidden;
    transition: 0.25s ease;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.blog-luxe-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.blog-luxe-card .thumb-wrapper img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

/* Body */
.blog-luxe-body {
    padding: 0.9rem 1rem 0.9rem;
}

.blog-luxe-body .meta {
    font-size: 0.78rem;
    color: #6B7280;
    margin-bottom: 0.25rem;
}

.blog-luxe-body .meta .cat {
    color: var(--brand-secondary, #0F3C68);
    font-weight: 600;
}

.blog-luxe-body .meta .dot-sep {
    margin: 0 0.25rem;
}

.blog-luxe-heading {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.blog-luxe-heading a {
    color: var(--brand-dark, #020617);
    text-decoration: none;
}

.blog-luxe-heading a:hover {
    color: var(--brand-primary, #0BB3A4);
}

.blog-luxe-excerpt {
    font-size: 0.88rem;
    color: #4B5563;
    margin-bottom: 0.4rem;
}

.blog-luxe-read {
    font-size: 0.82rem;
    color: var(--brand-primary, #0BB3A4);
    text-decoration: none;
}

.blog-luxe-read:hover {
    color: var(--brand-secondary, #0F3C68);
}

.blog-luxe-all {
    font-size: 0.9rem;
}

/********************************************************
 * TESTIMONIALS LUXE – Client feedback
 ********************************************************/

.testimonials-luxe {
    background: #F9FAFB;
    font-family: "Changa", sans-serif !important;
}

.testimonials-luxe-header {
    max-width: 820px;
    margin-inline: auto;
}

.testimonials-luxe-kicker {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 60, 104, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
    gap: 0.35rem;
}

.testimonials-luxe-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.18);
}

.testimonials-luxe-title {
    font-weight: 800;
    font-size: 2rem;
    color: var(--brand-dark, #020617);
}

.testimonials-luxe-subtitle {
    font-size: 0.94rem;
    color: #4B5563;
}

/* Cards */
.testimonial-card {
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 1.1rem 1rem 0.9rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    transition: 0.25s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

/* Header inside card */
.testimonial-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.testimonial-header .avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F9FAFB;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.35);
}

.testimonial-header .info h3 {
    font-size: 0.98rem;
    margin: 0;
    color: var(--brand-dark, #020617);
}

.testimonial-header .info p {
    font-size: 0.8rem;
    margin: 0;
    color: #6B7280;
}

/* Rating */
.testimonial-header .rating {
    margin-inline-start: auto;
    text-align: left;
}

.testimonial-header .rating span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #111827;
}

.testimonial-header .stars {
    color: #FBBF24;
    font-size: 0.7rem;
}

/* Body */
.testimonial-body p {
    font-size: 0.9rem;
    color: #4B5563;
    margin: 0 0 0.5rem;
}

/* Footer pills */
.testimonial-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.7);
    padding-top: 0.45rem;
}

.testimonial-footer .pill {
    font-size: 0.78rem;
    padding: 0.1rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.5);
    color: #4B5563;
}

/* Owl carousel alignment */
.testimonials-luxe-carousel .testimonial-card {
    margin: 0.25rem;
}

@media (max-width: 575.98px) {
    .testimonials-luxe-title {
        font-size: 1.6rem;
    }

    .testimonial-card {
        padding-inline: 0.9rem;
    }
}


/********************************************************
 * FAQ LUXE – Frequently Asked Questions
 ********************************************************/

.faq-luxe {
    background: #FFFFFF;
    font-family: "Changa", sans-serif !important;
}

/* Header */
.faq-luxe-header {
    max-width: 640px;
}

.faq-luxe-kicker {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 60, 104, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
    gap: 0.35rem;
}

.faq-luxe-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.18);
}

.faq-luxe-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--brand-dark, #020617);
}

.faq-luxe-subtitle {
    font-size: 0.94rem;
    color: #4B5563;
}

/* Accordion styling */
.faq-accordion .accordion-item {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    overflow: hidden;
    background: #F9FAFB;
    margin-bottom: 0.55rem;
}

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

.faq-accordion .accordion-button {
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--brand-dark, #020617);
    box-shadow: none;
    padding: 0.7rem 0.9rem;
    text-align: right;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(11, 179, 164, 0.04);
    color: var(--brand-secondary, #0F3C68);
}

.faq-accordion .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

/* Body */
.faq-accordion .accordion-body {
    padding: 0.6rem 0.9rem 0.8rem;
    font-size: 0.9rem;
    color: #4B5563;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0.35rem 0 0;
}

.faq-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    font-size: 0.88rem;
    color: #4B5563;
    margin-bottom: 0.2rem;
}

.faq-list li::before {
    content: "•";
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    color: var(--brand-primary, #0BB3A4);
}

/* Aside / contact box */
.faq-luxe-aside {
    position: sticky;
    top: 90px;
}

.faq-aside-inner {
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.18), rgba(15, 23, 42, 0.98));
    color: #F9FAFB;
    padding: 1.2rem 1.1rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.85);
}

.faq-aside-inner h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.faq-aside-inner p {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: #E5E7EB;
}

.faq-aside-inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.4rem;
}

.faq-aside-inner ul li {
    position: relative;
    padding-inline-end: 0.9rem;
    font-size: 0.84rem;
    color: #CBD5F5;
    margin-bottom: 0.2rem;
}

.faq-aside-inner ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    position: absolute;
    inset-inline-end: 0;
    top: 0.45rem;
}

/* Contact buttons */
.faq-contact-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.faq-contact-btn {
    flex: 1 1 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.4rem 0.7rem;
    font-size: 0.86rem;
    text-decoration: none;
    color: #0F172A;
    font-weight: 600;
    border: none;
}

.faq-contact-btn i {
    font-size: 0.95rem;
}

.faq-contact-btn.phone {
    background: #F9FAFB;
    color: #0F172A;
}

.faq-contact-btn.whatsapp {
    background: #22c55e;
    color: #F9FAFB;
}

.faq-contact-btn:hover {
    opacity: 0.92;
}

.faq-small-note {
    font-size: 0.78rem;
    color: #E5E7EB;
}

/* Responsive */
@media (max-width: 991.98px) {
    .faq-luxe-title {
        font-size: 1.7rem;
    }

    .faq-luxe-aside {
        position: static;
        margin-top: 0.5rem;
    }
}

/********************************************************
 * CONTACT LUXE – Final CTA section
 ********************************************************/

.contact-luxe {
    background: #020617;
    background-image:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.24), transparent 55%),
        radial-gradient(circle at bottom right, rgba(243, 179, 64, 0.16), transparent 55%);
    color: #E5E7EB;
    font-family: "Changa", sans-serif !important;
}

.contact-luxe-main {
    padding: 1.2rem 0.4rem 1rem;
}

.contact-luxe-kicker {
    padding: 0.18rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #E5E7EB;
    gap: 0.35rem;
}

.contact-luxe-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.4);
}

.contact-luxe-title {
    font-weight: 800;
    font-size: 2rem;
    color: #F9FAFB;
}

.contact-luxe-title .accent {
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.contact-luxe-subtitle {
    font-size: 0.94rem;
    color: #CBD5F5;
}

/* Service pills */
.contact-service-pills .hint {
    font-size: 0.82rem;
    color: #E5E7EB;
    margin-bottom: 0.2rem;
    display: block;
}

.contact-service-pills .pills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.service-pill {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: rgba(15, 23, 42, 0.95);
    color: #E5E7EB;
    padding: 0.2rem 0.8rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: 0.25s ease;
}

.service-pill:hover {
    border-color: var(--brand-primary, #0BB3A4);
}

.service-pill.active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    color: #F9FAFB;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.65);
}

/* Direct contact buttons */
.contact-direct {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.contact-direct-btn {
    flex: 1 1 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    border-radius: 18px;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(15, 23, 42, 0.9);
    color: #F9FAFB;
    transition: 0.25s ease;
}

.contact-direct-btn .icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-direct-btn .icon i {
    font-size: 1rem;
}

.contact-direct-btn .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-direct-btn .label {
    font-size: 0.82rem;
    color: #E5E7EB;
}

.contact-direct-btn .value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #FACC15;
}

.contact-direct-btn.phone .icon {
    color: #38bdf8;
}

.contact-direct-btn.whatsapp .icon {
    color: #22c55e;
}

.contact-direct-btn:hover {
    border-color: var(--brand-primary, #0BB3A4);
    transform: translateY(-2px);
}

/* Bullet list */
.contact-luxe-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.86rem;
    color: #CBD5F5;
}

.contact-luxe-bullets li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.22rem;
}

.contact-luxe-bullets li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    position: absolute;
    inset-inline-end: 0;
    top: 0.5rem;
}

/* Form box */
.contact-luxe-formbox {
    border-radius: 22px;
    background: #F9FAFB;
    padding: 1.2rem 1.1rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
    color: #111827;
}

.contact-luxe-formbox .form-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #020617;
}

.contact-luxe-formbox .form-subtitle {
    font-size: 0.9rem;
    color: #4B5563;
}

/* Form */
.contact-luxe-form .form-label {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
    color: #374151;
}

.contact-luxe-form .form-control,
.contact-luxe-form .form-select {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-size: 0.86rem;
}

.contact-luxe-form .form-control:focus,
.contact-luxe-form .form-select:focus {
    border-color: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 1px rgba(11, 179, 164, 0.45);
}

/* Submit */
.contact-luxe-form .form-footer {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact-luxe-form .btn-submit {
    border-radius: 999px;
    border: none;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.6);
    transition: 0.25s ease;
}

.contact-luxe-form .btn-submit:hover {
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
}

.contact-luxe-form .note {
    font-size: 0.78rem;
    color: #6B7280;
}

/* Responsive */
@media (max-width: 991.98px) {
    .contact-luxe-title {
        font-size: 1.7rem;
    }

    .contact-luxe-main {
        padding-inline: 0;
    }

    .contact-luxe-formbox {
        margin-top: 0.4rem;
    }
}

@media (max-width: 575.98px) {
    .contact-direct {
        flex-direction: column;
    }

    .contact-luxe-formbox {
        padding-inline: 0.9rem;
    }
}

/********************************************************
 * 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 ***/





/* 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;
  }

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
    font-family: "Changa", sans-serif !important;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--brand-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--brand-light);
    border-style: double;
    background: var(--brand-light);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--brand-primary);
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--brand-primary);
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

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

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--brand-light);
}

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

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--brand-light);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--brand-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--brand-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--brand-light);
    transition: 0.5s;
}

/*** Testimonial End ***/

/********************************************************
 * ABOUT LUXE – Global wrapper
 ********************************************************/

.about-luxe {
    background: #F9FAFB;
    font-family: "Changa", sans-serif !important;
}

/* Shared section elements */
.about-luxe .section-title {
    font-weight: 800;
    font-size: 1.7rem;
    color: #020617;
}

.about-luxe .section-subtitle {
    font-size: 0.95rem;
    color: #4B5563;
}

.about-luxe .section-kicker,
.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.18rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary, #0F3C68);
}

.about-luxe .section-kicker .dot,
.about-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.28);
}

/********************************************************
 * ABOUT HERO
 ********************************************************/

.about-hero-luxe {
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.16), transparent 55%),
        radial-gradient(circle at bottom right, rgba(243, 179, 64, 0.14), transparent 55%),
        #020617;
    color: #E5E7EB;
}

.about-hero-copy {
    max-width: 580px;
}

.about-hero-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: #F9FAFB;
}

.about-hero-subtitle {
    font-size: 0.95rem;
    color: #CBD5F5;
}

.about-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.6rem;
    font-size: 0.9rem;
    color: #E5E7EB;
}

.about-hero-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.18rem;
}

.about-hero-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    position: absolute;
    inset-inline-end: 0;
    top: 0.55rem;
}

/* Hero Buttons */
.about-hero-actions .btn {
    font-size: 0.9rem;
}

.about-hero-cta {
    border: none;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827 !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.about-hero-cta:hover {
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
}

/* Hero Visual */
.about-hero-visual {
    position: relative;
    max-width: 520px;
    margin-inline: auto;
}

.about-hero-visual .image-main img {
    min-height: 260px;
    object-fit: cover;
}

/* Floating small card */
.about-hero-visual .image-floating-card {
    position: absolute;
    inset-inline-start: 0.9rem;
    bottom: 0.9rem;
    border-radius: 16px;
    padding: 0.6rem 0.7rem;
    background: rgba(15, 23, 42, 0.88);
    color: #F9FAFB;
    font-size: 0.82rem;
    max-width: 260px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    backdrop-filter: blur(12px);
}

.image-floating-card .badge-line {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    color: #E5E7EB;
}

.image-floating-card .badge-line .pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.35);
}

.image-floating-card .summary strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.1rem;
}

.image-floating-card .summary span {
    font-size: 0.78rem;
    color: #CBD5F5;
}

@media (max-width: 991.98px) {
    .about-hero-luxe {
        text-align: right;
    }

    .about-hero-visual {
        margin-top: 1.2rem;
    }

    .about-hero-visual .image-floating-card {
        inset-inline-start: 0.6rem;
        bottom: 0.6rem;
    }
}

/********************************************************
 * OUR STORY
 ********************************************************/

.about-story-luxe {
    background: #FFFFFF;
}

.about-story-copy p {
    font-size: 0.95rem;
    color: #4B5563;
}

/* Story side card */
.about-story-side {
    max-width: 360px;
    margin-inline-start: auto;
}

.about-story-card {
    border-radius: 18px;
    padding: 0.9rem 0.9rem 0.7rem;
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.12), transparent 60%),
        #0F172A;
    color: #E5E7EB;
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.8);
}

.about-story-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.about-story-card .stats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-story-card .stats li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 0.86rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px dashed rgba(148, 163, 184, 0.55);
    padding-bottom: 0.2rem;
}

.about-story-card .stats li:last-child {
    border-bottom: none;
}

.about-story-card .label {
    color: #E5E7EB;
}

.about-story-card .value {
    color: #FACC15;
    font-weight: 600;
}

.about-story-mini-note {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #6B7280;
}

@media (max-width: 991.98px) {
    .about-story-side {
        margin-inline-start: 0;
    }
}

/********************************************************
 * MISSION / VISION / VALUES
 ********************************************************/

.about-pillars-luxe {
    background: #F3F4F6;
}

.about-pillars-luxe .section-title {
    text-align: center;
}

.about-pillars-luxe .section-subtitle {
    text-align: center;
}

/* Cards */
.pillar-card {
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.5);
    padding: 1rem 0.9rem 0.8rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    text-align: right;
}

.pillar-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #020617;
}

.pillar-card p {
    font-size: 0.9rem;
    color: #4B5563;
}

/* Icon */
.pillar-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(11, 179, 164, 0.06);
    border: 1px solid rgba(11, 179, 164, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    color: var(--brand-secondary, #0F3C68);
}

/* Values list */
.pillar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.88rem;
    color: #4B5563;
}

.pillar-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.2rem;
}

.pillar-list li::before {
    content: "•";
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    color: var(--brand-primary, #0BB3A4);
}

/********************************************************
 * NUMBERS / HIGHLIGHTS STRIP
 ********************************************************/

.about-numbers-luxe {
    background: #020617;
    color: #E5E7EB;
}

.about-number-item {
    border-radius: 16px;
    padding: 0.6rem 0.7rem;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.5);
}

.about-number-item .label {
    display: block;
    font-size: 0.8rem;
    color: #9CA3AF;
    margin-bottom: 0.1rem;
}

.about-number-item .value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #FACC15;
}

/********************************************************
 * OUR APPROACH
 ********************************************************/

.about-approach-luxe {
    background: #FFFFFF;
}

.about-approach-copy .section-title {
    margin-bottom: 0.35rem;
}

/* Steps */
.approach-steps {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin: 0;
}

.approach-steps li {
    position: relative;
    padding-inline-start: 0;
    padding-inline-end: 1.8rem;
    margin-bottom: 0.6rem;
}

.approach-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    inset-inline-end: 0;
    top: 0.15rem;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    color: #F9FAFB;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.3);
}

.approach-steps h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
    color: #020617;
}

.approach-steps p {
    font-size: 0.9rem;
    color: #4B5563;
    margin-bottom: 0;
}

/* Side panel */
.about-approach-panel {
    border-radius: 20px;
    padding: 1rem 0.9rem 0.8rem;
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.16), transparent 60%),
        #0F172A;
    color: #E5E7EB;
    border: 1px solid rgba(148, 163, 184, 0.75);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.9);
}

.about-approach-panel h3 {
    font-size: 1.02rem;
    margin-bottom: 0.35rem;
}

.about-approach-panel .panel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.4rem;
    font-size: 0.87rem;
}

.about-approach-panel .panel-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.2rem;
}

.about-approach-panel .panel-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    position: absolute;
    inset-inline-end: 0;
    top: 0.55rem;
}

.about-approach-panel .panel-note {
    font-size: 0.8rem;
    color: #CBD5F5;
}

/********************************************************
 * SERVICE AREAS HIGHLIGHT
 ********************************************************/

.about-areas-luxe {
    background: #F9FAFB;
}

.about-areas-copy .section-title {
    margin-bottom: 0.3rem;
}

.about-areas-copy .section-subtitle {
    margin-bottom: 0.4rem;
}

/* Chips / tags */
.areas-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.areas-chips span {
    font-size: 0.8rem;
    padding: 0.16rem 0.7rem;
    border-radius: 999px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #111827;
}

/* Map visual */
.about-areas-visual img {
    min-height: 220px;
    object-fit: cover;
    border-radius: 22px;
}

/********************************************************
 * FINAL CTA SECTION
 ********************************************************/

.about-final-cta-luxe {
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.25), transparent 55%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.95), #020617);
    color: #E5E7EB;
    text-align: center;
}

.about-final-inner {
    max-width: 760px;
    margin-inline: auto;
}

.about-final-inner .section-title {
    color: #F9FAFB;
}

.about-final-inner .section-subtitle {
    color: #CBD5F5;
}

.about-final-actions .btn {
    font-size: 0.9rem;
}

/* Outline button */
.about-final-actions .btn-outline-light {
    border-width: 1px;
    border-color: rgba(229, 231, 235, 0.65);
}

/********************************************************
 * RESPONSIVE TWEAKS – About
 ********************************************************/

@media (max-width: 991.98px) {
    .about-luxe .section-title {
        font-size: 1.55rem;
    }

    .about-story-side,
    .about-approach-panel {
        margin-top: 0.6rem;
    }
}

@media (max-width: 575.98px) {
    .about-hero-title {
        font-size: 1.6rem;
    }

    .about-hero-visual .image-floating-card {
        max-width: 220px;
        padding-inline: 0.55rem;
    }

    .about-story-card {
        padding-inline: 0.75rem;
    }

    .about-approach-panel {
        padding-inline: 0.8rem;
    }

    .about-areas-visual img {
        min-height: 190px;
    }
}

/********************************************************
 * CONTACT PAGE LUXE – Global wrapper
 ********************************************************/

.contact-page-luxe {
    background: #F9FAFB;
    font-family: "Changa", sans-serif !important;
}

/********************************************************
 * CONTACT HERO
 ********************************************************/

.contact-page-hero {
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.16), transparent 55%),
        radial-gradient(circle at bottom right, rgba(243, 179, 64, 0.14), transparent 55%),
        #020617;
    color: #E5E7EB;
}

/* Hero text */

.contact-hero-copy {
    max-width: 620px;
}

.contact-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.18rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #E5E7EB;
    margin-bottom: 0.5rem;
}

.contact-hero-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.35);
}

.contact-hero-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: #F9FAFB;
}

.contact-hero-subtitle {
    font-size: 0.95rem;
    color: #CBD5F5;
}

/* Hero bullet list */

.contact-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.6rem;
    font-size: 0.9rem;
    color: #E5E7EB;
}

.contact-hero-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.2rem;
}

.contact-hero-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    position: absolute;
    inset-inline-end: 0;
    top: 0.55rem;
}

/* Hero buttons */

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

.contact-hero-cta {
    border: none;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827 !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.contact-hero-cta:hover {
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
    color: #020617 !important;
}

/* Hero side info card */

.contact-hero-visual {
    max-width: 420px;
    margin-inline: auto;
}

.contact-hero-info-card {
    border-radius: 18px;
    padding: 1rem 1rem 0.8rem;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #E5E7EB;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.9);
}

.contact-hero-info-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.contact-hero-info-card .info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.4rem;
    font-size: 0.87rem;
}

.contact-hero-info-card .info-list li {
    margin-bottom: 0.25rem;
}

.contact-hero-info-card .info-list .label {
    display: block;
    color: #E5E7EB;
}

.contact-hero-info-card .info-list .value {
    display: block;
    color: #FACC15;
    font-weight: 600;
    font-size: 0.9rem;
}

/********************************************************
 * MAIN CONTACT SECTION
 ********************************************************/

.contact-page-main {
    background: #F9FAFB;
}

/* Form box */

.contact-page-formbox {
    border-radius: 22px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.55);
    padding: 1.2rem 1.1rem 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.contact-page-formbox .section-title {
    font-weight: 800;
    font-size: 1.4rem;
    color: #020617;
}

.contact-page-formbox .section-subtitle {
    font-size: 0.9rem;
    color: #4B5563;
}

/* Form elements */

.contact-page-form .form-label {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
    color: #374151;
}

.contact-page-form .form-control,
.contact-page-form .form-select {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-size: 0.86rem;
}

.contact-page-form .form-control:focus,
.contact-page-form .form-select:focus {
    border-color: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 1px rgba(11, 179, 164, 0.45);
}

/* Submit */

.contact-page-form .form-footer {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact-page-form .btn-submit {
    border-radius: 999px;
    border: none;
    padding: 0.45rem 1.1rem;
    font-size: 0.9rem;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.4);
    transition: 0.25s ease;
}

.contact-page-form .btn-submit:hover {
    background: linear-gradient(135deg, #f97316, var(--brand-accent, #F3B340));
}

.contact-page-form .note {
    font-size: 0.78rem;
    color: #6B7280;
}

/********************************************************
 * CONTACT SIDEBAR
 ********************************************************/

.contact-page-aside {
    /* make it stick on large screens */
}

@media (min-width: 992px) {
    .contact-page-aside {
        position: sticky;
        top: 95px;
    }
}

.contact-aside-card {
    border-radius: 18px;
    padding: 0.9rem 0.9rem 0.8rem;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    font-size: 0.88rem;
}

.contact-aside-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #020617;
}

/* Direct contacts list */

.contact-aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-aside-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.contact-aside-list .icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(11, 179, 164, 0.06);
    border: 1px solid rgba(11, 179, 164, 0.42);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-secondary, #0F3C68);
}

.contact-aside-list .icon i {
    font-size: 0.9rem;
}

.contact-aside-list .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-aside-list .label {
    font-size: 0.8rem;
    color: #6B7280;
}

.contact-aside-list .value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.contact-aside-list .value:hover {
    color: var(--brand-primary, #0BB3A4);
}

/* Notes card */

.notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.86rem;
    color: #4B5563;
}

.notes-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.25rem;
}

.notes-list li::before {
    content: "•";
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    color: var(--brand-primary, #0BB3A4);
}

/* Areas / Map card */

.map-card .areas-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 0.35rem;
}

.map-card .areas-chips span {
    font-size: 0.78rem;
    padding: 0.12rem 0.6rem;
    border-radius: 999px;
    background: #F9FAFB;
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #111827;
}

.map-placeholder {
    border-radius: 14px;
    background: #0F172A;
    color: #E5E7EB;
    padding: 0.5rem 0.7rem;
    font-size: 0.8rem;
    text-align: center;
}

/********************************************************
 * RESPONSIVE – Contact Page
 ********************************************************/

@media (max-width: 991.98px) {
    .contact-hero-title {
        font-size: 1.7rem;
    }

    .contact-page-formbox {
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 575.98px) {
    .contact-page-hero {
        text-align: right;
    }

    .contact-hero-info-card {
        margin-top: 0.4rem;
        padding-inline: 0.8rem;
    }

    .contact-page-formbox {
        padding-inline: 0.9rem;
    }

    .contact-aside-card {
        padding-inline: 0.8rem;
    }
}

/********************************************************
 * BLOG PAGE LUXE – Main blog page
 ********************************************************/

.blog-page-luxe {
    background: #F9FAFB;
    font-family: "Changa", sans-serif !important;
}

/********************************************************
 * BLOG HERO
 ********************************************************/

.blog-hero-luxe {
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.16), transparent 55%),
        radial-gradient(circle at bottom right, rgba(243, 179, 64, 0.12), transparent 55%),
        #020617;
    color: #E5E7EB;
}

.blog-hero-copy {
    max-width: 640px;
}

.blog-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.18rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #E5E7EB;
    margin-bottom: 0.5rem;
}

.blog-hero-kicker .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 6px rgba(11, 179, 164, 0.35);
}

.blog-hero-title {
    font-weight: 800;
    font-size: 1.9rem;
    color: #F9FAFB;
}

.blog-hero-subtitle {
    font-size: 0.95rem;
    color: #CBD5F5;
}

.blog-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.6rem;
    font-size: 0.9rem;
    color: #E5E7EB;
}

.blog-hero-list li {
    position: relative;
    padding-inline-end: 0.9rem;
    margin-bottom: 0.2rem;
}

.blog-hero-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--brand-accent, #F3B340);
    position: absolute;
    inset-inline-end: 0;
    top: 0.55rem;
}

/* Search */

.blog-hero-search-wrapper {
    max-width: 520px;
}

.blog-hero-search {
    position: relative;
}

.blog-hero-search .form-control {
    border-radius: 999px;
    padding-inline-start: 1rem;
    padding-inline-end: 2.4rem;
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-size: 0.86rem;
    background: rgba(15, 23, 42, 0.92);
    color: #E5E7EB;
}

.blog-hero-search .form-control::placeholder {
    color: #9CA3AF;
}

.blog-hero-search .form-control:focus {
    border-color: var(--brand-primary, #0BB3A4);
    box-shadow: 0 0 0 1px rgba(11, 179, 164, 0.5);
}

.blog-hero-search .btn-search {
    position: absolute;
    inset-inline-end: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--brand-accent, #F3B340), #f97316);
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Hero side card */

.blog-hero-side {
    max-width: 420px;
    margin-inline: auto;
}

.blog-hero-side-card {
    border-radius: 18px;
    padding: 1rem 1rem 0.8rem;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #E5E7EB;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.9);
    font-size: 0.88rem;
}

.blog-hero-side-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.blog-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.2rem;
}

.blog-hero-tags a {
    font-size: 0.78rem;
    padding: 0.16rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.8);
    color: #E5E7EB;
    text-decoration: none;
}

.blog-hero-tags a:hover {
    border-color: var(--brand-primary, #0BB3A4);
    color: #F9FAFB;
}

/********************************************************
 * BLOG MAIN LISTING
 ********************************************************/

.blog-main-luxe {
    background: #F9FAFB;
}

/* Grid */

.blog-grid {
    /* row already has g-4 من البوتستراب */
}

.blog-card-col {
    display: flex;
}

.blog-card {
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

/* Image */

.blog-card-image-link {
    display: block;
}

.blog-card-image-wrapper {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.blog-card-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.blog-card-image-wrapper:hover .blog-card-image {
    transform: scale(1.06);
}

/* Placeholder لو مفيش صورة */

.blog-card-image.placeholder {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F172A;
    color: #E5E7EB;
    font-size: 0.85rem;
}

/* Category badge */

.blog-card-category {
    position: absolute;
    inset-inline-start: 0.7rem;
    bottom: 0.7rem;
    border-radius: 999px;
    padding: 0.16rem 0.7rem;
    font-size: 0.78rem;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.85);
    color: #E5E7EB;
}

/* Body */

.blog-card-body {
    padding: 0.7rem 0.8rem 0.7rem;
}

/* Meta */

.blog-card-meta {
    font-size: 0.78rem;
    color: #6B7280;
}

.blog-card-meta .date i {
    font-size: 0.75rem;
}

/* Title */

.blog-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.25rem 0 0.3rem;
}

.blog-card-title a {
    color: #020617;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: var(--brand-secondary, #0F3C68);
}

/* Excerpt */

.blog-card-excerpt {
    font-size: 0.88rem;
    color: #4B5563;
}

/* Read more */

.blog-card-readmore {
    font-size: 0.82rem;
    color: var(--brand-secondary, #0F3C68);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

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

/********************************************************
 * PAGINATION
 ********************************************************/

.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    margin: 0 0.15rem;
    font-size: 0.86rem;
    color: #111827;
    text-decoration: none;
    background: #FFFFFF;
}

.blog-pagination .page-numbers.current {
    background: linear-gradient(135deg, var(--brand-primary, #0BB3A4), var(--brand-secondary, #0F3C68));
    color: #F9FAFB;
    border-color: transparent;
}

.blog-pagination .page-numbers:hover:not(.current) {
    border-color: var(--brand-primary, #0BB3A4);
}

/********************************************************
 * SIDEBAR
 ********************************************************/

.blog-sidebar-luxe {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.blog-sidebar-card {
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid rgba(148, 163, 184, 0.6);
    padding: 0.9rem 0.9rem 0.8rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    font-size: 0.87rem;
}

.blog-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
    color: #020617;
}

/* Quick contact actions */

.blog-sidebar-actions .btn {
    font-size: 0.8rem;
}

/* Categories list */

.blog-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar-list li {
    margin-bottom: 0.25rem;
}

.blog-sidebar-list a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    text-decoration: none;
    font-size: 0.86rem;
    color: #111827;
    padding: 0.2rem 0.4rem;
    border-radius: 999px;
    transition: 0.2s ease;
}

.blog-sidebar-list .name {
    flex: 1;
}

.blog-sidebar-list .count {
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #F3F4F6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    color: #4B5563;
}

.blog-sidebar-list a:hover {
    background: rgba(148, 163, 184, 0.12);
    color: var(--brand-secondary, #0F3C68);
}

/* Recent posts */

.blog-sidebar-recent {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar-recent li {
    margin-bottom: 0.25rem;
}

.blog-sidebar-recent a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    font-size: 0.86rem;
    color: #111827;
    padding: 0.25rem 0.35rem;
    border-radius: 12px;
    transition: 0.2s ease;
}

.blog-sidebar-recent .title {
    margin-bottom: 0.05rem;
}

.blog-sidebar-recent .date {
    font-size: 0.78rem;
    color: #6B7280;
}

.blog-sidebar-recent a:hover {
    background: rgba(148, 163, 184, 0.12);
    color: var(--brand-secondary, #0F3C68);
}

/********************************************************
 * RESPONSIVE – BLOG PAGE
 ********************************************************/

@media (max-width: 991.98px) {
    .blog-hero-title {
        font-size: 1.7rem;
    }

    .blog-hero-luxe {
        text-align: right;
    }

    .blog-hero-side-card {
        margin-top: 0.4rem;
    }

    .blog-sidebar-luxe {
        margin-top: 0.4rem;
    }
}

@media (max-width: 575.98px) {
    .blog-card-image,
    .blog-card-image.placeholder {
        height: 170px;
    }

    .blog-card-body {
        padding-inline: 0.7rem;
    }

    .blog-sidebar-card {
        padding-inline: 0.8rem;
    }
}


/* =========================
   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 LUXE – Premium footer section
 ********************************************************/

.footer-luxe {
    background: #020617;
    color: #E5E7EB;
    font-family: "Changa", sans-serif !important;
    margin-top: 0;
}

/* Top CTA strip */
.footer-cta {
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
    background: radial-gradient(circle at top left, rgba(11, 179, 164, 0.25), rgba(15, 23, 42, 0.96));
}

.footer-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 0;
}

.footer-cta-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #F9FAFB;
    margin-bottom: 0.2rem;
}

.footer-cta-text p {
    font-size: 0.88rem;
    color: #CBD5F5;
    margin: 0;
}

.footer-cta-actions {
    margin-inline-start: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.86rem;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: rgba(15, 23, 42, 0.9);
    color: #F9FAFB;
    transition: 0.25s ease;
}

.footer-cta-btn i {
    font-size: 0.95rem;
}

.footer-cta-btn.phone {
    border-color: #38bdf8;
}

.footer-cta-btn.whatsapp {
    border-color: #22c55e;
}

.footer-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* Main footer */
.footer-main {
    padding: 2.4rem 0 1.6rem;
    background:
        radial-gradient(circle at top left, rgba(11, 179, 164, 0.15), transparent 55%),
        radial-gradient(circle at bottom right, rgba(15, 60, 104, 0.25), transparent 55%),
        #020617;
}

.footer-block {
    font-size: 0.87rem;
}

/* Logo / brand */
.footer-logo img {
    max-width: 190px;
    height: auto;
}

.footer-text-logo span {
    font-size: 1.2rem;
    font-weight: 800;
    color: #F9FAFB;
}

/* About text & badges */
.footer-about {
    font-size: 0.86rem;
    color: #CBD5F5;
    margin-bottom: 0.6rem;
}

.footer-badges {
    list-style: none;
    padding: 0;
    margin: 0 0 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.footer-badges li {
    font-size: 0.78rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.8);
    color: #E5E7EB;
    background: rgba(15, 23, 42, 0.7);
}

/* Social */
.footer-social {
    display: flex;
    gap: 0.4rem;
}

.footer-social a {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E5E7EB;
    font-size: 0.85rem;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-social a:hover {
    border-color: var(--brand-primary, #0BB3A4);
    color: var(--brand-primary, #0BB3A4);
    transform: translateY(-1px);
}

/* Headings */
.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #F9FAFB;
    margin-bottom: 0.7rem;
}

.footer-subheading {
    font-size: 0.88rem;
    font-weight: 600;
    color: #E5E7EB;
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
}

/* Links / menus */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.25rem;
}

.footer-links a {
    font-size: 0.84rem;
    color: #CBD5F5;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--brand-primary, #0BB3A4);
}

/* Contact list */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 0.4rem;
}

.footer-contact li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.84rem;
    color: #E5E7EB;
    margin-bottom: 0.3rem;
}

.footer-contact i {
    font-size: 0.9rem;
    color: var(--brand-primary, #0BB3A4);
    margin-top: 0.12rem;
}

.footer-contact a {
    color: #E5E7EB;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--brand-accent, #F3B340);
}

/* City tags */
.footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.footer-tags span {
    font-size: 0.78rem;
    padding: 0.12rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.75);
    color: #E5E7EB;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid rgba(15, 23, 42, 0.9);
    background: #020617;
    padding: 0.7rem 0;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #9CA3AF;
}

.footer-bottom-inner .copy {
    margin-inline-end: auto;
}

.footer-bottom-inner .brand {
    color: #F9FAFB;
    font-weight: 600;
}

.footer-bottom-inner .made-by a {
    color: #E5E7EB;
    text-decoration: none;
}

.footer-bottom-inner .made-by a:hover {
    color: var(--brand-accent, #F3B340);
}

/* Responsive */
@media (max-width: 991.98px) {
    .footer-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-cta-actions {
        margin-inline-start: 0;
    }
}

@media (max-width: 575.98px) {
    .footer-main {
        padding-top: 1.8rem;
    }

    .footer-cta-text h3 {
        font-size: 1.05rem;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}


/********************************************************
 * FLOATING CONTACT BUTTONS – Gomhoria Express
 ********************************************************/

/* Container: fixed bottom-right on desktop */
.footer-contact-btns {
    position: fixed;
    inset-inline-end: 1.4rem;   /* right in RTL */
    bottom: 1.4rem;
    z-index: 999;
    pointer-events: none;       /* inner handles clicks */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    visibility: visible !important; /* override old visibility:hidden */
    font-family: "Changa", sans-serif !important;
}

/* Visible state (will be toggled by JS) */
.footer-contact-btns.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Inner wrapper */
.footer-contact-btns .floating-contact-inner {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-end;
}

/* Base button style */
.footer-contact-btns a.floating-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; /* icon on the right in RTL */
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: #f9fafb;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(15, 23, 42, 0.8);
    position: relative;
    overflow: hidden;
}

/* Phone button colors */
.footer-contact-btns .floating-btn-phone {
    background: linear-gradient(135deg, var(--brand-primary, #0DB39E), #059669);
}

/* WhatsApp button colors */
.footer-contact-btns .floating-btn-whatsapp {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

/* Icon circle */
.footer-contact-btns .floating-btn-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-btns .floating-btn-icon i {
    font-size: 1rem;
}

/* Label text */
.footer-contact-btns .floating-btn-label {
    white-space: nowrap;
}

/* Subtle shine effect on hover */
.footer-contact-btns a.floating-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.22),
        transparent 40%,
        transparent 60%,
        rgba(255, 255, 255, 0.12)
    );
    opacity: 0;
    transform: translateX(40%);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Hover effects (desktop) */
@media (min-width: 768px) {
  .footer-contact-btns a.floating-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 45px rgba(15, 23, 42, 0.75);
  }

  .footer-contact-btns a.floating-btn:hover::before {
      opacity: 1;
      transform: translateX(-10%);
  }
}

/* Make sure old bootstrap theme styles don't mess our layout */
.footer-contact-btns a {
    height: auto;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* But re-apply our own for .floating-btn */
.footer-contact-btns a.floating-btn {
    padding: 0.45rem 0.95rem;
}

/* Mobile layout: full-width bar with 2 buttons */
@media (max-width: 767.98px) {
    .footer-contact-btns {
        inset-inline: 0.75rem;
        bottom: 0.75rem;
    }

    .footer-contact-btns .floating-contact-inner {
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
    }

    .footer-contact-btns a.floating-btn {
        flex: 1;
        justify-content: center;
        border-radius: 999px;
        font-size: 0.9rem;
        padding-inline: 0.75rem;
    }

    .footer-contact-btns .floating-btn-label {
        font-size: 0.88rem;
    }

    .footer-contact-btns .floating-btn-icon {
        width: 30px;
        height: 30px;
    }
}
