.elementor-4439 .elementor-element.elementor-element-68d0e93{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:769px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--content-width:unset;}}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--margin-top:-40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:768px){.elementor-4439 .elementor-element.elementor-element-68d0e93{--margin-top:-40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* ==========================================================
   RONY STORE — BRANCHES + CONTACT V2
   Refined Luxury / RTL / WoodMart / Elementor / Mobile First
   REPLACE OLD RCX CSS COMPLETELY
   ========================================================== */


/* ==========================================================
   01 — ROOT
   ========================================================== */

.rony-contact-v1 {

    --rcx-burgundy: #5B071E;
    --rcx-burgundy-deep: #330611;
    --rcx-burgundy-soft: #7A1733;

    --rcx-gold: #D6AA4B;
    --rcx-gold-dark: #A97A22;
    --rcx-gold-light: #F1D88A;

    --rcx-bg: #FBF7F6;
    --rcx-bg-soft: #F7F0EE;
    --rcx-white: #FFFFFF;

    --rcx-text: #26151A;
    --rcx-muted: #77676C;
    --rcx-border: #E8DCDA;

    width: 100%;
    overflow: hidden;

    background: var(--rcx-bg);

    color: var(--rcx-text);

    font-family:
        "Alexandria",
        "Cairo",
        Tahoma,
        Arial,
        sans-serif;
}


.rony-contact-v1 *,
.rony-contact-v1 *::before,
.rony-contact-v1 *::after {
    box-sizing: border-box;
}


.rcx-container {

    width:
        min(
            1200px,
            calc(100% - 48px)
        );

    margin-inline: auto;
}


/* ==========================================================
   02 — HERO
   ========================================================== */

.rcx-hero {

    position: relative;

    padding:
        clamp(50px, 5.5vw, 72px)
        0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(214,170,75,.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #FCF8F6,
            #F5EAE7
        );

    isolation: isolate;
}


.rcx-hero::before {

    content: "RONY";

    position: absolute;

    left: -30px;
    bottom: -38px;

    z-index: -1;

    color:
        rgba(91,7,30,.025);

    font-family:
        Georgia,
        serif;

    font-size:
        clamp(115px, 16vw, 220px);

    font-weight: 700;

    line-height: .8;

    pointer-events: none;
}


.rcx-hero-orbit {

    position: absolute;

    top: -230px;
    left: -160px;

    width: 390px;
    height: 390px;

    border:
        1px solid
        rgba(214,170,75,.15);

    border-radius: 50%;

    box-shadow:
        0 0 0 55px rgba(214,170,75,.025),
        0 0 0 110px rgba(214,170,75,.014);

    pointer-events: none;

    animation:
        rcxAmbient
        11s
        ease-in-out
        infinite alternate;
}


.rcx-hero-grid {

    display: grid;

    grid-template-columns:
        minmax(0,1.08fr)
        minmax(360px,.72fr);

    align-items: center;

    gap:
        clamp(45px,7vw,90px);
}


/* Breadcrumb */

.rcx-breadcrumb {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 21px;

    color: var(--rcx-muted);

    font-size: 11px;
}


.rcx-breadcrumb a {

    color:
        var(--rcx-muted) !important;

    text-decoration: none !important;
}


.rcx-breadcrumb strong {

    color:
        var(--rcx-burgundy);

    font-weight: 600;
}


/* Kicker */

.rcx-kicker,
.rcx-section-kicker {

    display: block;

    color:
        var(--rcx-burgundy);

    font-size: 11px;

    line-height: 1.5;

    font-weight: 700;

    letter-spacing: .04em;
}


/* Hero heading */

.rcx-hero-copy h1 {

    max-width: 670px;

    margin:
        10px
        0
        0;

    color:
        var(--rcx-burgundy-deep) !important;

    font-size:
        clamp(40px,4.7vw,62px);

    line-height: 1.17;

    font-weight: 740;

    letter-spacing: -.045em;
}


.rcx-hero-copy h1 em {

    display: block;

    color:
        var(--rcx-burgundy);

    font-style: normal;
}


.rcx-hero-copy > p {

    max-width: 550px;

    margin:
        20px
        0
        0;

    color:
        var(--rcx-muted);

    font-size:
        14px;

    line-height: 1.95;
}


/* ==========================================================
   HERO ACTIONS
   ========================================================== */

.rcx-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 27px;
}


.rcx-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 47px;

    padding:
        0 19px;

    border-radius: 13px;

    font-size: 11px;

    font-weight: 650;

    text-decoration: none !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        border-color .3s ease;
}


