:root {
    --navy: #020b1a;
    --navy-2: #061425;
    --navy-3: #0b1f35;
    --gold: #d7a12d;
    --gold-light: #f0c25d;
    --ink: #0b1a2b;
    --muted: #69768a;
    --surface: #f6f8fb;
    --white: #ffffff;
}

* { letter-spacing: 0; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Tajawal", "Cairo", system-ui, sans-serif;
    color: var(--ink);
    background: #fff;
    direction: rtl;
}
a { text-decoration: none; }
img { max-width: 100%; }

.container {
    max-width: 1110px;
}

.text-gold { color: var(--gold); }
.btn-gold-premium,
.btn-gold {
    --bs-btn-bg: linear-gradient(180deg, #edc765 0%, #c99225 100%);
    --bs-btn-border-color: #c99225;
    --bs-btn-hover-border-color: #b47e1d;
    min-height: 40px;
    padding-inline: 28px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(180deg, #edc765 0%, #c99225 100%);
    color: #fff;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 22px rgba(201,146,37,.16);
}
.btn-gold-premium:hover,
.btn-gold:hover {
    background: linear-gradient(180deg, #f3ce70 0%, #b77d19 100%);
    color: #fff;
}
.btn-dark-premium,
.btn-navy {
    border: 0;
    border-radius: 6px;
    background: linear-gradient(180deg, #102a43 0%, #061a2e 100%);
    color: #fff;
    min-height: 42px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(3,19,35,.16);
}
.btn-dark-premium:hover,
.btn-navy:hover {
    background: linear-gradient(180deg, #173853 0%, #092137 100%);
    color: #fff;
}

/* Navbar */
.site-nav {
    position: relative;
    z-index: 30;
    padding: 0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}
.site-nav .container {
    min-height: 94px;
    display: flex;
    align-items: center;
    direction: ltr;
    position: relative;
}
.site-nav .navbar-collapse {
    direction: ltr;
}
.home-page .site-nav .navbar-collapse {
    flex-grow: 1;
    margin-left: 90px;
}
.jordiq-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    flex: 0 0 auto;
    width: 280px;
    height: 88px;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.jordiq-logo img {
    display: block;
    width: 100%;
    height: 200%;
    object-fit: cover;
    filter:
        drop-shadow(0 14px 22px rgba(0, 0, 0, .42))
        drop-shadow(0 0 10px rgba(217, 154, 32, .13));
    margin-left: 60px;
}
.site-nav .navbar-nav {
    gap: 25px;
    padding-top: 0;
    direction: rtl;
}
.site-nav .nav-link {
    padding: 0;
    color: rgba(245,241,232,.93);
    font-size: .92rem;
    font-weight: 900;
    white-space: nowrap;
    text-shadow: 0 4px 12px rgba(0,0,0,.28);
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active {
    color: var(--gold-light);
}
.add-business-btn {
    direction: rtl;
    margin-top: 0;
    border: 1px solid #d99a20;
    border-radius: 7px;
    color: var(--gold-light);
    padding: 10px 20px;
    font-weight: 900;
    white-space: nowrap;
    background: rgba(2,11,26,.62);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 12px 26px rgba(0,0,0,.22);
}
.add-business-btn:hover {
    background: linear-gradient(180deg, #edc765 0%, #c99225 100%);
    color: #fff;
}
.site-toggler {
    background: rgba(255,255,255,.95);
    border: 0;
    margin-top: 4px;
}

/* Hero */
.jordiq-hero {
    position: relative;
    min-height: 655px;
    margin-bottom: 24px;
    overflow: visible;
    color: #fff;
    background-image: var(--hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.jordiq-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2,11,26,.08) 0%, rgba(2,11,26,.02) 42%, rgba(2,11,26,.26) 100%),
        linear-gradient(180deg, rgba(2,11,26,.22) 0%, rgba(2,11,26,0) 42%, rgba(2,11,26,.42) 100%);
    pointer-events: none;
}
.jordiq-hero::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 118px;
    background: linear-gradient(0deg, rgba(3,19,35,.78), transparent);
}
.jordiq-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 620px;
    padding-top: 118px;
}
.jordiq-hero__inner::before {
    content: none;
}
.jordiq-hero__copy {
    max-width: 690px;
    margin-inline-start: 0;
    margin-inline-end: auto;
    text-align: right;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .36);
    padding-top: 64px;
    position: relative;
    z-index: 2;
}
.jordiq-hero__copy h1 {
    margin: 0;
    font-size: clamp(2.45rem, 3.65vw, 4.45rem);
    line-height: 1.26;
    font-weight: 900;
}
.jordiq-hero__copy h1 span {
    color: var(--gold);
    white-space: nowrap;
}
.jordiq-hero__copy p {
    max-width: 560px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .95);
    font-size: clamp(1.05rem, 1.45vw, 1.45rem);
    font-weight: 700;
    line-height: 1.8;
}

.governorates-wrap {
    position: absolute;
    left: 50%;
    right: auto;
    width: min(1320px, calc(100vw - 72px));
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 4;
}
.governorates-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 8px;
    color: #f5f1e8;
    font-weight: 900;
    font-size: .9rem;
}
.governorates-label i {
    color: var(--gold-light);
}
.governorate-strip {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid rgba(170,185,206,.85);
    border-radius: 9px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 34px rgba(2,11,26,.2);
}
.governorate-pill {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 54px;
    padding: 0 8px;
    border-inline-start: 1px solid #d7dde7;
    color: #0c1b2c;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    font-size: .88rem;
    font-weight: 900;
    white-space: nowrap;
}
.governorate-pill:first-child {
    border-inline-start: 0;
}
.governorate-pill i {
    color: #0c1b2c;
    font-size: .92rem;
}
.governorate-pill:hover,
.governorate-pill.active {
    color: #fff;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
}
.governorate-pill:hover i,
.governorate-pill.active i {
    color: #fff;
}

/* Shared Sections */
.home-section {
    padding: 66px 0;
    position: relative;
}
.section-heading {
    margin-bottom: 32px;
}
.section-heading span {
    display: block;
    color: var(--gold);
    font-size: .98rem;
    font-weight: 900;
    margin-bottom: 8px;
}
.section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.34;
    font-weight: 900;
}
.section-heading p {
    margin: 9px auto 0;
    color: #4d596b;
    font-size: 1.02rem;
}

/* Categories */
.categories-section {
    padding-top: 60px;
    padding-bottom: 66px;
    background:
        radial-gradient(circle at 50% 0%, rgba(3,19,35,.08), transparent 34%),
        #fff;
}
.categories-section .row {
    direction: rtl;
}
.premium-category-card {
    position: relative;
    display: block;
    min-height: 304px;
    overflow: hidden;
    border-radius: 9px;
    background: var(--navy);
    color: #fff;
    box-shadow: 0 15px 32px rgba(3,19,35,.16);
    isolation: isolate;
    direction: rtl;
}
.premium-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.015);
    transition: transform .4s ease;
}
.premium-category-card:hover img {
    transform: scale(1.07);
}
.premium-category-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3,19,35,.32) 0%, rgba(3,19,35,.66) 48%, rgba(3,19,35,.98) 100%),
        radial-gradient(circle at 50% 38%, rgba(215,161,45,.1), transparent 38%);
}
.premium-category-card__icon {
    position: absolute;
    z-index: 2;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 2px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-size: 2.2rem;
    background: rgba(3,19,35,.58);
    box-shadow: 0 0 0 8px rgba(215,161,45,.08), 0 18px 30px rgba(0,0,0,.24);
}
.premium-category-card__body {
    position: absolute;
    z-index: 2;
    inset-inline: 20px;
    bottom: 23px;
    text-align: center;
}
.premium-category-card__body strong {
    display: block;
    font-size: 1.58rem;
    font-weight: 900;
    line-height: 1.2;
}
.premium-category-card__body small {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.86);
    font-size: .86rem;
    font-weight: 700;
}
.premium-category-card__body em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    min-height: 30px;
    margin-top: 18px;
    border-radius: 5px;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
    color: #fff;
    font-style: normal;
    font-size: .85rem;
    font-weight: 900;
}

