/* ==========================================
   ALBOUSSALA CUSTOM CSS 1.0.12
   Typography System
   ========================================== */


/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');


/* ==========================================
   Arabic Version
   ========================================== */

html[lang="ar"] body {
    font-family: "Cairo", sans-serif !important;
    font-variant-numeric: lining-nums;
}


/* Arabic headings */

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
    font-family: "Cairo", sans-serif !important;
    font-weight: 700;
}


/* Arabic menus/buttons/forms */

html[lang="ar"] a,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] select {
    font-family: "Cairo", sans-serif !important;
}


/* Keep numbers readable */

html[lang="ar"] .price,
html[lang="ar"] .amount,
html[lang="ar"] .rating,
html[lang="ar"] .counter,
html[lang="ar"] .number,
html[lang="ar"] input[type="number"] {
    font-family: "Inter", sans-serif !important;
    direction: ltr;
}


/* ==========================================
   English / French Version
   ========================================== */

html[lang="en"] body,
html[lang="fr"] body {
    font-family: "Inter", sans-serif !important;
}


html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[lang="fr"] h1,
html[lang="fr"] h2,
html[lang="fr"] h3,
html[lang="fr"] h4,
html[lang="fr"] h5,
html[lang="fr"] h6 {
    font-family: "Poppins", sans-serif !important;
}


/* ==========================================
   Global readability
   ========================================== */

body {
    letter-spacing: 0;
}


p {
    line-height: 1.8;
}

/* ==========================================
   ALBOUSSALA Typography System
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');


html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] span,
html[lang="ar"] label,
html[lang="ar"] a,
html[lang="ar"] li,
html[lang="ar"] small {
    font-family: "Cairo", sans-serif !important;
}


/* Keep numbers readable */
html[lang="ar"] .price,
html[lang="ar"] .amount,
html[lang="ar"] .rating,
html[lang="ar"] .counter,
html[lang="ar"] .number {
    font-family: "Inter", sans-serif !important;
    direction: ltr;
}


html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
    font-family: "Cairo", sans-serif !important;
}


html[lang="ar"] .price,
html[lang="ar"] .amount,
html[lang="ar"] .rating,
html[lang="ar"] .counter {
    font-family: "Inter", sans-serif !important;
    direction: ltr;
}


html[lang="en"] body,
html[lang="fr"] body {
    font-family: "Inter", sans-serif !important;
}


html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[lang="fr"] h1,
html[lang="fr"] h2,
html[lang="fr"] h3,
html[lang="fr"] h4,
html[lang="fr"] h5,
html[lang="fr"] h6 {
    font-family: "Poppins", sans-serif !important;
}

/* ==========================================
   ALBOUSSALA Homepage Section Titles
   ========================================== */


/* Section title wrapper */
.section__title h2 {
    font-family: "Cairo", sans-serif !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
}


/* Subtitle / small text */
.section__title p {
    font-family: "Cairo", sans-serif !important;
    font-size: 16px;
    line-height: 1.8;
}


/* English / French */
html[lang="en"] .section__title h2,
html[lang="fr"] .section__title h2 {
    font-family: "Poppins", sans-serif !important;
}

/* Fix Odometer digits order */
.odometer,
.odometer * {
    direction: ltr !important;
}

.odometer {
    display: inline-block !important;
}

/* ===== ELBOUSSALA PREMIUM MULTILINGUAL FOOTER START ===== */

.alb-premium-footer {
    --alb-footer-bg: #071b36;
    --alb-footer-bg-deep: #04152b;
    --alb-footer-gold: #f5b51b;
    --alb-footer-white: #ffffff;
    --alb-footer-text: #c7d1df;
    --alb-footer-muted: #97a8bc;
    --alb-footer-border: rgba(255, 255, 255, 0.12);
    --alb-footer-card: rgba(255, 255, 255, 0.025);

    position: relative;
    overflow: hidden;
    color: var(--alb-footer-white);
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(10, 72, 128, 0.20),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 15%,
            rgba(9, 52, 99, 0.20),
            transparent 34%
        ),
        var(--alb-footer-bg);
}

.alb-premium-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

.alb-footer-main {
    position: relative;
    z-index: 1;
    padding: 78px 0 64px;
}

.alb-footer-grid {
    display: grid;
    grid-template-columns:
        minmax(250px, 1.2fr)
        minmax(190px, 0.92fr)
        minmax(190px, 0.92fr)
        minmax(255px, 1.1fr);
    gap: 42px;
    align-items: start;
}

.alb-footer-column {
    min-width: 0;
}

.alb-footer-brand {
    position: relative;
    padding-inline-end: 36px;
    border-inline-end: 1px solid var(--alb-footer-border);
}

.alb-footer-logo {
    display: inline-flex;
    margin-bottom: 28px;
}

