    .slotMoreBtn {
    /* التوسيط */
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    align-items: center !important;

    /* باقي التنسيقات */
    margin-top: 12px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    padding: 0 16px !important;
    background: linear-gradient(135deg, var(--teal), var(--teal-accent)) !important;
    color: #0fab9e !important; /* قمت بتعديله للأبيض ليظهر بوضوح فوق التدرج الأخضر */
    border: 1px solid color-mix(in srgb, var(--teal) 36%, var(--line)) !important;
    font-weight: 900 !important;
    transition: .25s !important;
    box-shadow: 0 10px 24px rgb(0 0 0 / 18%) !important;
}
    
    
    
    
    
    h1 {
    font-size: 35px !important;
    line-height: 1.08 !important;
    margin: 18px 0 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}
    
    
    
    
    
    
    
    
    
        :root {
            --bg: #fffaf4;
            --card: #fff;
            --soft: #f5ecdf;
            --text: #17322f;
            --muted: #64756f;
            --line: rgba(23, 50, 47, .13);
            --gold: #c9a45b;
            --teal: rgb(13, 148, 136);
            --rose: #d8898d;
            --shadow: 0 22px 60px rgba(41, 33, 25, .12);
            --h: 68px
        }

        body.dark {
            --bg: #101917;
            --card: #17231f;
            --soft: #22302b;
            --text: #f7efe4;
            --muted: #bac7c1;
            --line: rgba(247, 239, 228, .14);
            --shadow: 0 22px 70px rgba(0, 0, 0, .35)
        }

        * {
            box-sizing: border-box
        }

        html {
            scroll-behavior: smooth
        }

        body {
            margin: 0;
            background: var(--bg);
            color: var(--text);
            font-family: Cairo, system-ui, sans-serif;
            line-height: 1.7;
            padding-bottom: 86px
        }

        a {
            color: inherit;
            text-decoration: none
        }

        button,
        input {
            font: inherit
        }

        button {
            border: 0;
            cursor: pointer
        }

        img {
            display: block;
            max-width: 100%
        }

        .wrap {
            width: min(1180px, calc(100% - 32px));
            margin: auto
        }

        .head {
            height: var(--h);
            position: sticky;
            top: 0;
            z-index: 50;
            background: color-mix(in srgb, var(--card) 88%, transparent);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid var(--line)
        }

        .head .nav {
            padding-block: 3px
        }

        .nav {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px
        }

        .brand {
            font-size: clamp(18px, 2vw, 24px);
            font-weight: 900;
            white-space: nowrap
        }

        .links {
            display: flex;
            gap: 22px;
            font-weight: 800;
            color: var(--muted);
            font-size: 14px
        }

        .links a:hover {
            color: var(--teal)
        }

        .actions {
            display: flex;
            gap: 8px;
            align-items: center
        }

        .btn,
        .i,
        .lang {
            min-height: 42px;
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: .2s
        }

        .btn {
            padding: 0 18px;
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            color: #fff;
            font-weight: 900;
            box-shadow: 0 10px 24px rgba(13, 148, 136, .24)
        }

        .gold {
            background: linear-gradient(135deg, var(--teal), #10b3a6)
        }

        .ghost {
            background: transparent;
            color: var(--teal);
            border: 1px solid color-mix(in srgb, var(--teal) 45%, var(--line));
            box-shadow: none
        }

        .i,
        .lang {
            width: 42px;
            background: var(--soft);
            color: var(--text);
            border: 1px solid var(--line);
            font-weight: 900
        }

        .lang {
            width: 46px;
            padding: 0;
            font-size: 22px;
            line-height: 1
        }

        .flag {
            display: block;
            filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .12))
        }

        .menu {
            display: none
        }

        .hero {
            min-height: calc(100svh - var(--h));
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid var(--line)
        }

        .hero:before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 18% 20%, rgba(13, 148, 136, .18), transparent 28%), linear-gradient(115deg, color-mix(in srgb, var(--bg) 88%, transparent) 0 48%, rgba(255, 250, 244, .14))
        }

        body[dir=ltr] .hero:before {
            background: radial-gradient(circle at 82% 20%, rgba(13, 148, 136, .18), transparent 28%), linear-gradient(245deg, color-mix(in srgb, var(--bg) 88%, transparent) 0 48%, rgba(255, 250, 244, .14))
        }

        .heroGrid {
            position: relative;
            display: grid;
            grid-template-columns: .92fr 1.08fr;
            gap: 28px;
            align-items: center;
            padding: 44px 0 52px
        }

        .ey {
            display: inline-flex;
            gap: 8px;
            align-items: center;
            color: var(--teal);
            background: color-mix(in srgb, var(--teal) 12%, transparent);
            padding: 7px 12px;
            border: 1px solid var(--line);
            border-radius: 99px;
            font-weight: 900;
            font-size: 13px
        }

        /* Keep all section headings centered in every language */
        main section .ey {
            margin-inline: auto !important
        }

        main section .ey+h2 {
            text-align: center !important;
            margin-inline: auto
        }

        main section .ey+h2+p {
            text-align: center !important;
            margin-inline: auto
        }

        main section .secHead {
            justify-content: center !important;
            align-items: center !important;
            flex-direction: column !important;
            text-align: center !important;
            gap: 12px
        }

        main section .secHead>div {
            display: grid;
            justify-items: center;
            gap: 8px
        }

        main section .secHead p {
            text-align: center !important;
            margin-inline: auto !important
        }

        #about .wrap>div:first-child {
            text-align: center !important
        }

        #about .wrap>div:first-child .ey {
            margin-inline: auto !important
        }

        #about .wrap>div:first-child h2,
        #about .wrap>div:first-child p {
            text-align: center !important;
            margin-inline: auto !important
        }

        main section .ey {
            margin-inline: auto
        }

        main section .ey+h2,
        main section .ey+h2+p {
            text-align: center;
            margin-inline: auto
        }

        h1 {
            font-size: clamp(38px, 6vw, 76px);
            line-height: 1.08;
            margin: 18px 0 16px;
            font-weight: 900;
            letter-spacing: 0
        }

        h2 {
            font-size: clamp(28px, 4vw, 46px);
            line-height: 1.17;
            margin: 0 0 12px
        }

        p {
            color: var(--muted)
        }

        .hero p {
            font-size: clamp(16px, 2vw, 20px);
            max-width: 58ch
        }

        .cta {
            display: flex;
            gap: 12px;
            flex-wrap: wrap
        }

        .stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-top: 30px
        }

        .stat,
        .card {
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: 8px;
            box-shadow: 0 16px 38px rgba(41, 33, 25, .08)
        }

        .stat {
            padding: 14px
        }

        .stat b {
            display: block;
            color: var(--teal);
            font-size: 23px
        }

        .visual {
            position: relative;
            min-height: 610px;
            display: flex;
            align-items: end;
            justify-content: center
        }

        .visual:before {
            content: "";
            position: absolute;
            width: min(86%, 580px);
            aspect-ratio: 1;
            bottom: 34px;
            border-radius: 50%;
            background: linear-gradient(145deg, rgba(13, 148, 136, .2), rgba(157, 185, 164, .45));
            box-shadow: var(--shadow)
        }

        .visual img {
            position: relative;
            z-index: 2;
            width: min(100%, 660px);
            max-height: 76svh;
            object-fit: contain;
            object-position: bottom center;
            filter: drop-shadow(0 28px 34px rgba(24, 50, 47, .18))
        }

        .float {
            position: absolute;
            z-index: 3;
            background: color-mix(in srgb, var(--card) 88%, transparent);
            backdrop-filter: blur(16px);
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 12px 14px;
            box-shadow: var(--shadow);
            display: flex;
            gap: 10px;
            align-items: center
        }

        .f1 {
            inset-inline-start: 0;
            bottom: 18%
        }

        .f2 {
            inset-inline-end: 0;
            top: 18%
        }

        .mini,
        .lineIcon {
            display: grid;
            place-items: center;
            border-radius: 50%;
            color: var(--teal);
            background: var(--soft)
        }

        .mini {
            width: 38px;
            height: 38px
        }

        .lineIcon {
            width: 48px;
            height: 48px;
            border: 1px solid var(--teal)
        }

        section {
            padding: 78px 0
        }

        .secHead {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: end;
            margin-bottom: 26px
        }

        .secHead p {
            max-width: 58ch;
            margin: 0
        }

        .grid {
            display: grid;
            gap: 16px
        }

        .two {
            grid-template-columns: repeat(2, 1fr)
        }

        .three {
            grid-template-columns: repeat(3, 1fr)
        }

        .four {
            grid-template-columns: repeat(4, 1fr)
        }

        .card {
            padding: 22px
        }

        .card h3 {
            margin: 10px 0 8px
        }

        .list {
            display: grid;
            gap: 12px
        }

        .list div {
            display: flex;
            gap: 10px;
            color: var(--muted);
            align-items: flex-start
        }

        .tabs {
            display: flex;
            gap: 10px;
            overflow: auto;
            padding-bottom: 8px
        }

        .tab {
            flex: 1 0 190px;
            min-height: 82px;
            text-align: inherit;
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 14px;
            color: var(--text);
            font-weight: 900
        }

        .tab.active {
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            color: white
        }

        .journeySection {
            position: relative;
            overflow: hidden
        }

        .journeySection:before {
            content: "";
            position: absolute;
            inset-inline: 0;
            top: 0;
            height: min(380px, 48%);
            background: radial-gradient(ellipse 85% 75% at 50% -10%, color-mix(in srgb, var(--teal) 14%, transparent), transparent 58%);
            pointer-events: none;
            z-index: 0
        }

        .journeySection .wrap {
            position: relative;
            z-index: 1
        }

        .journeyIntro p {
            margin: 0
        }

        .journeyBoard {
            border-radius: clamp(18px, 3vw, 26px);
            border: 1px solid var(--line);
            background: linear-gradient(168deg, color-mix(in srgb, var(--card) 97%, transparent) 0%, color-mix(in srgb, var(--teal) 5%, var(--card)) 45%, color-mix(in srgb, var(--gold) 4%, var(--card)) 100%);
            box-shadow: var(--shadow);
            overflow: hidden
        }

        body.dark .journeyBoard {
            background: linear-gradient(168deg, color-mix(in srgb, var(--card) 94%, transparent), color-mix(in srgb, var(--teal) 10%, var(--card)))
        }

        .journeyTabsBar {
            padding: clamp(12px, 2vw, 16px);
            padding-block-end: 12px;
            border-bottom: 1px solid var(--line);
            background: color-mix(in srgb, var(--soft) 65%, transparent)
        }

        body.dark .journeyTabsBar {
            background: color-mix(in srgb, var(--card) 92%, transparent)
        }

        #journey .journeyTabsScroll {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            scroll-padding-inline: 4px;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior-x: contain;
            scrollbar-width: thin;
            margin: 0;
            padding: 4px 2px 8px
        }

        #journey .journeyTabsScroll::-webkit-scrollbar {
            height: 5px
        }

        #journey .journeyTabsScroll::-webkit-scrollbar-thumb {
            background: color-mix(in srgb, var(--teal) 35%, var(--line));
            border-radius: 99px
        }

        .journeyTab {
            flex: 0 0 auto;
            scroll-snap-align: start;
            display: flex;
            align-items: center;
            gap: 12px;
            min-height: 56px;
            min-width: min(100%, 260px);
            padding: 12px 16px;
            border-radius: 14px;
            border: 1px solid var(--line);
            background: color-mix(in srgb, var(--card) 92%, transparent);
            color: var(--text);
            font-weight: 800;
            font-size: clamp(14px, 1.35vw, 16px);
            line-height: 1.35;
            text-align: start;
            transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
            cursor: pointer;
            box-shadow: 0 6px 18px rgba(13, 39, 36, .06)
        }

        .journeyTab:hover {
            transform: translateY(-2px);
            border-color: color-mix(in srgb, var(--teal) 38%, var(--line));
            box-shadow: 0 12px 28px rgba(13, 148, 136, .12)
        }

        .journeyTab.active {
            border-color: transparent;
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            color: #fff;
            box-shadow: 0 14px 32px rgba(13, 148, 136, .28)
        }

        .journeyTabIx {
            flex: 0 0 32px;
            width: 32px;
            height: 32px;
            border-radius: 10px;
            display: grid;
            place-items: center;
            font-size: 14px;
            font-weight: 900;
            background: color-mix(in srgb, var(--teal) 14%, var(--soft));
            color: var(--teal)
        }

        .journeyTab.active .journeyTabIx {
            background: rgba(255, 255, 255, .22);
            color: #fff
        }

        .journeyTabTxt {
            flex: 1;
            min-width: 0
        }

        .journeyStageBody {
            padding: clamp(16px, 2.5vw, 26px)
        }

        .journeySteps {
            display: grid;
            gap: clamp(14px, 2vw, 18px);
            grid-template-columns: 1fr;
            position: relative
        }

        @media (min-width:960px) {
            .journeySteps {
                grid-template-columns: repeat(3, minmax(0, 1fr))
            }

            #journey .journeyTabsScroll {
                overflow-x: visible;
                flex-wrap: nowrap;
                padding-bottom: 4px
            }

            .journeyTab {
                flex: 1 1 0;
                min-width: 0;
                justify-content: flex-start
            }
        }

        .journeySteps--ar .journeyStep {
            direction: rtl;
            text-align: right
        }

        .journeySteps--en .journeyStep {
            direction: ltr;
            text-align: left
        }

        .journeyStep {
            position: relative;
            display: flex;
            gap: 14px;
            align-items: flex-start;
            padding: clamp(16px, 2vw, 22px);
            padding-inline-start: clamp(18px, 2vw, 22px);
            border: 1px solid var(--line);
            border-radius: clamp(16px, 2vw, 20px);
            background: color-mix(in srgb, var(--card) 91%, transparent);
            box-shadow: 0 14px 34px rgba(13, 39, 36, .07);
            transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
            overflow: hidden
        }

        .journeyStep:before {
            content: "";
            position: absolute;
            inset-inline-start: 0;
            top: 14px;
            bottom: 14px;
            width: 4px;
            border-start-end-radius: 6px;
            border-end-end-radius: 6px;
            background: linear-gradient(180deg, var(--teal), color-mix(in srgb, var(--gold) 65%, var(--teal)))
        }

        .journeyStep:hover {
            transform: translateY(-4px);
            border-color: color-mix(in srgb, var(--teal) 28%, var(--line));
            box-shadow: 0 22px 44px rgba(13, 148, 136, .14)
        }

        .journeyStep .stepNo {
            flex: 0 0 48px;
            width: 48px;
            height: 48px;
            border-radius: 14px;
            display: grid;
            place-items: center;
            color: white;
            background: linear-gradient(145deg, var(--teal), color-mix(in srgb, var(--gold) 25%, #10b3a6));
            font-weight: 900;
            font-size: 17px;
            box-shadow: 0 10px 26px rgba(13, 148, 136, .25)
        }

        .journeyStepInner {
            flex: 1;
            min-width: 0
        }

        .journeyStep h3 {
            margin: 0 0 8px;
            font-size: clamp(17px, 1.6vw, 19px);
            font-weight: 900;
            line-height: 1.35;
            color: var(--text)
        }

        .journeyStep p {
            margin: 0;
            font-size: 14px;
            line-height: 1.65;
            color: var(--muted);
            font-weight: 600
        }

        @media (min-width:640px) {
            .journeySteps {
                grid-template-columns: repeat(2, minmax(0, 1fr))
            }

            .journeySteps--ar .journeyStep,
            .journeySteps--en .journeyStep {
                text-align: start
            }

            .journeyStep {
                flex-direction: column;
                align-items: stretch;
                padding-inline-start: clamp(16px, 2vw, 22px)
            }

            .journeyStep:before {
                top: 0;
                bottom: 0;
                border-radius: 0;
                border-start-end-radius: 0;
                border-end-end-radius: 0
            }

            .journeyStep .stepNo {
                align-self: start
            }
        }

        .chip {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px;
            background: var(--soft);
            border-radius: 8px;
            font-weight: 800
        }

        .calc {
            display: grid;
            grid-template-columns: .9fr 1.1fr;
            gap: 16px
        }

        .field {
            display: grid;
            gap: 8px;
            margin: 14px 0
        }

        .field label {
            font-weight: 900
        }

        .field input {
            width: 100%;
            border: 1px solid var(--line);
            background: var(--card);
            color: var(--text);
            border-radius: 8px;
            padding: 13px 14px;
            outline: none
        }

        .dateHint {
            position: relative
        }

        .dateHint:after {
            content: attr(data-placeholder);
            position: absolute;
            inset-inline-start: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--teal);
            font-weight: 900;
            pointer-events: none;
            opacity: .88
        }

        .dateHint.filled:after,
        .dateHint:focus-within:after {
            opacity: 0
        }

        .result {
            display: grid;
            place-items: center;
            text-align: center;
            min-height: 230px;
            background: linear-gradient(135deg, rgba(13, 148, 136, .13), rgba(157, 185, 164, .25));
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 22px
        }

        .date {
            font-size: clamp(28px, 4vw, 42px);
            font-weight: 900;
            color: var(--teal);
            line-height: 1.2
        }

        .gallery {
            grid-template-columns: 1.2fr .8fr .8fr;
            grid-auto-rows: 230px
        }

        .scan {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            background: radial-gradient(circle, #dba769, #6a3e2c 38%, #151210 72%);
            border: 1px solid var(--line);
            display: grid;
            place-items: center;
            color: #fff2cf;
            font-size: 54px;
            font-weight: 900
        }

        .scan:first-child {
            grid-row: span 2
        }

        .scan:before {
            content: attr(data-label);
            position: absolute;
            z-index: 2;
            inset-inline-start: 12px;
            bottom: 12px;
            background: rgba(0, 0, 0, .55);
            color: white;
            padding: 6px 10px;
            border-radius: 99px;
            font-size: 13px
        }

        .scan span {
            transition: .35s
        }

        .scan:hover span {
            transform: scale(1.28)
        }

        #advancedInteractiveGallery .scan {
            overflow: hidden;
            background: #151210;
            cursor: zoom-in;
            touch-action: pan-y;
            isolation: isolate
        }

        #advancedInteractiveGallery .scan:before {
            display: none
        }

        #advancedInteractiveGallery .scan img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1) translate3d(0, 0, 0);
            transition: transform 0.6s cubic-bezier(0.25, 0.45, 0.45, 0.95);
            will-change: transform
        }

        #advancedInteractiveGallery .scan:hover img,
        #advancedInteractiveGallery .scan.is-touching img {
            transform: scale(1.2) translate3d(var(--pan-x, 0), var(--pan-y, 0), 0)
        }

        #advancedInteractiveGallery .scan .scanLabel {
            position: absolute;
            z-index: 2;
            inset-inline-start: 12px;
            bottom: 12px;
            background: rgba(0, 0, 0, .55);
            color: white;
            padding: 6px 10px;
            border-radius: 99px;
            font-size: 13px;
            font-weight: 900;
            transition: none
        }

        #advancedInteractiveGallery .scan:hover .scanLabel {
            transform: none
        }

        .quickContact {
            position: fixed;
            bottom: 88px;
            left: 50%;
            transform: translateX(-50%);
            width: min(430px, calc(100% - 24px));
            display: none;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            z-index: 44
        }

        .quickContact a {
            min-height: 48px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            color: white;
            font-weight: 900;
            box-shadow: 0 14px 28px rgba(13, 148, 136, .24);
            border: 1px solid rgba(255, 255, 255, .22)
        }

        .quickContact svg,
        .socialLinks svg {
            width: 20px;
            height: 20px
        }

        .socialLinks {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin: 12px 0 14px
        }

        .socialLinks a {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .16);
            color: #f6efe4;
            transition: .2s
        }

        .socialLinks a:hover {
            background: var(--teal);
            transform: translateY(-2px)
        }

        .footerLogo {
            height: 72px;
            width: auto;
            max-width: 230px;
            object-fit: contain;
            margin-bottom: 10px
        }

        .successCounters {
            background: radial-gradient(ellipse 125% 85% at 50% -15%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 52%), linear-gradient(185deg, color-mix(in srgb, var(--teal) 5%, var(--bg)), var(--bg));
            border-block: 1px solid var(--line);
            overflow: visible
        }

        .counterPyramid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(14px, 2.8vw, 22px);
            max-width: 680px;
            margin-inline: auto;
            align-items: stretch
        }

        .counterPyramid .counterCard:first-child {
            grid-column: 1 / -1;
            justify-self: center;
            width: min(100%, 400px)
        }

        .counterCard {
            text-align: center;
            min-height: 128px;
            padding: 22px 18px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            position: relative;
            overflow: hidden;
            border-radius: 22px;
            border: 1px solid color-mix(in srgb, var(--gold) 38%, var(--line));
            background: linear-gradient(168deg, color-mix(in srgb, var(--card) 93%, transparent) 0%, color-mix(in srgb, var(--teal) 7%, var(--card)) 48%, color-mix(in srgb, var(--gold) 5%, var(--card)) 100%);
            box-shadow: 0 22px 52px rgba(13, 39, 36, .11), inset 0 1px 0 rgba(255, 255, 255, .42);
            backdrop-filter: blur(10px)
        }

        body.dark .counterCard {
            box-shadow: 0 26px 58px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .07)
        }

        .counterCard:before {
            content: "";
            position: absolute;
            inset: -45% -15% auto auto;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background: radial-gradient(circle, color-mix(in srgb, var(--gold) 32%, transparent) 0%, transparent 68%);
            pointer-events: none
        }

        .counterCard:after {
            content: "";
            position: absolute;
            inset-inline: 12%;
            bottom: 0;
            height: 3px;
            border-radius: 99px;
            background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gold) 85%, var(--teal)), transparent);
            opacity: .88;
            pointer-events: none
        }

        .counterCard b {
            color: var(--teal);
            font-size: clamp(26px, 4vw, 46px);
            line-height: 1;
            font-weight: 900;
            letter-spacing: -.02em;
            position: relative;
            z-index: 1
        }

        body.dark .counterCard b {
            color: color-mix(in srgb, var(--gold) 28%, var(--teal))
        }

        .counterCard span {
            color: var(--text);
            font-weight: 800;
            font-size: clamp(12px, 1.45vw, 15px);
            line-height: 1.4;
            max-width: 24ch;
            position: relative;
            z-index: 1
        }

        .photoSlider {
            padding-top: 70px
        }

        .sliderFrame {
            position: relative;
            border-radius: 18px;
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
            background: var(--card);
            overflow: hidden
        }

        .sliderShell {
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior-x: contain;
            direction: ltr;
            scrollbar-width: none;
            background: transparent;
            border: 0;
            box-shadow: none;
            border-radius: 0
        }

        .sliderShell::-webkit-scrollbar {
            display: none
        }

        .sliderTrack {
            display: flex;
            width: 100%;
            transition: none
        }

        .slide {
            position: relative;
            flex: 0 0 100%;
            min-width: 100%;
            scroll-snap-align: start;
            height: clamp(280px, 48vw, 520px);
            overflow: hidden
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .slide:after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .48))
        }

        .slide b {
            position: absolute;
            z-index: 2;
            inset-inline-start: 24px;
            bottom: 22px;
            color: white;
            font-size: clamp(20px, 3vw, 32px);
            max-width: calc(100% - 48px);
            line-height: 1.35
        }

        html[dir="rtl"] .slide b {
            direction: rtl;
            text-align: right;
            unicode-bidi: isolate
        }

        html[dir="ltr"] .slide b {
            direction: ltr;
            text-align: left;
            unicode-bidi: isolate
        }

        .sliderFrame .sliderDots {
            position: absolute;
            z-index: 4;
            left: 50%;
            bottom: 18px;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            pointer-events: none
        }

        .sliderFrame .sliderDots button {
            pointer-events: auto
        }

        .sliderDots button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .55)
        }

        .sliderDots button.active {
            width: 26px;
            border-radius: 99px;
            background: white
        }

        .bookingPicker {
            display: grid;
            gap: 14px
        }

        .bookingCalendar {
            width: 100%;
            display: grid;
            place-items: stretch;
            border: 1px solid var(--line);
            border-radius: 18px;
            padding: 14px;
            background: color-mix(in srgb, var(--teal) 5%, var(--card));
            overflow: hidden
        }

        .bookingCalendar .flatpickr-calendar {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;
            box-shadow: none !important;
            border: 0 !important;
            background: transparent !important;
            font-family: inherit
        }

        .bookingCalendar .flatpickr-innerContainer,
        .bookingCalendar .flatpickr-rContainer,
        .bookingCalendar .flatpickr-days,
        .bookingCalendar .dayContainer {
            width: 100% !important;
            min-width: 0 !important;
            max-width: 100% !important
        }

        .bookingCalendar .flatpickr-day {
            max-width: none !important;
            border-radius: 12px
        }

        .bookingCalendar .flatpickr-time {
            border-radius: 14px;
            border: 1px solid var(--line);
            margin-top: 10px;
            background: var(--card)
        }

        .bookingCalendar>.bookingDateInput {
            margin-bottom: 10px
        }

        .bookingDateInput,
        .bookingTimeGrid button {
            border: 1px solid var(--line);
            border-radius: 14px;
            background: var(--card);
            color: var(--text);
            padding: 14px;
            font-weight: 900
        }

        .bookingDateInput {
            width: 100%;
            min-height: 56px;
            color-scheme: light
        }

        body.dark .bookingDateInput {
            color-scheme: dark
        }

        .bookingTimeGrid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px
        }

        .bookingDayGrid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 10px
        }

        .bookingDayGrid button {
            border: 1px solid var(--line);
            border-radius: 14px;
            background: var(--card);
            color: var(--text);
            padding: 12px 8px;
            font-weight: 900
        }

        .bookingTimeGrid button.sel,
        .bookingDayGrid button.sel {
            background: color-mix(in srgb, var(--teal) 14%, var(--card));
            border-color: var(--teal);
            color: var(--teal)
        }

        .phoneInline {
            position: relative;
            display: grid
        }

        .phoneInline .countrySelect {
            position: absolute;
            inset-inline-start: 8px;
            top: 8px;
            bottom: 8px;
            width: 150px;
            border: 0;
            border-inline-end: 1px solid var(--line);
            border-radius: 0;
            background: transparent;
            z-index: 2
        }

        .phoneInline input {
            min-height: 58px;
            padding-inline-start: 172px
        }

        body[dir=rtl] .phoneInline input {
            padding-inline-start: 14px;
            padding-inline-end: 172px
        }

        .invoicePro {
            display: grid;
            gap: 14px
        }

        .invoiceHero {
            padding: 22px;
            border-radius: 18px;
            color: white;
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            box-shadow: 0 18px 44px rgba(13, 148, 136, .22)
        }

        .invoiceRows {
            display: grid;
            gap: 10px
        }

        .invoiceRow {
            display: flex;
            justify-content: space-between;
            gap: 14px;
            padding: 14px;
            border: 1px solid var(--line);
            border-radius: 14px;
            background: var(--card)
        }

        .invoiceTotal {
            border-color: var(--teal);
            background: color-mix(in srgb, var(--teal) 11%, var(--card));
            font-weight: 900
        }

        .quickContact svg,
        .drawerContact svg {
            flex: 0 0 22px;
            width: 22px;
            height: 22px;
            stroke-width: 2.2
        }

        .drawerContact,
        .drawerTools {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-top: 14px
        }

        .drawerContact a,
        .drawerTools button {
            min-height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 14px;
            font-weight: 900
        }

        .drawerContact a {
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            color: white
        }

        .drawerTools button {
            background: color-mix(in srgb, var(--teal) 10%, var(--soft));
            color: var(--teal);
            border: 1px solid color-mix(in srgb, var(--teal) 35%, transparent)
        }

        .slots {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 16px
        }

        .days {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 6px;
            margin-top: 10px
        }

        .day {
            aspect-ratio: 1;
            border-radius: 8px;
            display: grid;
            place-items: center;
            background: var(--soft);
            color: var(--muted);
            font-weight: 800;
            font-size: 13px
        }

        .day.on {
            background: var(--teal);
            color: white
        }

        .slotList {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
            gap: 10px
        }

        html[dir="rtl"] .slotList {
            direction: rtl
        }

        .slot {
            padding: 14px;
            border-radius: 8px;
            background: var(--card);
            border: 1px solid var(--line);
            color: var(--text);
            font-weight: 900;
            text-align: center
        }

        .slot:hover,
        .slot.sel {
            background: color-mix(in srgb, var(--teal) 12%, var(--card));
            border-color: var(--teal);
            transform: translateY(-2px)
        }

        .slot.slotHidden {
            display: none
        }

        .slotMoreBtn {
            margin-top: 12px;
            min-height: 44px;
            border-radius: 12px;
            padding: 0 16px;
            background: linear-gradient(135deg, var(--teal), var(--teal-accent));
            color: #fff;
            border: 1px solid color-mix(in srgb, var(--teal) 36%, var(--line));
            font-weight: 900;
            transition: .25s;
            box-shadow: 0 10px 24px rgba(13, 148, 136, .18)
        }

        .slotMoreBtn:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(13, 148, 136, .22)
        }

        .faqItem {
            border: 1px solid var(--line);
            border-radius: 16px;
            background: color-mix(in srgb, var(--card) 94%, transparent);
            box-shadow: 0 14px 32px rgba(13, 39, 36, .07);
            overflow: hidden;
            margin-bottom: 12px;
            transition: .22s
        }

        .faqQ {
            width: 100%;
            padding: 18px;
            background: transparent;
            color: var(--text);
            display: flex;
            justify-content: space-between;
            gap: 16px;
            text-align: inherit;
            font-weight: 900
        }

        .faqQ b {
            width: 32px;
            height: 32px;
            flex: 0 0 32px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: color-mix(in srgb, var(--teal) 12%, var(--soft));
            color: var(--teal);
            transition: .22s
        }

        .faqA {
            color: var(--muted);
            max-height: 0;
            overflow: hidden;
            transition: .25s
        }

        .faqItem.open .faqA {
            max-height: 190px;
            padding: 0 18px 18px
        }

        .faqItem:hover,
        .faqItem.open {
            border-color: color-mix(in srgb, var(--teal) 42%, transparent);
            transform: translateY(-2px)
        }

        .faqItem.open .faqQ b {
            transform: rotate(45deg);
            background: var(--teal);
            color: white
        }

        #faq {
            overflow: hidden
        }

        #faq .wrap {
            width: min(1360px, calc(100% - 24px))
        }

        #faqList {
            width: 100%;
            direction: rtl;
            text-align: right
        }

        #faq .faqQ,
        #faq .faqA {
            direction: rtl;
            text-align: right
        }

        .reviews {
            grid-template-columns: repeat(5, minmax(220px, 1fr));
            overflow: auto;
            padding-bottom: 8px
        }

        .review {
            min-width: 220px
        }

        .stars {
            color: #f6b900;
            font-size: 18px;
            margin: 6px 0
        }

        .gline {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--muted);
            font-size: 13px;
            font-weight: 800
        }

        .g {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: white;
            color: #4285f4;
            font-weight: 900;
            box-shadow: 0 0 0 1px #ddd inset
        }

        .foot {
            padding: 54px 0 28px;
            background: #17231f;
            color: #f6efe4
        }

        .foot p,
        .foot a,
        .foot li {
            color: #cbd7d1
        }

        .footGrid {
            display: grid;
            grid-template-columns: 1.4fr .8fr .8fr 1fr;
            gap: 28px
        }

        .foot ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 8px
        }

        .copy {
            border-top: 1px solid rgba(255, 255, 255, .12);
            margin-top: 30px;
            padding-top: 18px;
            display: flex;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap
        }

        .bottom {
            position: fixed;
            bottom: 14px;
            left: 50%;
            transform: translateX(-50%);
            width: min(430px, calc(100% - 24px));
            height: 66px;
            background: color-mix(in srgb, var(--card) 92%, transparent);
            backdrop-filter: blur(18px);
            border: 1px solid var(--line);
            border-radius: 22px;
            display: none;
            justify-content: space-around;
            align-items: center;
            z-index: 45;
            box-shadow: var(--shadow)
        }

        .navItem {
            width: 64px;
            display: grid;
            place-items: center;
            gap: 2px;
            color: var(--muted);
            font-size: 11px;
            font-weight: 900;
            background: transparent
        }

        .bookCircle {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            margin-top: -34px;
            background: linear-gradient(135deg, var(--teal), #10b3a6);
            color: white;
            border: 6px solid var(--bg);
            box-shadow: 0 14px 24px rgba(13, 148, 136, .28);
            display: grid;
            place-items: center
        }

        .bookCircle svg {
            width: 29px;
            height: 29px;
            stroke-width: 2.4
        }

        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .42);
            backdrop-filter: blur(3px);
            z-index: 80;
            display: none
        }

        .overlay.on {
            display: block
        }

        .drawer {
            position: fixed;
            top: 12px;
            bottom: 12px;
            inset-inline-end: -360px;
            width: min(340px, 90vw);
            background: linear-gradient(180deg, color-mix(in srgb, var(--card) 96%, transparent), var(--card));
            z-index: 90;
            padding: 22px;
            border: 1px solid var(--line);
            border-radius: 22px 0 0 22px;
            box-shadow: 0 28px 80px rgba(13, 39, 36, .22);
            transition: .3s cubic-bezier(.2, .8, .2, 1);
            overflow: auto
        }

        .drawer.on {
            inset-inline-end: 12px
        }

        .drawer .brand {
            display: block;
            padding: 12px 14px;
            border-radius: 16px;
            background: color-mix(in srgb, var(--teal) 10%, transparent);
            color: var(--teal)
        }

        .drawer nav {
            display: grid;
            gap: 10px;
            margin-top: 24px
        }

        .drawer a,
        .drawer button {
            text-align: inherit;
            background: var(--soft);
            color: var(--text);
            padding: 13px 14px;
            border-radius: 14px;
            font-weight: 900;
            border: 1px solid transparent;
            box-shadow: 0 10px 24px rgba(23, 50, 47, .05);
            transition: .22s
        }

        .drawer a:hover,
        .drawer button:hover {
            background: color-mix(in srgb, var(--teal) 12%, var(--card));
            border-color: color-mix(in srgb, var(--teal) 45%, transparent);
            color: var(--teal);
            transform: translateX(-3px)
        }

        body[dir=ltr] .drawer a:hover,
        body[dir=ltr] .drawer button:hover {
            transform: translateX(3px)
        }

        .drawer .drawerContact a {
            background: linear-gradient(135deg, var(--teal), #10b3a6) !important;
            color: white !important
        }

        .drawer .drawerTools button {
            background: color-mix(in srgb, var(--teal) 10%, var(--soft)) !important;
            color: var(--teal) !important;
            border-color: color-mix(in srgb, var(--teal) 35%, transparent) !important
        }

        .drawerTop .brand {
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important
        }

        .modal {
            position: fixed;
            inset: 0;
            z-index: 100;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 18px;
            background: rgba(10, 18, 16, .62);
            backdrop-filter: blur(5px)
        }

        .modal.on {
            display: flex
        }

        .box {
            width: min(880px, 100%);
            max-height: 90svh;
            overflow: hidden;
            background: var(--card);
            border-radius: 12px;
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
            display: flex;
            flex-direction: column
        }

        .bh,
        .bf {
            padding: 14px 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid var(--line)
        }

        .bh .i {
            flex: 0 0 42px;
            background: color-mix(in srgb, var(--teal) 10%, var(--soft));
            color: var(--teal)
        }

        .bf {
            border-bottom: 0;
            border-top: 1px solid var(--line);
            flex-wrap: wrap
        }

        .bb {
            padding: 18px;
            overflow: auto;
            min-height: 360px
        }

        .bgrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px
        }

        .bcard {
            padding: 16px;
            border: 1px solid var(--line);
            background: var(--card);
            border-radius: 8px;
            text-align: inherit;
            color: var(--text);
            display: flex;
            justify-content: space-between;
            gap: 12px
        }

        .bcard.sel {
            border-color: var(--teal);
            background: color-mix(in srgb, var(--teal) 12%, var(--card))
        }

        .pill {
            background: var(--soft);
            color: var(--teal);
            padding: 6px 10px;
            border-radius: 99px;
            font-weight: 900
        }

        .invoice {
            background: var(--soft);
            border: 1px dashed var(--teal);
            padding: 18px;
            border-radius: 8px
        }

        svg {
            width: 21px;
            height: 21px;
            display: block
        }

        @media(max-width:980px) {
            .links {
                display: none
            }

            .menu {
                display: inline-flex
            }

            .heroGrid,
            .calc,
            .slots,
            .two {
                grid-template-columns: 1fr
            }

            .visual {
                min-height: 420px;
                order: -1
            }

            .visual img {
                max-height: 420px
            }

            .float {
                display: none
            }

            .three,
            .four,
            .footGrid {
                grid-template-columns: repeat(2, 1fr)
            }

            .gallery {
                grid-template-columns: 1fr 1fr;
                grid-auto-rows: 200px
            }

            .bottom {
                display: flex
            }

            .quickContact {
                display: grid
            }

            .foot {
                padding-bottom: 132px
            }

            .socialLinks {
                justify-content: center !important;
                margin-inline: auto
            }

            .copy {
                margin-top: 20px;
                padding-top: 22px;
                padding-bottom: 8px
            }

            .footerLogo {
                margin-inline: auto
            }

            #successCounters .wrap {
                width: min(1180px, calc(100% - 24px));
                overflow-x: visible;
                padding-bottom: 0
            }

            .counterPyramid {
                max-width: 100%
            }

            .counterCard {
                min-height: 118px;
                padding: 18px 14px
            }

            .bookingCalendar {
                padding: 8px;
                border-radius: 14px
            }
        }

        @media(max-width:640px) {
            body {
                padding-bottom: 92px
            }

            .wrap {
                width: calc(100% - 24px)
            }

            .head {
                height: 66px
            }

            .brand {
                font-size: 17px
            }

            .actions .btn {
                display: none
            }

            .i,
            .lang {
                width: 38px;
                min-height: 38px;
                padding: 0;
                font-size: 20px
            }

            .hero {
                min-height: auto
            }

            .heroGrid {
                gap: 12px;
                padding: 18px 0 34px
            }

            .hero article {
                text-align: center
            }

            .hero p {
                margin-inline: auto
            }

            .cta {
                justify-content: center
            }

            .stats {
                grid-template-columns: 1fr 1fr
            }

            .stats .stat:last-child {
                grid-column: 1/-1
            }

            .visual {
                min-height: 335px
            }

            .visual:before {
                width: 92%;
                bottom: 8px
            }

            .visual img {
                max-height: 330px;
                width: 100%;
                object-position: bottom center
            }

            section {
                padding: 52px 0
            }

            .secHead {
                display: block
            }

            .three,
            .four,
            .footGrid,
            .bgrid,
            .slotList,
            .gallery {
                grid-template-columns: 1fr
            }

            .foot,
            .footGrid,
            .foot h3,
            .foot h4,
            .foot p,
            .foot li,
            .copy {
                text-align: center
            }

            .foot .btn {
                margin-inline: auto
            }

            .copy {
                justify-content: center
            }

            .scan:first-child {
                grid-row: auto
            }

            .box {
                width: 100vw;
                height: 100svh;
                max-height: 100svh;
                border-radius: 0
            }

            .modal {
                padding: 0;
                align-items: stretch
            }

            .bb {
                min-height: 0;
                flex: 1
            }
        }

        .drawerTop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px
        }

        .drawerClose {
            display: inline-flex;
            flex: 0 0 42px;
            background: color-mix(in srgb, var(--teal) 12%, var(--soft));
            color: var(--teal)
        }

        .phoneWrap {
            display: flex;
            gap: 8px;
            align-items: stretch
        }

        .countrySelect {
            width: 132px;
            border: 1px solid var(--line);
            background: var(--soft);
            color: var(--text);
            border-radius: 8px;
            padding: 0 10px;
            font-weight: 900;
            outline: none
        }

        .phoneWrap input {
            flex: 1
        }

        @media(max-width:640px) {
            .drawer {
                top: 0;
                bottom: 0;
                inset-inline-end: -100vw;
                width: 100vw;
                height: 100svh;
                border-radius: 0;
                padding: 22px 18px
            }

            .drawer.on {
                inset-inline-end: 0
            }

            .drawer nav {
                gap: 12px
            }

            .drawer a,
            .drawer button {
                text-align: center;
                justify-content: center
            }

            .drawerClose {
                width: 44px;
                height: 44px
            }

            .card,
            .card h3,
            .card p,
            .lineIcon,
            .mini,
            .review,
            .review p,
            .gline,
            .stars,
            #servicesGrid,
            .servicesGrid {
                text-align: center;
                margin-inline: auto
            }

            .card .lineIcon {
                margin-inline: auto
            }

            .btn,
            .ghost,
            .gold {
                margin-inline: auto
            }

            .secHead,
            .secHead p,
            #services .secHead,
            #reviews .secHead {
                text-align: center
            }

            .secHead {
                align-items: center
            }

            .review .gline {
                justify-content: center
            }

            .phoneWrap {
                display: grid;
                grid-template-columns: 1fr
            }

            .countrySelect {
                width: 100%;
                min-height: 46px;
                text-align: center
            }
        }

        /* Final mobile refinements requested by the client. */
        #servicesGrid .card {
            min-height: 220px;
            padding: 30px 22px;
            border-radius: 18px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--card) 96%, transparent), color-mix(in srgb, var(--teal) 5%, var(--card)));
            box-shadow: 0 20px 46px rgba(13, 39, 36, .1);
            transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease
        }

        #servicesGrid .card:hover {
            transform: translateY(-5px);
            border-color: color-mix(in srgb, var(--teal) 45%, transparent);
            box-shadow: 0 26px 58px rgba(13, 148, 136, .16)
        }

        #servicesGrid .lineIcon {
            width: 62px;
            height: 62px;
            background: color-mix(in srgb, var(--teal) 10%, var(--card))
        }

        #servicesGrid h3 {
            font-size: 21px;
            margin: 8px 0 0
        }

        #servicesGrid p {
            font-size: 15px;
            margin: 0;
            max-width: 24ch
        }

        @media(max-width:640px) {
            #about .wrap>div:first-child {
                text-align: center
            }

            #about .wrap>div:first-child .ey {
                margin-inline: auto
            }

            #about .wrap>div:first-child p {
                margin-inline: auto;
                text-align: center
            }

            body[dir=rtl] #aboutList,
            body[dir=rtl] #aboutList div,
            body[dir=rtl] #aboutList span {
                text-align: right
            }

            body[dir=ltr] #aboutList,
            body[dir=ltr] #aboutList div,
            body[dir=ltr] #aboutList span {
                text-align: left
            }

            #aboutList div {
                justify-content: flex-start;
                margin-inline: 0
            }

            .visual {
                display: flex !important;
                min-height: 390px;
                margin-top: 4px
            }

            .visual:before {
                width: min(96%, 360px);
                bottom: 8px
            }

            .visual img {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                width: 100%;
                max-height: 380px;
                object-fit: contain;
                object-position: bottom center
            }

            #servicesGrid .card {
                min-height: 240px;
                width: 100%;
                padding: 34px 24px;
                border-radius: 20px
            }

            #slots {
                min-height: 100svh;
                padding: 0;
                display: flex;
                align-items: stretch
            }

            #slots .slots {
                width: 100%;
                min-height: 100svh;
                padding: 28px 16px;
                display: grid;
                align-content: center
            }

            #slots .card {
                width: 100%;
                padding: 28px 18px;
                border-radius: 20px
            }

            #slots .days {
                gap: 10px
            }

            #slots .day {
                font-size: 16px;
                border-radius: 14px
            }

            .slotList {
                width: 100%
            }
        }















        /* تنسيق اللوجو */
        .brand {
            display: flex !important;
            align-items: center !important;
            padding: 10px 0 !important;
            text-decoration: none;
        }

        .brand img {
            height: 62px !important;
            width: auto !important;
            max-width: 300px !important;
            object-fit: contain !important;
            display: block;
            transition: transform 0.3s ease;
        }

        .brand img:hover {
            transform: scale(1.05);
        }


        @media (max-width: 768px) {
            .brand img {
                height: 54px !important;
            }
        }