.elementor-818 .elementor-element.elementor-element-e10972b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-818{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:768px){.elementor-818 .elementor-element.elementor-element-e10972b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-818 .elementor-element.elementor-element-ed706e3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* ==========================================================
   RONY STORE
   CREATIVE LUXURY FOOTER V2
   ========================================================== */

.rony-footer-v2 {

    --rf-burgundy: #5b071e;
    --rf-burgundy-2: #410414;
    --rf-deep: #250209;
    --rf-black: #170106;

    --rf-gold: #d6aa4b;
    --rf-gold-soft: #f0d487;
    --rf-gold-dark: #9d7023;

    --rf-white: #fff;
    --rf-cream: #fff8f2;

    --rf-text: rgba(255,255,255,.88);
    --rf-muted: rgba(255,255,255,.58);
    --rf-border: rgba(255,255,255,.09);

    position: relative;

    width: 100%;

    overflow: hidden;

    color: var(--rf-white);

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(214,170,75,.08),
            transparent 27%
        ),
        radial-gradient(
            circle at 3% 70%,
            rgba(122,23,51,.23),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #260209 0%,
            #35030e 48%,
            #210107 100%
        );

    font-family:
        "Alexandria",
        "Cairo",
        Tahoma,
        Arial,
        sans-serif;

    isolation: isolate;
}


.rony-footer-v2 *,
.rony-footer-v2 *::before,
.rony-footer-v2 *::after {

    box-sizing: border-box;
}


/* ==========================================================
   CONTAINER
   ========================================================== */

.rf2-container {

    position: relative;

    z-index: 2;

    width:
        min(
            1320px,
            calc(100% - 56px)
        );

    margin-inline: auto;
}


/* ==========================================================
   DECORATIVE ORBITS
   ========================================================== */

.rf2-orbit {

    position: absolute;

    z-index: 0;

    border-radius: 50%;

    pointer-events: none;
}


.rf2-orbit-1 {

    width: 620px;
    height: 620px;

    top: 100px;
    right: -410px;

    border:
        1px solid
        rgba(214,170,75,.075);

    box-shadow:
        0 0 0 55px rgba(214,170,75,.018),
        0 0 0 120px rgba(214,170,75,.012);

    animation:
        rfOrbitOne
        11s
        ease-in-out
        infinite alternate;
}


.rf2-orbit-2 {

    width: 400px;
    height: 400px;

    bottom: -260px;
    left: -180px;

    border:
        1px solid
        rgba(255,255,255,.035);

    animation:
        rfOrbitTwo
        13s
        ease-in-out
        infinite alternate;
}


/* ==========================================================
   BENEFITS
   ========================================================== */

.rf2-benefits {

    position: relative;

    z-index: 3;

    border-top:
        1px solid
        rgba(214,170,75,.20);

    border-bottom:
        1px solid
        rgba(255,255,255,.08);

    background:
        rgba(255,255,255,.025);
}


.rf2-benefits-grid {

    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));
}


.rf2-benefit {

    position: relative;

    display: flex;
    align-items: center;

    gap: 15px;

    min-height: 92px;

    padding:
        17px
        clamp(20px,3vw,40px);
}


.rf2-benefit:not(:last-child)::after {

    content: "";

    position: absolute;

    left: 0;
    top: 25%;

    width: 1px;
    height: 50%;

    background:
        linear-gradient(
            transparent,
            rgba(214,170,75,.23),
            transparent
        );
}


.rf2-benefit-icon {

    display: grid;

    place-items: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    border:
        1px solid
        rgba(214,170,75,.25);

    border-radius: 14px;

    color:
        var(--rf-gold-soft);

    background:
        linear-gradient(
            145deg,
            rgba(214,170,75,.14),
            rgba(214,170,75,.025)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.07);
}


