@charset "UTF-8";
@import url('fonts.css');

/* ========================================================================
   Base Styles
 ========================================================================== */
.uk-container-large {
    max-width: 1180px !important;
}

html,
body {
    overflow-x: hidden;
    background-color: #141416;
}

/* ========================================================================
   Header Styles
 ========================================================================== */
header .uk-background-secondary {
    background-color: #141416 !important;
}

.uk-navbar-container {
    background: transparent !important;
}

/* ========================================================================
   Mobile Menu Styles
 ========================================================================== */
ul#mobile-menu > li.uk-parent > a:after {
    right: 0%;
    top: 50%;
    transform: translate(10%, -50%) rotate(-90deg) !important;
}

ul#mobile-menu > li.uk-parent.uk-open > a:after {
    transform: translate(10%, -50%) rotate(180deg) !important;
}

ul#mobile-menu > li.uk-parent > a {
    position: relative;
}

ul#mobile-menu > li > a {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

ul#mobile-menu > li ul.uk-nav-sub > li a {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

/* ========================================================================
   Services Switcher Navigation
 ========================================================================== */
ul#services-switcher-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#services-switcher-nav > li {
    list-style: none;
}

@media screen and (min-width: 641px) {
    ul#services-switcher-nav > li {
        margin-right: 25px;
    }
    ul#services-switcher-nav > li a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 640px) {
    ul#services-switcher-nav > li {
        margin-right: 10px;
    }
    ul#services-switcher-nav > li a {
        font-size: 1rem;
    }
}

ul#services-switcher-nav > li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #23262F;
}

ul#services-switcher-nav > li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    text-decoration: none;
}

ul#services-switcher-nav > li a span.arrow {
    position: relative;
    border-radius: 50%;
    margin-right: 25px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3772FE;
}

ul#services-switcher-nav > li a span.arrow .uk-icon {
    position: relative;
    z-index: 3;
    color: #fff;
}

ul#services-switcher-nav > li a span.arrow:after {
    content: "";
    background-color: #23262F;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

ul#services-switcher-nav > li.uk-active a span.arrow:after {
    width: 0;
    height: 0;
    opacity: 0;
}

ul#services-switcher-nav > li:hover a span.arrow:after {
    width: 0;
    height: 0;
    opacity: 0;
}

ul#services-switcher-nav > li a span:not(.arrow) {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

ul#services-switcher-nav > li.uk-active a span:not(.arrow),
ul#services-switcher-nav > li:hover a span:not(.arrow) {
    color: #fff;
}

/* ========================================================================
   Contact Form Styles
 ========================================================================== */
section#contact button,
section#contact input[type="submit"] {
    border-radius: 500px;
    padding: 0 40px !important;
    line-height: 53px !important;
    font-size: 0.875rem !important;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}

section#contact button.btn-next,
section#contact input[type="submit"] {
    background-color: #3772FE !important;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

section#contact button.btn-next:hover,
section#contact button.btn-next:active,
section#contact button.btn-next:focus,
section#contact input[type="submit"]:hover,
section#contact input[type="submit"]:active,
section#contact input[type="submit"]:focus {
    background-color: #044efe !important;
    color: #fff;
}

section#contact button.btn-back {
    background-color: transparent;
    color: #e5e5e5;
    border: 1px solid #e5e5e5 !important;
    cursor: pointer;
}

section#contact button.btn-back:hover,
section#contact button.btn-back:active,
section#contact button.btn-back:focus {
    background-color: transparent !important;
    color: #b2b2b2;
    border-color: #b2b2b2 !important;
}

/* ========================================================================
   Form Inputs
 ========================================================================== */
.uk-input {
    border-radius: 500px !important;
}

.uk-textarea {
    border-radius: 20px !important;
}

section#contact .uk-input {
    text-align: center;
    height: 60px;
    line-height: 60px;
}

section#contact .uk-textarea {
    padding: 10px 20px;
}

input#btn-newsletter {
    width: auto !important;
}

