.elementor-136 .elementor-element.elementor-element-f16f75d .elementor-background-slideshow__slide__image{background-position:bottom right;}.elementor-136 .elementor-element.elementor-element-f16f75d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-136 .elementor-element.elementor-element-f16f75d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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 );color:var( --e-global-color-primary );}.elementor-136 .elementor-element.elementor-element-08b3a99{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;align-self:center;text-align:center;}.elementor-136 .elementor-element.elementor-element-08b3a99 .elementor-heading-title{font-size:30px;color:#FFFFFF;}.elementor-136 .elementor-element.elementor-element-42dc1e4:not(.elementor-motion-effects-element-type-background), .elementor-136 .elementor-element.elementor-element-42dc1e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-136 .elementor-element.elementor-element-42dc1e4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-80px;margin-bottom:0px;padding:40px 50px 0px 50px;}.elementor-136 .elementor-element.elementor-element-42dc1e4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-136 .elementor-element.elementor-element-64713c7{text-align:justify;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.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-136 .elementor-element.elementor-element-2461150 img{max-width:65%;}/* Start custom CSS for section, class: .elementor-element-f16f75d */.elementor-136 .elementor-element.elementor-element-f16f75d {
    display: flex; /* Flexible layout */
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center-align all content */
    text-align: center; /* Center the text */
    padding: 0; /* Remove any extra padding */
    width: 100vw; /* Set the width of the section to the full viewport width */
    height: 100vh; /* Make the section cover the viewport height */
    background-image: url('https:\/\/www.ukeconline.com\/wp-content\/uploads\/2024\/12\/DSC9323-Enhanced-NR-scaled.jpg&'); /* Set your image here */
    background-size: cover; /* Ensure the image covers the entire section */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent tiling */
    overflow: hidden; /* Ensure no overflow */
}

/* Ensure the entire image is visible on mobile */
@media (max-width: 768px) {
    .elementor-136 .elementor-element.elementor-element-f16f75d {
        background-size: contain; /* Make the entire image fit within the section */
        height: auto; /* Adjust height dynamically to fit the image */
    }
}

.elementor-136 .elementor-element.elementor-element-f16f75d h1, .elementor-136 .elementor-element.elementor-element-f16f75d span, .elementor-136 .elementor-element.elementor-element-f16f75d p {
    font-size: calc(1.5vw + 10px); /* Dynamically adjust font size */
    margin: 10px 0; /* Add spacing around text */
    color: #fff; /* Set a contrasting text color */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Add shadow for readability */
}

/* Adjust text size for smaller devices */
@media (max-width: 768px) {
    .elementor-136 .elementor-element.elementor-element-f16f75d h1, .elementor-136 .elementor-element.elementor-element-f16f75d span, .elementor-136 .elementor-element.elementor-element-f16f75d p {
        font-size: 5vw; /* Adjust text size for readability */
    }
}/* End custom CSS */