.rf2-benefit-icon svg {

    width: 20px;
    height: 20px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.55;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.rf2-benefit strong {

    display: block;

    margin-bottom: 4px;

    color: #fff !important;

    font-size: 13px;

    line-height: 1.5;

    font-weight: 650;
}


.rf2-benefit div > span {

    display: block;

    color:
        var(--rf-muted) !important;

    font-size: 10px;

    line-height: 1.7;
}


/* ==========================================================
   MAIN
   ========================================================== */

.rf2-main {

    position: relative;

    z-index: 2;

    padding:
        clamp(54px,6vw,82px)
        0
        20px;
}


/* ==========================================================
   BRAND ROW
   ========================================================== */

.rf2-brand-row {

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(300px,420px);

    align-items: center;

    gap:
        clamp(35px,6vw,90px);
}


/* brand */

.rf2-brand {

    display: flex;

    align-items: center;

    gap:
        clamp(25px,4vw,52px);
}


.rf2-logo-link {

    display: block;

    flex:
        0 0
        clamp(180px,20vw,270px);

    width:
        clamp(180px,20vw,270px);

    text-decoration: none !important;
}


.rf2-logo {

    display: block;

    width: 100%;

    max-width: 270px;

    height: auto;

    object-fit: contain;

    object-position: center;

    filter:
        drop-shadow(
            0 12px 25px
            rgba(0,0,0,.18)
        );

    transition:
        transform .4s
        cubic-bezier(.22,1,.36,1);
}


.rf2-brand-copy {

    max-width: 450px;
}


.rf2-brand-mini {

    display: block;

    margin-bottom: 8px;

    color:
        var(--rf-gold-soft);

    font-size: 9px;

    line-height: 1;

    font-weight: 750;

    letter-spacing: .16em;
}


.rf2-brand-copy h2 {

    margin: 0;

    color:
        #fff !important;

    font-size:
        clamp(
            29px,
            3vw,
            43px
        );

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.035em;
}


.rf2-brand-copy h2 em {

    color:
        var(--rf-gold-soft);

    font-style: normal;
}


.rf2-brand-copy p {

    max-width: 430px;

    margin:
        14px
        0
        0;

    color:
        var(--rf-muted) !important;

    font-size: 11px;

    line-height: 2;

    font-weight: 430;
}


/* ==========================================================
   PROMISE CARD
   ========================================================== */

.rf2-promise {

    position: relative;

    display: flex;
    align-items: center;

    gap: 16px;

    min-height: 112px;

    padding:
        22px 23px;

    overflow: hidden;

    border:
        1px solid
        rgba(214,170,75,.17);

    border-radius: 23px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.05),
        0 18px 50px
        rgba(0,0,0,.08);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);
}


.rf2-promise::after {

    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    left: -47px;
    bottom: -50px;

    border-radius: 50%;

    background:
        rgba(214,170,75,.06);
}


.rf2-promise-icon {

    display: grid;

    place-items: center;

    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            var(--rf-gold),
            var(--rf-gold-dark)
        );

    color:
        #32030e;

    box-shadow:
        0 10px 28px
        rgba(214,170,75,.13);
}


.rf2-promise-icon svg {

    width: 25px;
    height: 25px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.rf2-promise small {

    display: block;

    margin-bottom: 5px;

    color:
        rgba(255,255,255,.48);

    font-size: 9px;
}


.rf2-promise strong {

    display: block;

    color: #fff;

    font-size:
        clamp(
            15px,
            1.5vw,
            19px
        );

    line-height: 1.55;

    font-weight: 620;
}


.rf2-promise strong span {

    color:
        var(--rf-gold-soft);
}


/* ==========================================================
   DIVIDER
   ========================================================== */

.rf2-gold-divider {

    display: flex;

    align-items: center;

    gap: 10px;

    margin:
        clamp(43px,5vw,65px)
        0;
}


.rf2-gold-divider span {

    height: 1px;

    flex: 1;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(214,170,75,.28)
        );
}


