.elementor-6361 .elementor-element.elementor-element-1ccecfa6{--display:flex;--min-height:1274px;--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;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-radius:-2px -2px -2px -2px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6361 .elementor-element.elementor-element-1ccecfa6:not(.elementor-motion-effects-element-type-background), .elementor-6361 .elementor-element.elementor-element-1ccecfa6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("http://bomoki.com/wp-content/uploads/2026/01/BOMOki_©_background_01.webp");background-position:center center;background-repeat:no-repeat;background-size:auto;}.elementor-widget-image .widget-image-caption{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 );}.elementor-6361 .elementor-element.elementor-element-21cbf08b > .elementor-widget-container{margin:545px 0px 0px 0px;}.elementor-6361 .elementor-element.elementor-element-21cbf08b{text-align:center;}.elementor-6361 .elementor-element.elementor-element-21cbf08b img{width:15%;opacity:0.9;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6361 .elementor-element.elementor-element-1ccecfa6:not(.elementor-motion-effects-element-type-background), .elementor-6361 .elementor-element.elementor-element-1ccecfa6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:auto;}.elementor-6361 .elementor-element.elementor-element-21cbf08b img{width:40%;}}@media(max-width:767px){.elementor-6361 .elementor-element.elementor-element-21cbf08b > .elementor-widget-container{margin:285px 0px 0px 0px;}.elementor-6361 .elementor-element.elementor-element-21cbf08b img{width:65%;}}/* Start custom CSS *//* 1. FORCE HIDE THE THEME HEADER & FOOTER */
/* This targets almost every standard WordPress theme header/footer name */
header, footer, .site-header, .site-footer, #masthead, #colophon {
    display: none !important;
}

/* 2. FORCE BLACK BACKGROUND */
/* If there are any gaps/margins, this ensures they look black, not white */
body, html, .elementor-page, #page {
    background-color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. REMOVE ELEMENTOR SECTION MARGINS */
/* Ensures your content stretches to the very edge */
.elementor-section, .elementor-column, .e-con {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* Custom fix for the MacBook Pro / Mid-Range Laptop screens (e.g., 1200px - 1400px) */
@media (max-width: 1400px) and (min-width: 1025px) {
    /* 1. Reduce the gap between the form text and the send button */
    body.elementor-page-6361 .elementor-field-type-submit::before {
        /* Reduce the max-width to allow text to wrap sooner */
        max-width: 350px !important; 
        /* Pull the text closer to the button */
        margin-right: 10px !important; 
    }

    /* 2. Adjust the Logo Copyright Nudge (if needed) */
    /* If the copyright text is misaligned on the MacBook */
    .copyright-widget-class { /* Replace with the actual CSS class or body.elementor-page-6361 of your copyright widget */
        transform: translateX(20px); /* Nudge it slightly less than the desktop version */
    }
}
/* Hides the small, floating reCAPTCHA V3 badge in the corner */
.grecaptcha-badge { 
    visibility: collapse !important; 
}/* End custom CSS */