.rcx-btn svg {

    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rcx-btn-primary {

    border:
        1px solid
        var(--rcx-burgundy);

    background:
        linear-gradient(
            135deg,
            var(--rcx-burgundy-soft),
            var(--rcx-burgundy-deep)
        );

    color:
        #fff !important;

    box-shadow:
        0 11px 28px
        rgba(91,7,30,.16);
}


.rcx-btn-soft {

    border:
        1px solid
        rgba(91,7,30,.12);

    background:
        rgba(255,255,255,.62);

    color:
        var(--rcx-burgundy) !important;
}


/* ==========================================================
   03 — HERO BRAND CARD
   ========================================================== */

.rcx-hero-card {

    position: relative;

    overflow: hidden;

    padding:
        34px;

    border:
        1px solid
        rgba(214,170,75,.20);

    border-radius: 27px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(214,170,75,.13),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #2B020B,
            #59071E
        );

    color: #fff;

    box-shadow:
        0 22px 55px
        rgba(51,6,17,.15);
}


.rcx-hero-card::after {

    content: "";

    position: absolute;

    left: -145px;
    bottom: -155px;

    width: 230px;
    height: 230px;

    border:
        1px solid
        rgba(214,170,75,.11);

    border-radius: 50%;

    box-shadow:
        0 0 0 45px
        rgba(214,170,75,.025);

    pointer-events: none;
}


.rcx-hero-card-line {

    display: block;

    width: 35px;
    height: 1px;

    margin-bottom: 18px;

    background:
        var(--rcx-gold);
}


.rcx-hero-card-mini {

    display: block;

    margin-bottom: 7px;

    color:
        var(--rcx-gold-light);

    font-size: 9px;

    font-weight: 750;

    letter-spacing: .14em;
}


.rcx-hero-card > strong {

    display: block;

    color: #fff;

    font-size:
        clamp(27px,3vw,38px);

    line-height: 1.28;

    font-weight: 660;
}


.rcx-hero-card > strong em {

    display: block;

    color:
        var(--rcx-gold-light);

    font-style: normal;
}


.rcx-city-row {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 22px;

    color:
        rgba(255,255,255,.68);

    font-size: 11px;
}


.rcx-city-row i {

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background:
        var(--rcx-gold);
}


.rcx-privacy-mini {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 24px;

    padding-top: 17px;

    border-top:
        1px solid
        rgba(255,255,255,.10);

    color:
        rgba(255,255,255,.62);

    font-size: 10px;
}


.rcx-privacy-mini svg {

    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    fill: none;

    stroke:
        var(--rcx-gold-light);

    stroke-width: 1.6;
}


/* ==========================================================
   04 — BRANCHES SECTION
   ========================================================== */

.rcx-branches {

    padding:
        clamp(65px,7vw,94px)
        0;

    background:
        var(--rcx-white);
}


.rcx-section-head {

    max-width: 650px;

    margin:
        0 auto 38px;

    text-align: center;
}


.rcx-section-head h2 {

    margin:
        8px
        0
        0;

    color:
        var(--rcx-burgundy-deep) !important;

    font-size:
        clamp(32px,3.6vw,47px);

    line-height: 1.2;

    font-weight: 720;
}


.rcx-section-head h2 em {

    color:
        var(--rcx-burgundy);

    font-style: normal;
}


.rcx-section-head p {

    max-width: 490px;

    margin:
        13px
        auto
        0;

    color:
        var(--rcx-muted);

    font-size: 12px;

    line-height: 1.85;
}


/* ==========================================================
   BRANCH GRID
   ========================================================== */

.rcx-branches-grid {

    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap: 16px;

    align-items: stretch;
}


/* ==========================================================
   BRANCH CARD — REDESIGNED
   ========================================================== */