.rf2-gold-divider span:last-child {

    transform:
        scaleX(-1);
}


.rf2-gold-divider i {

    width: 6px;
    height: 6px;

    flex: 0 0 6px;

    border:
        1px solid
        var(--rf-gold);

    transform:
        rotate(45deg);
}


/* ==========================================================
   NAVIGATION
   ========================================================== */

.rf2-navigation {

    display: grid;

    grid-template-columns:
        repeat(3,minmax(150px,.7fr))
        minmax(230px,1fr);

    gap:
        clamp(32px,5vw,72px);
}


/* title */

.rf2-column-title {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;
}


.rf2-column-title > span {

    color:
        var(--rf-gold);

    font-size: 8px;

    font-weight: 750;

    direction: ltr;
}


.rf2-column-title h3 {

    margin: 0;

    color:
        #fff !important;

    font-size: 13px;

    line-height: 1.4;

    font-weight: 650;
}


.rf2-column ul {

    list-style: none;

    margin: 0;

    padding: 0;
}


.rf2-column li {

    margin-bottom: 11px;
}


.rf2-column li:last-child {

    margin-bottom: 0;
}


.rf2-column a {

    color:
        rgba(255,255,255,.59) !important;

    font-size: 10.5px;

    line-height: 1.7;

    font-weight: 440;

    text-decoration: none !important;

    transition:
        color .25s ease,
        transform .25s ease;
}


.rf2-column li a {

    display: inline-flex;

    align-items: center;

    gap: 0;
}


.rf2-column li a::before {

    content: "";

    width: 0;
    height: 1px;

    background:
        var(--rf-gold);

    opacity: 0;

    transition:
        width .25s ease,
        margin .25s ease,
        opacity .25s ease;
}


.rf2-column .rf2-gold-link {

    color:
        var(--rf-gold-soft) !important;
}


/* ==========================================================
   CONNECT
   ========================================================== */

.rf2-connect {

    padding:
        2px
        0;
}


.rf2-connect > p {

    max-width: 230px;

    margin:
        0
        0
        17px;

    color:
        var(--rf-muted);

    font-size: 10.5px;

    line-height: 1.8;
}


.rf2-socials {

    display: flex;

    gap: 8px;

    margin-bottom: 18px;
}


.rf2-socials a {

    display: grid;

    place-items: center;

    width: 41px;
    height: 41px;

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius: 13px;

    background:
        rgba(255,255,255,.035);

    color:
        rgba(255,255,255,.75) !important;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}


.rf2-socials svg {

    width: 17px;
    height: 17px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.55;

    stroke-linecap: round;

    stroke-linejoin: round;
}


.rf2-socials a:nth-child(2) svg {

    fill: currentColor;

    stroke: none;
}


.rf2-contact-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 43px;

    padding:
        0 17px;

    border:
        1px solid
        rgba(214,170,75,.23);

    border-radius: 13px;

    background:
        rgba(214,170,75,.07);

    color:
        var(--rf-gold-soft) !important;

    font-size: 10px !important;

    font-weight: 600 !important;

    text-decoration: none !important;
}


.rf2-contact-btn svg {

    width: 14px;
    height: 14px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;

    transition:
        transform .25s ease;
}


/* ==========================================================
   ARTISTIC WATERMARK
   ========================================================== */

.rf2-watermark {

    display: flex;

    align-items: baseline;

    justify-content: center;

    gap:
        clamp(8px,1vw,15px);

    margin-top:
        clamp(45px,6vw,78px);

    overflow: hidden;

    direction: ltr;

    user-select: none;

    pointer-events: none;
}


.rf2-watermark span,
.rf2-watermark strong {

    line-height: .82;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            65px,
            11.2vw,
            165px
        );

    letter-spacing: -.06em;

    white-space: nowrap;
}


.rf2-watermark span {

    color:
        rgba(255,255,255,.024);

    -webkit-text-stroke:
        1px
        rgba(255,255,255,.055);
}