/* Internal Category Listing */
.inner-page .site-nav {
    background:
        radial-gradient(circle at 18% 0%, rgba(217,154,32,.12), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #020b1a 100%);
    border-bottom: 1px solid rgba(217,154,32,.18);
}
.inner-page .site-nav .navbar-collapse {
    flex-grow: 1;
    margin-left: 90px;
}
.category-intro {
    position: relative;
    padding: 48px 0 42px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgba(217,154,32,.14), transparent 30%),
        linear-gradient(135deg, #020b1a 0%, #071a2e 54%, #020b1a 100%);
}
.category-intro::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217,154,32,.45), transparent);
}
.premium-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: rgba(255,255,255,.62);
    font-size: .92rem;
    font-weight: 800;
}
.premium-breadcrumb a {
    color: rgba(255,255,255,.78);
}
.premium-breadcrumb a:hover,
.premium-breadcrumb strong {
    color: var(--gold-light);
}
.category-intro__content {
    max-width: 760px;
}
.category-intro__content h1 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.55rem);
    font-weight: 900;
    line-height: 1.25;
}
.category-intro__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.8;
}
.category-listing-section {
    padding: 42px 0 72px;
    background:
        radial-gradient(circle at 50% 0%, rgba(3,19,35,.06), transparent 34%),
        #f6f8fb;
}
.category-governorates-section {
    padding: 0;
}
#inner-governorates {
    position: relative;
    margin-top: -25px;
    z-index: 2;
}
#inner-governorates .category-governorates-strip {
    position: relative;
    max-width: 100%;
    overflow: visible;
    z-index: 10;
    margin-right: -10%;
}
#inner-governorates .governorate-strip {
    overflow-x: visible;
}
.category-governorates-strip .governorate-pill {
    flex: 1 0 108px;
}
.listing-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(8, 19, 32, .08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(3,19,35,.07);
}
.listing-summary {
    display: flex;
    align-items: center;
    min-width: 230px;
}
.listing-toolbar strong,
.listing-toolbar small,
.listing-toolbar em {
    display: block;
}
.listing-toolbar strong {
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 900;
}
.listing-toolbar small {
    margin-top: 3px;
    color: var(--muted);
    font-weight: 700;
}
.listing-toolbar em {
    margin-top: 5px;
    color: #8a5b09;
    font-size: .84rem;
    font-style: normal;
    font-weight: 900;
}
.listing-count {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    height: 36px;
    margin-inline-end: 10px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(201,146,37,.22);
}
.listing-search-form {
    display: flex;
    flex: 1 1 460px;
    align-items: center;
    max-width: 620px;
    gap: 8px;
}
.listing-search-form .form-control {
    min-height: 44px;
    border-color: rgba(8,19,32,.1);
    border-radius: 10px;
    color: var(--ink);
    background: #f8fafc;
    font-weight: 800;
}
.listing-search-form .form-control:focus {
    border-color: rgba(217,154,32,.45);
    box-shadow: 0 0 0 .2rem rgba(217,154,32,.12);
}
.listing-search-btn,
.listing-clear-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    font-weight: 900;
    white-space: nowrap;
}
.listing-search-btn {
    min-width: 82px;
    color: #081320;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
    box-shadow: 0 12px 22px rgba(201,146,37,.17);
}
.listing-search-btn:hover {
    color: #081320;
}
.listing-clear-search {
    padding-inline: 14px;
    color: var(--muted);
    background: #f1f4f8;
}
.listing-clear-search:hover {
    color: var(--ink);
}
.listing-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.listing-mobile-filter-actions {
    display: none;
}
.filter-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid rgba(217,154,32,.38);
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(180deg, #102a43 0%, #061a2e 100%);
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(3,19,35,.14);
}
.filter-toggle-btn:hover {
    color: var(--gold-light);
}
.premium-filter-panel {
    width: min(420px, 92vw);
    color: #fff;
    background:
        radial-gradient(circle at 18% 0%, rgba(217,154,32,.14), transparent 32%),
        linear-gradient(180deg, #07111f 0%, #020b1a 100%);
    border-left: 1px solid rgba(217,154,32,.2);
    box-shadow: -22px 0 54px rgba(0,0,0,.34);
}
.mobile-governorates-panel.offcanvas-start {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}
.mobile-governorates-panel.offcanvas-start.show,
.mobile-governorates-panel.offcanvas-start.showing {
    transform: none;
}
.premium-filter-panel .offcanvas-header {
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.premium-filter-panel .offcanvas-header span {
    color: var(--gold-light);
    font-size: .78rem;
    font-weight: 900;
}
.premium-filter-panel h5 {
    margin: 4px 0 0;
    color: #fff;
    font-weight: 900;
}
.premium-filter-panel .offcanvas-body {
    padding: 22px 24px 28px;
}
.filter-group {
    margin-bottom: 26px;
}
.filter-group h6 {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 900;
}
.filter-options {
    display: grid;
    gap: 9px;
}
.filter-more-options {
    display: grid;
    gap: 9px;
}
.filter-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(217,154,32,.24);
    border-radius: 10px;
    color: var(--gold-light);
    background: rgba(217,154,32,.07);
    font-size: .86rem;
    font-weight: 900;
    transition: .22s ease;
}
.filter-more-toggle:hover {
    border-color: rgba(217,154,32,.46);
    background: rgba(217,154,32,.12);
}
.filter-more-toggle i {
    transition: transform .22s ease;
}
.filter-more-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.filter-more-toggle .less-text,
.filter-more-toggle[aria-expanded="true"] .more-text {
    display: none;
}
.filter-more-toggle[aria-expanded="true"] .less-text {
    display: inline;
}
.premium-radio {
    cursor: pointer;
}
.premium-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.premium-radio span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    color: rgba(255,255,255,.82);
    background: rgba(255,255,255,.045);
    font-size: .94rem;
    font-weight: 800;
    transition: .22s ease;
}
.premium-radio span::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255,255,255,.36);
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #07111f;
}
.premium-radio input:checked + span {
    color: #fff;
    border-color: rgba(217,154,32,.72);
    background: rgba(217,154,32,.16);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.premium-radio input:checked + span::before {
    border-color: var(--gold-light);
    background: var(--gold-light);
}
.filter-actions {
    display: grid;
    gap: 10px;
    padding-top: 8px;
}
.btn-clear-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    color: rgba(255,255,255,.86);
    font-weight: 900;
    background: rgba(255,255,255,.04);
}
.btn-clear-filter:hover {
    color: var(--gold-light);
    border-color: rgba(217,154,32,.42);
}
.business-grid {
    direction: rtl;
}
.premium-business-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(8, 19, 32, .09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(3,19,35,.09);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.premium-business-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217,154,32,.42);
    box-shadow: 0 26px 58px rgba(3,19,35,.14), 0 0 0 1px rgba(217,154,32,.08);
}
.premium-business-card__media {
    position: relative;
    height: 166px;
    overflow: hidden;
    background: var(--navy);
}
.premium-business-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2,11,26,.08) 0%, rgba(2,11,26,.34) 45%, rgba(2,11,26,.76) 100%),
        radial-gradient(circle at 20% 18%, rgba(217,154,32,.16), transparent 36%);
    pointer-events: none;
}
.premium-business-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .32s ease;
}
.premium-business-card:hover .premium-business-card__media img {
    transform: scale(1.055);
}
.business-plan-pill {
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 12px;
    bottom: auto;
    max-width: calc(100% - 28px);
    padding: 7px 10px;
    border: 1px solid rgba(217,154,32,.34);
    border-radius: 999px;
    color: #fff;
    background: rgba(2,11,26,.78);
    font-size: .76rem;
    font-weight: 900;
    backdrop-filter: blur(8px);
}
.premium-business-card__body {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 42px 16px 16px;
}
.business-logo-orb {
    position: absolute;
    top: -35px;
    right: 16px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 18px;
    color: var(--gold);
    background:
        radial-gradient(circle at 30% 18%, rgba(217,154,32,.18), transparent 34%),
        linear-gradient(180deg, #0c1b2c 0%, #020b1a 100%);
    font-size: 1.65rem;
    box-shadow: 0 14px 26px rgba(3,19,35,.22);
}
.business-logo-orb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    padding-inline-start: 2px;
}
.business-badges {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    max-width: 44%;
    padding-top: 2px;
}
.business-badges span {
    padding: 4px 8px;
    border-radius: 999px;
    color: #8a5b09;
    background: rgba(217,154,32,.14);
    font-size: .7rem;
    font-weight: 900;
}
.premium-business-card h2 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.35;
}
.business-card-description {
    display: -webkit-box;
    min-height: 47px;
    margin: 0 0 12px;
    overflow: hidden;
    color: #5b687a;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.65;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.business-signal-row {
    display: grid;
    gap: 9px;
    margin: 0 0 13px;
    padding: 4px 0 7px;
}
.business-signal-items {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
}
.business-signal {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-width: 0;
    gap: 5px;
    padding: 6px 9px;
    overflow: hidden;
    border: 1px solid rgba(8,19,32,.06);
    border-radius: 999px;
    color: #526174;
    background: #f5f7fa;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.business-signal i {
    flex: 0 0 auto;
    color: var(--gold);
}
.business-presence-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.business-presence-icons a {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(8,19,32,.09);
    border-radius: 50%;
    color: #4d5c70;
    background: linear-gradient(180deg, #fff 0%, #f3f6fa 100%);
    font-size: .86rem;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.business-presence-icons a:hover {
    color: var(--gold);
    border-color: rgba(217,154,32,.38);
    box-shadow: 0 9px 18px rgba(217,154,32,.13);
    transform: translateY(-1px);
}
.business-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
}
.business-contact-icons {
    display: flex;
    gap: 6px;
}
.business-contact-icons a {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #102a43;
    background: #eef2f6;
    transition: .2s ease;
}
.business-contact-icons a:hover {
    color: #fff;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
    box-shadow: 0 10px 18px rgba(201,146,37,.18);
}
.details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid rgba(217,154,32,.16);
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(180deg, #102a43 0%, #061a2e 100%);
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(3,19,35,.11);
}
.details-btn:hover {
    color: #081320;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
}
.details-btn--disabled {
    cursor: not-allowed;
    color: rgba(8,19,32,.62);
    border-color: rgba(8,19,32,.08);
    background: linear-gradient(180deg, #f3f6f9 0%, #e4e9ef 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
    opacity: .9;
}
.details-btn--disabled:hover {
    color: rgba(8,19,32,.62);
    border-color: rgba(8,19,32,.08);
    background: linear-gradient(180deg, #f3f6f9 0%, #e4e9ef 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.premium-empty-state {
    max-width: 620px;
    margin: 24px auto 0;
    padding: 52px 28px;
    border: 1px solid rgba(8, 19, 32, .08);
    border-radius: 18px;
    text-align: center;
    background: #fff;
    box-shadow: 0 22px 50px rgba(3,19,35,.08);
}
.premium-empty-state__icon {
    display: inline-grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin-bottom: 18px;
    border: 2px solid rgba(217,154,32,.44);
    border-radius: 50%;
    color: var(--gold);
    font-size: 2rem;
    background: rgba(217,154,32,.08);
}
.premium-empty-state h2 {
    color: var(--ink);
    font-weight: 900;
}
.premium-empty-state p {
    color: var(--muted);
    font-weight: 700;
}
.premium-pagination {
    margin-top: 34px;
}
.premium-pagination nav {
    display: flex;
    justify-content: center;
}
.premium-pagination .pagination {
    gap: 6px;
}
.premium-pagination .page-link {
    min-width: 38px;
    border: 1px solid rgba(8,19,32,.1);
    border-radius: 9px;
    color: var(--navy);
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(3,19,35,.05);
}
.premium-pagination .page-item.active .page-link {
    border-color: var(--gold);
    color: #fff;
    background: linear-gradient(180deg, #edc765 0%, #c89224 100%);
}
.premium-pagination .page-item.disabled .page-link {
    color: #9aa5b3;
    background: #f4f6f9;
}

/* About */
.about-section {
    padding-top: 28px;
    padding-bottom: 66px;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.about-visual {
    position: relative;
    min-height: 356px;
    border-radius: 9px;
    overflow: hidden;
    background-image: var(--about-image);
    background-size: cover;
    background-position: center;
    filter: saturate(1.08) contrast(1.05);
    box-shadow: 0 18px 42px rgba(3,19,35,.18);
}
.about-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3,19,35,.16), rgba(255,255,255,.08));
}
.play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.94);
    color: var(--navy);
    font-size: 2.45rem;
    box-shadow: 0 16px 36px rgba(0,0,0,.2);
}
.play-button i {
    transform: translateX(-2px);
}
.about-copy {
    max-width: 610px;
    margin-inline-start: auto;
    text-align: center;
}
.about-copy .section-heading {
    margin-bottom: 16px;
}
.about-copy p {
    max-width: 610px;
    margin: 0 auto;
    color: #4c5868;
    font-size: 1.04rem;
    font-weight: 600;
    line-height: 1.95;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 32px;
}
.trust-item {
    text-align: center;
}
.trust-item i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    color: var(--gold);
    font-size: 2rem;
}
.trust-item strong {
    display: block;
    color: var(--ink);
    font-size: .95rem;
    font-weight: 900;
}
.trust-item small {
    display: block;
    margin-top: 5px;
    color: #69768a;
    font-size: .78rem;
    font-weight: 700;
}

