.elementor-15 .elementor-element.elementor-element-76158da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-bef5a6d{--display:flex;}.elementor-15 .elementor-element.elementor-element-f799feb{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-divider .elementor-divider__text{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-15 .elementor-element.elementor-element-dd13d15{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-15 .elementor-element.elementor-element-dd13d15 .elementor-divider-separator{width:100%;}.elementor-15 .elementor-element.elementor-element-dd13d15 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-15 .elementor-element.elementor-element-3d94b9b{--display:flex;--min-height:156px;}.elementor-15 .elementor-element.elementor-element-3d94b9b:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-3d94b9b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.rubacharina.com/wp-content/uploads/2026/07/10a0f6210525189.67127caa05822-1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}/* Start custom CSS *//* =========================================
   RUBA — CONTACT PAGE
========================================= */

.rc-contact-page{
    min-height:100vh;
    background:#080809;
}

.rc-contact-hero{

    width:min(1120px,calc(100% - 72px));
    margin-inline:auto;

    min-height:82vh;

    display:flex;
    align-items:center;

    padding-top:140px;
    padding-bottom:120px;
}

.rc-contact-left{

    max-width:620px;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:28px;
}

.rc-contact-title{

    margin:0;

    font-family:"Cormorant Garamond",serif;

    font-size:clamp(76px,8vw,118px);

    font-weight:300;

    line-height:.93;

    letter-spacing:-.05em;

    color:#e8e1d8;
}

.rc-contact-text{

    max-width:470px;

    font-size:16px;

    line-height:1.8;

    color:rgba(232,225,216,.68);
}

.rc-contact-email{

    margin-top:48px;
}

.rc-email-link{

    display:inline-flex;

    align-items:center;

    gap:26px;

    font-family:"Cormorant Garamond",serif;

    font-size:clamp(34px,3vw,54px);

    font-weight:300;

    color:#e8e1d8;

    text-decoration:none;

    border-bottom:1px solid rgba(232,225,216,.35);

    padding-bottom:10px;

    transition:.3s;
}

.rc-email-link span{

    font-size:30px;

    transition:.3s;
}

.rc-email-link:hover{

    color:#d8b09d;

    border-color:#d8b09d;
}

.rc-email-link:hover span{

    transform:translateX(10px);
}

.rc-contact-divider{

    width:120px;

    height:1px;

    background:rgba(232,225,216,.12);

    margin-top:70px;
}/* End custom CSS */