.rf2-watermark strong {

    color:
        rgba(214,170,75,.035);

    -webkit-text-stroke:
        1px
        rgba(214,170,75,.085);

    font-weight: 500;
}


/* ==========================================================
   BOTTOM
   ========================================================== */

.rf2-bottom {

    position: relative;

    z-index: 4;

    border-top:
        1px solid
        rgba(255,255,255,.07);

    background:
        rgba(5,0,2,.17);
}


.rf2-bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    min-height: 78px;
}


/* copyright */

.rf2-copyright {

    display: flex;

    align-items: center;

    gap: 9px;
}


.rf2-copy-dot {

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background:
        var(--rf-gold);

    box-shadow:
        0 0 0
        5px
        rgba(214,170,75,.07);
}


.rf2-copyright p {

    margin: 0;

    color:
        rgba(255,255,255,.47);

    font-size: 9.5px;

    line-height: 1.6;
}


.rf2-copyright p span {

    margin-right: 4px;

    color:
        rgba(255,255,255,.29);
}


/* ==========================================================
   PARMAGITO SIGNATURE
   ========================================================== */

.rf2-parmagito {

    position: relative;

    display: flex;

    align-items: center;

    gap: 7px;

    min-height: 39px;

    padding:
        0 13px;

    overflow: hidden;

    border:
        1px solid
        rgba(214,170,75,.15);

    border-radius: 12px;

    color: inherit !important;

    background:
        linear-gradient(
            135deg,
            rgba(214,170,75,.06),
            rgba(214,170,75,.015)
        );

    text-decoration: none !important;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}


.rf2-parmagito-label {

    color:
        rgba(255,255,255,.45);

    font-size: 8.5px;
}


.rf2-parmagito-brand {

    color:
        var(--rf-gold-soft);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .065em;
}


.rf2-parmagito-service {

    padding-right: 7px;

    border-right:
        1px solid
        rgba(255,255,255,.10);

    color:
        rgba(255,255,255,.35);

    font-size: 7px;

    font-weight: 600;

    letter-spacing: .07em;
}


.rf2-parmagito i {

    position: absolute;

    top: -40%;
    left: -45%;

    width: 22%;
    height: 180%;

    transform:
        rotate(16deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.11),
            transparent
        );

    pointer-events: none;
}


/* ==========================================================
   DESKTOP HOVERS
   ========================================================== */