.alb-footer-logo img {
    display: block;
    width: auto;
    max-width: 225px;
    max-height: 95px;
    object-fit: contain;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.alb-footer-logo:hover img {
    transform: translateY(-3px);
    opacity: 0.95;
}

.alb-footer-description,
.alb-footer-connect-text {
    margin: 0;
    color: var(--alb-footer-text);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: break-word;
}

.alb-footer-description {
    max-width: 315px;
}

.alb-footer-title {
    position: relative;
    margin: 5px 0 30px;
    padding-bottom: 18px;
    color: var(--alb-footer-white);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}

.alb-footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 34px;
    height: 3px;
    border-radius: 100px;
    background: var(--alb-footer-gold);
}

.alb-footer-contact-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.alb-footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--alb-footer-text);
    font-size: 15px;
    line-height: 1.6;
}

.alb-footer-contact-icon {
    display: inline-flex;
    width: 30px;
    flex: 0 0 30px;
    justify-content: center;
    color: var(--alb-footer-gold);
    font-size: 18px;
}

.alb-footer-phone {
    direction: ltr !important;
    unicode-bidi: isolate;
    display: inline-block;
    color: var(--alb-footer-text);
    text-align: left !important;
    white-space: nowrap;
}

.alb-footer-phone:hover {
    color: var(--alb-footer-gold);
}

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

.alb-footer-links li {
    border-bottom: 1px solid var(--alb-footer-border);
}

.alb-footer-links li:last-child {
    border-bottom: 0;
}

.alb-footer-links a {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) 24px;
    gap: 11px;
    align-items: center;
    padding: 14px 0;
    color: var(--alb-footer-text);
    font-size: 15px;
    line-height: 1.5;
    transition:
        color 0.25s ease,
        padding 0.25s ease;
}

.alb-footer-link-arrow {
    color: var(--alb-footer-gold);
    font-size: 11px;
}

.alb-footer-link-icon {
    color: #b7c4d5;
    font-size: 17px;
    text-align: center;
}

.alb-footer-links a:hover {
    color: var(--alb-footer-gold);
    padding-inline-start: 5px;
}

html[lang="ar"] .alb-footer-link-arrow i {
    transform: rotate(180deg);
}

.alb-footer-connect-text {
    max-width: 310px;
}

.alb-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.alb-footer-social a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--alb-footer-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.015);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.alb-footer-social a:hover {
    transform: translateY(-4px);
    border-color: var(--alb-footer-gold);
    background: rgba(245, 181, 27, 0.09);
}

.alb-footer-social img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.alb-footer-apps {
    margin-top: 34px;
}

.alb-footer-apps h4 {
    margin-bottom: 17px;
    color: var(--alb-footer-white);
    font-size: 17px;
    font-weight: 700;
}

.alb-footer-app-buttons {
    direction: ltr !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.alb-footer-app-buttons a {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.alb-footer-app-buttons a:hover {
    transform: translateY(-3px);
    border-color: var(--alb-footer-gold);
}

.alb-footer-app-buttons img {
    display: block;
    width: auto;
    height: 52px;
}

.alb-footer-stats {
    display: grid;
    grid-template-columns:
        repeat(
            var(--alb-footer-stat-count),
            minmax(125px, 1fr)
        );
    max-width: 650px;
    margin-top: 48px;
    overflow: hidden;
    border: 1px solid var(--alb-footer-border);
    border-radius: 14px;
    background: var(--alb-footer-card);
    backdrop-filter: blur(5px);
}

.alb-footer-stat {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 22px 18px;
    text-align: center;
}

.alb-footer-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    bottom: 22%;
    inset-inline-end: 0;
    width: 1px;
    background: var(--alb-footer-border);
}

.alb-footer-stat i {
    color: var(--alb-footer-gold);
    font-size: 20px;
}

.alb-footer-stat strong {
    color: var(--alb-footer-white);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.alb-footer-stat span {
    color: var(--alb-footer-muted);
    font-size: 14px;
}

.alb-footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--alb-footer-border);
    background: rgba(0, 0, 0, 0.08);
}

.alb-footer-bottom-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 30px;
    align-items: center;
    min-height: 112px;
}

.alb-footer-copyright p {
    margin: 0 0 7px;
    color: var(--alb-footer-text);
    font-size: 14px;
}

.alb-footer-made {
    color: var(--alb-footer-muted);
    font-size: 13px;
}

.alb-footer-made i {
    margin-inline: 4px;
    color: #ff4d5a;
}

.alb-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 0;
}

.alb-footer-bottom-links a {
    color: var(--alb-footer-text);
    font-size: 14px;
    transition: color 0.25s ease;
}

.alb-footer-bottom-links a + a {
    margin-inline-start: 22px;
    padding-inline-start: 22px;
    border-inline-start: 1px solid var(--alb-footer-border);
}