.rcx-branch-card {

    position: relative;

    appearance: none;

    display: flex;

    flex-direction: column;

    width: 100%;
    min-width: 0;

    min-height: 330px;

    padding:
        24px;

    overflow: hidden;

    border:
        1px solid
        rgba(91,7,30,.08);

    border-radius:
        24px;

    background:
        linear-gradient(
            145deg,
            #FFFFFF,
            #FCF8F6
        );

    color:
        var(--rcx-text);

    font-family: inherit;

    text-align: right;

    cursor: pointer;

    box-shadow:
        0 12px 35px
        rgba(51,6,17,.045);

    transition:
        transform .4s cubic-bezier(.22,1,.36,1),
        box-shadow .35s ease,
        border-color .35s ease,
        background .35s ease;
}


.rcx-branch-card::before {

    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 100%;
    height: 3px;

    opacity: 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--rcx-gold),
            transparent
        );

    transition:
        opacity .3s ease;
}


.rcx-branch-card::after {

    content: "";

    position: absolute;

    left: -100px;
    bottom: -105px;

    width: 165px;
    height: 165px;

    border-radius: 50%;

    background:
        rgba(214,170,75,.07);

    pointer-events: none;
}


/* Number */

.rcx-branch-number {

    position: absolute;

    top: 21px;
    left: 22px;

    color:
        rgba(91,7,30,.22);

    font-size: 9px;

    font-weight: 600;

    direction: ltr;
}


/* Icon */

.rcx-branch-icon {

    display: grid;

    place-items: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    margin-bottom: 24px;

    border:
        1px solid
        rgba(214,170,75,.25);

    border-radius: 15px;

    background:
        rgba(214,170,75,.09);

    color:
        var(--rcx-burgundy);

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease;
}


