/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758744403
Updated: 2025-09-24 13:06:43

*/

* {
    box-sizing: border-box;
}

html,
body {
    color: #111;
    overflow-x: hidden;

}

html {
    scroll-behavior: smooth;
}

::selection {
    background-color: #000;
    color: #fff;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hv-grow a,
.hvr-grow,
.hs-button.primary.large,
.formbox .hs-button.primary.large,
input[type="submit"],
.formy button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active,

.formbox .hs-button.primary.large:hover,
.formbox .hs-button.primary.large:focus,
.formbox .hs-button.primary.large:active,

input[type="submit"]:focus,
input[type="submit"]:hover,
.hv-grow a:hover,
.hv-grow a:focus,
.hv-grow a:active,
.formy button:hover,
.formy button:focus,
.formy button:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.hvr-forward:after {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    content: "";
}

.hvr-forward:hover:after,
.hvr-forward:focus:after,
.hvr-forward:active:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.linker a {
 
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 
}

.linker a:after {
    content: '';
    width: 7px;
    height: 12px;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA5LjMgMTYiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAzMC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAxMjMpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogIzExMTsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0uMy4zaDBjLS40LjQtLjQuOSwwLDEuM2w2LjUsNi41TC4zLDE0LjVjLS40LjQtLjQuOSwwLDEuM2gwYy40LjQuOS40LDEuMywwbDcuNy03LjdMMS41LjNjLS40LS40LS45LS40LTEuMywwWiIvPgo8L3N2Zz4=");
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: 5px;    background-repeat: no-repeat;
}

.linker a:hover:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
button:focus,
button:hover {
    outline: 0 !important;
    background-color: #f3f3f3;
}

.upcoming {
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 4px;
    padding: 3px 15px;
    font-size: 14px;
    background: var(--e-global-color-02a64d6);
    color: var(--e-global-color-secondary);
    text-transform: uppercase
}

.ondemand {
    border: 2px solid var(--e-global-color-02a64d6);
    border-radius: 4px;
    padding: 3px 15px;
    font-size: 14px;
    background: var(--e-global-color-02a64d6);
    color: #111;
    text-transform: uppercase
}




text-transform: uppercase .custom-link-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.custom-link-container {
    display: block;
    -webkit-transition: all 0.12s ease-in-out;
    -moz-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.custom-link-container:hover {
    transform: translateX(3px)
}

.custom-link-container .custom-link-inner > img {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 4px;
}

.custom-link-container .custom-link-inner .custom-link-title {
    margin: 0 0 2px;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.custom-link-container .custom-link-inner h3,
.custom-link-container .custom-link-inner p {
    color: #111;
    font-size: 12px;
    line-height: 1.2
}

.eyebrow .elementor-heading-title:before {
    background: var(--e-global-color-secondary);
    width: 120px;
    height: 10px;
    content: "";
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

.wink .elementor-heading-title:after {
    background: var(--e-global-color-secondary);
    width: 120px;
    height: 10px;
    content: "";
    display: block;
    position: relative;
    margin: 20px 0 0;
}

.wink.centered .elementor-heading-title:after {
    margin: 20px auto 0;
}

.legal h2,
.legal h3,
.legal h4 {
    font-weight: 900;
    margin: 30px 0 14px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    box-sizing: border-box;
}

.service-box {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #EBEEF2
}

.service-box .service-title {
    font-weight: 900;
    margin: 0 0 20px
}

.col-1 {
    grid-column: span 12;
}

.col-2 {
    grid-column: span 6;
}

.col-3 {
    grid-column: span 4;
}

.formy {
    margin: 0 auto !important;
}

.formy .wpforms-field {
    position: relative;
    margin: 0;
    padding: 0;
}

.formy .wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Hide anti-spam or hidden fields from styling */
.formy .wpforms-field[style*="position: absolute"],
.formy .wpforms-field input[aria-hidden="true"],
.formy .wpforms-field textarea[aria-hidden="true"] {
    display: none !important;
}

/* Label styling (initially inside input/textarea as placeholder) */
.formy .wpforms-field-label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #111;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    margin: 0;
}

/* Special base positioning for textarea labels */
.formy .wpforms-field-textarea label {
    top: 15px;
    transform: translateY(0);
}

/* When textarea label is validated (floats up) */
.formy .wpforms-field-textarea label.validated,
.formy .wpforms-field textarea:focus + .wpforms-field-label,
.formy .wpforms-field textarea:valid + .wpforms-field-label,
.formy .wpforms-field textarea:hover + .wpforms-field-label,
.formy .wpforms-field textarea:focus-within + .wpforms-field-label {
    top: -8px !important;
    left: 10px !important;
    transform: none !important;
    font-size: 12px !important;
    color: #111 !important;
    background: #fff !important;
    padding: 2px 5px !important;
    margin: 0 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Input and textarea styling */
.formy .wpforms-field input[type="text"],
.formy .wpforms-field input[type="email"],
.formy .wpforms-field textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: var(--e-global-color-9f6dfef);
    border-radius: 6px;
    border: 1px solid #EBEEF2;
}

.formy .wpforms-field textarea {
    min-height: 100px;
    overflow: hidden;
    resize: vertical;
}

.formy .wpforms-form label.wpforms-error,
.formy .wpforms-form em.wpforms-error {
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 10px !important;
    bottom: 5px !important;
    font-size: 10px !important;
}

/* Floating labels for inputs */
.formy .wpforms-field input:focus + .wpforms-field-label,
.formy .wpforms-field input:valid + .wpforms-field-label,
.formy .wpforms-field input:hover + .wpforms-field-label,
.formy .wpforms-field input:focus-within + .wpforms-field-label,
.wpforms-field-label.validated {
    top: calc(50% - 10px) !important;
    transform: translateY(-100%) !important;
    font-size: 12px !important;
    color: #111 !important;
    background: #fff !important;
    padding: 2px 5px !important;
    margin: 0 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Ensure required field asterisk is hidden when label floats */
.formy .wpforms-field-label .wpforms-required-label {
    display: none;
}

.wpforms-field-label.validated {
    top: calc(50% - 10px) !important;
    transform: translateY(-100%) !important;
    font-size: 12px !important;
    color: #111 !important;
    background: #fff !important;
    padding: 2px 5px !important;
    margin: 0 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Add padding to input to prevent text overlap with label */
.formy .wpforms-field input[type="text"],
.formy .wpforms-field input[type="email"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.formy .wpforms-field textarea {
    padding-top: 15px;
}

/* Button styling */
.formy button {
    background-color: var(--e-global-color-secondary) !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    fill: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .formy .wpforms-field-label {
        font-size: 14px;
    }

    .formy .wpforms-field input:focus + .wpforms-field-label,
    .formy .wpforms-field textarea:focus + .wpforms-field-label,
    .formy .wpforms-field input:not(:placeholder-shown) + .wpforms-field-label,
    .formy .wpforms-field textarea:not(:placeholder-shown) + .wpforms-field-label {
        font-size: 10px;
    }

    .formy .wpforms-field input[type="text"],
    .formy .wpforms-field input[type="email"],
    .formy .wpforms-field textarea {
        font-size: 14px;
    }
}


/* Responsive Breakpoints */
@media (max-width: 1366px) {

    .col-2,
    .col-3 {
        width: 50%;
    }
}

@media (max-width: 1024px) {

    .col-2,
    .col-3 {
        grid-column: span 6;
    }
}

@media (max-width: 600px) {

    .col-1,
    .col-2,
    .col-3 {
        grid-column: span 12;
    }
}

/* Phones (small) */
@media (max-width: 480px) {
    .elementor-widget-button a {
        width: 100%;
        display: block
    }

    .service-box {
        padding: 20px;
    }
}