@media (hover:hover) and (pointer:fine) {

    .rf2-logo-link:hover .rf2-logo {

        transform:
            scale(1.035);
    }


    .rf2-column li a:hover {

        color:
            var(--rf-gold-soft) !important;

        transform:
            translateX(-3px);
    }


    .rf2-column li a:hover::before {

        width: 11px;

        margin-left: 7px;

        opacity: 1;
    }


    .rf2-socials a:hover {

        transform:
            translateY(-4px);

        border-color:
            rgba(214,170,75,.35);

        background:
            rgba(214,170,75,.10);

        color:
            var(--rf-gold-soft) !important;
    }


    .rf2-contact-btn:hover svg {

        transform:
            translateX(-3px);
    }


    .rf2-parmagito:hover {

        transform:
            translateY(-2px);

        border-color:
            rgba(214,170,75,.32);

        background:
            rgba(214,170,75,.075);
    }


    .rf2-parmagito:hover i {

        animation:
            rfCreditSweep
            .8s
            cubic-bezier(.22,1,.36,1);
    }

}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .rf2-container {

        width:
            calc(100% - 38px);
    }


    .rf2-brand-row {

        grid-template-columns:
            minmax(0,1fr)
            minmax(260px,330px);

        gap: 34px;
    }


    .rf2-brand {

        gap: 28px;
    }


    .rf2-logo-link {

        width: 180px;

        flex-basis: 180px;
    }


    .rf2-navigation {

        grid-template-columns:
            repeat(4,minmax(0,1fr));

        gap: 28px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .rf2-container {

        width:
            calc(100% - 32px);
    }


    /* BENEFITS HORIZONTAL CARDS */

    .rf2-benefits {

        padding:
            10px
            0;
    }


    .rf2-benefits-grid {

        display: flex;

        gap: 9px;

        overflow-x: auto;

        padding:
            4px
            16px;

        margin-inline:
            -16px;

        scroll-snap-type:
            x mandatory;

        scrollbar-width: none;

        -webkit-overflow-scrolling:
            touch;
    }


    .rf2-benefits-grid::-webkit-scrollbar {

        display: none;
    }


    .rf2-benefit {

        flex:
            0 0
            min(83vw,315px);

        min-height: 79px;

        padding:
            14px;

        border:
            1px solid
            rgba(255,255,255,.075);

        border-radius: 17px;

        background:
            rgba(255,255,255,.025);

        scroll-snap-align: start;
    }


    .rf2-benefit:not(:last-child)::after {

        display: none;
    }


    .rf2-benefit-icon {

        width: 40px;
        height: 40px;

        flex-basis: 40px;

        border-radius: 12px;
    }


    /* MAIN */

    .rf2-main {

        padding:
            45px
            0
            14px;
    }


    /* BRAND */

    .rf2-brand-row {

        display: block;
    }


    .rf2-brand {

        display: block;

        text-align: center;
    }


    .rf2-logo-link {

        display: block;

        width:
            min(245px,72vw);

        margin:
            0
            auto
            25px;
    }


    .rf2-logo {

        width: 100%;

        max-width: none;

        margin-inline: auto;
    }


    .rf2-brand-copy {

        max-width: 430px;

        margin-inline: auto;
    }


    .rf2-brand-mini {

        margin-bottom: 9px;
    }


    .rf2-brand-copy h2 {

        font-size:
            clamp(
                29px,
                8.5vw,
                38px
            );
    }


    .rf2-brand-copy p {

        max-width: 355px;

        margin:
            14px
            auto
            0;

        font-size: 10.5px;

        line-height: 1.9;
    }


    /* PROMISE */

    .rf2-promise {

        max-width: 420px;

        min-height: 95px;

        margin:
            30px
            auto
            0;

        padding:
            18px;

        border-radius: 19px;

        text-align: right;
    }


    .rf2-promise-icon {

        width: 47px;
        height: 47px;

        flex-basis: 47px;

        border-radius: 15px;
    }


    .rf2-promise strong {

        font-size: 15px;
    }


    /* divider */

    .rf2-gold-divider {

        margin:
            38px
            0
            33px;
    }


    /* navigation */

    .rf2-navigation {

        grid-template-columns:
            repeat(2,minmax(0,1fr));

        gap:
            36px
            23px;
    }


    .rf2-connect {

        grid-column:
            1 / -1;

        padding:
            22px;

        border:
            1px solid
            rgba(214,170,75,.12);

        border-radius: 19px;

        background:
            rgba(255,255,255,.025);
    }


    /* WATERMARK */

    .rf2-watermark {

        margin-top: 45px;
    }


    .rf2-watermark span,
    .rf2-watermark strong {

        font-size:
            clamp(
                50px,
                17.5vw,
                82px
            );
    }


    /* BOTTOM */

    .rf2-bottom-inner {

        flex-direction: column;

        justify-content: center;

        gap: 13px;

        min-height: 125px;

        padding:
            22px
            0;
    }


    .rf2-copyright {

        justify-content: center;
    }


    .rf2-copyright p {

        text-align: center;
    }


    .rf2-parmagito {

        min-height: 42px;

        max-width: 100%;

        padding-inline: 12px;
    }

}


/* ==========================================================
   SMALL PHONES
   ========================================================== */