.rcx-branch-icon svg {

    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Label */

.rcx-branch-label {

    display: block;

    margin-bottom: 3px;

    color:
        var(--rcx-muted);

    font-size: 10px;
}


/* City */

.rcx-branch-card > strong {

    display: block;

    color:
        var(--rcx-burgundy-deep);

    font-size: 23px;

    line-height: 1.35;

    font-weight: 690;
}


/* ==========================================================
   ADDRESS
   ========================================================== */

.rcx-branch-address {

    display: flex;

    align-items: flex-start;

    gap: 8px;

    width: 100%;

    margin-top: 16px;

    padding-top: 15px;

    border-top:
        1px solid
        rgba(91,7,30,.07);

    color:
        var(--rcx-muted);

    font-size: 11px;

    line-height: 1.8;

    text-align: right;
}


.rcx-branch-address svg {

    width: 16px;
    height: 16px;

    flex:
        0 0 16px;

    margin-top: 2px;

    fill: none;

    stroke:
        var(--rcx-gold-dark);

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rcx-branch-address > span {

    min-width: 0;
}


/* Action */

.rcx-branch-action {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 8px;

    width: 100%;

    min-height: 42px;

    margin-top: auto;

    padding:
        13px 0 0;

    color:
        var(--rcx-burgundy);

    font-size: 10px;

    font-weight: 650;
}


.rcx-branch-action::before {

    content: "";

    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    background:
        rgba(91,7,30,.05);
}


.rcx-branch-action svg {

    width: 14px;
    height: 14px;

    fill: none;

    stroke:
        var(--rcx-gold-dark);

    stroke-width: 1.8;

    transition:
        transform .3s ease;
}


/* ==========================================================
   SELECTED BRANCH
   ========================================================== */

.rcx-branch-card.is-selected {

    border-color:
        rgba(214,170,75,.48);

    background:
        linear-gradient(
            145deg,
            #FFF,
            #FBF4F0
        );

    box-shadow:
        0 17px 50px
        rgba(51,6,17,.10);
}


.rcx-branch-card.is-selected::before {
    opacity: 1;
}


.rcx-branch-card.is-selected .rcx-branch-icon {

    background:
        linear-gradient(
            145deg,
            var(--rcx-burgundy-soft),
            var(--rcx-burgundy-deep)
        );

    color:
        var(--rcx-gold-light);
}


.rcx-branch-card.is-selected .rcx-branch-address {

    color:
        var(--rcx-text);
}


/* ==========================================================
   BRANCH NOTE
   ========================================================== */

.rcx-branch-note {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: 29px;

    color:
        var(--rcx-muted);

    font-size: 10px;

    text-align: center;
}


.rcx-branch-note p {
    margin: 0;
}


.rcx-branch-note > span {

    width: 35px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(214,170,75,.58)
        );
}


.rcx-branch-note > span:last-child {
    transform: scaleX(-1);
}


/* ==========================================================
   05 — CONTACT SECTION
   ========================================================== */

.rcx-contact {

    padding:
        clamp(68px,8vw,105px)
        0;

    background:
        radial-gradient(
            circle at 90% 0,
            rgba(214,170,75,.08),
            transparent 27%
        ),
        var(--rcx-bg-soft);
}


.rcx-contact-shell {

    display: grid;

    grid-template-columns:
        minmax(300px,.72fr)
        minmax(0,1.28fr);

    align-items: center;

    gap:
        clamp(48px,7vw,90px);
}


/* ==========================================================
   CONTACT COPY
   ========================================================== */

.rcx-contact-side {

    max-width: 430px;
}


.rcx-contact-side h2 {

    margin:
        9px
        0
        0;

    color:
        var(--rcx-burgundy-deep) !important;

    font-size:
        clamp(31px,3.8vw,47px);

    line-height: 1.22;

    font-weight: 720;
}


.rcx-contact-side h2 em {

    display: block;

    color:
        var(--rcx-burgundy);

    font-style: normal;
}


.rcx-contact-side > p {

    margin:
        16px
        0
        0;

    color:
        var(--rcx-muted);

    font-size: 12px;

    line-height: 1.9;
}


/* ==========================================================
   CONTACT CHANNELS
   ========================================================== */

.rcx-channels {

    display: grid;

    gap: 9px;

    margin-top: 25px;
}


.rcx-channel {

    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 67px;

    padding:
        12px 14px;

    border:
        1px solid
        rgba(91,7,30,.08);

    border-radius: 17px;

    background:
        rgba(255,255,255,.72);

    color:
        var(--rcx-text) !important;

    text-decoration: none !important;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}


.rcx-channel-icon {

    display: grid;

    place-items: center;

    width: 41px;
    height: 41px;

    flex:
        0 0 41px;

    border-radius: 13px;

    background:
        rgba(214,170,75,.10);

    color:
        var(--rcx-burgundy);
}


.rcx-channel-icon svg {

    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rcx-channel small {

    display: block;

    color:
        var(--rcx-muted);

    font-size: 9px;
}


.rcx-channel strong {

    display: block;

    margin-top: 2px;

    color:
        var(--rcx-burgundy-deep);

    font-size: 11px;

    font-weight: 650;
}


.rcx-side-promise {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 21px;

    color:
        var(--rcx-muted);

    font-size: 10px;
}


.rcx-side-promise svg {

    width: 17px;
    height: 17px;

    flex:
        0 0 17px;

    fill: none;

    stroke:
        var(--rcx-gold-dark);

    stroke-width: 1.6;
}


/* ==========================================================
   06 — FORM CARD
   ========================================================== */

.rcx-form-card {

    padding:
        clamp(25px,3.5vw,38px);

    border:
        1px solid
        rgba(91,7,30,.08);

    border-radius:
        28px;

    background:
        rgba(255,255,255,.94);

    box-shadow:
        0 19px 55px
        rgba(51,6,17,.065);
}


.rcx-form-head {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 25px;

    padding-bottom: 19px;

    border-bottom:
        1px solid
        rgba(91,7,30,.07);
}


.rcx-form-head > div > span {

    display: block;

    color:
        var(--rcx-burgundy);

    font-size: 9px;

    font-weight: 700;
}


.rcx-form-head h3 {

    margin:
        5px
        0
        0;

    color:
        var(--rcx-burgundy-deep) !important;

    font-size:
        clamp(21px,2vw,28px);

    line-height: 1.35;

    font-weight: 680;
}


/* status */

.rcx-form-status {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    min-height: 32px;

    padding:
        0 10px;

    border:
        1px solid
        rgba(50,115,90,.13);

    border-radius: 999px;

    background:
        rgba(50,115,90,.055);

    color:
        #32735A;

    font-size: 8px;

    white-space: nowrap;
}


.rcx-form-status i {

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background:
        #32735A;

    animation:
        rcxPulse
        2s
        ease-in-out
        infinite;
}


/* ==========================================================
   FORM
   ========================================================== */

.rcx-form {

    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 15px;
}


.rcx-field {
    min-width: 0;
}


.rcx-field-full {
    grid-column: 1 / -1;
}


.rcx-field label {

    display: block;

    margin-bottom: 7px;

    color:
        var(--rcx-burgundy-deep);

    font-size: 10px;

    line-height: 1.5;

    font-weight: 620;
}


.rcx-field input,
.rcx-field select,
.rcx-field textarea {

    appearance: none;

    width: 100%;

    margin: 0;

    border:
        1px solid
        rgba(91,7,30,.11) !important;

    border-radius:
        13px !important;

    outline: 0;

    background:
        #FBF8F7 !important;

    color:
        var(--rcx-text) !important;

    font-family:
        inherit !important;

    font-size:
        12px !important;

    box-shadow:
        none !important;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


.rcx-field input,
.rcx-field select {

    height: 47px;

    padding:
        0 13px !important;
}


.rcx-field textarea {

    min-height: 120px;

    padding:
        13px !important;

    resize: vertical;
}


.rcx-field input::placeholder,
.rcx-field textarea::placeholder {

    color:
        rgba(119,103,108,.63);
}


.rcx-field input:focus,
.rcx-field select:focus,
.rcx-field textarea:focus {

    border-color:
        rgba(214,170,75,.68) !important;

    background:
        #fff !important;

    box-shadow:
        0 0 0 3px
        rgba(214,170,75,.08) !important;
}


/* ==========================================================
   SUBMIT
   ========================================================== */

.rcx-submit {

    grid-column:
        1 / -1;

    appearance: none;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    width: 100%;

    min-height: 50px;

    padding:
        0 19px;

    border:
        1px solid
        var(--rcx-burgundy) !important;

    border-radius:
        14px !important;

    background:
        linear-gradient(
            135deg,
            var(--rcx-burgundy-soft),
            var(--rcx-burgundy-deep)
        ) !important;

    color:
        #fff !important;

    font-family:
        inherit !important;

    font-size:
        11px !important;

    font-weight:
        650 !important;

    cursor: pointer;

    box-shadow:
        0 11px 29px
        rgba(91,7,30,.16);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.rcx-submit svg {

    width: 15px;
    height: 15px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.rcx-form-note {

    grid-column:
        1 / -1;

    margin:
        -1px
        0
        0;

    color:
        var(--rcx-muted);

    font-size: 9px;

    line-height: 1.6;

    text-align: center;
}


/* ==========================================================
   07 — FINAL CTA
   ========================================================== */

.rcx-final {

    padding:
        clamp(48px,5vw,68px)
        0;

    background:
        var(--rcx-bg);
}


.rcx-final-card {

    display: grid;

    grid-template-columns:
        auto
        minmax(0,1fr)
        auto;

    align-items: center;

    gap: 18px;

    padding:
        24px 27px;

    overflow: hidden;

    border-radius:
        22px;

    background:
        linear-gradient(
            135deg,
            var(--rcx-burgundy-deep),
            var(--rcx-burgundy)
        );

    color: #fff;

    box-shadow:
        0 17px 46px
        rgba(51,6,17,.14);
}


.rcx-final-icon {

    display: grid;

    place-items: center;

    width: 51px;
    height: 51px;

    flex:
        0 0 51px;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            var(--rcx-gold),
            var(--rcx-gold-dark)
        );

    color:
        var(--rcx-burgundy-deep);
}


.rcx-final-icon svg {

    width: 23px;
    height: 23px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.5;
}


.rcx-final-card small {

    display: block;

    color:
        var(--rcx-gold-light);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .10em;
}


.rcx-final-card h2 {

    margin:
        5px
        0
        0;

    color:
        #fff !important;

    font-size:
        clamp(19px,2vw,27px);

    line-height: 1.4;

    font-weight: 630;
}


.rcx-final-card h2 em {

    color:
        var(--rcx-gold-light);

    font-style: normal;
}


.rcx-final-card > a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    min-height: 44px;

    padding:
        0 17px;

    border:
        1px solid
        rgba(241,216,138,.25);

    border-radius: 13px;

    background:
        rgba(255,255,255,.07);

    color:
        #fff !important;

    font-size: 10px;

    font-weight: 600;

    text-decoration: none !important;

    white-space: nowrap;
}


.rcx-final-card > a svg {

    width: 14px;
    height: 14px;

    fill: none;

    stroke:
        var(--rcx-gold-light);

    stroke-width: 1.7;
}


/* ==========================================================
   08 — DESKTOP HOVER
   ========================================================== */

@media (hover:hover) and (pointer:fine) {

    .rcx-branch-card:hover {

        transform:
            translateY(-5px);

        border-color:
            rgba(214,170,75,.34);

        box-shadow:
            0 19px 50px
            rgba(51,6,17,.085);
    }


    .rcx-branch-card:hover .rcx-branch-icon {

        transform:
            translateY(-2px);
    }


    .rcx-branch-card:hover .rcx-branch-action svg {

        transform:
            translateX(-4px);
    }


    .rcx-channel:hover {

        transform:
            translateY(-2px);

        border-color:
            rgba(214,170,75,.28);

        background:
            #fff;

        box-shadow:
            0 10px 25px
            rgba(51,6,17,.05);
    }


    .rcx-btn:hover,
    .rcx-submit:hover {

        transform:
            translateY(-2px);
    }


    .rcx-btn-primary:hover,
    .rcx-submit:hover {

        box-shadow:
            0 16px 36px
            rgba(91,7,30,.22);
    }

}


/* ==========================================================
   09 — TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .rcx-container {

        width:
            calc(100% - 36px);
    }


    .rcx-hero-grid {

        grid-template-columns:
            minmax(0,1fr)
            minmax(310px,.72fr);

        gap: 40px;
    }


    .rcx-branches-grid {

        gap: 12px;
    }


    .rcx-branch-card {

        min-height: 340px;

        padding: 21px;
    }


    .rcx-contact-shell {

        grid-template-columns:
            minmax(280px,.78fr)
            minmax(0,1.22fr);

        gap: 45px;
    }

}


/* ==========================================================
   10 — MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .rcx-container {

        width:
            calc(100% - 28px);
    }


    /* HERO */

    .rcx-hero {

        padding:
            32px
            0
            46px;
    }


    .rcx-hero-grid {

        display: flex;

        flex-direction: column-reverse;

        gap: 26px;
    }


    .rcx-hero-copy {

        text-align: center;
    }


    .rcx-breadcrumb {

        justify-content: center;

        margin-bottom: 16px;

        font-size: 10px;
    }


    .rcx-kicker {

        font-size: 10px;
    }


    .rcx-hero-copy h1 {

        font-size:
            clamp(32px,9.8vw,42px);

        line-height: 1.22;
    }


    .rcx-hero-copy > p {

        max-width: 355px;

        margin:
            16px
            auto
            0;

        font-size: 12px;
    }


    .rcx-hero-actions {

        display: grid;

        grid-template-columns:
            1fr 1fr;

        width: 100%;

        margin-top: 22px;
    }


    .rcx-btn {

        min-height: 47px;

        padding-inline: 12px;

        font-size: 10px;
    }


    .rcx-hero-card {

        width: 100%;

        padding: 25px;

        border-radius: 22px;

        text-align: center;
    }


    .rcx-hero-card-line {
        margin-inline: auto;
    }


    .rcx-city-row {

        justify-content: center;

        font-size: 10px;
    }


    .rcx-privacy-mini {

        justify-content: center;
    }


    /* ======================================================
       BRANCHES MOBILE
       IMPORTANT: addresses need vertical cards
       ====================================================== */

    .rcx-branches {

        padding:
            52px
            0;
    }


    .rcx-section-head {

        margin-bottom: 27px;
    }


    .rcx-section-head h2 {

        font-size:
            clamp(29px,8.8vw,37px);
    }


    .rcx-section-head p {

        font-size: 11px;
    }


    .rcx-branches-grid {

        display: grid;

        grid-template-columns: 1fr;

        gap: 11px;

        overflow: visible;

        margin: 0;

        padding: 0;
    }


    .rcx-branch-card {

        min-height: 0;

        padding:
            19px;

        border-radius:
            20px;
    }


    .rcx-branch-icon {

        width: 43px;
        height: 43px;

        margin-bottom: 17px;

        border-radius: 13px;
    }


    .rcx-branch-card > strong {

        font-size: 21px;
    }


    .rcx-branch-address {

        margin-top: 12px;

        padding-top: 12px;

        font-size: 11px;

        line-height: 1.75;
    }


    .rcx-branch-action {

        min-height: 39px;

        margin-top: 14px;

        padding-top: 12px;
    }


    .rcx-branch-note {

        margin-top: 23px;

        font-size: 9px;
    }


    /* CONTACT */

    .rcx-contact {

        padding:
            55px
            0;
    }


    .rcx-contact-shell {

        display: block;
    }


    .rcx-contact-side {

        max-width: none;

        margin-bottom: 30px;

        text-align: center;
    }


    .rcx-contact-side h2 {

        font-size:
            clamp(29px,8.8vw,38px);
    }


    .rcx-contact-side > p {

        max-width: 345px;

        margin:
            14px
            auto
            0;

        font-size: 11.5px;
    }


    .rcx-channels {

        grid-template-columns:
            1fr 1fr;

        max-width: 430px;

        margin:
            23px
            auto
            0;

        text-align: right;
    }


    .rcx-side-promise {

        justify-content: center;
    }


    /* FORM */

    .rcx-form-card {

        padding: 20px;

        border-radius: 21px;
    }


    .rcx-form {

        grid-template-columns: 1fr;

        gap: 13px;
    }


    .rcx-field-full,
    .rcx-submit,
    .rcx-form-note {

        grid-column: auto;
    }


    .rcx-field input,
    .rcx-field select,
    .rcx-field textarea {

        font-size:
            16px !important;
    }


    .rcx-field label {

        font-size: 11px;
    }


    .rcx-submit {

        min-height: 49px;

        font-size:
            11px !important;
    }


    /* FINAL */

    .rcx-final {

        padding:
            42px
            0;
    }


    .rcx-final-card {

        grid-template-columns:
            auto
            1fr;

        gap: 13px;

        padding:
            18px;

        border-radius:
            19px;
    }


    .rcx-final-icon {

        width: 44px;
        height: 44px;

        border-radius: 13px;
    }


    .rcx-final-card h2 {

        font-size: 17px;
    }


    .rcx-final-card > a {

        grid-column:
            1 / -1;

        width: 100%;

        min-height: 43px;
    }

}


/* ==========================================================
   11 — SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {

    .rcx-hero-actions,
    .rcx-channels {

        grid-template-columns: 1fr;
    }


    .rcx-form-head {

        display: block;
    }


    .rcx-form-status {

        margin-top: 12px;
    }


    .rcx-branch-note > span {

        width: 18px;
    }

}


/* ==========================================================
   12 — ACCESSIBILITY
   ========================================================== */

.rony-contact-v1 a:focus-visible,
.rony-contact-v1 button:focus-visible,
.rony-contact-v1 input:focus-visible,
.rony-contact-v1 select:focus-visible,
.rony-contact-v1 textarea:focus-visible {

    outline:
        3px solid
        var(--rcx-gold);

    outline-offset: 3px;
}


/* ==========================================================
   13 — ANIMATIONS
   ========================================================== */

@keyframes rcxAmbient {

    from {
        transform:
            translate3d(0,0,0);
    }

    to {
        transform:
            translate3d(45px,30px,0);
    }

}


@keyframes rcxPulse {

    0%,
    100% {

        box-shadow:
            0 0 0
            3px
            rgba(50,115,90,.10);
    }


    50% {

        box-shadow:
            0 0 0
            7px
            rgba(50,115,90,0);
    }

}


/* ==========================================================
   14 — REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .rony-contact-v1 *,
    .rony-contact-v1 *::before,
    .rony-contact-v1 *::after {

        animation-duration:
            .01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            .01ms !important;

        scroll-behavior:
            auto !important;
    }

}/* End custom CSS */