.ge-footer-pro,
.ge-footer-pro * {
    box-sizing: border-box;
}

.ge-footer-pro {
    --ge-footer-bg: #fffaf2;
    --ge-footer-card-bg: rgba(255, 255, 255, 0.88);
    --ge-footer-border: rgba(191, 90, 20, 0.16);
    --ge-footer-blue: #bf5a14;
    --ge-footer-text: #4b4038;
    --ge-footer-yellow: #e7a23a;
    --ge-footer-btn-text: #ffffff;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(231, 162, 58, 0.18), transparent 22%),
        radial-gradient(circle at bottom right, rgba(191, 90, 20, 0.12), transparent 24%),
        linear-gradient(180deg, var(--ge-footer-bg) 0%, #fff4e3 100%);
    border-top: 1px solid rgba(191, 90, 20, 0.14);
    color: var(--ge-footer-text);
}

.ge-footer-pro a {
    text-decoration: none;
    color: inherit;
}

.ge-footer-pro__shell {
    width: 100%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
}

.ge-footer-pro__main-card {
    width: 100%;
    background: var(--ge-footer-card-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--ge-footer-border);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(55, 31, 12, 0.10);
    margin-top: clamp(28px, 4vw, 40px);
}

.ge-footer-pro__top {
    display: grid;
    grid-template-columns: minmax(300px, 1.32fr) minmax(150px, 0.68fr) minmax(180px, 0.76fr) minmax(260px, 0.96fr);
    gap: clamp(20px, 2vw, 30px);
    padding: clamp(36px, 4.6vw, 54px) clamp(30px, 3.4vw, 46px) 30px;
    align-items: start;
}

.ge-footer-pro__brand-col,
.ge-footer-pro__nav-col,
.ge-footer-pro__support-col {
    min-width: 0;
    align-self: start;
}

.ge-footer-pro__support-col {
    display: flex;
    flex-direction: column;
}

.ge-footer-pro__logo-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.ge-footer-pro__logo {
    width: clamp(150px, 14vw, 190px);
    max-width: 100%;
    height: auto;
    display: block;
}

.ge-footer-pro__brand-subtitle {
    margin: 0 0 14px;
    color: var(--ge-footer-blue);
    font-size: clamp(0.94rem, 0.92rem + 0.14vw, 1.02rem);
    font-weight: 800;
    line-height: 1.5;
}

.ge-footer-pro__brand-desc,
.ge-footer-pro__note {
    margin: 0 0 18px;
    color: var(--ge-footer-text);
    font-size: clamp(0.95rem, 0.93rem + 0.1vw, 1rem);
    line-height: 1.75;
}

.ge-footer-pro__domains {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ge-footer-pro__domain-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(203,213,225,0.9);
    color: var(--ge-footer-blue) !important;
    font-size: clamp(0.84rem, 0.82rem + 0.08vw, 0.92rem);
    font-weight: 700;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.ge-footer-pro__domain-chip:hover {
    background: rgba(231, 162, 58, 0.14);
    transform: translateY(-2px);
}

.ge-footer-pro__contact-block {
    display: grid;
    gap: 10px;
}

.ge-footer-pro__contact-item {
    margin: 0;
    color: var(--ge-footer-text);
    font-size: clamp(0.94rem, 0.92rem + 0.1vw, 1rem);
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    word-break: break-word;
}

.ge-footer-pro__contact-icon {
    color: var(--ge-footer-yellow);
    margin-top: 4px;
    flex: 0 0 18px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ge-footer-pro__contact-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.ge-footer-pro__contact-text a {
    color: var(--ge-footer-text) !important;
    transition: color 0.25s ease;
}

.ge-footer-pro__contact-text a:hover {
    color: var(--ge-footer-blue) !important;
}

.ge-footer-pro__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    max-width: max-content;
    margin-bottom: 14px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(231, 162, 58, 0.13);
    border: 1px solid rgba(231, 162, 58, 0.38);
    color: #8f3f0d;
    font-size: clamp(0.76rem, 0.74rem + 0.12vw, 0.88rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.ge-footer-pro__badge--soft {
    background: rgba(191, 90, 20, 0.08);
    border: 1px solid rgba(191, 90, 20, 0.16);
    color: var(--ge-footer-blue);
}

.ge-footer-pro__links {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px !important;
    row-gap: 8px !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
}

.ge-footer-pro__links li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
    min-height: 0 !important;
}

.ge-footer-pro__links a {
    color: var(--ge-footer-text) !important;
    font-size: clamp(0.92rem, 0.9rem + 0.08vw, 0.98rem);
    font-weight: 700;
    line-height: 1.35;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: max-content;
    padding: 6px 10px;
    border-radius: 10px;
}

.ge-footer-pro__links a:hover {
    background: rgba(231, 162, 58, 0.14);
    color: var(--ge-footer-blue) !important;
    transform: translateX(2px);
}

.ge-footer-pro__btn {
    background: linear-gradient(135deg, var(--ge-footer-blue), #8f3f0d) !important;
    color: var(--ge-footer-btn-text) !important;
    font-weight: 800 !important;
    font-size: clamp(0.94rem, 0.92rem + 0.08vw, 1rem) !important;
    min-height: 58px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 10px;
    white-space: nowrap !important;
    box-shadow: 0 14px 30px rgba(191, 90, 20, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.ge-footer-pro__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(191, 90, 20, 0.30);
}

.ge-footer-pro__social-wrap {
    margin-top: 28px;
    padding-top: 8px;
    align-self: stretch;
}

.ge-footer-pro__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(8px, 1vw, 12px);
}

.ge-footer-pro__social-link {
    width: clamp(36px, 2.8vw, 42px);
    height: clamp(36px, 2.8vw, 42px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(203,213,225,0.85);
    color: #5a2d12 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ge-footer-pro__social-link:hover {
    transform: translateY(-2px);
    background: rgba(231, 162, 58, 0.14);
    color: var(--ge-footer-blue) !important;
    border-color: rgba(191, 90, 20, 0.24);
}

.ge-footer-pro__social-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.ge-footer-pro__bottom {
    width: 100%;
    border-top: 1px solid rgba(191, 90, 20, 0.14);
    padding: 18px 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px 28px;
    flex-wrap: wrap;
    text-align: center;
}

.ge-footer-pro__copy,
.ge-footer-pro__credit {
    margin: 0;
    color: #75685f;
    font-size: clamp(0.88rem, 0.86rem + 0.08vw, 0.94rem);
    line-height: 1.7;
}

.ge-footer-pro__credit-link {
    color: var(--ge-footer-blue) !important;
    font-weight: 800;
}

@media (max-width: 1300px) and (min-width: 1025px) {
    .ge-footer-pro__top {
        gap: 16px;
        padding: 30px 22px 25px;
    }

    .ge-footer-pro__logo {
        width: 120px;
    }
}

@media (max-width: 1024px) {
    .ge-footer-pro__main-card {
        border-radius: 24px;
    }

    .ge-footer-pro__top {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand brand"
            "quick legal"
            "support support";
        padding: 34px 24px 28px;
        gap: 30px 22px;
    }

    .ge-footer-pro__brand-col { grid-area: brand; }
    .ge-footer-pro__top > .ge-footer-pro__nav-col:first-of-type { grid-area: quick; }
    .ge-footer-pro__top > .ge-footer-pro__nav-col:last-of-type { grid-area: legal; }
    .ge-footer-pro__support-col { grid-area: support; }
    .ge-footer-pro__social-wrap { margin-top: 50px; padding-top: 0; }
    .ge-footer-pro__bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 768px) {
    .ge-footer-pro__shell {
        padding: 0 16px;
    }

    .ge-footer-pro__main-card {
        margin-top: 24px;
        border-radius: 22px;
    }

    .ge-footer-pro__top {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand brand"
            "quick legal"
            "support support";
        padding: 24px 18px 22px;
        gap: 32px 18px;
    }
}

@media (max-width: 420px) {
    .ge-footer-pro__top {
        gap: 34px 16px;
    }

    .ge-footer-pro__links a {
        padding: 8px 10px;
        font-size: 0.92rem;
    }
}



/* Compact footer link layout guard: protects the footer from theme/Elementor list spacing. */
.ge-footer-pro__nav-col .ge-footer-pro__links,
.ge-footer-pro__nav-col .ge-footer-pro__links > li {
    list-style: none !important;
}

.ge-footer-pro__nav-col .ge-footer-pro__links > li + li {
    margin-top: 0 !important;
}

.ge-footer-pro__nav-col .ge-footer-pro__links a {
    min-height: 0 !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__links,
html[dir="rtl"] .ge-footer-pro__links,
body.rtl .ge-footer-pro__links {
    align-items: flex-end;
    text-align: right;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__contact-item,
html[dir="rtl"] .ge-footer-pro__contact-item,
body.rtl .ge-footer-pro__contact-item {
    flex-direction: row-reverse;
    text-align: right;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__links a:hover,
html[dir="rtl"] .ge-footer-pro__links a:hover,
body.rtl .ge-footer-pro__links a:hover {
    transform: translateX(-2px);
}

@media (prefers-reduced-motion: reduce) {
    .ge-footer-pro * {
        transition: none !important;
        animation: none !important;
    }
}


    .ge-footer-pro__contact-icon svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        stroke: currentColor;
    }

    .ge-footer-pro__contact-icon:empty::before {
        display: inline-block;
        line-height: 1;
        font-size: 16px;
    }

    .ge-footer-pro__icon--location:empty::before {
        content: "📍";
    }

    .ge-footer-pro__icon--phone:empty::before {
        content: "☎";
    }

    .ge-footer-pro__icon--mobile:empty::before {
        content: "📱";
    }

    .ge-footer-pro__icon--mail:empty::before {
        content: "✉";
    }


html[dir="rtl"] .ge-footer-pro__contact-item,
body.rtl .ge-footer-pro__contact-item {
    direction: rtl;
}

html[dir="rtl"] .ge-footer-pro__links a:hover,
body.rtl .ge-footer-pro__links a:hover {
    transform: translateX(-2px);
}

/* Gate East Footer Pro v1.0.3 - Arabic / RTL polish and compact spacing */
.ge-footer-pro__top {
    align-items: start !important;
    row-gap: clamp(18px, 1.8vw, 28px) !important;
}

.ge-footer-pro__nav-col,
.ge-footer-pro__brand-col,
.ge-footer-pro__support-col {
    align-self: start !important;
}

.ge-footer-pro__badge {
    margin-bottom: 18px !important;
}

.ge-footer-pro__links {
    gap: 10px !important;
    row-gap: 10px !important;
    justify-content: flex-start !important;
}

.ge-footer-pro__links a {
    padding: 4px 9px !important;
    line-height: 1.45 !important;
}

.ge-footer-pro__brand-desc,
.ge-footer-pro__note {
    line-height: 1.82;
}

.ge-footer-pro__contact-block {
    gap: 8px !important;
}

.ge-footer-pro__contact-item {
    gap: 11px !important;
    line-height: 1.65 !important;
}

.ge-footer-pro__bidi-ltr,
.ge-footer-pro__contact-text--ltr,
.ge-footer-pro a[href^="tel:"],
.ge-footer-pro a[href^="mailto:"] {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block;
}

.ge-footer-pro__bottom {
    direction: ltr !important;
    unicode-bidi: isolate !important;
}

.ge-footer-pro[dir="rtl"] {
    text-align: right;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__brand-col,
html[dir="rtl"] .ge-footer-pro__brand-col,
body.rtl .ge-footer-pro__brand-col,
.ge-footer-pro[dir="rtl"] .ge-footer-pro__nav-col,
html[dir="rtl"] .ge-footer-pro__nav-col,
body.rtl .ge-footer-pro__nav-col,
.ge-footer-pro[dir="rtl"] .ge-footer-pro__support-col,
html[dir="rtl"] .ge-footer-pro__support-col,
body.rtl .ge-footer-pro__support-col {
    text-align: right !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__domains,
html[dir="rtl"] .ge-footer-pro__domains,
body.rtl .ge-footer-pro__domains {
    justify-content: flex-end !important;
    direction: ltr;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__contact-item,
html[dir="rtl"] .ge-footer-pro__contact-item,
body.rtl .ge-footer-pro__contact-item {
    direction: rtl !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: right !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__contact-text,
html[dir="rtl"] .ge-footer-pro__contact-text,
body.rtl .ge-footer-pro__contact-text {
    direction: rtl;
    unicode-bidi: plaintext;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__contact-text--ltr,
html[dir="rtl"] .ge-footer-pro__contact-text--ltr,
body.rtl .ge-footer-pro__contact-text--ltr {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    text-align: left !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__contact-separator,
html[dir="rtl"] .ge-footer-pro__contact-separator,
body.rtl .ge-footer-pro__contact-separator {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__links,
html[dir="rtl"] .ge-footer-pro__links,
body.rtl .ge-footer-pro__links {
    align-items: flex-start !important;
    text-align: right !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__links a,
html[dir="rtl"] .ge-footer-pro__links a,
body.rtl .ge-footer-pro__links a {
    text-align: right !important;
    justify-content: flex-start !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__badge,
html[dir="rtl"] .ge-footer-pro__badge,
body.rtl .ge-footer-pro__badge,
.ge-footer-pro[dir="rtl"] .ge-footer-pro__btn,
html[dir="rtl"] .ge-footer-pro__btn,
body.rtl .ge-footer-pro__btn {
    align-self: flex-start !important;
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__btn-icon,
html[dir="rtl"] .ge-footer-pro__btn-icon,
body.rtl .ge-footer-pro__btn-icon {
    transform: rotate(180deg);
}

.ge-footer-pro[dir="rtl"] .ge-footer-pro__socials,
html[dir="rtl"] .ge-footer-pro__socials,
body.rtl .ge-footer-pro__socials {
    justify-content: flex-start !important;
}


@media (max-width: 1024px) {
    .ge-footer-pro__badge {
        margin-bottom: 14px !important;
    }

    .ge-footer-pro__links {
        gap: 8px !important;
        row-gap: 8px !important;
    }
}