@media (max-width: 390px) {

    .rf2-container {

        width:
            calc(100% - 28px);
    }


    .rf2-navigation {

        grid-template-columns: 1fr;

        gap: 0;
    }


    .rf2-column {

        padding:
            21px
            0;

        border-bottom:
            1px solid
            rgba(255,255,255,.065);
    }


    .rf2-connect {

        grid-column: auto;

        margin-top: 21px;

        border-bottom: 0;
    }


    .rf2-column-title {

        margin-bottom: 15px;
    }


    .rf2-column ul {

        display: grid;

        grid-template-columns:
            1fr 1fr;

        gap:
            1px 15px;
    }


    .rf2-logo-link {

        width:
            min(
                230px,
                77vw
            );
    }


    .rf2-parmagito {

        flex-wrap: wrap;

        justify-content: center;

        gap: 4px 7px;

        padding:
            8px
            12px;
    }


    .rf2-parmagito-service {

        padding-right: 0;

        border-right: 0;
    }

}


/* ==========================================================
   KEYBOARD ACCESSIBILITY
   ========================================================== */

.rony-footer-v2 a:focus-visible {

    outline:
        2px solid
        var(--rf-gold-soft);

    outline-offset: 4px;
}


/* ==========================================================
   ANIMATIONS
   ========================================================== */

@keyframes rfOrbitOne {

    from {

        transform:
            translate3d(0,0,0);
    }

    to {

        transform:
            translate3d(-55px,35px,0);
    }

}


@keyframes rfOrbitTwo {

    from {

        transform:
            translate3d(0,0,0);
    }

    to {

        transform:
            translate3d(55px,-35px,0);
    }

}


