/* The inline <style> block from common/home.twig. On the legacy site this
   loaded only on the homepage, so every rule is scoped to `.home-page` -- the
   wrapper app/page.tsx renders. Without the scope, `.button-theme` would turn
   the Submit buttons on Contact and elsewhere red instead of blue. */
.home-page .property-box .footer {
    padding: 15px 20px;
    font-size: 14px;
    color: #535353;
    display: none;
}
.home-page .carousel-content.container {
    width: 55%;
    float: right;
    text-align: right;
    margin-right: 0% !important;
    background: #3368a6bd;
    padding: 3% 3%;
}
.home-page .banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0) !important;
}
.home-page .button-theme {
    background: #F44336 !important;
}
.home-page .banner .banner-slider-inner h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: normal;
}
.home-page .banner .slider-mover-right i {
    font-size: 45px;
    color: #fff;
}
.home-page .banner .slider-mover-left i {
    font-size: 45px;
    color: #fff;
}