/* Joined Companies */
.joined-companies-section {
    overflow: hidden;
    padding-top: 66px;
    padding-bottom: 72px;
    background:
        radial-gradient(circle at 50% 0%, rgba(215,161,45,.12), transparent 32%),
        linear-gradient(180deg, #061829 0%, #031323 100%);
    color: #fff;
}
.joined-heading {
    margin-bottom: 34px;
}
.joined-heading h2 {
    color: #fff;
}
.joined-heading p {
    max-width: 640px;
    color: rgba(255,255,255,.68);
    font-weight: 700;
}
.joined-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.joined-logo-card {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    color: #fff;
    background: #031323;
    box-shadow: 0 18px 38px rgba(0,0,0,.2);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.joined-logo-card__cover {
    position: absolute;
    inset: 0 0 auto;
    height: 122px;
    overflow: hidden;
}
.joined-logo-card__cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2,11,26,.08), rgba(2,11,26,.74));
}
.joined-logo-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .34s ease;
}
.joined-logo-card__badge {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(129,91,8,.88);
    font-size: .7rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.joined-logo-card__badge--new {
    background: rgba(1,91,57,.9);
}
.joined-logo-card__badge--featured {
    background: rgba(155,96,8,.92);
}
.joined-logo-card__content {
    position: absolute;
    inset: auto 14px 12px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    min-width: 0;
}
.joined-logo-card__logo {
    display: grid;
    flex: 0 0 68px;
    place-items: center;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,.94);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,.28);
}
.joined-logo-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.joined-logo-card__details {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding-bottom: 3px;
}
.joined-logo-card__details strong {
    overflow: hidden;
    color: #fff;
    font-size: .94rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.joined-logo-card__details small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.76);
    font-size: .76rem;
    font-weight: 800;
}
.joined-logo-card__details i {
    color: var(--gold-light);
}
.joined-logo-card:hover {
    transform: translateY(-7px);
    border-color: rgba(215,161,45,.62);
    box-shadow: 0 28px 58px rgba(0,0,0,.34), 0 0 0 1px rgba(215,161,45,.1) inset;
}
.joined-logo-card:hover .joined-logo-card__cover img {
    transform: scale(1.06);
}
.premium-company-modal {
    --bs-modal-width: 430px;
}
.premium-company-modal .modal-dialog {
    transform: scale(.96);
    transition: transform .24s ease;
}
.premium-company-modal.show .modal-dialog {
    transform: scale(1);
}
.premium-company-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(215,161,45,.26);
    border-radius: 22px;
    padding: 42px 34px 34px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 50% -10%, rgba(215,161,45,.22), transparent 34%),
        linear-gradient(180deg, #0a2137 0%, #031323 100%);
    box-shadow: 0 34px 90px rgba(0,0,0,.55);
}
.premium-company-modal .modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.1), transparent 38%);
}
.premium-modal-close {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.075);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.premium-modal-close:hover {
    transform: rotate(90deg);
    color: var(--navy);
    background: var(--gold-light);
}
.premium-modal-logo {
    position: relative;
    z-index: 1;
    width: 142px;
    height: 96px;
    margin: 0 auto 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.premium-modal-logo img {
    width: 112px;
    height: 62px;
    object-fit: contain;
}
.premium-modal-kicker {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 8px;
    color: var(--gold-light);
    font-size: .86rem;
    font-weight: 900;
}
.premium-company-modal h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
}
.premium-modal-phone {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.88);
    font-size: 1.1rem;
    font-weight: 900;
}
.premium-modal-phone i {
    color: var(--gold-light);
}
.premium-whatsapp-btn {
    position: relative;
    z-index: 1;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding-inline: 30px;
    color: #fff;
    background: linear-gradient(180deg, #27d367 0%, #159447 100%);
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(21,148,71,.24);
}
.premium-whatsapp-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #31df72 0%, #128640 100%);
}
.modal-backdrop.show {
    opacity: .74;
    backdrop-filter: blur(8px);
}

/* Why */
.why-strip {
    position: relative;
    padding: 24px 0 31px;
    color: #fff;
    background: linear-gradient(90deg, #031323 0%, #061b2f 52%, #031323 100%);
}
.why-strip h2 {
    margin: 0 0 22px;
    text-align: center;
    color: #fff;
    font-size: 1.65rem;
    font-weight: 900;
}
.why-grid {
    border-top: 1px solid rgba(255,255,255,.08);
}
.why-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 90px;
    padding: 16px 28px;
    border-inline-start: 1px solid rgba(255,255,255,.23);
}
.why-item:first-child {
    border-inline-start: 0;
}
.why-item i {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(215,161,45,.8);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.45rem;
}
.why-item strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 5px;
}
.why-item span {
    display: block;
    color: rgba(255,255,255,.82);
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.55;
}

/* Contact */
.contact-section {
    overflow: hidden;
    padding-top: 44px;
    padding-bottom: 42px;
    background:
        radial-gradient(circle at 8% 50%, rgba(119,150,184,.2) 0 1px, transparent 2px) 0 0/12px 12px,
        radial-gradient(circle at 93% 40%, rgba(119,150,184,.2) 0 1px, transparent 2px) 0 0/12px 12px,
        #fff;
}
.contact-section .section-heading {
    margin-bottom: 28px;
}
.contact-grid {
    max-width: 890px;
    margin-inline: auto;
}
.contact-tile {
    min-height: 126px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    box-shadow: inset 0 1px 0 #fff, 0 8px 20px rgba(3,19,35,.04);
}
.contact-tile i {
    color: var(--navy);
    font-size: 2.4rem;
    margin-bottom: 13px;
}
.contact-tile strong {
    color: var(--ink);
    font-size: .95rem;
    font-weight: 900;
}
.contact-tile span {
    margin-top: 3px;
    color: #243449;
    font-size: .86rem;
    font-weight: 700;
}
.contact-form {
    max-width: 760px;
    margin: 20px auto 0;
}
.contact-form .form-control {
    min-height: 45px;
    border: 1px solid #dfe6ef;
    border-radius: 7px;
    background: #fff;
    font-weight: 700;
}
.contact-form textarea.form-control {
    min-height: 95px;
}