@keyframes rfCreditSweep {

    from {

        left: -45%;
    }

    to {

        left: 125%;
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .rony-footer-v2 *,
    .rony-footer-v2 *::before,
    .rony-footer-v2 *::after {

        animation-duration:
            .01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            .01ms !important;
    }

}

/* ==========================================================
   RONY STORE FOOTER V2.1 — VISUAL BALANCE FIX
   ضع هذا الكود في نهاية CSS الحالي
   ========================================================== */


/* ----------------------------------------------------------
   01 — FOOTER GENERAL SCALE
   ---------------------------------------------------------- */

.rony-footer-v2 {
    background:
        radial-gradient(
            circle at 88% 16%,
            rgba(214,170,75,.055),
            transparent 25%
        ),
        linear-gradient(
            145deg,
            #280209 0%,
            #35030e 48%,
            #210107 100%
        );
}


.rf2-container {
    width: min(1180px, calc(100% - 48px));
}


/* ----------------------------------------------------------
   02 — TOP BENEFITS
   أقصر وأنظف
   ---------------------------------------------------------- */

.rf2-benefits {
    background: rgba(255,255,255,.018);
}


.rf2-benefit {
    min-height: 72px;

    padding:
        12px
        clamp(18px,2vw,28px);

    gap: 12px;
}


.rf2-benefit-icon {
    width: 38px;
    height: 38px;

    flex-basis: 38px;

    border-radius: 11px;
}


.rf2-benefit-icon svg {
    width: 17px;
    height: 17px;
}


.rf2-benefit strong {
    font-size: 11.5px;
}


.rf2-benefit div > span {
    font-size: 8.8px;

    line-height: 1.5;
}


/* ----------------------------------------------------------
   03 — MAIN FOOTER
   ---------------------------------------------------------- */

.rf2-main {
    padding:
        46px
        0
        10px;
}


/* ----------------------------------------------------------
   04 — BRAND AREA
   ---------------------------------------------------------- */

.rf2-brand-row {
    grid-template-columns:
        minmax(0, 1.7fr)
        minmax(260px, .72fr);

    gap: 55px;

    align-items: center;
}


.rf2-brand {
    display: grid;

    grid-template-columns:
        205px
        minmax(0,1fr);

    align-items: center;

    gap: 32px;
}


.rf2-logo-link {
    width: 205px;

    flex-basis: auto;
}


.rf2-logo {
    width: 100%;

    max-width: 205px;
}


.rf2-brand-copy {
    max-width: 440px;
}


.rf2-brand-mini {
    margin-bottom: 7px;

    font-size: 8px;
}


.rf2-brand-copy h2 {
    font-size:
        clamp(
            27px,
            2.4vw,
            37px
        );

    line-height: 1.28;
}


.rf2-brand-copy p {
    margin-top: 11px;

    max-width: 410px;

    font-size: 10px;

    line-height: 1.85;
}


/* ----------------------------------------------------------
   05 — PRIVACY PROMISE CARD
   ---------------------------------------------------------- */

.rf2-promise {
    min-height: 92px;

    padding: 16px 18px;

    gap: 13px;

    border-radius: 18px;
}


.rf2-promise-icon {
    width: 46px;
    height: 46px;

    flex-basis: 46px;

    border-radius: 14px;
}


.rf2-promise-icon svg {
    width: 21px;
    height: 21px;
}


.rf2-promise small {
    font-size: 8px;
}


.rf2-promise strong {
    font-size: 14px;

    line-height: 1.45;
}


/* ----------------------------------------------------------
   06 — DIVIDER
   ---------------------------------------------------------- */

.rf2-gold-divider {
    margin:
        38px
        0
        35px;
}


/* ----------------------------------------------------------
   07 — NAVIGATION
   ---------------------------------------------------------- */

.rf2-navigation {
    grid-template-columns:
        repeat(4,minmax(0,1fr));

    gap:
        clamp(
            30px,
            4vw,
            58px
        );

    align-items: start;
}


.rf2-column-title {
    margin-bottom: 16px;
}


.rf2-column-title > span {
    font-size: 7px;
}


.rf2-column-title h3 {
    font-size: 11.5px;
}


.rf2-column li {
    margin-bottom: 8px;
}


.rf2-column a {
    font-size: 9.5px;

    line-height: 1.6;
}


/* ----------------------------------------------------------
   08 — CONNECT COLUMN
   ---------------------------------------------------------- */

.rf2-connect > p {
    margin-bottom: 14px;

    font-size: 9.5px;
}


.rf2-socials {
    margin-bottom: 14px;
}


.rf2-socials a {
    width: 36px;
    height: 36px;

    border-radius: 11px;
}


.rf2-socials svg {
    width: 15px;
    height: 15px;
}


.rf2-contact-btn {
    min-height: 38px;

    padding-inline: 14px;

    border-radius: 11px;

    font-size: 9px !important;
}


/* ----------------------------------------------------------
   09 — REMOVE MASSIVE WATERMARK FEEL
   نخليه Signature خفيف جدا
   ---------------------------------------------------------- */

.rf2-watermark {
    margin-top: 36px;

    height: 74px;

    align-items: center;

    opacity: .38;
}


.rf2-watermark span,
.rf2-watermark strong {
    font-size:
        clamp(
            52px,
            7vw,
            90px
        );

    line-height: 1;

    letter-spacing: -.045em;
}


.rf2-watermark span {
    color: rgba(255,255,255,.012);

    -webkit-text-stroke:
        1px
        rgba(255,255,255,.035);
}


.rf2-watermark strong {
    color: rgba(214,170,75,.018);

    -webkit-text-stroke:
        1px
        rgba(214,170,75,.055);
}


/* ----------------------------------------------------------
   10 — BOTTOM BAR
   ---------------------------------------------------------- */

.rf2-bottom-inner {
    min-height: 62px;
}


.rf2-copyright p {
    font-size: 8.5px;
}


.rf2-parmagito {
    min-height: 34px;

    padding:
        0 11px;

    border-radius: 10px;
}


.rf2-parmagito-label {
    font-size: 7.5px;
}


.rf2-parmagito-brand {
    font-size: 8px;
}


.rf2-parmagito-service {
    font-size: 6.5px;
}


/* ----------------------------------------------------------
   11 — REMOVE EXCESS DECORATION
   ---------------------------------------------------------- */

.rf2-orbit-1 {
    opacity: .32;

    width: 500px;
    height: 500px;
}


.rf2-orbit-2 {
    opacity: .18;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .rf2-container {
        width: calc(100% - 36px);
    }


    .rf2-brand-row {
        grid-template-columns:
            minmax(0,1fr)
            280px;

        gap: 30px;
    }


    .rf2-brand {
        grid-template-columns:
            170px
            minmax(0,1fr);

        gap: 22px;
    }


    .rf2-logo-link,
    .rf2-logo {
        width: 170px;

        max-width: 170px;
    }


    .rf2-navigation {
        gap: 24px;
    }

}


/* ==========================================================
   MOBILE — COMPLETELY DIFFERENT COMPOSITION
   ========================================================== */

@media (max-width: 767px) {

    .rf2-container {
        width: calc(100% - 30px);
    }


    /* ---------------------
       benefits
       --------------------- */

    .rf2-benefits {
        padding: 9px 0;
    }


    .rf2-benefit {
        flex:
            0 0
            min(82vw,300px);

        min-height: 72px;
    }


    /* ---------------------
       footer main
       --------------------- */

    .rf2-main {
        padding:
            38px
            0
            8px;
    }


    /* ---------------------
       brand
       --------------------- */

    .rf2-brand-row {
        display: block;
    }


    .rf2-brand {
        display: flex;

        flex-direction: column;

        gap: 18px;

        text-align: center;
    }


    .rf2-logo-link {
        width:
            min(
                215px,
                67vw
            );

        margin-inline: auto;
    }


    .rf2-logo {
        width: 100%;

        max-width: none;
    }


    .rf2-brand-copy {
        margin-inline: auto;
    }


    .rf2-brand-copy h2 {
        font-size:
            clamp(
                27px,
                8vw,
                34px
            );
    }


    .rf2-brand-copy p {
        max-width: 330px;

        margin:
            10px
            auto
            0;

        font-size: 9.5px;
    }


    /* ---------------------
       promise
       --------------------- */

    .rf2-promise {
        max-width: 350px;

        min-height: 83px;

        margin:
            24px
            auto
            0;

        padding:
            14px 16px;

        text-align: right;
    }


    /* ---------------------
       separator
       --------------------- */

    .rf2-gold-divider {
        margin:
            30px
            0
            25px;
    }


    /* ---------------------
       nav
       --------------------- */

    .rf2-navigation {
        grid-template-columns:
            1fr 1fr;

        gap:
            30px
            25px;
    }


    .rf2-connect {
        grid-column:
            1 / -1;

        padding: 18px;

        border-radius: 17px;
    }


    /* ---------------------
       watermark
       --------------------- */

    .rf2-watermark {
        height: 53px;

        margin-top: 28px;
    }


    .rf2-watermark span,
    .rf2-watermark strong {
        font-size:
            clamp(
                39px,
                13vw,
                56px
            );
    }


    /* ---------------------
       bottom
       --------------------- */

    .rf2-bottom-inner {
        min-height: 105px;

        padding:
            17px
            0;

        gap: 10px;
    }

}


/* ==========================================================
   EXTRA SMALL
   ========================================================== */

@media (max-width: 420px) {

    .rf2-navigation {
        grid-template-columns:
            1fr 1fr;

        gap:
            26px
            16px;
    }


    .rf2-column {
        padding: 0;

        border: 0;
    }


    .rf2-column ul {
        display: block;
    }


    .rf2-connect {
        grid-column:
            1 / -1;

        margin-top: 4px;
    }


    .rf2-column-title h3 {
        font-size: 11px;
    }


    .rf2-column a {
        font-size: 9px;
    }


    .rf2-parmagito {
        width: auto;

        min-height: 36px;
    }

}/* End custom CSS */