.elementor-57 .elementor-element.elementor-element-14f64e9{--display:flex;--min-height:633px;--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;--justify-content:flex-end;--overflow:hidden;--padding-top:39px;--padding-bottom:39px;--padding-left:39px;--padding-right:39px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-57 .elementor-element.elementor-element-577cb42{text-align:left;}.elementor-57 .elementor-element.elementor-element-577cb42 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:26px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}.elementor-57 .elementor-element.elementor-element-ba6eb4e{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-57 .elementor-element.elementor-element-14f64e9{--min-height:261px;}.elementor-57 .elementor-element.elementor-element-14f64e9.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}}/* Start custom CSS for container, class: .elementor-element-ba6eb4e *//* --- UK MANOR HOUSE LTD Marquee Styles --- */
.uk-manor-marquee-container {
    font-family: 'Garamond', 'Times New Roman', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Takes the full width of its parent container */
    height: 120px;
    background-color: #f4f1eb; /* A warm, off-white, paper-like color */
    overflow: hidden;
    position: relative;
    border-top: 2px solid #bca98f; /* A muted gold/bronze for the border */
    border-bottom: 2px solid #bca98f;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.uk-manor-marquee-text {
    font-size: 2.8em;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #3d3d3d; /* A dark, charcoal grey instead of pure black */
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.uk-manor-marquee-char {
    display: inline-block;
    opacity: 0;
    /* Start characters slightly down and scaled down */
    transform: translateY(20px) scale(0.9);
    /* Smooth transition for the reveal */
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.uk-manor-marquee-crest {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f4f1eb; /* Match the container background */
    border-radius: 50%;
    border: 2px solid #bca98f; /* Muted gold border */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #bca98f;
    z-index: 2; /* Sits above the text */
    transition: transform 0.5s ease-in-out;
}

/* A simple 'M' for Manor as the crest monogram */
.uk-manor-marquee-crest:after {
    content: 'M'; 
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .uk-manor-marquee-text {
        font-size: 1.8em; /* Smaller font on medium screens */
        letter-spacing: 3px;
    }
    .uk-manor-marquee-crest {
        width: 60px;
        height: 60px;
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .uk-manor-marquee-text {
        font-size: 1.1em; /* Even smaller on mobile */
        letter-spacing: 2px;
    }
    .uk-manor-marquee-container {
        height: 100px;
    }
}/* End custom CSS */