/* Footer */
.site-footer {
    padding: 30px 0 12px;
    color: rgba(255,255,255,.76);
    background:
        linear-gradient(90deg, rgba(3,19,35,.98), rgba(5,27,47,.98)),
        var(--footer-image) center/cover;
}
.footer-logo {
    align-items: flex-start;
    margin-bottom: 12px;
}
.jordiq-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    flex: 0 0 auto;
    margin: 0;
    margin-top: -50px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.jordiq-footer-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-logo img {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .32));
    margin-right: -30px;
}
.footer-about {
    position: relative;
    z-index: 2;
    max-width: 260px;
    margin: 0 0 16px;
    margin-top: -40px;
    color: rgba(255,255,255,.72);
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.75;
}
.footer-social {
    display: flex;
    gap: 9px;
}
.footer-social a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    color: #fff;
    font-size: .82rem;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-social a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #081320;
}
.site-footer h6 {
    margin-bottom: 13px;
    color: #fff;
    font-size: .98rem;
    font-weight: 900;
}
.site-footer a {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.72);
    font-size: .88rem;
    font-weight: 700;
}
.site-footer a:hover {
    color: var(--gold-light);
}
.site-footer p {
    color: rgba(255,255,255,.72);
    font-size: .88rem;
    font-weight: 600;
}
.footer-input {
    min-height: 37px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: rgba(255,255,255,.12);
    font-size: .88rem;
}
.footer-input::placeholder {
    color: rgba(255,255,255,.45);
}
.footer-bottom {
    margin-top: 22px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    color: rgba(255,255,255,.48);
    font-size: .82rem;
}
.footer-bottom span {
    color: rgba(255,255,255,.62);
}

/* Landing Products Showcase */
.company-landing-page {
    background: #fff;
}
.company-landing-page > .site-nav {
    display: none;
}
.company-landing-navbar {
    position: relative;
    z-index: 40;
    min-height: 86px;
    padding: 0;
    border-bottom: 1px solid rgba(217,154,32,.14);
    background:
        radial-gradient(circle at 18% 0%, rgba(217,154,32,.08), transparent 28%),
        linear-gradient(180deg, #050b14 0%, #020711 100%);
    box-shadow: 0 18px 42px rgba(0,0,0,.34);
}
.company-landing-navbar-container {
    min-height: 86px;
    display: flex;
    align-items: center;
    max-width: 1440px;
    padding-inline: 40px;
}
.company-landing-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 34px;
}
.company-landing-logo-wrap {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.company-landing-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 86px;
}
.company-landing-logo img {
    display: block;
    width: 100%;
    height: 158%;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.36));
}
.company-landing-menu-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}
.company-landing-nav {
    flex: 0 1 auto;
    justify-content: center;
    direction: ltr;
}
.company-landing-nav .navbar-nav {
    direction: rtl;
    justify-content: center;
    gap: 28px;
    width: 100%;
}
.company-landing-nav .nav-link {
    position: relative;
    padding: 0;
    color: rgba(255,255,255,.9);
    font-size: .95rem;
    font-weight: 900;
    white-space: nowrap;
}
.company-landing-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
}
.company-landing-nav .nav-link:hover,
.company-landing-nav .nav-link.active {
    color: var(--gold-light);
}
.company-landing-nav .nav-link.active::after {
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.company-landing-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.company-landing-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
.company-landing-nav-btn {
    min-height: 48px;
    gap: 8px;
    padding: 10px 22px;
    border: 1px solid rgba(217,154,32,.5);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(180deg, #efc866 0%, #c89224 100%);
    box-shadow: 0 16px 30px rgba(201,146,37,.2);
}
.company-landing-nav-btn:hover {
    color: #fff;
}
.company-landing-toggler {
    display: none;
    border: 1px solid rgba(217,154,32,.36);
    color: #fff;
}
.company-hero {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    padding: 66px 0 34px;
    color: #fff;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 16%, rgba(217,154,32,.18), transparent 31%),
        radial-gradient(circle at 76% 36%, rgba(31,87,122,.24), transparent 34%),
        linear-gradient(90deg, #071827 0%, #041322 42%, #020b1a 100%);
}
.company-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2, 11, 26, 0.02) 0%,
            rgba(2, 11, 26, 0.16) 35%,
            rgb(2 11 26) 68%,
            rgba(2, 11, 26, 0.88) 100%
        );
    pointer-events: none;
    z-index: 1;
}
.company-hero .container {
    position: relative;
    z-index: 2;
}
.company-hero__row {
    direction: ltr;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 375px;
}
.company-hero__content {
    direction: rtl;
    max-width: 650px;
    padding-top: 12px;
    margin-inline-start: auto;
}
.company-hero__visual {
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    z-index: 0;
}
.company-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2,11,26,0) 0%, rgba(2,11,26,.08) 36%, rgba(2,11,26,.74) 78%, rgba(2,11,26,.98) 100%),
        radial-gradient(circle at 84% 42%, rgba(2,11,26,.72), transparent 44%),
        linear-gradient(180deg, rgba(2,11,26,.04) 0%, rgba(2,11,26,.16) 52%, rgba(2,11,26,.72) 100%),
        radial-gradient(circle at 24% 22%, rgba(217,154,32,.14), transparent 36%);
    pointer-events: none;
}
.company-hero__visual img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.company-type-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 14px;
    border: 1px solid rgba(217,154,32,.44);
    border-radius: 999px;
    color: var(--gold-light);
    background: rgba(2,11,26,.62);
    font-size: .88rem;
    font-weight: 900;
}
.company-brand-lockup {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.company-brand-lockup img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,.78);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0,0,0,.34);
    margin-top: 6px;
}
.company-brand-lockup h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 4.4vw, 5rem);
    font-weight: 900;
    line-height: 1.2;
}
.company-brand-lockup .text-gold {
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 900;
    line-height: 1.35;
}
.company-brand-lockup p {
    max-width: 600px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    font-weight: 700;
    line-height: 1.68;
}
.company-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}
.company-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 900;
}
.company-btn--gold {
    border: 1px solid rgba(217,154,32,.42);
    color: #081320;
    background: linear-gradient(180deg, #efc866 0%, #c89224 100%);
    box-shadow: 0 16px 32px rgba(201,146,37,.22);
}
.company-btn--outline {
    border: 1px solid rgba(255,255,255,.24);
    color: #fff;
    background: rgba(2,11,26,.46);
}
.company-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}
.company-trust-strip {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 4px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(2,11,26,.52);
    backdrop-filter: blur(10px);
}
.company-trust-strip div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    padding: 22px;
    border-inline-start: 1px solid rgba(255,255,255,.12);
}
.company-trust-strip div:first-child {
    border-inline-start: 0;
}
.company-trust-strip i {
    grid-row: span 2;
    color: var(--gold);
    font-size: 1.75rem;
}
.company-trust-strip strong {
    color: #fff;
    font-weight: 900;
}
.company-trust-strip span {
    color: rgba(255,255,255,.68);
    font-size: .86rem;
    font-weight: 700;
}
.company-section {
    padding: 72px 0;
}
.company-about {
    padding-bottom: 54px;
}
.company-section-heading {
    margin-bottom: 34px;
    text-align: center;
}
.company-section-heading span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-weight: 900;
}
.company-section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.9rem, 2.7vw, 3rem);
    font-weight: 900;
}
.company-section-heading h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #c89224, #efc866);
}
.company-section-heading.text-lg-start h2::after {
    margin-inline-start: 0;
}
.company-image-panel {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(3,19,35,.16);
}
.company-image-panel img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}
.company-about .row {
    align-items: flex-start !important;
}
.company-about .company-section-heading span {
    font-size: .88rem;
}
.company-about .company-section-heading h2 {
    font-size: clamp(1.55rem, 2.1vw, 2.35rem);
}
.company-lead {
    color: #344258;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 2;
}
.company-about .company-lead {
    font-size: .98rem;
    line-height: 1.85;
    white-space: pre-line;
}
.company-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 26px;
}
.company-stats div {
    text-align: center;
}
.company-stats strong {
    display: block;
    color: var(--ink);
    font-size: 1.65rem;
    font-weight: 900;
}
.company-about .company-stats strong {
    font-size: 1.35rem;
}
.company-stats span {
    color: var(--muted);
    font-weight: 800;
}
.company-about .company-stats span {
    font-size: .9rem;
}
.company-services {
    background: #f8fafc;
}
.company-service-card,
.company-why-card {
    height: 100%;
    padding: 28px 22px;
    border: 1px solid rgba(8,19,32,.08);
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 18px 42px rgba(3,19,35,.06);
}
.company-service-card i {
    color: var(--navy);
    font-size: 2.25rem;
}
.company-service-card h3,
.company-why-card h3 {
    margin: 18px 0 10px;
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 900;
}
.company-service-card p,
.company-why-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.8;
}
.company-why {
    color: #fff;
    background:
        radial-gradient(circle at 18% 0%, rgba(217,154,32,.14), transparent 30%),
        linear-gradient(180deg, #071a2d 0%, #020b1a 100%);
}
.company-why .company-section-heading h2,
.company-why-card h3 {
    color: #fff;
}
.company-why-card {
    border-color: rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
    box-shadow: 0 22px 48px rgba(0,0,0,.18);
}
.company-why-card i {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(217,154,32,.5);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.45rem;
}
.company-why-card p {
    color: rgba(255,255,255,.72);
}
.company-reviews {
    overflow: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 82% 18%, rgba(217,154,32,.13), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #f6f1e8 100%);
}
.company-reviews__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}
.company-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: .88rem;
    font-weight: 900;
}
.company-reviews__header h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 900;
}
.company-reviews__header p {
    margin: 0;
    color: #657184;
    font-weight: 800;
}
.company-reviews__google-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 16px;
    border: 1px solid rgba(149,96,14,.28);
    border-radius: 8px;
    color: #071321;
    text-decoration: none;
    font-weight: 900;
    background: var(--gold);
    box-shadow: 0 14px 34px rgba(217,154,32,.22);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.company-reviews__google-link:hover {
    color: #071321;
    border-color: rgba(120,76,10,.38);
    background: #c98712;
    box-shadow: 0 18px 42px rgba(217,154,32,.28);
    transform: translateY(-1px);
}
.company-reviews__google-mark {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(8,19,32,.12);
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1;
    background: rgba(255,255,255,.92);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
    color: #4285f4;
    text-shadow:
        .03em 0 #db4437,
        -.03em 0 #f4b400,
        0 .035em #0f9d58;
}
.company-reviews__slider {
    position: relative;
    direction: ltr;
    padding-inline: 54px;
}
.company-reviews__viewport {
    overflow: hidden;
}
.company-reviews__track {
    display: flex;
    gap: 18px;
    transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}