.alb-footer-bottom-links a:hover {
    color: var(--alb-footer-gold);
}

/* Arabic RTL */
html[lang="ar"] .alb-premium-footer {
    direction: rtl;
}

html[lang="ar"] .alb-footer-column,
html[lang="ar"] .alb-footer-description,
html[lang="ar"] .alb-footer-connect-text,
html[lang="ar"] .alb-footer-title {
    direction: rtl;
    text-align: right;
}

html[lang="ar"] .alb-footer-description,
html[lang="ar"] .alb-footer-connect-text {
    text-align: justify;
    text-align-last: right;
    hyphens: none;
}

html[lang="ar"] .alb-footer-social {
    justify-content: flex-start;
}

/* English and French LTR */
html[lang="en"] .alb-premium-footer,
html[lang="fr"] .alb-premium-footer {
    direction: ltr;
}

html[lang="en"] .alb-footer-column,
html[lang="en"] .alb-footer-description,
html[lang="en"] .alb-footer-connect-text,
html[lang="en"] .alb-footer-title,
html[lang="fr"] .alb-footer-column,
html[lang="fr"] .alb-footer-description,
html[lang="fr"] .alb-footer-connect-text,
html[lang="fr"] .alb-footer-title {
    direction: ltr;
    text-align: left;
}

html[lang="en"] .alb-footer-description,
html[lang="en"] .alb-footer-connect-text,
html[lang="fr"] .alb-footer-description,
html[lang="fr"] .alb-footer-connect-text {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
}

/* Large tablets */
@media (max-width: 1199.98px) {
    .alb-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alb-footer-brand {
        padding-inline-end: 0;
        border-inline-end: 0;
    }
}

/* Tablets */
@media (max-width: 767.98px) {
    .alb-footer-main {
        padding: 58px 0 48px;
    }

    .alb-footer-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .alb-footer-description,
    .alb-footer-connect-text {
        max-width: 100%;
    }

    .alb-footer-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .alb-footer-stat:nth-child(2)::after {
        display: none;
    }

    .alb-footer-bottom-grid {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        min-height: auto;
        padding: 28px 0;
        align-items: center;
        text-align: start;
    }

    .alb-footer-bottom-links {
        flex-wrap: nowrap;
        justify-content: flex-end;
        white-space: nowrap;
    }

    .alb-footer-app-buttons {
        justify-content: flex-start;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .alb-footer-logo img {
        max-width: 195px;
    }

    .alb-footer-title {
        font-size: 21px;
    }

    .alb-footer-description,
    .alb-footer-connect-text {
        font-size: 15px;
        line-height: 1.9;
    }

    .alb-footer-stats {
        grid-template-columns: 1fr;
    }

    .alb-footer-stat:not(:last-child)::after {
        top: auto;
        right: 18%;
        bottom: 0;
        left: 18%;
        width: auto;
        height: 1px;
    }

    .alb-footer-bottom-grid {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        padding: 24px 0;
    }

    .alb-footer-copyright {
        min-width: 0;
    }

    .alb-footer-copyright p,
    .alb-footer-made {
        white-space: nowrap;
    }

    .alb-footer-bottom-links {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: center;
        gap: 7px;
        white-space: normal;
    }

    .alb-footer-bottom-links a {
        display: block;
        white-space: nowrap;
    }

    .alb-footer-bottom-links a + a {
        margin-inline-start: 0;
        padding-inline-start: 0;
        border-inline-start: 0;
    }

    .alb-footer-app-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===== ELBOUSSALA PREMIUM MULTILINGUAL FOOTER END ===== */

/* ===== ONLINE FOOTER OVERLAP START ===== */

/*
 * Online theme:
 * Extend the exact premium-footer visual background
 * behind the lower half of the instructor/student cards.
 */
.alb-online-footer-overlap {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--tg-common-color-gray);
}

/*
 * Same gradients and base color used by .alb-premium-footer.
 */
.alb-online-footer-overlap::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 145px;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(10, 72, 128, 0.20),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 15%,
            rgba(9, 52, 99, 0.20),
            transparent 34%
        ),
        #071b36;
}

/*
 * Same square-grid texture used by .alb-premium-footer::before.
 */
.alb-online-footer-overlap::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 145px;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

/* Keep the cards above both background layers. */
.alb-online-footer-overlap .container,
.alb-online-footer-overlap .instructor__item-wrap-two,
.alb-online-footer-overlap .row,
.alb-online-footer-overlap [class*="col-"],
.alb-online-footer-overlap .instructor__item-two {
    position: relative;
    z-index: 3;
}

.alb-online-footer-overlap .instructor__item-two {
    margin-bottom: 0;
}

