.elementor-4461 .elementor-element.elementor-element-69f5aad{--display:flex;--z-index:1;}.elementor-4461 .elementor-element.elementor-element-40b5ff9{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}/* Start custom CSS for html, class: .elementor-element-40b5ff9 */.royal-coming-soon {
    --rm-red: #A81F2F;
    --rm-black: #0F0F0F;
    --rm-dark: #1A1A1A;
    --rm-white: #FFFFFF;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 850px;
    margin: 0 auto;
    padding: 80px 40px;

    text-align: center;

    background:
        radial-gradient(
            circle at center,
            rgba(168, 31, 47, 0.08) 0%,
            rgba(168, 31, 47, 0.025) 35%,
            transparent 70%
        );

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;

    overflow: hidden;
}


/* Subtle top accent */

.royal-coming-soon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 2px;

    background: var(--rm-red);

    transform: translateX(-50%);

    box-shadow: 0 0 20px rgba(168, 31, 47, 0.65);
}


/* =========================
   RM ICON
   ========================= */

.royal-coming-soon__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    margin-bottom: 25px;

    border: 1px solid rgba(168, 31, 47, 0.5);
    border-radius: 50%;

    background: rgba(168, 31, 47, 0.06);

    box-shadow:
        0 0 25px rgba(168, 31, 47, 0.12);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}

.royal-coming-soon:hover .royal-coming-soon__icon {
    transform: scale(1.08);

    background: rgba(168, 31, 47, 0.12);

    box-shadow:
        0 0 30px rgba(168, 31, 47, 0.3);
}

.royal-coming-soon__icon span {
    color: var(--rm-red);

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
}


/* =========================
   EYEBROW
   ========================= */

.royal-coming-soon__eyebrow {
    display: block;
    margin-bottom: 12px;

    color: var(--rm-red);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
}


/* =========================
   TITLE
   ========================= */

.royal-coming-soon h2 {
    margin: 0 0 18px;

    color: var(--rm-white);

    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.1;
    font-weight: 700;
}


/* =========================
   DESCRIPTION
   ========================= */

.royal-coming-soon__content p {
    max-width: 600px;
    margin: 0 auto 30px;

    color: rgba(255, 255, 255, 0.62);

    font-size: 16px;
    line-height: 1.7;
}


/* =========================
   BUTTON
   ========================= */

.royal-coming-soon__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 24px;

    color: #FFFFFF !important;

    background: var(--rm-red);

    border: 1px solid var(--rm-red);
    border-radius: 4px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.royal-coming-soon__button span {
    font-size: 18px;
    line-height: 0;

    transition: transform 0.3s ease;
}

.royal-coming-soon__button:hover {
    color: #FFFFFF !important;

    background: #8F1A29;

    transform: translateY(-3px);

    box-shadow:
        0 8px 25px rgba(168, 31, 47, 0.35);
}

.royal-coming-soon__button:hover span {
    transform: translateX(4px);
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {

    .royal-coming-soon {
        padding: 60px 25px;
        border-radius: 12px;
    }

    .royal-coming-soon h2 {
        font-size: 30px;
    }

    .royal-coming-soon__content p {
        font-size: 14px;
    }

}/* End custom CSS */