.company-reviews__card {
    direction: rtl;
    flex: 0 0 calc((100% - 36px) / 3);
    min-height: 250px;
    padding: 24px;
    border: 1px solid rgba(8,19,32,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 20px 46px rgba(3,19,35,.08);
}
.company-reviews__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.company-reviews__avatar {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #061a2d, #0c304f);
    font-weight: 900;
}
.company-reviews__card h3 {
    margin: 0 0 4px;
    color: var(--ink);
    font-size: 1.02rem;
    font-weight: 900;
}
.company-reviews__card-head span {
    color: #7b8796;
    font-size: .86rem;
    font-weight: 800;
}
.company-reviews__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
    color: var(--gold);
}
.company-reviews__star-empty {
    color: rgba(174, 124, 42, .35);
}
.company-reviews__card p {
    margin: 0;
    color: #4b586b;
    font-weight: 800;
    line-height: 1.85;
}
.company-reviews__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(8,19,32,.12);
    border-radius: 50%;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 16px 32px rgba(3,19,35,.1);
    transform: translateY(-50%);
}
.company-reviews__nav:hover {
    border-color: var(--gold);
    color: var(--gold);
}
.company-reviews__nav--prev {
    left: 0;
}
.company-reviews__nav--next {
    right: 0;
}
.company-reviews__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.company-reviews__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(8,19,32,.22);
}
.company-reviews__dots button.is-active {
    width: 26px;
    background: var(--gold);
}
.company-products {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 0%, rgba(217,154,32,.12), transparent 30%),
        radial-gradient(circle at 84% 26%, rgba(47,112,155,.18), transparent 34%),
        linear-gradient(180deg, #020b1a 0%, #041426 54%, #020b1a 100%);
}
.company-products__heading {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}
.company-products__heading h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.15;
}
.company-products__heading p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-weight: 700;
    line-height: 1.85;
}
.company-products__tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 34px;
}
.company-products__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 7px;
    color: rgba(255,255,255,.84);
    background: rgba(2,11,26,.38);
    font-weight: 800;
}
.company-products__tab i {
    color: rgba(255,255,255,.82);
    font-size: 1.18rem;
}
.company-products__tab.is-active {
    border-color: rgba(217,154,32,.95);
    color: #071321;
    background: linear-gradient(180deg, #f0b43d, var(--gold));
    box-shadow: 0 16px 32px rgba(217,154,32,.2);
}
.company-products__tab.is-active i {
    color: #071321;
}
.company-products__dropdown {
    min-width: 0;
}
.company-products__dropdown-menu {
    width: min(280px, 88vw);
    max-height: 340px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(217,154,32,.22);
    border-radius: 8px;
    background: #041426;
    box-shadow: 0 22px 48px rgba(0,0,0,.34);
}
.company-products__dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 7px;
    color: rgba(255,255,255,.82);
    font-weight: 800;
    text-align: right;
}
.company-products__dropdown-item i {
    color: var(--gold);
}
.company-products__dropdown-item:hover,
.company-products__dropdown-item:focus,
.company-products__dropdown-item.is-active {
    color: #071321;
    background: var(--gold);
}
.company-products__dropdown-item:hover i,
.company-products__dropdown-item:focus i,
.company-products__dropdown-item.is-active i {
    color: #071321;
}
.company-products__selected-title {
    margin: -8px 0 22px;
    color: #fff;
    font-size: 1.18rem;
    font-weight: 900;
}
.company-products__empty {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    color: rgba(255,255,255,.74);
    background: rgba(255,255,255,.04);
    text-align: center;
    font-weight: 800;
}
.company-products__card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: rgba(2,11,26,.62);
    box-shadow: 0 22px 52px rgba(0,0,0,.22);
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.company-products__card:hover,
.company-products__card:focus-visible {
    border-color: rgba(217,154,32,.34);
    box-shadow: 0 28px 62px rgba(0,0,0,.3);
    transform: translateY(-4px);
}
.company-products__media {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.04);
}
.company-products__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .35s ease;
}
.company-products__card:hover .company-products__media img,
.company-products__card:focus-visible .company-products__media img {
    transform: scale(1.045);
}
.company-products__card-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    background: linear-gradient(180deg, rgba(2,11,26,.08), rgba(2,11,26,.58));
    transition: opacity .24s ease;
}
.company-products__card-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(2,11,26,.56);
    backdrop-filter: blur(8px);
    font-size: .88rem;
    font-weight: 900;
}
.company-products__card:hover .company-products__card-overlay,
.company-products__card:focus-visible .company-products__card-overlay {
    opacity: 1;
}
.company-products__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 214px;
    padding: 16px 16px 14px;
    text-align: center;
}
.company-products__body span {
    color: var(--gold);
    font-size: .82rem;
    font-weight: 900;
}
.company-products__body h3 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.45;
}
.company-products__body p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.75;
    display: -webkit-box;
    height: 3.5em;
    max-height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.company-products__body strong {
    margin-top: auto;
    padding-top: 12px;
    color: #fff;
    font-size: 1.18rem;
    font-weight: 900;
    direction: ltr;
}
.company-products__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 12px;
}
.company-products__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border-radius: 6px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 900;
}
.company-products__btn--call {
    border: 1px solid rgba(217,154,32,.9);
    color: var(--gold);
    background: rgba(2,11,26,.34);
}
.company-products__btn--call:hover {
    color: #071321;
    background: var(--gold);
}
.company-products__btn--whatsapp {
    border: 1px solid rgba(48,190,95,.74);
    color: #fff;
    background: linear-gradient(180deg, rgba(20,121,55,.86), rgba(8,76,36,.92));
}
.company-products__btn--whatsapp:hover {
    color: #fff;
    background: linear-gradient(180deg, rgba(34,158,75,.95), rgba(11,96,45,.98));
}
.company-products__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
    direction: ltr;
}
.company-products__pagination a,
.company-products__pagination span {
    display: inline-grid;
    place-items: center;
    min-width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 7px;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-weight: 900;
    background: rgba(2,11,26,.34);
}
.company-products__pagination span {
    border-color: transparent;
    background: transparent;
}
.company-products__pagination a.is-active {
    border-color: var(--gold);
    color: #071321;
    background: var(--gold);
}
.company-products__pagination a.is-disabled {
    opacity: .42;
    pointer-events: none;
}
.company-products-modal-open {
    overflow: hidden;
}
.company-products__details-modal {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: grid;
    place-items: center;
    padding: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}
