.elementor-kit-6{--e-global-color-primary:#0097D7;--e-global-color-secondary:#130F2D;--e-global-color-text:#130F2D;--e-global-color-accent:#57BCBC;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#130F2D;color:#FFFFFF;border-radius:20px 20px 20px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#0097D7;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#0097D7;border-radius:20px 20px 20px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- JCI MOBILE HEADER CUSTOMIZATION --- */
@media (max-width: 767px) {
    
    /* 1. Sticky Header Functionality */
    .elementor-location-header {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: #ffffff !important; /* Ensures header isn't transparent */
        box-shadow: 0px 2px 10px rgba(0,0,0,0.1) !important;
    }
    
    /* Prevent content from hiding under the fixed header */
    body {
        padding-top: 90px !important; /* Adjust this value to match your header height */
    }
/* 2. 'Sign In' Button Customization inside the Dropdown */
    /* Note: Ensure the menu item has the CSS class 'menu-button' in WordPress Menu settings */
    .elementor-nav-menu--dropdown ul li.menu-button {
        padding: 15px 20px !important;
        border: none !important;
        text-align: center !important;
        display: block !important;
    }

    .elementor-nav-menu--dropdown ul li.menu-button a {
        background-color: #008891 !important;
        color: #ffffff !important;
        border-radius: 50px !important;
        display: inline-flex !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 250px !important;
        padding: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        box-shadow: 0 10px 20px rgba(0, 136, 145, 0.2) !important;
        margin: 0 auto !important;
    }
}
/* Hide the special button on Desktop if needed */
@media (min-width: 768px) {
    .menu-button {
       
        display: none !important;
   
    }
}

/* To stylish contact form */
.elementor-kit-6 input, .elementor-kit-6 textarea {
    transition: all 0.3s ease-in-out !important;
}

/* Subtle lift effect on hover */
.elementor-kit-6 .elementor-field-group:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

/* Make the Submit button feel tactile */
.elementor-kit-6 .elementor-button:active {
    transform: scale(0.98);
}

/* End here *//* End custom CSS */