/* Keep footer in its normal position. */
body:has(.alb-online-footer-overlap) .alb-premium-footer,
.alb-premium-footer.alb-online-home-footer {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

body:has(.alb-online-footer-overlap)
    .alb-premium-footer
    .alb-footer-main,
.alb-premium-footer.alb-online-home-footer .alb-footer-main {
    padding-top: 78px;
}

.alb-online-footer-overlap .instructor__item-wrap-two {
    padding-bottom: 0;
}

@media (max-width: 1199.98px) {
    .alb-online-footer-overlap::after,
    .alb-online-footer-overlap::before {
        height: 138px;
    }

    body:has(.alb-online-footer-overlap)
        .alb-premium-footer
        .alb-footer-main,
    .alb-premium-footer.alb-online-home-footer .alb-footer-main {
        padding-top: 62px;
    }
}

@media (max-width: 767.98px) {
    .alb-online-footer-overlap {
        padding-bottom: 28px;
    }

    .alb-online-footer-overlap::after,
    .alb-online-footer-overlap::before {
        height: 125px;
    }

    .alb-online-footer-overlap .instructor__item-two {
        margin-bottom: 24px;
    }

    body:has(.alb-online-footer-overlap)
        .alb-premium-footer
        .alb-footer-main,
    .alb-premium-footer.alb-online-home-footer .alb-footer-main {
        padding-top: 58px;
    }
}

@media (max-width: 480px) {
    .alb-online-footer-overlap::after,
    .alb-online-footer-overlap::before {
        height: 110px;
    }
}

/* ===== ONLINE FOOTER OVERLAP END ===== */

/* ===== BUSINESS FOOTER OVERLAP START ===== */

/*
 * Business homepage:
 * extend the exact premium-footer background behind
 * the lower half of the final newsletter banner.
 */
.alb-business-footer-overlap {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
}

/* Same footer gradients and base color. */
.alb-business-footer-overlap::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(10, 72, 128, 0.20),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 15%,
            rgba(9, 52, 99, 0.20),
            transparent 34%
        ),
        #071b36;
}

/* Same square-grid texture as the premium footer. */
.alb-business-footer-overlap::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

/* Keep the banner above both background layers. */
.alb-business-footer-overlap .container,
.alb-business-footer-overlap .newsletter__inner-wrap {
    position: relative;
    z-index: 3;
}

/*
 * Remove the original visual gap below the banner,
 * so the blue backdrop connects directly to the footer.
 */
.alb-business-footer-overlap .newsletter__inner-wrap {
    margin-bottom: 0;
}

/* Keep the footer in its natural position. */
body:has(.alb-business-footer-overlap) .alb-premium-footer {
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .alb-business-footer-overlap::after,
    .alb-business-footer-overlap::before {
        height: 66px;
    }
}

@media (max-width: 767.98px) {
    .alb-business-footer-overlap::after,
    .alb-business-footer-overlap::before {
        height: 54px;
    }
}

@media (max-width: 480px) {
    .alb-business-footer-overlap::after,
    .alb-business-footer-overlap::before {
        height: 44px;
    }
}

/* ===== BUSINESS FOOTER OVERLAP END ===== */

/* ===== KITCHEN FOOTER OVERLAP START ===== */

/*
 * Kitchen homepage:
 * extend the premium-footer visual background behind
 * the lower part of the newsletter card.
 */
.alb-kitchen-footer-overlap {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
}

/* Same gradients and base color as the premium footer. */
.alb-kitchen-footer-overlap::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 92px;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(10, 72, 128, 0.20),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 15%,
            rgba(9, 52, 99, 0.20),
            transparent 34%
        ),
        #071b36;
}

/* Same square-grid texture as the premium footer. */
.alb-kitchen-footer-overlap::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 92px;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

/* Keep the newsletter card above both background layers. */
.alb-kitchen-footer-overlap .container,
.alb-kitchen-footer-overlap .newsletter__inner-wrap,
.alb-kitchen-footer-overlap .newsletter__inner-wrap-two {
    position: relative;
    z-index: 3;
}

/* Remove any original lower gap controlled by the card. */
.alb-kitchen-footer-overlap .newsletter__inner-wrap-two {
    margin-bottom: 0;
}

/* Keep the redesigned footer in its normal document position. */
body:has(.alb-kitchen-footer-overlap) .alb-premium-footer {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .alb-kitchen-footer-overlap::after,
    .alb-kitchen-footer-overlap::before {
        height: 82px;
    }
}

@media (max-width: 767.98px) {
    .alb-kitchen-footer-overlap::after,
    .alb-kitchen-footer-overlap::before {
        height: 66px;
    }
}

@media (max-width: 480px) {
    .alb-kitchen-footer-overlap::after,
    .alb-kitchen-footer-overlap::before {
        height: 54px;
    }
}

/* ===== KITCHEN FOOTER OVERLAP END ===== */