.company-products__details-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.company-products__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 11, 26, .78);
    backdrop-filter: blur(10px);
}
.company-products__modal-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: min(1060px, 100%);
    max-height: min(760px, calc(100vh - 40px));
    border: 1px solid rgba(217,154,32,.2);
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(180deg, #07192b 0%, #020b1a 100%);
    box-shadow: 0 38px 100px rgba(0,0,0,.58);
    transform: scale(.96) translateY(10px);
    transition: transform .24s ease;
}
.company-products__details-modal.is-open .company-products__modal-dialog {
    transform: scale(1) translateY(0);
}
.company-products__modal-close {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    z-index: 4;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    background: rgba(2,11,26,.58);
}
.company-products__modal-body {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
    gap: 0;
    min-height: 0;
    max-height: inherit;
    overflow: hidden;
    direction: rtl;
}
.company-products__modal-media {
    min-height: 0;
    padding: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(217,154,32,.16), transparent 32%),
        rgba(255,255,255,.03);
}
.company-products__modal-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
}
.company-products__modal-track {
    display: flex;
    direction: ltr;
    transition: transform .35s ease;
}
.company-products__modal-slide {
    flex: 0 0 100%;
}
.company-products__modal-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.company-products__modal-nav {
    position: absolute;
    top: 50%;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(2,11,26,.56);
    transform: translateY(-50%);
}
.company-products__modal-nav--prev {
    inset-inline-start: 12px;
}
.company-products__modal-nav--next {
    inset-inline-end: 12px;
}
.company-products__modal-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.company-products__modal-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.28);
}
.company-products__modal-dots button.is-active {
    width: 24px;
    background: var(--gold);
}
.company-products__modal-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 48px 38px;
    text-align: right;
}
.company-products__modal-content > span {
    color: var(--gold);
    font-weight: 900;
}
.company-products__modal-content h3 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.35;
}
.company-products__modal-content strong {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    direction: ltr;
}
.company-products__modal-content p {
    margin: 18px 0 0;
    color: rgba(255,255,255,.74);
    font-weight: 800;
    line-height: 1.9;
    white-space: pre-line;
    overflow-wrap: anywhere;
}
.company-products__modal-tags {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    margin-top: 22px;
}
.company-products__modal-tag {
    max-width: 100%;
    border: 1px solid rgba(217,154,32,.28);
    border-radius: 999px;
    padding: 8px 12px;
    color: rgba(255,255,255,.88);
    background: rgba(217,154,32,.1);
    font-size: .88rem;
    font-weight: 900;
    white-space: normal;
    overflow-wrap: anywhere;
}
.company-products__modal-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.company-products__modal-actions .company-products__btn {
    min-height: 46px;
}
.company-gallery-slider {
    position: relative;
    direction: ltr;
    margin-inline: 44px;
}
.company-gallery-viewport {
    overflow: hidden;
    border-radius: 12px;
}
.company-gallery-track {
    display: flex;
    gap: 14px;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}
.company-gallery-slide {
    flex: 0 0 calc((100% - 56px) / 5);
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: zoom-in;
}
.company-gallery-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(3,19,35,.12);
}
.company-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 50%;
    color: #fff;
    background: rgba(2,11,26,.72);
    box-shadow: 0 18px 38px rgba(2,11,26,.22);
    transform: translateY(-50%);
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.company-gallery-nav:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(2,11,26,.9);
}
.company-gallery-nav--prev {
    left: -64px;
}
.company-gallery-nav--next {
    right: -64px;
}
.company-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
}
.company-gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}
.company-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2,11,26,.86);
    backdrop-filter: blur(10px);
}
.company-gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    transform: scale(.96);
    transition: transform .24s ease;
}
.company-gallery-lightbox.is-open .company-gallery-lightbox__dialog {
    transform: scale(1);
}
.company-gallery-lightbox figure {
    margin: 0;
}
.company-gallery-lightbox img {
    display: block;
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 28px 80px rgba(0,0,0,.45);
}
.company-gallery-lightbox figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 16px;
    color: #fff;
    direction: rtl;
    text-align: center;
}
.company-gallery-lightbox figcaption strong {
    font-size: 1.08rem;
    font-weight: 900;
}
.company-gallery-lightbox figcaption span {
    color: var(--gold);
    font-weight: 800;
}
.company-gallery-lightbox figcaption small {
    flex-basis: 100%;
    color: rgba(255,255,255,.68);
    font-weight: 700;
}
.company-gallery-lightbox__close,
.company-gallery-lightbox__nav {
    position: absolute;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff;
    background: rgba(2,11,26,.76);
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.company-gallery-lightbox__close:hover,
.company-gallery-lightbox__nav:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(2,11,26,.95);
}
.company-gallery-lightbox__close {
    top: -18px;
    right: -18px;
    width: 44px;
    height: 44px;
}
.company-gallery-lightbox__nav {
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
}
.company-gallery-lightbox__nav--prev {
    left: 16px;
}
.company-gallery-lightbox__nav--next {
    right: 16px;
}
.company-gallery-lightbox-open {
    overflow: hidden;
}
.company-contact-section {
    overflow: hidden;
    padding: 72px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(2,11,26,.9), rgba(2,11,26,.82)),
        radial-gradient(circle at 80% 38%, rgba(47,112,155,.28), transparent 32%),
        #041426;
}
.company-contact-info,
.company-contact-form,
.company-map-card {
    height: 100%;
}
.company-contact-info h2 {
    margin-bottom: 14px;
    font-size: 2rem;
    font-weight: 900;
}
.company-contact-info p {
    color: rgba(255,255,255,.72);
    font-weight: 700;
}
.company-contact-info div:not(.company-socials) {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    color: rgba(255,255,255,.86);
    font-weight: 800;
}
.company-contact-info i {
    color: var(--gold);
}
.company-socials {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}
.company-socials a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff;
}
.company-contact-form {
    padding: 26px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
}
.company-contact-form .form-control {
    min-height: 48px;
    border-color: rgba(255,255,255,.18);
    border-radius: 7px;
    color: #fff;
    background: rgba(2,11,26,.34);
    font-weight: 800;
}
.company-contact-form .form-control::placeholder {
    color: rgba(255,255,255,.68);
}
.company-working-hours-card {
    height: 100%;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    background:
        radial-gradient(circle at 18% 0%, rgba(217,154,32,.14), transparent 36%),
        rgba(255,255,255,.045);
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.company-working-hours-card__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.company-working-hours-card__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.company-working-hours-card__title i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(217,154,32,.34);
    border-radius: 50%;
    color: var(--gold);
    background: rgba(217,154,32,.1);
    font-size: 1.12rem;
}
.company-working-hours-card__head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 900;
}
.company-working-hours-card__head p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-weight: 700;
    line-height: 1.6;
}
.company-working-hours-list {
    display: grid;
    gap: 0;
}
.company-working-hours-row {
    display: grid;
    grid-template-columns: minmax(86px, 1fr) minmax(128px, auto);
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 1.5;
}
.company-working-hours-row:last-child {
    border-bottom: 0;
}
.company-working-hours-row span {
    color: rgba(255,255,255,.86);
    font-weight: 900;
}
.company-working-hours-row strong {
    color: #fff;
    font-weight: 900;
    direction: rtl;
    text-align: right;
    white-space: nowrap;
}
.company-working-hours-row strong.is-closed {
    color: var(--gold);
}
.company-map-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    text-align: center;
    background:
        linear-gradient(rgba(6,26,46,.82), rgba(6,26,46,.82)),
        linear-gradient(45deg, rgba(255,255,255,.08) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.08) 75%) 0 0/34px 34px;
}
.company-map-card i {
    color: var(--gold);
    font-size: 3rem;
}
.company-map-card strong {
    margin-top: 14px;
    font-weight: 900;
}
.company-map-card span {
    color: rgba(255,255,255,.7);
}
.company-map-card a,
.company-map-card em {
    margin-top: 18px;
    color: var(--gold-light);
    font-weight: 900;
    font-style: normal;
}
.company-map-card--placeholder-link {
    color: #fff;
    text-decoration: none;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.company-map-card--placeholder-link:hover {
    border-color: rgba(217,154,32,.34);
    color: #fff;
    box-shadow: 0 24px 58px rgba(0,0,0,.24);
    transform: translateY(-3px);
}
.company-map-card--embed {
    padding: 0;
    background: rgba(255,255,255,.045);
}
.company-map-card--embed iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    height: 100%;
    border: 0;
    border-radius: 12px;
    filter: saturate(.92) contrast(1.02);
}
/* Admin compatibility */
.admin-shell { background: #f6f8fb; min-height: 100vh; }
.admin-sidebar { background: var(--navy); color: #fff; min-height: 100vh; }
.admin-sidebar a { color: rgba(255,255,255,.78); display: block; padding: 10px 14px; border-radius: 8px; }
.admin-sidebar a:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-brand-logo {
    display: block;
    width: 158px;
    height: 62px;
    object-fit: contain;
    margin: 0 auto 22px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28));
}
.login-brand-logo {
    display: block;
    width: 220px;
    height: 86px;
    object-fit: contain;
    margin: 0 auto 12px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .22));
}