/* ========================================================================
   Multi-step Form
 ========================================================================== */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.form-response {
    margin-top: 15px;
    border-radius: 20px;
    padding: 15px;
    display: none;
}

.form-response.success {
    background-color: rgba(55, 114, 254, 0.2);
    border: 1px solid #3772FE;
    color: #fff;
    display: block;
}

.form-response.error {
    background-color: rgba(240, 80, 110, 0.2);
    border: 1px solid #f0506e;
    color: #fff;
    display: block;
}

/* ========================================================================
   Logo Responsive
 ========================================================================== */
@media screen and (max-width: 580px) {
    .uk-logo {
        font-size: 1rem !important;
    }
}

/* ========================================================================
   Divider
 ========================================================================== */
.divider {
    border-color: #23262F;
}

/* ========================================================================
   Service Images
 ========================================================================== */
img.services-image {
    height: 450px;
    object-fit: contain;
    object-position: center;
}

/* ========================================================================
   Text Colors
 ========================================================================== */
.uk-text-white {
    color: #fff !important;
}

/* ========================================================================
   Base HTML Elements
 ========================================================================== */
html {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666C7B;
}

body {
    margin: 0;
}

/* Links */
a:active,
a:hover {
    outline: none;
}

a,
.uk-link {
    color: #3772FE;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.uk-link:hover {
    color: #245ad8;
    text-decoration: underline;
}

/* ========================================================================
   Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large {
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #333;
    text-transform: none;
}

h1, .uk-h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

h2, .uk-h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h3, .uk-h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.uk-heading-small {
    font-size: 2.6rem;
    line-height: 1.2;
}

@media (min-width: 960px) {
    h1, .uk-h1 {
        font-size: 2.625rem;
    }
    h2, .uk-h2 {
        font-size: 2rem;
    }
    .uk-heading-small {
        font-size: 3.25rem;
    }
}

/* ========================================================================
   Preloader
 ========================================================================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141416;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

/* ========================================================================
   Mobile Service Cards
 ========================================================================== */
.mobile-service-card {
    padding: 30px 0;
    border-bottom: 1px solid #23262F;
}

.mobile-service-card:last-child {
    border-bottom: none;
}

.mobile-service-card img {
    max-height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* ========================================================================
   Section adjustments
 ========================================================================== */
.uk-section-secondary {
    background-color: #141416;
}

/* ========================================================================
   Text Lead
 ========================================================================== */
.uk-text-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

/* ========================================================================
   Light Theme overrides
 ========================================================================== */
.uk-light a,
.uk-section-secondary:not(.uk-preserve-color) a {
    color: rgba(255, 255, 255, 0.8);
}

.uk-light a:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover {
    color: #fff;
    text-decoration: none;
}

/* Navbar */
.uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.uk-navbar-nav > li > a:hover {
    color: #fff;
}

/* ========================================================================
   Cards
 ========================================================================== */
.uk-card-body {
    padding: 30px;
}

/* ========================================================================
   Footer links
 ========================================================================== */
footer .uk-nav li a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

footer .uk-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

/* ========================================================================
   Form placeholder colors
 ========================================================================== */
.uk-input::placeholder,
.uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.uk-light .uk-input,
.uk-light .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-input:focus,
.uk-light .uk-textarea:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #3772FE;
}

/* ========================================================================
   Step indicators
 ========================================================================== */
.step-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.step-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease;
}

.step-indicator.active {
    background-color: #3772FE;
}

/* ========================================================================
   Newsletter Form
 ========================================================================== */
.newsletter-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.newsletter-form .uk-input {
    flex: 1;
    background-color: #fff !important;
    color: #333 !important;
    border: none !important;
}

.newsletter-form .uk-input::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.newsletter-form .uk-button-primary {
    background-color: #3772FE;
    color: #fff;
    border-radius: 500px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 0.875rem;
}

/* ========================================================================
   Footer styles
 ========================================================================== */
footer .uk-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .uk-nav li {
    margin-bottom: 8px;
}

/* ========================================================================
   Animations - handled by UIkit
 ========================================================================== */