@media (max-width: 1199.98px) {
    .jordiq-logo {
        width: 240px;
        height: 80px;
    }
    .governorates-wrap {
        width: min(100%, calc(100vw - 36px));
    }
    .governorate-strip {
        overflow-x: auto;
        scrollbar-width: thin;
    }
    .governorate-pill {
        flex: 0 0 128px;
    }
    .joined-logo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .site-nav .navbar-nav {
        gap: 16px;
    }
    .why-item {
        padding-inline: 16px;
    }
}

@media (max-width: 991.98px) {
    .site-nav {
        padding: 0;
        width: 100%;
        background:
            radial-gradient(circle at 16% 0%, rgba(217, 154, 32, .12), transparent 32%),
            linear-gradient(180deg, #07111f 0%, #020b1a 100%);
        border-bottom: 1px solid rgba(217, 154, 32, .18);
        box-shadow: 0 18px 38px rgba(0, 0, 0, .34);
    }
    .site-nav .container {
        align-items: center;
        flex-wrap: wrap;
        max-width: 100%;
        min-height: 76px;
        padding-inline: 18px;
        background: transparent;
    }
    .site-nav .navbar-collapse {
        flex-basis: 100%;
        width: calc(100% + 36px);
        margin: 10px -18px 0;
        padding: 18px;
        border: 0;
        border-top: 1px solid rgba(217, 154, 32, .18);
        border-radius: 0;
        background:
            radial-gradient(circle at 14% 0%, rgba(217, 154, 32, .11), transparent 34%),
            linear-gradient(180deg, #07111f 0%, #020b1a 100%);
        box-shadow: inset 0 18px 34px rgba(0, 0, 0, .18);
    }
    .site-nav .navbar-collapse.collapsing,
    .site-nav .navbar-collapse.show {
        overflow: hidden;
    }
    .home-page .site-nav .navbar-collapse {
        margin-left: -18px;
        margin-right: -18px;
    }
    .site-nav .navbar-nav {
        align-items: stretch !important;
        gap: 6px;
        padding-top: 0;
        margin-bottom: 14px;
    }
    .site-nav .nav-link {
        display: block;
        padding: 11px 14px;
        border-radius: 9px;
        color: rgba(255, 255, 255, .94);
        text-align: right;
        background: rgba(255, 255, 255, .025);
    }
    .site-nav .nav-link:hover,
    .site-nav .nav-link:focus {
        color: #f0c25d;
        background: rgba(217, 154, 32, .08);
        box-shadow: inset 0 0 0 1px rgba(217, 154, 32, .12);
    }
    .site-nav .nav-link.active {
        color: #f0c25d;
        background: rgba(217, 154, 32, .11);
        box-shadow: inset 0 0 0 1px rgba(217, 154, 32, .18);
    }
    .home-page .site-nav .jordiq-logo {
        display: inline-flex;
    }
    .jordiq-logo {
        width: 206px;
        height: 70px;
        margin-inline-start: 0;
    }
    .jordiq-logo img {
        height: 200%;
        object-fit: contain;
        margin-left: 0;
    }
    .site-toggler {
        width: 46px;
        height: 42px;
        margin-top: 0;
        border: 1px solid rgba(217, 154, 32, .34);
        border-radius: 10px;
        background: rgba(2, 11, 26, .78);
        box-shadow: 0 10px 22px rgba(0, 0, 0, .25);
        margin-inline-start: auto;
    }
    .site-toggler:focus {
        box-shadow: 0 0 0 3px rgba(217, 154, 32, .18);
    }
    .site-toggler .navbar-toggler-icon {
        filter: invert(1) sepia(.2) saturate(1.4);
    }
    .add-business-btn {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        min-height: 46px;
        align-items: center;
        background: linear-gradient(180deg, rgba(237, 199, 101, .98) 0%, rgba(201, 146, 37, .98) 100%);
        color: #fff;
    }
    .jordiq-hero {
        min-height: 655px;
        background-position: 35% top;
    }
    .jordiq-hero__inner {
        min-height: 655px;
        padding-top: 112px;
    }
    .jordiq-hero__copy {
        max-width: 560px;
        margin-inline: auto;
        text-align: center;
        padding-top: 118px;
    }
    .governorates-wrap {
        bottom: -18px;
    }
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .joined-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-copy {
        margin-inline: auto;
    }
    .about-copy .section-heading {
        text-align: center !important;
    }
    .why-item,
    .why-item:first-child {
        border: 0;
        border-top: 1px solid rgba(255,255,255,.14);
    }
    .inner-page .site-nav .navbar-collapse {
        flex-grow: initial;
    }
    .category-intro {
        padding: 38px 0 34px;
    }
    .category-intro__content h1 {
        font-size: 2.4rem;
    }
    .premium-business-card__media {
        height: 168px;
    }
    .company-hero {
        min-height: auto;
        padding: 0 0 28px;
    }
    .company-hero__row {
        direction: rtl;
        min-height: auto;
    }
    .company-hero__content {
        padding-top: 0;
    }
    .company-hero__visual {
        display: none;
    }
    .company-landing-navbar-container {
        max-width: 100%;
        padding-inline: 18px;
    }
    .company-landing-navbar-inner {
        flex-wrap: wrap;
        gap: 10px;
    }
    .company-landing-logo-wrap {
        order: 1;
    }
    .company-landing-logo {
        width: 230px;
    }
    .company-landing-toggler {
        order: 2;
        display: inline-flex;
        margin-inline-start: auto;
    }
    .company-landing-menu-wrap {
        order: 4;
        flex: 0 0 100%;
        display: block;
    }
    .company-landing-nav {
        width: 100%;
        margin: 8px 0 0;
        padding: 12px;
        border-top: 1px solid rgba(255,255,255,.1);
        border-radius: 10px;
        background: #020b1a;
    }
    .company-landing-nav .navbar-nav {
        gap: 6px;
    }
    .company-landing-nav .nav-link {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
    }
    .company-landing-nav .nav-link::after {
        display: none;
    }
    .company-landing-actions {
        order: 3;
        margin-inline-start: auto;
    }
    .company-landing-nav-btn {
        padding-inline: 16px;
    }
    .company-brand-lockup {
        align-items: flex-start;
        flex-direction: column;
    }
    .company-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .company-trust-strip div:nth-child(3) {
        border-inline-start: 0;
    }
    .company-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .company-reviews__header {
        align-items: flex-start;
        flex-direction: column;
    }
    .company-reviews__card {
        flex-basis: calc((100% - 18px) / 2);
    }
    .company-products__tabs {
        grid-template-columns: repeat(3, 1fr);
    }
    .company-products__modal-body {
        grid-template-columns: 1fr;
        overflow-y: auto;
    }
    .company-products__modal-dialog {
        max-height: calc(100vh - 40px);
    }
    .company-products__modal-media {
        padding: 22px 22px 0;
    }
    .company-products__modal-content {
        overflow: visible;
        padding: 28px 28px 34px;
    }
    .company-gallery-slide {
        flex-basis: calc((100% - 28px) / 3);
    }
    #inner-governorates {
        display: none !important;
    }
    .listing-desktop-filter-btn {
        display: none;
    }
    .listing-mobile-filter-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }
    .listing-mobile-filter-actions .filter-toggle-btn {
        min-width: 0;
        width: 100%;
        padding-inline: 12px;
    }
    .category-listing-page .premium-business-card {
        border-radius: 20px;
        text-align: right;
    }
    .category-listing-page .premium-business-card__media {
        height: 184px;
    }
    .category-listing-page .premium-business-card__body {
        padding: 50px 18px 18px;
    }
    .category-listing-page .business-logo-orb {
        top: -42px;
        right: 20px;
        width: 76px;
        height: 76px;
        border-radius: 20px;
    }
    .category-listing-page .business-title-row {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 10px;
        padding-inline-start: 0;
    }
    .category-listing-page .business-badges {
        justify-content: flex-start;
        max-width: 48%;
    }
    .category-listing-page .business-card-description {
        margin-bottom: 14px;
        text-align: right;
        line-height: 1.75;
    }
    .category-listing-page .business-signal-row {
        gap: 10px;
        margin-bottom: 15px;
        padding-block: 6px 9px;
    }
    .category-listing-page .business-signal-items,
    .category-listing-page .business-presence-icons {
        justify-content: flex-start;
    }
    .category-listing-page .business-card-footer {
        gap: 12px;
        padding-top: 12px;
    }
    .category-listing-page .business-contact-icons a {
        width: 38px;
        height: 38px;
    }
    .category-listing-page .details-btn {
        min-height: 40px;
        padding-inline: 18px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding-inline: 18px;
    }
    .jordiq-logo {
        width: 190px;
        height: 64px;
        margin-inline-start: 0;
    }
    .jordiq-hero {
        min-height: 655px;
        background-position: 28% top;
        margin-bottom: 30px;
    }
    .jordiq-hero__inner {
        min-height: 655px;
        padding-top: 110px;
    }
    .jordiq-hero__copy {
        padding-top: 86px;
    }
    .jordiq-hero__copy h1 {
        font-size: 2.05rem;
        line-height: 1.34;
    }
    .jordiq-hero__copy h1 span {
        white-space: normal;
    }
    .jordiq-hero__copy p {
        max-width: 330px;
        margin-inline: auto;
        font-size: .98rem;
        line-height: 1.75;
    }
    .governorates-label {
        justify-content: center;
    }
    .governorate-strip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-height: 206px;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(217, 154, 32, .55) rgba(2, 11, 26, .08);
    }
    .governorate-pill {
        flex: initial;
        min-height: 46px;
        font-size: .86rem;
    }
    .home-section {
        padding: 48px 0;
    }
    .premium-category-card {
        min-height: 292px;
    }
    .listing-toolbar {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }
    .listing-summary {
        min-width: 0;
    }
    .listing-search-form,
    .listing-toolbar-actions {
        width: 100%;
        max-width: none;
    }
    .listing-search-form {
        flex: 1 1 auto;
    }
    .listing-search-form .form-control {
        min-width: 0;
    }
    .filter-toggle-btn {
        justify-content: center;
        flex: 1 1 auto;
    }
    .category-intro__content h1 {
        font-size: 2rem;
    }
    .category-intro__content p {
        font-size: 1rem;
    }
    .premium-breadcrumb {
        font-size: .86rem;
    }
    .premium-business-card__media {
        height: 194px;
    }
    .category-listing-page .business-grid > [class*="col-"] {
        max-width: 430px;
        margin-inline: auto;
    }
    .category-listing-page .premium-business-card {
        border-radius: 22px;
        box-shadow: 0 18px 44px rgba(3,19,35,.12);
    }
    .category-listing-page .premium-business-card__media {
        height: 206px;
        border-radius: 0 0 26px 26px;
    }
    .category-listing-page .business-plan-pill {
        top: 14px;
        right: 14px;
        padding: 7px 12px;
        font-size: .76rem;
    }
    .category-listing-page .premium-business-card__body {
        padding: 54px 20px 18px;
    }
    .category-listing-page .business-logo-orb {
        top: -46px;
        right: 20px;
        width: 84px;
        height: 84px;
        border-width: 4px;
        border-radius: 22px;
        box-shadow: 0 18px 32px rgba(3,19,35,.24);
    }
    .category-listing-page .business-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        margin-bottom: 10px;
        padding: 0;
    }
    .category-listing-page .premium-business-card h2 {
        width: 100%;
        font-size: 1.35rem;
        line-height: 1.3;
        text-align: right;
    }
    .category-listing-page .business-badges {
        order: -1;
        justify-content: flex-start;
        max-width: 100%;
        gap: 7px;
    }
    .category-listing-page .business-badges span {
        padding: 6px 11px;
        font-size: .74rem;
    }
    .category-listing-page .business-card-description {
        min-height: 58px;
        margin-bottom: 16px;
        color: #324255;
        font-size: .94rem;
        line-height: 1.85;
        text-align: right;
    }
    .category-listing-page .business-signal-row {
        gap: 12px;
        margin-bottom: 16px;
        padding: 8px 0 12px;
        border-bottom: 1px solid rgba(8,19,32,.08);
    }
    .category-listing-page .business-signal-items {
        justify-content: flex-start;
        gap: 8px;
    }
    .category-listing-page .business-signal {
        padding: 8px 12px;
        font-size: .82rem;
    }
    .category-listing-page .business-presence-icons {
        justify-content: flex-start;
        gap: 9px;
    }
    .category-listing-page .business-presence-icons a {
        width: 34px;
        height: 34px;
    }
    .business-card-footer {
        align-items: stretch;
        flex-direction: column;
    }
    .category-listing-page .business-card-footer {
        gap: 14px;
        padding-top: 4px;
    }
    .business-signal-row {
        gap: 8px;
    }
    .business-signal-items,
    .business-presence-icons,
    .business-contact-icons {
        justify-content: center;
    }
    .category-listing-page .business-contact-icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
        gap: 10px;
        width: 100%;
        padding-top: 2px;
    }
    .category-listing-page .business-contact-icons a {
        width: 100%;
        height: 42px;
        border-radius: 14px;
        font-size: 1rem;
    }
    .business-signal {
        max-width: 100%;
    }
    .details-btn {
        width: 100%;
    }
    .category-listing-page .details-btn {
        min-height: 48px;
        border-radius: 14px;
        font-size: .95rem;
        box-shadow: 0 14px 28px rgba(3,19,35,.16);
    }
    .company-hero {
        padding: 0 0 24px;
    }
    .company-landing-logo {
        width: 200px;
        height: 62px;
    }
    .company-landing-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 8px;
    }
    .company-landing-nav-btn {
        flex: 1;
    }
    .company-hero__actions,
    .company-btn {
        width: 100%;
    }
    .company-brand-lockup img {
        width: 72px;
        height: 72px;
    }
    .company-trust-strip,
    .company-stats {
        grid-template-columns: 1fr;
    }
    .company-reviews__slider {
        padding-inline: 0;
    }
    .company-reviews__card {
        flex-basis: 100%;
    }
    .company-reviews__nav {
        top: auto;
        bottom: -2px;
        transform: none;
    }
    .company-reviews__nav--prev {
        left: 18px;
    }
    .company-reviews__nav--next {
        right: 18px;
    }
    .company-reviews__dots {
        padding-inline: 64px;
    }
    .company-products__tabs {
        grid-template-columns: 1fr;
    }
    .company-products__tab {
        justify-content: center;
    }
    .company-products__body {
        min-height: 0;
    }
    .company-products__details-modal {
        padding: 14px;
    }
    .company-products__modal-dialog {
        max-height: calc(100vh - 28px);
        border-radius: 10px;
    }
    .company-products__modal-media {
        padding: 14px 14px 0;
    }
    .company-products__modal-content {
        padding: 24px 18px 22px;
    }
    .company-products__modal-actions {
        grid-template-columns: 1fr;
    }
    .company-products__modal-close {
        top: 10px;
        inset-inline-end: 10px;
    }
    .company-products__pagination {
        gap: 8px;
    }
    .company-products__pagination a,
    .company-products__pagination span {
        min-width: 40px;
        height: 40px;
    }
    .company-gallery-track {
        gap: 0;
    }
    .company-gallery-slide {
        flex-basis: 100%;
    }
    .company-gallery-nav {
        width: 40px;
        height: 40px;
    }
    .company-gallery-slider {
        margin-inline: 48px;
    }
    .company-gallery-nav--prev {
        left: -52px;
    }
    .company-gallery-nav--next {
        right: -52px;
    }
    .company-gallery-lightbox {
        padding: 18px;
    }
    .company-gallery-lightbox img {
        max-height: 72vh;
    }
    .company-gallery-lightbox__close {
        top: 10px;
        right: 10px;
    }
    .company-gallery-lightbox__nav {
        width: 42px;
        height: 42px;
    }
    .company-gallery-lightbox__nav--prev {
        left: 8px;
    }
    .company-gallery-lightbox__nav--next {
        right: 8px;
    }
    .company-trust-strip div,
    .company-trust-strip div:nth-child(3) {
        border-inline-start: 0;
        border-top: 1px solid rgba(255,255,255,.12);
    }
    .company-trust-strip div:first-child {
        border-top: 0;
    }
    .company-section,
    .company-contact-section {
        padding: 48px 0;
    }
    .about-section {
        padding-top: 16px;
    }
    .about-visual {
        min-height: 280px;
    }
    .trust-grid {
        gap: 16px;
    }
    .joined-companies-section {
        padding-top: 52px;
        padding-bottom: 56px;
    }
    .joined-logo-grid {
        grid-template-columns: 1fr;
    }
    .joined-logo-card {
        min-height: 184px;
    }
    .joined-logo-card__cover {
        height: 116px;
    }
    .joined-logo-card__logo {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }
    .premium-company-modal .modal-content {
        margin-inline: 12px;
        padding: 38px 24px 30px;
    }
    .why-strip {
        padding-top: 28px;
    }
    .why-item {
        min-height: auto;
        padding: 17px 8px;
    }
    .site-footer {
        text-align: center;
    }
    .footer-logo {
        align-items: center;
        margin-inline: auto;
    }
    .jordiq-footer-logo {
        margin-top: -24px;
        margin-inline: auto;
        width: 190px;
        height: 70px;
    }
    .m-footer-logo {
        width: 100%;
        height: 60%;
    }
    .footer-logo img {
        margin-right: 0;
    }
    .footer-about {
        margin-inline: auto;
        margin-top: -22px;
    }
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .jordiq-hero {
        min-height: 650px;
    }
    .jordiq-hero__inner {
        min-height: 650px;
    }
    .governorate-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .trust-grid {
        grid-template-columns: 1fr;
    }
    .joined-logo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #inner-governorates .category-governorates-strip {
        display: flex;
        grid-template-columns: none;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #inner-governorates .category-governorates-strip .governorate-pill {
        flex: 1 0 108px;
    }
}
