﻿/*
Theme Name: Creavi Theme
Theme URI: http://creavi.dk/
Author: creavi team
Author URI: http://creavi.dk/
Description: Creavi Theme brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creavi
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Creavi Process Cards
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* Konsulenter Elementor editable sections.
   Extends the theme utility classes while keeping imported Elementor layouts clean. */
.kons-section,
.kons-section * {
    box-sizing: border-box;
}

.kons-section {
    font-family: Raleway, Arial, sans-serif;
    color: #535353;
    overflow: hidden;
}

.kons-section h1,
.kons-section h2,
.kons-section h3,
.kons-section h4 {
    font-family: Montserrat, Arial, sans-serif;
    letter-spacing: 0;
}

.kons-section .elementor-container {
    position: relative;
    z-index: 1;
}

.kons-soft {
    background: radial-gradient(circle at 88% 10%, rgba(33, 156, 208, 0.14), transparent 34%),
        radial-gradient(circle at 12% 16%, rgba(22, 0, 108, 0.05), transparent 38%), #fbfaff;
}

.kons-white {
    background: #fff;
}

.ct-soft-blue-gradient {
    background: radial-gradient(circle at 88% 10%, rgba(33, 156, 208, 0.14), transparent 34%),
        radial-gradient(circle at 12% 16%, rgba(22, 0, 108, 0.05), transparent 38%), #fbfaff;
}

.kons-ms {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    font-family: "Material Symbols Outlined";
    font-feature-settings: "liga";
    font-size: 34px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.kons-section .review-section-title.elementor-widget-heading .elementor-heading-title {
    font-size: 46px;
    line-height: 1.14;
    color: #535353;
    font-weight: 600;
    margin: 0 0 10px;
    padding-top: 0;
}

.kons-title-inset,
.kons-button,
.kons-intro-left,
.kons-benefit-left,
.kons-case-grid,
.kons-section-head-copy {
    padding-left: 100px;
}

.kons-section-head-copy {
    color: #858585;
    font-size: 22px;
    line-height: 1.5;
}

.kons-button .elementor-button {
    background: #e74f0e;
    color: #fff;
    border-radius: 999px;
    padding: 13px 34px;
    font: 700 16px/1 Roboto, Arial, sans-serif;
    box-shadow: none;
    transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.kons-button .elementor-button:hover {
    background: #f05a16;
    box-shadow: 0 12px 26px rgba(231, 79, 14, 0.22);
    transform: translateY(-1px);
}

.kons-button .elementor-button-icon {
    transition: transform 0.22s ease;
}

.kons-button .elementor-button:hover .elementor-button-icon {
    animation: kons-arrow-nudge 0.76s ease;
}

@keyframes kons-arrow-nudge {
    0%,
    100% {
        transform: translateX(0);
    }

    42% {
        transform: translateX(8px);
    }
}

.kons-hero {
    min-height: 320px;
    padding-top: 64px !important;
    padding-bottom: 68px !important;
}

.kons-hero .elementor-container {
    align-items: center;
}

.kons-orbit {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at var(--kons-glow-x, 38%) var(--kons-glow-y, 36%), rgba(33, 156, 208, 0.2), transparent 42%),
        rgba(255, 255, 255, 0.62);
    box-shadow: 0 0 0 1px rgba(33, 156, 208, 0.16), 0 0 0 18px rgba(255, 255, 255, 0.42),
        0 0 42px rgba(33, 156, 208, 0.12);
    animation: kons-icon-glow 5.5s ease-in-out infinite alternate;
}

@keyframes kons-icon-glow {
    0% {
        --kons-glow-x: 34%;
        --kons-glow-y: 34%;
    }

    100% {
        --kons-glow-x: 66%;
        --kons-glow-y: 60%;
    }
}

.kons-orbit .kons-ms {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    color: #219cd0;
    background: rgba(255, 255, 255, 0.72);
    font-size: 58px;
}

.kons-lead {
    color: #18182c;
    font-size: 25px;
    line-height: 1.62;
}

.kons-icon-list {
    display: grid;
    gap: 22px;
}

.kons-icon-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(33, 156, 208, 0.12);
}

.kons-icon-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.kons-icon-row .kons-ms {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(33, 156, 208, 0.18);
    border-radius: 16px;
    color: #219cd0;
    background: #f5fbfe;
    font-size: 30px;
}

.kons-icon-row p {
    margin: 0;
    color: #535353;
    font-size: 19px;
    line-height: 1.7;
}

.kons-dots::before {
    content: "";
    position: absolute;
    right: -14px;
    top: 26px;
    bottom: 26px;
    width: 168px;
    background-image: radial-gradient(circle, rgba(33, 156, 208, 0.26) 1.35px, transparent 1.35px);
    background-size: 14px 14px;
    opacity: 0.54;
    mask-image: radial-gradient(circle at right center, #000 0, rgba(0, 0, 0, 0.78) 35%, transparent 78%);
    pointer-events: none;
}

/* Bottom-right dot decoration for Elementor sections/containers.
   Add `ct-dots-bottom-right` in Advanced > CSS Classes. */
.ct-dots-bottom-right,
.elementor-element.ct-dots-bottom-right {
    position: relative;
    overflow: hidden !important;
    isolation: isolate;
}

.ct-dots-bottom-right::after,
.elementor-element.ct-dots-bottom-right::after {
    content: "";
    position: absolute;
    right: 5%;
    top: max(0px, calc(100% - 50%));
    bottom: 1px;
    width: 30%;
    z-index: 0;
    background-image: radial-gradient(circle, rgba(33, 156, 208, 0.26) 1.35px, transparent 1.35px);
    background-size: 14px 14px;
    opacity: 0.54;
    -webkit-mask-image: radial-gradient(circle at right bottom, #000 0, rgba(0, 0, 0, 0.78) 40%, transparent 80%);
    mask-image: radial-gradient(circle at right bottom, #000 0, rgba(0, 0, 0, 0.78) 40%, transparent 80%);
    pointer-events: none;
}

.ct-dots-bottom-right > .elementor-container,
.ct-dots-bottom-right > .e-con-inner,
.ct-dots-bottom-right > .elementor-widget-wrap,
.elementor-element.ct-dots-bottom-right > .elementor-container,
.elementor-element.ct-dots-bottom-right > .e-con-inner,
.elementor-element.ct-dots-bottom-right > .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.kons-card {
    position: relative;
    overflow: hidden;    
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 52px rgba(33, 156, 208, 0.1), 0 4px 14px rgba(24, 24, 44, 0.04);
}

.kons-quote-card {
    padding: 84px 118px 88px;
    text-align: center;
}

.kons-quote-card .kons-ms {
    margin-bottom: 26px;
    color: #219cd0;
    font-size: 44px;
}

.kons-quote-card .elementor-widget-text-editor {
    max-width: 900px;
    margin: 0 auto;
    color: #535353;
    font-size: 24px;
    line-height: 1.64;
}

.kons-benefit-card {
    min-height: 278px;
    padding: 50px;
    margin: 30px;
}

.kons-benefit-card .kons-ms {
    width: 66px;
    height: 66px;
    border: 1px solid rgba(33, 156, 208, 0.18);
    border-radius: 21px;
    color: #219cd0;
    background: linear-gradient(145deg, #e8f6fd 0%, #f7f7ff 100%);
    font-size: 34px;
}

.kons-benefit-card .elementor-heading-title {
    max-width: 520px;
    margin: 26px 0 16px;
    color: #18182c;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.18;
}

.kons-benefit-card .elementor-widget-text-editor,
.kons-case-card .elementor-widget-text-editor,
.kons-person-copy {
    color: #767676;
    font-size: 18px;
    line-height: 1.72;
}

.kons-case-card {
    min-height: 462px;
    padding: 44px 50px 0;
    text-align: center;
    margin:20px;
}

.kons-case-card .elementor-heading-title {
    margin: 0 0 18px;
    color: #3f3f48;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.18;
}

.kons-case-card .elementor-widget-text-editor {
    max-width: 470px;
    min-height: 92px;
    margin: 0 auto 26px;

}

.kons-browser {
    width: min(486px, 100%);
    height: 236px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e3ebf0;
    border-radius: 12px 12px 0 0;
    background: #eff6fa;
    text-align: left;
}

.kons-browser-bar {
    height: 38px;
    padding: 13px 16px;
    border-bottom: 1px solid #dfe8ed;
    background: #f5f7fa;
}

.kons-browser-bar span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 50%;
    background: #cbd8df;
}

.kons-browser-body {
    min-height: 198px;
    display: grid;
    place-items: center;
    color: #6fbfe0;
    background: linear-gradient(145deg, #e9f8fe 0%, #f8f7ff 100%);
    text-align: center;
}

.kons-browser-body .kons-ms {
    display: block;
    margin: 0 auto 10px;
    font-size: 44px;
}

.kons-browser-body span:not(.kons-ms) {
    color: #7a7a84;
    font-size: 14px;
}

.kons-person-card {
    max-width: 1164px;
    margin: 0 auto;
    padding: 68px 66px;
}

.kons-person-card .elementor-container {
    align-items: center;
}

.kons-person-photo img {
    width: 292px !important;
    height: 292px !important;
    border-radius: 12px;
    object-fit: cover;
    background: #edf4f8;
}

.kons-person-name .elementor-heading-title {
    margin: 0 0 18px;
    color: #18182c;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.14;
}

.kons-person-role {
    margin: 0 0 30px;
    color: #535353;
    font-size: 18px;
    line-height: 1.45;
}

.kons-contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #18182c;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px;
    text-decoration: none;
}

a.kons-contact-line:hover {
    color: #e74f0e;
    text-decoration: none;
}

.kons-contact-line .kons-ms {
    color: #e74f0e;
    width: 20px;
    min-width: 20px;
    font-family: "Material Symbols Outlined" !important;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

@media (max-width: 820px) {
    .kons-title-inset,
    .kons-button,
    .kons-intro-left,
    .kons-benefit-left,
    .kons-case-grid,
    .kons-section-head-copy {
        padding-left: 0;
    }

    .kons-section .review-section-title.elementor-widget-heading .elementor-heading-title {
        font-size: 38px;
    }

    .kons-hero {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .kons-benefit-card,
    .kons-case-card,
    .kons-person-card {
        padding: 34px 28px;
    }

    .kons-quote-card {
        padding: 54px 28px;
    }

    .kons-quote-card .elementor-widget-text-editor {
        font-size: 20px;
    }

    .kons-lead {
        font-size: 22px;
    }

    .kons-case-card {
        min-height: auto;
    }

    .kons-case-card .elementor-heading-title {
        font-size: 30px;
    }

    .kons-person-photo img {
        width: min(292px, 100%) !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
    }
}

/* Final overrides for the new global header/footer after legacy theme rules. */
.ct-site-header .ct-site-header__logo {
    position: static !important;
    opacity: 1 !important;
}

.ct-site-header.ct-header-light .ct-site-header__logo--dark,
.ct-site-header.ct-header-dark .ct-site-header__logo--light {
    display: none !important;
}

.ct-site-header.ct-header-light .main-navigation li a,
.ct-site-header.ct-header-light .ct-site-header__phone a,
.ct-site-header.ct-header-light .ct-site-header__wordmark,
.ct-site-header.ct-header-light #lang_choice_1 {
    color: #fff !important;
}

.ct-site-header.ct-header-dark .main-navigation li a,
.ct-site-header.ct-header-dark .ct-site-header__phone a,
.ct-site-header.ct-header-dark .ct-site-header__wordmark,
.ct-site-header.ct-header-dark #lang_choice_1 {
    color: #333 !important;
}

.ct-site-footer .main-navigation a {
    color: #fff !important;
}

/* New global header/footer shell */
.ct-site-header {
    --ct-menu-underline-glow: 0 0 4px rgba(231, 79, 14, 0.18); /* Set to none to remove the subtle accent glow. */
    left: 0;
    right: 0;
    z-index: 9999;
    padding-top: 30px;
    max-height: 70px;
    transition: background 300ms ease, box-shadow 360ms ease, transform 240ms ease;
}

.ct-site-header.ct-header-light {
    position: absolute;
    top: 0;
    background: transparent;
    padding-top: 10px;
}

.ct-site-header.ct-header-dark {
    position: relative;
    top: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(250, 253, 255, 0.68));
    box-shadow: 0 10px 28px rgba(24, 24, 44, 0.035);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.admin-bar .ct-site-header.ct-header-light {
    top: 32px;
}

.ct-site-header.ct-header-dark + #content {
    padding-top: 64px;
}

/*
.admin-bar .ct-site-header.ct-header-dark + #content {
    padding-top: 96px;
}*/

.ct-site-header .container-fluid {
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.ct-site-header .row {
    width: 100%;    
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}

.ct-site-header .row > [class*="col-"] {
    display: flex;
    align-items: center;
}

.ct-site-header .row > [class*="col-"]:nth-child(2) {
    justify-content: flex-end;
}

.ct-site-header .row > [class*="col-"]:last-child {
    justify-content: flex-end;
}

.ct-site-header .row > [class*="col-"]:first-child,
.ct-site-footer .row > [class*="col-"]:first-child {
    padding-left: 0;
}

.ct-site-header .row > [class*="col-"]:last-child,
.ct-site-footer .row > [class*="col-"]:last-child {
    padding-right: 0;
}

.ct-site-header__logo-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
}

.ct-site-header__logo {
    position: static !important;
    max-height: 42px;
    width: auto;
    transition: opacity 220ms ease;
}

.ct-header-light .ct-site-header__logo--dark,
.ct-header-dark .ct-site-header__logo--light {
    display: none;
}

.ct-site-header__site-name {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.ct-header-dark .ct-site-header__site-name {
    color: #333;
}

.ct-site-header__wordmark {
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

/* Temporary menu-logo text switch. Remove this rule to restore the wordmark. */
.ct-site-header__wordmark {
    display: none !important;
}

.ct-header-dark .ct-site-header__wordmark {
    color: #333;
}

.ct-site-header__wordmark-main {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 0.92;
}

.ct-site-header__wordmark-sub {
    display: block;
    margin-top: 2px;
    font-size: 8.5px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
}

.ct-site-header .row > .ct-site-header__mobile-brand,
.ct-site-header .row > .ct-site-header__mobile-actions,
.ct-mobile-menu {
    display: none !important;
}

.ct-mobile-menu-toggle {
    position: relative;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    transition: transform 220ms ease;
}

.ct-mobile-menu-toggle:hover,
.ct-mobile-menu-toggle:focus {
    background: transparent;
    box-shadow: none;
    transform: translateY(-1px);
}

.ct-mobile-menu-toggle__line {
    position: absolute;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    color: #e74f0e;
    transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 180ms ease;
}

.ct-site-header.ct-header-light:not(.fadeInDown) .ct-mobile-menu-toggle__line {
    color: #fff;
}

.ct-mobile-menu-toggle__line:nth-child(1) {
    transform: translateY(-8px);
}

.ct-mobile-menu-toggle__line:nth-child(3) {
    transform: translateY(8px);
}

.ct-mobile-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    z-index: 2;
    padding: 18px;
    border: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 0%, rgba(176, 212, 226, 0), transparent 42%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(250, 253, 255, 0.68));
    box-shadow: 0 10px 28px rgba(24, 24, 44, 0.035);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.98);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ct-mobile-menu__list {
    display: grid;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ct-mobile-menu__list li {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
    transition: opacity 240ms ease, transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ct-mobile-menu__list li:nth-child(1) { transition-delay: 30ms; }
.ct-mobile-menu__list li:nth-child(2) { transition-delay: 60ms; }
.ct-mobile-menu__list li:nth-child(3) { transition-delay: 90ms; }
.ct-mobile-menu__list li:nth-child(4) { transition-delay: 120ms; }
.ct-mobile-menu__list li:nth-child(5) { transition-delay: 150ms; }
.ct-mobile-menu__list li:nth-child(6) { transition-delay: 180ms; }

.ct-mobile-menu__list a,
.ct-mobile-menu__phone {
    display: flex;
    align-items: center;
    min-height: 42px;
    color: #303030;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.ct-mobile-menu__list a {
    position: relative;
    padding: 6px 8px 6px 18px;
}

.ct-mobile-menu__list a::before {
    content: "";
    position: absolute;
    left: 2px;
    width: 6px;
    height: 1px;
    border-radius: 999px;
    background: #e74f0e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.ct-mobile-menu__list .current_page_item > a::before,
.ct-mobile-menu__list .current-menu-item > a::before,
.ct-mobile-menu__list .is-active > a::before,
.ct-mobile-menu__list a[aria-current="page"]::before,
.ct-mobile-menu__list a:hover::before,
.ct-mobile-menu__list a:focus::before {
    transform: scaleX(1);
}

.ct-mobile-menu__phone {
    position: relative;
    gap: 10px;
    margin-top: 10px;
    padding: 8px 8px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-family: Montserrat, Arial, sans-serif !important;
}

body.ct-mobile-menu-open {
    overflow: hidden;
}

body.ct-mobile-menu-open .ct-mobile-menu,
.ct-site-header.is-mobile-menu-open .ct-mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

body.ct-mobile-menu-open .ct-mobile-menu__list li,
.ct-site-header.is-mobile-menu-open .ct-mobile-menu__list li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.ct-mobile-menu-open .ct-mobile-menu-toggle__line:nth-child(1),
.ct-site-header.is-mobile-menu-open .ct-mobile-menu-toggle__line:nth-child(1) {
    transform: rotate(45deg);
}

body.ct-mobile-menu-open .ct-mobile-menu-toggle__line:nth-child(2),
.ct-site-header.is-mobile-menu-open .ct-mobile-menu-toggle__line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

body.ct-mobile-menu-open .ct-mobile-menu-toggle__line:nth-child(3),
.ct-site-header.is-mobile-menu-open .ct-mobile-menu-toggle__line:nth-child(3) {
    transform: rotate(-45deg);
}

.ct-site-header .main-navigation ul {
    margin-bottom: 0;
}

.ct-site-header .navigation-top,
.ct-site-header .main-navigation,
.ct-site-header .main-navigation .menu,
.ct-site-header .select__list,
.ct-site-header__phone {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ct-site-header .navigation-top,
.ct-site-header .main-navigation,
.ct-site-header__phone,
.ct-lang-selector {
    display: inline-flex !important;
    align-items: center;
}

.ct-site-header .select__list {
    display: flex;
    align-items: center;
}

.ct-site-header .main-navigation li {
    margin-left: 0;
}

.ct-site-header .main-navigation li a,
.ct-site-header__phone a,
.ct-site-header #lang_choice_1 {
    color: #fff;
}

.ct-site-header__phone,
.ct-site-header__phone a {
    font-family: Montserrat, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}

.ct-header-dark .main-navigation li a,
.ct-header-dark .ct-site-header__phone a,
.ct-header-dark #lang_choice_1 {
    color: #333;
}

.ct-header-dark .ct-lang-selector {
    color: #333;
}

@media (min-width: 992px) {
    .ct-site-header .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        column-gap: 24px;
    }

    .ct-site-header .row > .ct-site-header__desktop-brand,
    .ct-site-header .row > .ct-site-header__desktop-nav,
    .ct-site-header .row > .ct-site-header__desktop-tools {
        width: auto;
        max-width: none;
        flex: none;
        padding-left: 0;
        padding-right: 0;
    }

    .ct-site-header .row > .ct-site-header__desktop-brand {
        grid-column: 1;
        justify-self: start;
    }

    .ct-site-header .row > .ct-site-header__desktop-nav {
        grid-column: 2;
        justify-self: center;
        justify-content: center;
    }

    .ct-site-header .row > .ct-site-header__desktop-tools {
        grid-column: 3;
        justify-self: end;
        justify-content: flex-end;
    }

    .ct-site-header .navigation-top {
        position: static;
        width: max-content;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        transform: none;
    }

    .ct-site-header .main-navigation .menu {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.ct-section-doted-overlay,
.ct-section-dotted-overlay,
.ct-section-doted-overlay > .elementor-container,
.ct-section-dotted-overlay > .elementor-container,
.ct-section-doted-overlay > .e-con-inner,
.ct-section-dotted-overlay > .e-con-inner {
    position: relative;
}

.ct-section-doted-overlay,
.ct-section-dotted-overlay {
    overflow: hidden;
}

.ct-section-doted-overlay::after,
.ct-section-dotted-overlay::after,
.ct-site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.13) 1px, transparent 1.25px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 1;
}

.ct-section-doted-overlay > .elementor-container,
.ct-section-dotted-overlay > .elementor-container,
.ct-section-doted-overlay > .e-con-inner,
.ct-section-dotted-overlay > .e-con-inner,
.ct-site-footer .container-fluid {
    position: relative;
    z-index: 2;
}

.ct-section-doted-overlay--blue::after,
.ct-section-dotted-overlay--blue::after {
    background-image: radial-gradient(circle, rgba(186, 236, 240, 0.16) 1px, transparent 1.25px);
}

.ct-site-footer::after {
    opacity: 0.55;
    mask-image: radial-gradient(circle at 34% 50%, rgba(0, 0, 0, 0.86) 0, rgba(0, 0, 0, 0.45) 42%, transparent 88%);
    -webkit-mask-image: radial-gradient(circle at 34% 50%, rgba(0, 0, 0, 0.86) 0, rgba(0, 0, 0, 0.45) 42%, transparent 88%);
}

.ct-site-footer {
    position: relative;
    overflow: hidden;
    padding: 56px 0 46px;
    background:
        radial-gradient(circle at 76% 80%, rgba(22, 0, 108, 0.48), transparent 32%),
        linear-gradient(105deg, #1975b5 0%, #061a54 52%, #02072d 100%);
}

.ct-site-footer .row {
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

.ct-site-footer .container-fluid {
    width: min(1264px, calc(100% - 56px));
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.ct-site-footer__top {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ct-site-footer__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.ct-site-footer__left p {
    padding-left: 0 !important;
}

.ct-site-footer .main-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ct-site-footer .main-navigation li {
    margin: 0;
}

.ct-site-footer .main-navigation a {
    padding-left: 0;
    color: #fff !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 220ms ease;
}

.ct-site-footer .main-navigation a:hover,
.ct-site-footer .main-navigation a:focus {
    color: #e74f0e !important;
}

.ct-site-footer__social {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.ct-site-footer__social .ct-social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ct-site-footer__social .ct-social-links__item {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.ct-site-footer__social .ct-social-links__item:hover,
.ct-site-footer__social .ct-social-links__item:focus {
    background: #e74f0e;
    border-color: #e74f0e;
    color: #fff !important;
    transform: translateY(-1px);
}

.ct-site-footer__bottom {
    padding-top: 18px;
}

.ct-site-footer__bottom p {
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: Montserrat, Arial, sans-serif;
}

/* Reusable thin arrow action. Add `ct-arrow-action` to Elementor buttons, links, or submit buttons. */
.ct-arrow-action,
.ct-arrow-action .elementor-button,
button.ct-arrow-action,
.wpforms-submit.ct-arrow-action,
.creavibc-book-now-btn,
.ct-contact-section button.wpforms-submit,
.ct-elementor-form-wrap button.wpforms-submit {
    position: relative;
}

a.ct-arrow-action:not(.elementor-button),
.ct-arrow-action a:not(.elementor-button) {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ct-arrow-action .elementor-button,
a.elementor-button.ct-arrow-action,
button.ct-arrow-action,
.wpforms-submit.ct-arrow-action,
.creavibc-book-now-btn,
.ct-contact-section button.wpforms-submit,
.ct-elementor-form-wrap button.wpforms-submit {
    padding-right: 54px !important;
    transition:
        background-color 220ms ease,
        color 220ms ease,
        box-shadow 220ms ease;
}

a.ct-arrow-action:not(.elementor-button)::after,
a.ct-arrow-action:not(.elementor-button)::before,
.ct-arrow-action .elementor-button::after,
.ct-arrow-action .elementor-button::before,
a.elementor-button.ct-arrow-action::after,
a.elementor-button.ct-arrow-action::before,
button.ct-arrow-action::after,
button.ct-arrow-action::before,
.wpforms-submit.ct-arrow-action::after,
.wpforms-submit.ct-arrow-action::before,
.creavibc-book-now-btn::after,
.creavibc-book-now-btn::before,
.ct-contact-section button.wpforms-submit::after,
.ct-contact-section button.wpforms-submit::before,
.ct-elementor-form-wrap button.wpforms-submit::after,
.ct-elementor-form-wrap button.wpforms-submit::before {
    content: "";
    position: absolute;
    top: 50%;
    pointer-events: none;
    color: currentColor;
    transition: right 220ms ease;
}

a.ct-arrow-action:not(.elementor-button)::after,
.ct-arrow-action .elementor-button::after,
a.elementor-button.ct-arrow-action::after,
button.ct-arrow-action::after,
.wpforms-submit.ct-arrow-action::after,
.creavibc-book-now-btn::after,
.ct-contact-section button.wpforms-submit::after,
.ct-elementor-form-wrap button.wpforms-submit::after {
    right: 24px;
    width: 18px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

a.ct-arrow-action:not(.elementor-button)::before,
.ct-arrow-action .elementor-button::before,
a.elementor-button.ct-arrow-action::before,
button.ct-arrow-action::before,
.wpforms-submit.ct-arrow-action::before,
.creavibc-book-now-btn::before,
.ct-contact-section button.wpforms-submit::before,
.ct-elementor-form-wrap button.wpforms-submit::before {
    right: 24px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

a.ct-arrow-action:not(.elementor-button):hover::after,
a.ct-arrow-action:not(.elementor-button):focus::after,
.ct-arrow-action:hover .elementor-button::after,
.ct-arrow-action:focus-within .elementor-button::after,
a.elementor-button.ct-arrow-action:hover::after,
a.elementor-button.ct-arrow-action:focus::after,
button.ct-arrow-action:hover::after,
button.ct-arrow-action:focus::after,
.wpforms-submit.ct-arrow-action:hover::after,
.wpforms-submit.ct-arrow-action:focus::after,
.creavibc-book-now-btn:hover::after,
.creavibc-book-now-btn:focus::after,
.ct-contact-section button.wpforms-submit:hover::after,
.ct-contact-section button.wpforms-submit:focus::after,
.ct-elementor-form-wrap button.wpforms-submit:hover::after,
.ct-elementor-form-wrap button.wpforms-submit:focus::after {
    right: 18px;
}

a.ct-arrow-action:not(.elementor-button):hover::before,
a.ct-arrow-action:not(.elementor-button):focus::before,
.ct-arrow-action:hover .elementor-button::before,
.ct-arrow-action:focus-within .elementor-button::before,
a.elementor-button.ct-arrow-action:hover::before,
a.elementor-button.ct-arrow-action:focus::before,
button.ct-arrow-action:hover::before,
button.ct-arrow-action:focus::before,
.wpforms-submit.ct-arrow-action:hover::before,
.wpforms-submit.ct-arrow-action:focus::before,
.creavibc-book-now-btn:hover::before,
.creavibc-book-now-btn:focus::before,
.ct-contact-section button.wpforms-submit:hover::before,
.ct-contact-section button.wpforms-submit:focus::before,
.ct-elementor-form-wrap button.wpforms-submit:hover::before,
.ct-elementor-form-wrap button.wpforms-submit:focus::before {
    right: 18px;
}

.ct-arrow-action:hover .elementor-button,
.ct-arrow-action:focus-within .elementor-button,
a.elementor-button.ct-arrow-action:hover,
a.elementor-button.ct-arrow-action:focus,
button.ct-arrow-action:hover,
button.ct-arrow-action:focus,
.wpforms-submit.ct-arrow-action:hover,
.wpforms-submit.ct-arrow-action:focus,
.creavibc-book-now-btn:hover,
.creavibc-book-now-btn:focus,
.ct-contact-section button.wpforms-submit:hover,
.ct-contact-section button.wpforms-submit:focus,
.ct-elementor-form-wrap button.wpforms-submit:hover,
.ct-elementor-form-wrap button.wpforms-submit:focus {
    background-color: #e74f0e;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%);
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12);
}

.ct-arrow-action:active .elementor-button,
a.elementor-button.ct-arrow-action:active,
button.ct-arrow-action:active,
.wpforms-submit.ct-arrow-action:active,
.creavibc-book-now-btn:active,
.ct-contact-section button.wpforms-submit:active,
.ct-elementor-form-wrap button.wpforms-submit:active {
    background-color: #d94708;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.1), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(145, 42, 4, 0.22), transparent 46%);
    box-shadow: 0 6px 18px rgba(231, 79, 14, 0.1);
}

.ct-arrow-action .elementor-button.elementor-button-outline:hover,
.ct-arrow-action:focus-within .elementor-button.elementor-button-outline,
.ct-arrow-action .elementor-button[style*="background: transparent"]:hover,
.ct-arrow-action:focus-within .elementor-button[style*="background: transparent"],
.ct-arrow-action .elementor-button[style*="background-color: transparent"]:hover,
.ct-arrow-action:focus-within .elementor-button[style*="background-color: transparent"],
.ct-arrow-action .elementor-button[style*="background: #FFFFFF00"]:hover,
.ct-arrow-action:focus-within .elementor-button[style*="background: #FFFFFF00"],
.ct-arrow-action .elementor-button[style*="background: #ffffff00"]:hover,
.ct-arrow-action:focus-within .elementor-button[style*="background: #ffffff00"],
.ct-arrow-action .elementor-button[style*="background-color: #FFFFFF00"]:hover,
.ct-arrow-action:focus-within .elementor-button[style*="background-color: #FFFFFF00"],
.ct-arrow-action .elementor-button[style*="background-color: #ffffff00"]:hover,
.ct-arrow-action:focus-within .elementor-button[style*="background-color: #ffffff00"],
a.elementor-button.ct-arrow-action[style*="background: #FFFFFF00"]:hover,
a.elementor-button.ct-arrow-action[style*="background: #FFFFFF00"]:focus,
a.elementor-button.ct-arrow-action[style*="background: #ffffff00"]:hover,
a.elementor-button.ct-arrow-action[style*="background: #ffffff00"]:focus,
a.elementor-button.ct-arrow-action[style*="background-color: #FFFFFF00"]:hover,
a.elementor-button.ct-arrow-action[style*="background-color: #FFFFFF00"]:focus,
a.elementor-button.ct-arrow-action[style*="background-color: #ffffff00"]:hover,
a.elementor-button.ct-arrow-action[style*="background-color: #ffffff00"]:focus,
a.elementor-button.ct-arrow-action.elementor-button-outline:hover,
a.elementor-button.ct-arrow-action.elementor-button-outline:focus,
a.elementor-button.ct-arrow-action[style*="background: transparent"]:hover,
a.elementor-button.ct-arrow-action[style*="background: transparent"]:focus,
a.elementor-button.ct-arrow-action[style*="background-color: transparent"]:hover,
a.elementor-button.ct-arrow-action[style*="background-color: transparent"]:focus,
button.ct-arrow-action[style*="background: #FFFFFF00"]:hover,
button.ct-arrow-action[style*="background: #FFFFFF00"]:focus,
button.ct-arrow-action[style*="background: #ffffff00"]:hover,
button.ct-arrow-action[style*="background: #ffffff00"]:focus,
button.ct-arrow-action[style*="background: transparent"]:hover,
button.ct-arrow-action[style*="background: transparent"]:focus,
button.ct-arrow-action[style*="background-color: #FFFFFF00"]:hover,
button.ct-arrow-action[style*="background-color: #FFFFFF00"]:focus,
button.ct-arrow-action[style*="background-color: #ffffff00"]:hover,
button.ct-arrow-action[style*="background-color: #ffffff00"]:focus,
button.ct-arrow-action[style*="background-color: transparent"]:hover,
button.ct-arrow-action[style*="background-color: transparent"]:focus {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

/* Transparent/read-more arrow action: arrow only, no background or shadow. */
.ct-arrow-action-clear,
.ct-arrow-action-clear .elementor-button,
a.elementor-button.ct-arrow-action-clear,
button.ct-arrow-action-clear {
    position: relative;
}

a.ct-arrow-action-clear:not(.elementor-button) {
    display: inline-flex;
    align-items: center;
    padding-right: 34px;
}

.ct-arrow-action-clear .elementor-button,
a.elementor-button.ct-arrow-action-clear,
button.ct-arrow-action-clear {
    padding-right: 54px !important;
    background-image: none !important;
    box-shadow: none !important;
    transition: color 220ms ease, right 220ms ease;
}

a.ct-arrow-action-clear:not(.elementor-button)::after,
a.ct-arrow-action-clear:not(.elementor-button)::before,
.ct-arrow-action-clear .elementor-button::after,
.ct-arrow-action-clear .elementor-button::before,
a.elementor-button.ct-arrow-action-clear::after,
a.elementor-button.ct-arrow-action-clear::before,
button.ct-arrow-action-clear::after,
button.ct-arrow-action-clear::before {
    content: "";
    position: absolute;
    top: 50%;
    pointer-events: none;
    color: currentColor;
    transition: right 220ms ease;
}

a.ct-arrow-action-clear:not(.elementor-button)::after {
    right: 0;
    width: 18px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

a.ct-arrow-action-clear:not(.elementor-button)::before {
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.ct-arrow-action-clear .elementor-button::after,
a.elementor-button.ct-arrow-action-clear::after,
button.ct-arrow-action-clear::after {
    right: 24px;
    width: 18px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

.ct-arrow-action-clear .elementor-button::before,
a.elementor-button.ct-arrow-action-clear::before,
button.ct-arrow-action-clear::before {
    right: 24px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

a.ct-arrow-action-clear:not(.elementor-button):hover::after,
a.ct-arrow-action-clear:not(.elementor-button):focus::after,
a.ct-arrow-action-clear:not(.elementor-button):hover::before,
a.ct-arrow-action-clear:not(.elementor-button):focus::before {
    right: -6px;
}

.ct-arrow-action-clear:hover .elementor-button::after,
.ct-arrow-action-clear:focus-within .elementor-button::after,
.ct-arrow-action-clear:hover .elementor-button::before,
.ct-arrow-action-clear:focus-within .elementor-button::before,
a.elementor-button.ct-arrow-action-clear:hover::after,
a.elementor-button.ct-arrow-action-clear:focus::after,
a.elementor-button.ct-arrow-action-clear:hover::before,
a.elementor-button.ct-arrow-action-clear:focus::before,
button.ct-arrow-action-clear:hover::after,
button.ct-arrow-action-clear:focus::after,
button.ct-arrow-action-clear:hover::before,
button.ct-arrow-action-clear:focus::before {
    right: 18px;
}

.ct-arrow-action-clear:hover .elementor-button,
.ct-arrow-action-clear:focus-within .elementor-button,
a.elementor-button.ct-arrow-action-clear:hover,
a.elementor-button.ct-arrow-action-clear:focus,
button.ct-arrow-action-clear:hover,
button.ct-arrow-action-clear:focus {
    background-image: none !important;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .ct-site-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        min-height: 64px;
        max-height: none;
        padding-top: 0;
        background: transparent;
        box-shadow: none;
    }

    .admin-bar .ct-site-header {
        top: 32px;
    }

    .ct-site-header::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: 1;
        background:
            radial-gradient(circle at 18% 0%, rgba(176, 212, 226, 0), transparent 42%),
            linear-gradient(115deg, rgba(255, 255, 255, 0.86), rgba(250, 253, 255, 0.72));
        box-shadow: 0 10px 28px rgba(24, 24, 44, 0.055);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .ct-site-header .container-fluid {
        min-height: 64px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ct-site-header .row {
        align-items: center;
    }

    .ct-site-header .row > [class*="col-"] {
        display: none;
    }

    .ct-site-header .row > .ct-site-header__mobile-brand,
    .ct-site-header .row > .ct-site-header__mobile-actions {
        display: flex !important;
    }

    .ct-site-header__mobile-brand {
        align-items: center;
        padding-left: 0;
    }

    .ct-site-header__mobile-actions {
        justify-content: flex-end;
        padding-right: 0;
    }

    .ct-site-header.ct-header-light .ct-site-header__logo--light,
    .ct-site-header.ct-header-dark .ct-site-header__logo--dark,
    .ct-site-header.sticky.fadeInDown .ct-site-header__logo--dark {
        display: inline-block !important;
        opacity: 1 !important;
    }

    .ct-site-header.ct-header-light .ct-site-header__logo--dark,
    .ct-site-header.ct-header-dark .ct-site-header__logo--light,
    .ct-site-header.sticky.fadeInDown .ct-site-header__logo--light {
        display: none !important;
    }

    .ct-site-header.ct-header-dark .ct-site-header__wordmark,
    .ct-site-header.sticky.fadeInDown .ct-site-header__wordmark {
        color: #303030 !important;
    }

    .ct-site-header.ct-header-light .ct-site-header__wordmark {
        color: #fff !important;
    }

    .ct-site-header.ct-header-light:not(.fadeInDown)::before {
        opacity: 0;
    }

    .ct-site-header.ct-header-light:not(.fadeInDown) {
        padding-top: 10px;
    }

    .ct-site-header.ct-header-light.sticky.fadeInDown .ct-site-header__logo--light {
        display: none !important;
    }

    .ct-site-header.ct-header-light.sticky.fadeInDown .ct-site-header__logo--dark {
        display: inline-block !important;
        opacity: 1 !important;
    }

    .ct-site-header.ct-header-light.sticky.fadeInDown .ct-site-header__wordmark {
        color: #303030 !important;
    }

    .ct-site-header__mobile-brand .ct-site-header__logo {
        height: 42px;
        max-height: 42px;
        width: auto;
        object-fit: contain;
    }

    .ct-site-header__wordmark-main {
        font-size: 24px;
    }

    .ct-mobile-menu {
        display: block !important;
    }

    .ct-site-header.ct-header-dark + #content {
        padding-top: 64px;
    }

    .admin-bar .ct-site-header.ct-header-dark + #content {
        padding-top: 96px;
    }

    .ct-site-footer__left,
    .ct-site-footer__social {
        align-items: center;
        text-align: center;
    }

    .ct-site-footer__social {
        margin-top: 24px;
        justify-content: center;
    }

    .ct-site-footer__social .ct-social-links {
        justify-content: center;
    }

    .ct-site-footer .main-navigation .menu {
        justify-content: center;
    }
}

@media (max-width: 782px) {
    .admin-bar .ct-site-header {
        top: 46px;
    }

    .admin-bar .ct-site-header.ct-header-dark + #content {
        padding-top: 110px;
    }
}

/* Elementor rebuild: Team and Contact sections */
.ct-team-elementor-section,
.ct-contact-elementor-section {
    position: relative;
    overflow: hidden;
}

.ct-team-elementor-section {
    background: #fff;
}

.ct-soft-blue-section {
    background-color: #fbfaff;
    background-image:
        radial-gradient(circle at 12% 6%, rgba(22, 0, 108, 0.045), transparent 46%),
        radial-gradient(circle at 86% 88%, rgba(33, 156, 208, 0.05), transparent 44%);
}

.ct-contact-elementor-section {
    background: #fbfaff;
    background-image:
        radial-gradient(circle at 12% 6%, rgba(22, 0, 108, 0.045), transparent 46%),
        radial-gradient(circle at 86% 88%, rgba(33, 156, 208, 0.05), transparent 44%);
}

.ct-contact-page-hero,
.ct-contact-page-section {
    position: relative;
    overflow: hidden;
}

.ct-contact-page-hero {
    background-color: #fbfaff;
    background-image:
        radial-gradient(circle at 12% 6%, rgba(22, 0, 108, 0.035), transparent 48%),
        radial-gradient(circle at 88% 20%, rgba(33, 156, 208, 0.045), transparent 42%);
}

.ct-contact-page-hero .elementor-container,
.ct-contact-page-section .elementor-container {
    position: relative;
    z-index: 1;
}

.ct-contact-page-title .elementor-heading-title,
.ct-contact-page-title {
    color: #535353;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.14;
    margin: 0;
}

.ct-contact-page-subtitle .elementor-heading-title,
.ct-contact-page-subtitle,
.ct-contact-page-copy,
.ct-contact-page-copy p {
    color: #535353;
    font-family: Raleway, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    margin: 0;
}

.ct-contact-page-copy,
.ct-contact-page-copy p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.ct-contact-page-card,
.ct-contact-office-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(24, 24, 44, 0.055);
}

.ct-contact-page-card {
    padding: 46px 50px;
}

.ct-contact-office-card {
    padding: 34px 36px;
}

.ct-contact-page-card::after,
.ct-contact-office-card::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 18px;
    bottom: 18px;
    width: 150px;
    background-image: radial-gradient(circle, rgba(33, 156, 208, 0.22) 1.35px, transparent 1.35px);
    background-size: 13px 13px;
    opacity: 0.42;
    -webkit-mask-image: radial-gradient(circle at right center, #000 0%, rgba(0, 0, 0, 0.72) 26%, rgba(0, 0, 0, 0.18) 58%, transparent 84%);
    mask-image: radial-gradient(circle at right center, #000 0%, rgba(0, 0, 0, 0.72) 26%, rgba(0, 0, 0, 0.18) 58%, transparent 84%);
    pointer-events: none;
}

.ct-contact-page-card > *,
.ct-contact-office-card > * {
    position: relative;
    z-index: 1;
}

.ct-contact-office-card .elementor-heading-title {
    color: #18182c;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 12px;
}

.ct-contact-office-card .elementor-widget-text-editor,
.ct-contact-office-card .elementor-widget-text-editor p {
    color: #000;
    font-family: Raleway, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

.ct-contact-page-card .ct-elementor-form-wrap {
    padding-right: 0;
}

.ct-contact-page-info {
    max-width: 460px;
    margin: 0;
}

@media (max-width: 991px) {
    .ct-contact-page-title .elementor-heading-title,
    .ct-contact-page-title {
        font-size: 30px;
    }

    .ct-contact-page-subtitle .elementor-heading-title,
    .ct-contact-page-subtitle {
        font-size: 22px;
    }

    .ct-contact-page-card,
    .ct-contact-office-card {
        padding: 34px 28px;
    }
}

.ct-team-elementor-section .ct-dots.blue-dots,
.ct-contact-elementor-section .ct-dots.blue-dots {
    top: 150px;
    left: 50px;
    bottom: unset;
}

.ct-elementor-section-title .elementor-heading-title {
    color: #303030;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0;
    padding-left: 100px;
}

.ct-elementor-section-subtitle,
.ct-elementor-section-subtitle p {
    color: #858585;
    font-family: Raleway, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0;
    padding-left: 140px;
}

.ct-elementor-team-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 70px;
}

.ct-elementor-team-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 30px rgba(0, 74, 100, 0.08);
    overflow: hidden;
    padding: 34px 48px;
    margin-bottom: 34px;
    transition: box-shadow 280ms ease;
}

.ct-elementor-team-card:last-child {
    margin-bottom: 0;
}

.ct-elementor-team-card:hover {
    box-shadow: 0px 14px 34px rgba(0, 74, 100, 0.11);
}

.ct-elementor-team-card > .elementor-container {
    align-items: center;
}

.ct-elementor-team-photo img {
    width: 180px !important;
    height: 180px !important;
    min-height: 0;
    border-radius: 8px;
    object-fit: cover;
    background: #f6f6f6;
    display: block;
    margin: 0 auto;
    transition: transform 320ms ease, box-shadow 320ms ease;
}

.ct-elementor-team-card:hover .ct-elementor-team-photo img {
    transform: scale(1.015);
    box-shadow: 0 18px 34px rgba(0, 74, 100, 0.14);
}

.ct-elementor-team-name .elementor-heading-title {
    color: #18182c;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 600;
    margin: 0;
}

.ct-elementor-team-role,
.ct-elementor-team-role p {
    color: #858585;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.ct-elementor-team-copy,
.ct-elementor-team-copy p {
    color: #858585;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.ct-elementor-team-contact {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    margin-bottom: 18px;
}

.ct-elementor-team-contact span,
.ct-elementor-team-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #18182c;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.ct-elementor-team-contact a:hover {
    color: #e74f0e;
    text-decoration: none;
}

.ct-elementor-team-contact .kons-ms,
.ct-elementor-team-contact i {
    color: #e74f0e;
    width: 20px;
    min-width: 20px;
    font-family: "Material Symbols Outlined" !important;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-right: 0;
    text-align: center;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.ct-elementor-booking .elementor-button {
    display: inline-block;
    color: #fff;
    background: #e74f0e;
    border-radius: 20px;
    padding: 10px 36px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.creavi-booking .elementor-button:hover,
.creavi-booking .elementor-button:focus,
.ct-elementor-booking .elementor-button:hover,
.ct-elementor-booking .elementor-button:focus {
    color: #fff;
    background-color: #e74f0e;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%);
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12);
}

.creavi-booking .elementor-button:hover,
.creavi-booking .elementor-button:focus {
    color: #fff !important;
    background-color: #e74f0e !important;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%) !important;
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12) !important;
}

/* creavi booking popup */

@media (max-width: 575px) {
    .creavibc-booking-wrapper h3{
        padding: 0;
        margin: 0;
    }

    .creavibc-popup-footer .creavibc-summary{
        display: none;
    }
}

.ct-contact-elementor-section .ct-elementor-contact-row > .elementor-container {
    align-items: flex-start;
}

.ct-elementor-form-wrap {
    width: 100%;
    padding-right: 60px;
}

.ct-elementor-form-wrap .wpforms-container {
    margin: 0;
}

.ct-elementor-form-wrap .wpforms-field {
    padding: 0 !important;
}

.ct-elementor-form-wrap input,
.ct-elementor-form-wrap textarea {
    width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid #b3b3b3 !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    margin-bottom: 20px !important;
    font-family: Raleway, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #535353 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: border-color 220ms ease, box-shadow 220ms ease;
}

.ct-elementor-form-wrap input:focus,
.ct-elementor-form-wrap textarea:focus {
    outline: none !important;
    border-color: #219cd0 !important;
    box-shadow: 0 6px 14px rgba(33, 156, 208, 0.08) !important;
}

.ct-elementor-form-wrap textarea {
    border: 1px solid #b3b3b3 !important;
    padding: 14px !important;
    min-height: 110px !important;
    resize: vertical;
}

.ct-elementor-form-wrap .wpforms-submit-container {
    text-align: right;
    padding-top: 10px !important;
}

.ct-elementor-form-wrap button.wpforms-submit {
    color: #fff !important;
    background: #e74f0e !important;
    border: 0 !important;
    border-radius: 20px !important;
    padding: 10px 54px 10px 36px !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 15px !important;
    box-shadow: none !important;
    transition: background-color 220ms ease, background-image 220ms ease, box-shadow 220ms ease;
}

.ct-elementor-form-wrap button.wpforms-submit:hover {
    background-color: #e74f0e !important;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%) !important;
    transform: none;
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12) !important;
}

.ct-elementor-contact-info {
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.ct-elementor-contact-info-item {
    display: grid;
    grid-template-columns: 20px 1fr;
    column-gap: 10px;
    align-items: start;
    padding-bottom: 10px;
}

.ct-elementor-contact-info-item .kons-ms,
.ct-elementor-contact-info-item i {
    color: #e74f0e;
    width: 20px;
    min-width: 20px;
    font-family: "Material Symbols Outlined" !important;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-top: 3px;
    text-align: center;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.ct-elementor-contact-info-item span,
.ct-elementor-contact-info-item a,
.ct-elementor-contact-info-item p {
    color: #18182c;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
}

.ct-elementor-contact-info-item a:hover {
    color: #e74f0e;
    text-decoration: none;
}

.ct-elementor-contact-info-item b {
    font-weight: 600;
}

@media (max-width: 991px) {
    .ct-elementor-section-title .elementor-heading-title,
    .ct-elementor-section-subtitle,
    .ct-elementor-section-subtitle p {
        padding-left: 0;
        text-align: center;
    }

    .ct-elementor-section-title .elementor-heading-title {
        font-size: 38px;
    }

    .ct-team-elementor-section .ct-dots.blue-dots,
    .ct-contact-elementor-section .ct-dots.blue-dots {
        display: none !important;
    }

    .ct-elementor-team-card {
        padding: 30px 24px;
    }

    .ct-elementor-team-card > .elementor-container {
        gap: 22px;
    }

    .ct-elementor-form-wrap {
        padding-right: 0;
    }

    .ct-elementor-contact-info {
        margin-top: 40px;
    }
}

/* Elementor rebuild: Hero section
   Keeps Elementor widgets editable while matching front-page-review.html. */
.ct-hero-elementor-section {
    position: relative;
    min-height: 720px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: radial-gradient(1108.93px at 27.16% 50.07%, #219CD0 0%, #1B7FC7 25.68%, #16006C 100%) !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    z-index: 0;
}

.ct-hero-elementor-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1108.93px at 27.16% 50.07%, #21D0C5 0%, #1BC6C7 25.68%, #00436C 100%);
    opacity: 0;
    animation: bg 2800ms ease-in-out 0s infinite alternate-reverse;
    z-index: -1;
    pointer-events: none;
}

.ct-hero-elementor-section > .elementor-container {
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.ct-hero-elementor-section .elementor-column,
.ct-hero-elementor-section .elementor-widget-wrap,
.ct-hero-elementor-section .elementor-widget {
    position: relative;
    z-index: 1;
}

.ct-hero-left-dots {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 2;
    pointer-events: none;
}

.ct-hero-elementor-section .ct-doted-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ct-hero-overlay-widget,
.ct-hero-overlay-widget .elementor-widget-container {
    position: static !important;
    z-index: auto !important;
}

.ct-hero-left-column,
.ct-hero-left-column > .elementor-widget-wrap {
    position: static !important;
}

.ct-hero-logo-widget img {
    width: min(340px, 72%) !important;
    filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.22));
}

.ct-hero-title .elementor-heading-title {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 82px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
}

.ct-hero-subtitle .elementor-heading-title {
    color: #fff;
    font-family: Raleway, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
}

.ct-hero-copy,
.ct-hero-copy p {
    color: #bdf3ff;
    font-family: Raleway, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0;
}

.ct-hero-button .elementor-button {
    color: #fff;
    background: #e74f0e;
    border-radius: 20px;
    padding: 11px 60px 11px 48px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    transition: background 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.ct-hero-button .elementor-button:hover {
    color: #fff;
    background: #f05a16;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(231, 79, 14, 0.22);
}

/* Section reveal */
body.ct-front-sample-reveal .elementor-top-section.ct-reveal-section,
body.ct-front-sample-reveal .e-con.ct-reveal-section,
body.ct-front-sample-reveal section.ct-reveal-section {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.985);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

body.ct-front-sample-reveal .elementor-top-section.ct-reveal-section.ct-section-visible,
body.ct-front-sample-reveal .e-con.ct-reveal-section.ct-section-visible,
body.ct-front-sample-reveal section.ct-reveal-section.ct-section-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

body.ct-front-sample-reveal .ct-reveal-section > .elementor-container > .elementor-column,
body.ct-front-sample-reveal .ct-reveal-section > .e-con-inner > .e-con,
body.ct-front-sample-reveal .ct-reveal-section > .container > .row > [class*="col-"],
body.ct-front-sample-reveal .ct-reveal-section > .container-fluid > .row > [class*="col-"],
body.ct-front-sample-reveal .ct-reveal-section .kons-card,
body.ct-front-sample-reveal .ct-reveal-section .ct-elementor-team-card,
body.ct-front-sample-reveal .ct-reveal-section .ct-elementor-contact-row > .elementor-container > .elementor-column {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
        opacity 640ms ease,
        transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--ct-reveal-order, 0) * 90ms);
}

body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible > .elementor-container > .elementor-column,
body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible > .e-con-inner > .e-con,
body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible > .container > .row > [class*="col-"],
body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible > .container-fluid > .row > [class*="col-"],
body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible .kons-card,
body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible .ct-elementor-team-card,
body.ct-front-sample-reveal .ct-reveal-section.ct-section-visible .ct-elementor-contact-row > .elementor-container > .elementor-column {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.ct-front-sample-reveal .ct-reveal-section .elementor-column:nth-child(1),
body.ct-front-sample-reveal .ct-reveal-section .e-con:nth-child(1),
body.ct-front-sample-reveal .ct-reveal-section .kons-card:nth-child(1) {
    --ct-reveal-order: 0;
}

body.ct-front-sample-reveal .ct-reveal-section .elementor-column:nth-child(2),
body.ct-front-sample-reveal .ct-reveal-section .e-con:nth-child(2),
body.ct-front-sample-reveal .ct-reveal-section .kons-card:nth-child(2) {
    --ct-reveal-order: 1;
}

body.ct-front-sample-reveal .ct-reveal-section .elementor-column:nth-child(3),
body.ct-front-sample-reveal .ct-reveal-section .e-con:nth-child(3),
body.ct-front-sample-reveal .ct-reveal-section .kons-card:nth-child(3) {
    --ct-reveal-order: 2;
}

body.ct-front-sample-reveal .ct-reveal-section .elementor-column:nth-child(4),
body.ct-front-sample-reveal .ct-reveal-section .e-con:nth-child(4),
body.ct-front-sample-reveal .ct-reveal-section .kons-card:nth-child(4) {
    --ct-reveal-order: 3;
}

@media (prefers-reduced-motion: reduce) {
    body.ct-front-sample-reveal .elementor-top-section.ct-reveal-section,
    body.ct-front-sample-reveal .e-con.ct-reveal-section,
    body.ct-front-sample-reveal section.ct-reveal-section,
    body.ct-front-sample-reveal .ct-reveal-section > .elementor-container > .elementor-column,
    body.ct-front-sample-reveal .ct-reveal-section > .e-con-inner > .e-con,
    body.ct-front-sample-reveal .ct-reveal-section > .container > .row > [class*="col-"],
    body.ct-front-sample-reveal .ct-reveal-section > .container-fluid > .row > [class*="col-"],
    body.ct-front-sample-reveal .ct-reveal-section .kons-card,
    body.ct-front-sample-reveal .ct-reveal-section .ct-elementor-team-card,
    body.ct-front-sample-reveal .ct-reveal-section .ct-elementor-contact-row > .elementor-container > .elementor-column {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 991px) {
    .ct-hero-elementor-section {
        height: auto;
        min-height: 660px;
    }

    .ct-hero-elementor-section > .elementor-container {
        min-height: 660px;
        align-items: normal !important;
        padding-top: 82px;
        padding-bottom: 100px;
    }

    .ct-hero-left-dots {
        display: none;
    }

    .ct-hero-left-column,
    .ct-hero-right-column,
    .ct-hero-right-column .elementor-widget {
        text-align: center !important;
    }

    .ct-hero-left-column {
        min-height: 220px;
    }

    .ct-hero-right-column {
        margin-top: clamp(28px, 7vh, 58px);
    }

    .ct-hero-right-column > .elementor-widget-wrap {
        justify-content: flex-start;
    }

    .ct-hero-logo-widget img {
        max-width: 190px;
        width: 50% !important;
        filter: none;
        padding-bottom: 40px;
    }

    .ct-hero-title .elementor-heading-title {
        font-size: 42px;
    }

    .ct-hero-subtitle .elementor-heading-title {
        font-size: 18px;
    }

    .ct-hero-copy,
    .ct-hero-copy p {
        font-size: 15px;
        line-height: 1.45;
    }
}

@media (max-width: 575px) {
    .ct-hero-elementor-section > .elementor-container {
        min-height: 680px;
        padding-top: 92px;
        align-items: normal !important;
    }

    .ct-hero-left-column {
        min-height: 210px;
    }

    .ct-hero-logo-widget img {
        max-width: 176px;
        width: 50% !important;
        padding-bottom: 40px;
    }

    .ct-hero-right-column {
        margin-top: 34px;
    }

    .ct-hero-copy,
    .ct-hero-copy p {
        font-size: 14px;
        line-height: 1.48;
    }
}

body {
    margin: 0;
	position:relative;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
    color: #D8FFFF;
    text-decoration: none;

    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;   
}

ul {
    padding-inline-start: 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #4e6674;
    font-family: "Roboto";
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

h2,
.home.blog .entry-title {
    color: #4e6674;;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
}

h3 {
    color: #4e6674;;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

h4 {
    color: #4e6674;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
}

h5 {
    color: #4e6674;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
}

h6 {
    color: #4e6674;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

p {    
    margin: 0;
    padding: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #4e6674;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

.wpforms-form label {
    font-size: 25px !important;
    font-weight: normal !important;
    color: #0A6D8B !important;
    margin-bottom: 6px !important;
}

.wpforms-form input, .wpforms-form select {
    height: 40px !important;
}

.page-template-template-hristmas-offer .wpforms-form input, .page-template-template-hristmas-offer .wpforms-form select {
    height: auto !important;
}

.wpforms-submit-container {
    text-align: center;
}

.wpforms-submit {
    background: #0A6D8B !important;
    padding: 12px 64px !important;
    color: #fff !important;
    font-size: 25px !important;
    border-radius: 4px !important;
    margin-top: 40px !important;
}

.creavibc-book-now-btn {
    display: inline-block !important;
    color: #fff !important;
    background-color: #e74f0e !important;
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-family: Raleway, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 14px 60px 14px 38px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color 220ms ease, background-image 220ms ease, box-shadow 220ms ease, transform 220ms ease !important;
}

.creavibc-book-now-btn:hover,
.creavibc-book-now-btn:focus {
    color: #fff !important;
    outline: none !important;
}

.ct-contact-section button.wpforms-submit {
    color: #fff !important;
    background-color: #e74f0e !important;
    border: 0 !important;
    border-radius: 20px !important;
    padding: 10px 54px 10px 36px !important;
    box-shadow: none !important;
}

.creavibc-book-now-btn:hover,
.creavibc-book-now-btn:focus,
.creavibc-book-now-btn[data-service-id="1658"]:hover,
.creavibc-book-now-btn[data-service-id="1658"]:focus,
.creavibc-book-now-btn[data-service-id="2695"]:hover,
.creavibc-book-now-btn[data-service-id="2695"]:focus,
.ct-contact-section button.wpforms-submit:hover,
.ct-contact-section button.wpforms-submit:focus {
    color: #fff !important;
    background-color: #e74f0e !important;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%) !important;
    border-color: #e74f0e !important;
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12) !important;
}

.wpforms-required-label{
	display:none;	
}

.wpforms-field-description{
	position: absolute !important;
    top: 168px;
    right: 184px;
	color: #1B8728;
	font-family: "Cormorant";
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/


/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

#lang_choice_1 {
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

#lang_choice_1 option {
    color: #00002C;
}

.ct-header-section {
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 0;
    max-height: 60px;

    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);

    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
}

.ct-header-section.fadeInDown {
    top: 0;
    position: sticky;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    max-height: 60px;
    padding-top: 10px !important;
}

.admin-bar .ct-header-section.fadeInDown {
    top: 32px;
}

.ct_logo, .ct_logo_sticky {
    position: absolute;
    top: 0;
    left: 30px;
}

.ct_logo_sticky {
    opacity: 0;
}

.ct-header-section.fadeInDown .main-navigation li a {
    color: #303030;
}

.ct-header-section.fadeInDown a,
.ct-header-section.fadeInDown #lang_choice_1,
.mob-menu-header-holder #lang_choice_1{
    color: #303030;
}

.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {    
    right: unset !important;
    top: 0px !important;   
}
.mobmenu-content {
    padding-top: 60px !important;   
}

.mob-menu-header-holder #lang_choice_1{
    position: absolute;
    top: 13px;
    right: 5px;
}

.ct-header-section.fadeInDown .ct_logo_sticky {
    opacity: 1;
}

.ct-header-section.fadeInDown .ct_logo {
    opacity: 0;
}

.ct-site-header.sticky {
    will-change: transform, background, box-shadow;
}

.ct-site-header.sticky::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(176, 212, 226, 0), transparent 42%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(250, 253, 255, 0.68));
    box-shadow: 0 10px 28px rgba(24, 24, 44, 0.035);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: opacity 420ms ease;
}

.ct-site-header.sticky.fadeInDown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 64px;
    max-height: none;
    padding-top: 0 !important;
    background: transparent;
    box-shadow: none;
    animation: ct-sticky-header-in 300ms ease;
}

.ct-site-header.ct-header-dark.sticky.fadeInDown {
    min-height: 64px;
    max-height: none;
    padding-top: 0 !important;
    background: transparent;
    box-shadow: none;
    animation: none;
    transition: opacity 180ms ease, background 220ms ease, box-shadow 220ms ease;
}

.ct-site-header.sticky.ct-sticky-leaving {
    animation: ct-sticky-header-out 300ms ease forwards;
}

.ct-site-header.sticky.ct-sticky-restoring {
    opacity: 0;
    animation: ct-normal-header-in 380ms ease forwards;
}

.ct-site-header.ct-header-dark.sticky.ct-sticky-settling {
    opacity: 0.985;
    transition: opacity 180ms ease;
}

.ct-site-header.sticky.fadeInDown::before {
    opacity: 1;
}

.ct-site-header.ct-header-light.sticky.fadeInDown {
    animation-duration: 200ms;
}

.ct-site-header.ct-header-light.sticky.fadeInDown::before {
    transition-duration: 180ms;
}

.ct-site-header.ct-header-dark.sticky.fadeInDown::before {
    opacity: 1;
}

.ct-site-header.sticky.ct-sticky-leaving::before {
    opacity: 0;
}

.admin-bar .ct-site-header.sticky.fadeInDown {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .ct-site-header.sticky.fadeInDown {
        top: 46px;
    }
}

.ct-site-header.sticky.fadeInDown .container-fluid {
    min-height: 64px;
}

.ct-site-header.ct-header-dark.sticky.fadeInDown .container-fluid {
    min-height: 64px;
}

.ct-site-header.sticky.fadeInDown .ct-site-header__logo--light {
    display: none !important;
}

.ct-site-header.sticky.fadeInDown .ct-site-header__logo--dark {
    display: inline-block !important;
    opacity: 1 !important;
}

.ct-site-header.sticky.fadeInDown .main-navigation li a,
.ct-site-header.sticky.fadeInDown .ct-site-header__phone a,
.ct-site-header.sticky.fadeInDown .ct-site-header__wordmark,
.ct-site-header.sticky.fadeInDown #lang_choice_1 {
    color: #303030 !important;
}

.ct-site-header.ct-header-light.sticky.ct-sticky-leaving .main-navigation li a,
.ct-site-header.ct-header-light.sticky.ct-sticky-leaving .ct-site-header__phone a,
.ct-site-header.ct-header-light.sticky.ct-sticky-leaving .ct-site-header__wordmark,
.ct-site-header.ct-header-light.sticky.ct-sticky-leaving #lang_choice_1 {
    color: #fff !important;
}

.ct-site-header.ct-header-light.sticky.ct-sticky-leaving .ct-site-header__logo--light {
    display: inline-block !important;
    opacity: 1 !important;
}

.ct-site-header.ct-header-light.sticky.ct-sticky-leaving .ct-site-header__logo--dark {
    display: none !important;
}

/* Front page at the top: keep the white logo. Sticky view continues to use dark. */
.ct-site-header.ct-header-light:not(.fadeInDown):not(.ct-sticky-leaving) .ct-site-header__logo--light {
    display: inline-block !important;
    opacity: 1 !important;
    width: 42px !important;
    height: auto !important;
    max-height: 42px;
    flex: 0 0 auto;
}

.ct-site-header.ct-header-light:not(.fadeInDown):not(.ct-sticky-leaving) .ct-site-header__logo--dark {
    display: none !important;
}

.ct-site-header.sticky.fadeInDown .ct-site-header__phone i {
    transform: translateY(-1px);
}

.ct-site-header.sticky.fadeInDown .ct-site-header__logo-link,
.ct-site-header.sticky.fadeInDown .main-navigation li a,
.ct-site-header.sticky.fadeInDown .ct-site-header__phone a,
.ct-site-header.sticky.fadeInDown #lang_choice_1 {
    transition: color 220ms ease, opacity 220ms ease;
}

.ct-site-header.ct-header-light.sticky.fadeInDown .ct-site-header__logo-link,
.ct-site-header.ct-header-light.sticky.fadeInDown .main-navigation li a,
.ct-site-header.ct-header-light.sticky.fadeInDown .ct-site-header__phone a,
.ct-site-header.ct-header-light.sticky.fadeInDown #lang_choice_1 {
    transition-duration: 140ms;
}

@media (max-width: 991px) {
    .ct-site-header.ct-header-light.sticky.fadeInDown {
        animation-duration: 100ms;
    }

    .ct-site-header.ct-header-light.sticky.fadeInDown::before {
        transition-duration: 90ms;
    }

    .ct-site-header.ct-header-light.sticky.fadeInDown .ct-site-header__logo-link,
    .ct-site-header.ct-header-light.sticky.fadeInDown .ct-mobile-menu-toggle,
    .ct-site-header.ct-header-light.sticky.fadeInDown .ct-mobile-menu-toggle__line {
        transition-duration: 80ms;
    }
}

.ct-site-header.sticky.fadeInDown .ct-site-header__phone a:hover {
    color: #e74f0e !important;
}

.ct-site-header.sticky.fadeInDown .main-navigation li a:hover {
    color: #303030 !important;
}

.ct-site-header.sticky.fadeInDown .ct-site-header__logo-link:hover {
    transform: none;
}

@keyframes ct-sticky-header-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes ct-sticky-header-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes ct-normal-header-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ct-site-header.sticky.fadeInDown,
    .ct-site-header.sticky.ct-sticky-leaving,
    .ct-site-header.sticky.ct-sticky-restoring {
        animation: none;
        opacity: 1;
    }

    .ct-site-header.sticky::before,
    .ct-site-header.sticky.fadeInDown .ct-site-header__logo-link,
    .ct-site-header.sticky.fadeInDown .main-navigation li a,
    .ct-site-header.sticky.fadeInDown .ct-site-header__phone a,
    .ct-site-header.sticky.fadeInDown #lang_choice_1 {
        transition: none;
    }
}

ul.menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-navigation li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
}

footer .main-navigation li a {
    font-size: 13px;
    letter-spacing: 0.02em;
}

.main-navigation li {
    position: relative;
}

.navigation-top .main-navigation ul > li > a {
    display: inline-flex;
    align-items: center;
    transform: none !important;
    filter: none !important;
    text-shadow: none !important;
}

.navigation-top .main-navigation ul > li > a:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -7px;
    z-index: 1;
    height: 0;
    border-radius: 0;
    border-bottom: 1px solid #e74f0e;
    background: transparent;
    box-shadow: var(--ct-menu-underline-glow);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.navigation-top .main-navigation .current_page_item > a:after,
.navigation-top .main-navigation .current-menu-item > a:after,
.navigation-top .main-navigation .current-menu-ancestor > a:after,
.navigation-top .main-navigation .is-active > a:after,
.navigation-top .main-navigation a[aria-current="page"]:after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

.navigation-top .main-navigation li:hover > a:after,
.navigation-top .main-navigation li:focus-within > a:after {
    opacity: 1;
    transform: scaleX(1);
}

.ct-site-header.ct-header-light:not(.fadeInDown) .navigation-top .main-navigation li:hover > a:after,
.ct-site-header.ct-header-light:not(.fadeInDown) .navigation-top .main-navigation li:focus-within > a:after {
    opacity: 1;
    transform: scaleX(1);
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
	position: relative;
    /* Fallback for when there is no custom background color defined. */
}

#wrapper, #content, .container, .row{
    position: relative;
}
.container, .row{
	z-index:3;
}


/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
}

/*
*,
*:before,
*:after{
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.select {
    display: inline-block;
    vertical-align: top;
    max-width: 245px;
    width: 100%;
}

.select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
}

.select-wrap select {
    margin: 20px;
}

.select__gap {
    background: transparent;
    color: #467797;
    border: 1px solid #467797;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.on.select__gap,
.select__gap:hover {
    color: #467797;
}

.select__list {
    background: transparent;
    border: 1px solid #467797;
    margin: 0px 0;
}

.select__list.on {
    display: block;
}

.select__item span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
}

.select__item.selected,
.select__item span:hover {
    color: #467797;
}

.select__gap:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #000;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.on.select__gap:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
*/

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

/* Slider section */

.ct-home-slider-section {
    height: 100vh;
    width: 100%;
    display: table;
}

.ct-home-slider-section-content{
    display: table-cell;
    vertical-align: middle;
}


.ct-christmas-offer-link{
    position: absolute;
    right: 6%;
    bottom: -18%;
	z-index:9;
}
.ct-christmas-offer-link a:hover{
    color: #f00b4e;
}


/*

.ct_logo_anim {
    -moz-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.ct_logo_anim:hover{
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
*/

.dot {
    width: 3px;
    height: 3px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.blue-dots .dot {
    background: linear-gradient(180deg, #7F8DD3 0%, #0400BB 100%) !important;
    position: relative;
}

.green-dots .dot {
    background: #5B7B12 !important;
    position: relative;
}

.ct-dots {
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.page-template-template-min-menu .ct-first-section .ct-dots{
	bottom: -40px;
	left: 119px;
}

.page-template-template-min-menu .ct-dots{
	bottom: -18px;
	left: -150px;
}

.ct-dots.blue-dots {
    top: 150px;
    bottom: unset;
}

.circle::before {
    content: "";
    border-radius: 50%;
    background: transparent;
    width: 9px;
    height: 9px;
    position: absolute;
    opacity: 1;
    border: 1px solid #fff;
    top: -3px;
    left: -3px;
    animation: scaleIn 2s infinite cubic-bezier(.86, .11, .89, .92);
}

.blue-dots .circle::before {
    border: 0.5px solid #0400BB;
    animation: scaleIn 2s infinite ease-in-out;
    background: #fff !important;
}

.green-dots .circle::before {
    border: 0.5px solid #5B7B12;
    animation: scaleIn 2s infinite ease-in-out;
    background: #fff !important;
}

@keyframes scaleIn {
    from {
        transform: scale(1, 1);
        opacity: 0.8;

    }
    to {
        transform: scale(1.3, 1.3);
        opacity: 0;

    }
}

/* Service Section */

.ct-section {
    padding: 0px 30px;
    position: relative;	
}
#services{
	z-index:-1;
}

.ct-attention-section {
    padding: 60px 30px !important;
}

.ct-service-thumb {
    min-height: 150px;
}

.ct-map-section{
    overflow: hidden;
    position: relative;
}

.ct-map-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    z-index: 9;
}

.brk-map__opener{
    position: absolute;
    top: 50%;
    left:50%;
    z-index: 10;
}

/* Folio Section */

.ct-folio {
    position: relative;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ct-folio h3 {
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.ct-folio img {
    -webkit-transform: translateZ(70px);
    transform: translateZ(70px);
}

.ct-folio-overlay {
    width: 50%;
    height: 100%;
    content: "";
    background-image: url("../creavi/assets/images/ellipse.png");
    background-repeat: repeat;
    position: absolute;
    bottom: -10%;
    right: 1%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ct-folio:hover + .ct-folio-overlay {
    opacity: 0.6;
    /*transform: translate(20px, 20px);*/
}

/* Job Secction */

.ct_job_single{
    padding: 40px 20px;
    border-radius: 12px;
}


/* Min Menu */


.page-template-template-min-menu .ct_logo_sticky{	
	opacity: 1;
}


.ct-min-menu-hover-overlay::before{
	width: 70%;
    height: 100%;
    content: "";
    background-image: url("../creavi/assets/images/ellipse_min_menu_2.png");
    background-repeat: repeat;
    position: absolute;
    bottom: -10%;
    right: -4%;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.ct-timetrotter-hover-overlay::before{
	width: 70%;
    height: 100%;
    content: "";
    background-image: url("../creavi/assets/images/ellipse_timetrotter_3.png");
    background-repeat: repeat;
    position: absolute;
    bottom: -10%;
    right: -4%;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.ct-timetrotter-hover-overlay:hover::before, .ct-min-menu-hover-overlay:hover::before{
	opacity:0.8;
}

.ct-solution-image::before{
	width: 47%;
    height: 33%;
    content: "";
    background-image: url("../creavi/assets/images/ellipse_min_menu_2.png");
    background-repeat: repeat;
    position: absolute;
    top: -12%;
    right: 31%;
    z-index: -1;
    opacity: 0.6;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.ct-client-name::before{	
	background-image: url("../creavi/assets/images/quotes.png");
	content: "";
    position: absolute;
    top: 0px;
    left: -93px;
    width: 68px;
    height: 50px;
}

.ct-client-image::before{
	width: 66%;
    height: 40%;
    content: "";
    background-image: url("../creavi/assets/images/ellipse_min_menu_2.png");
    background-repeat: repeat;
    position: absolute;
    bottom: -15%;
    right: 7%;
    z-index: -1;
    opacity: 0.5;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;		
}

/* Attention Section */

.ct-attention-bg {
    position: absolute;
    right: 10%;
}

/* Prices */
.ct-pricing-plan {
    box-shadow: 0px 10px 30px rgba(0, 74, 100, 0.1);
    border-radius: 10px;
    padding: 60px 35px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.ct-pricing-plan + .ct-folio-overlay {
    right: -3%;
}

.ct-pricing-plan:hover + .ct-folio-overlay {
    opacity: 0.6;
    /*transform: translate(20px, 20px);*/
}

.ct-pricing-plan-border {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(
            to right,
            #16006c,
            #1c8bcb
    ) 1 0;
}

.ct-pricing-plan__list {
    font-family: "Raleway";
    list-style: none;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    padding-top: 33px;

}

.ct-pricing-plan__list li::before {
    content: "\2022";
    font-size: 170%; /* or whatever */
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    vertical-align: bottom;
}

/* Companies */

.ct-companies img{
    height: fit-content;
}

/* Team */

.ct-main-team {
    position: relative;
    z-index: 2;
}

.ct-team-member {
    cursor: pointer;
}
/*
.ct-main-team-thumb img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/

.ct-founder-desc {
    box-shadow: 0px 4px 20px rgba(0, 84, 99, 0.1);
    border-radius: 4px;
    position: absolute;
    bottom: -10px;
    background: #fff;
    right: 190px;
}

.ct-main-team + .ct-folio-overlay {
    right: 25%;
    opacity: 0.6;

    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-container {
    height: 440px;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: left;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: url("../creavi/assets/images/arrow.png") !important;
    width: 30px !important;
    height: 30px !important;
    background-size: unset !important;
    margin-top: 0px !important;
}

.swiper-button-prev {
    top: -10% !important;
    left: 30% !important;
}

.swiper-button-next {
    top: 100% !important;
    left: 30% !important;
    transform: scale(1, -1);
}

.ct-team-thumb {
    margin-right: 27px;
}

/* Contact */

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 90px !important;
}

/* WPForms 315 success state */
div#wpforms-315.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > div#wpforms-315.wpforms-container-full .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 96px;
    margin: 0 auto 24px;
    padding: 24px 28px;
    overflow: hidden;
    color: #18182c;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    animation: ct-confirmation-in 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

div#wpforms-315.wpforms-container-full .wpforms-confirmation-container-full::before {
    content: "";
    display: block;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    background: url("assets/images/contact.svg") center / contain no-repeat;
}

div#wpforms-315.wpforms-container-full .wpforms-confirmation-container-full p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #18182c;
    font-family: Raleway, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

@keyframes ct-confirmation-in {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 575px) {
    div#wpforms-315.wpforms-container-full .wpforms-confirmation-container-full {
        align-items: flex-start;
        gap: 14px;
        padding: 20px;
    }

    div#wpforms-315.wpforms-container-full .wpforms-confirmation-container-full::before {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }
}

body:not(.page-template-template-hristmas-offer) div.wpforms-container-full .wpforms-form input[type=text],
body:not(.page-template-template-hristmas-offer) div.wpforms-container-full .wpforms-form input[type=email]
{
    border: none !important;
    border-bottom: 1px solid #B3B3B3 !important;
    color: #979797 !important;
    font-family: Raleway !important;
    background-color: transparent !important;
}

div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid #B3B3B3 !important;
    margin-top: 30px !important;
    color: #979797 !important;
    font-family: Raleway !important;
    background-color: transparent !important;
}

div.wpforms-container-full .wpforms-form input[type=text]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form input[type=email]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form textarea::-webkit-input-placeholder {
    color: #979797;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: Raleway;
    font-size: 16px;
}

.page-template-template-hristmas-offer div.wpforms-container-full .wpforms-form input[type=text]::-webkit-input-placeholder,
.page-template-template-hristmas-offer div.wpforms-container-full .wpforms-form input[type=email]::-webkit-input-placeholder,
.page-template-template-hristmas-offer div.wpforms-container-full .wpforms-form textarea::-webkit-input-placeholder {
    font-family: "Cormorant", Sans-serif !important;
	font-size:18px !important;	
	color:#0D0D0D;
}

div.wpforms-container-full .wpforms-form input[type=text]:focus::placeholder,
div.wpforms-container-full .wpforms-form input[type=email]:focus::placeholder,
div.wpforms-container-full .wpforms-form textarea:focus::placeholder {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #990000 !important;
    font-size: 12px !important;
    float: none;
}

.ct-contact-form-submit {
    background: #E74F0E !important;
    border: none !important;
    border-radius: 25px !important;
    position: relative !important;
    min-width: 172px !important;
    padding: 14px 58px 14px 36px !important;
    float: right !important;
    color: #fff !important;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: background-color 220ms ease, background-image 220ms ease, box-shadow 220ms ease !important;
}

.ct-christmas-btn-submit{
	background: #E32A39 !important;
    border: none !important;
    border-radius: 25px !important;
    position: relative !important;
    padding: 6px 40px !important;
    float: right !important;
	font-size: 24px !important;
	font-family: "Cormorant", Sans-serif !important;
}

.ct-contact-form-submit::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    background: transparent;
    transform: translateY(-50%) rotate(45deg);
    transition: right 220ms ease;
    pointer-events: none;
}

.ct-contact-form-submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 18px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
    transition: right 220ms ease;
    pointer-events: none;
}

.ct-contact-form-submit:hover,
.ct-contact-form-submit:focus {
    background-color: #e74f0e !important;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%) !important;
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12) !important;
}

.ct-contact-form-submit:hover::before,
.ct-contact-form-submit:focus::before,
.ct-contact-form-submit:hover::after,
.ct-contact-form-submit:focus::after {
    right: 18px;
}

.ct-contact-section div.wpforms-container-full button[type=submit],
.ct-contact-section div.wpforms-container-full input[type=submit],
.ct-contact-section div.wpforms-container-full .wpforms-page-button,
.ct-elementor-form-wrap div.wpforms-container-full button[type=submit],
.ct-elementor-form-wrap div.wpforms-container-full input[type=submit],
.ct-elementor-form-wrap div.wpforms-container-full .wpforms-page-button,
.wp-core-ui .ct-contact-section div.wpforms-container-full button[type=submit],
.wp-core-ui .ct-contact-section div.wpforms-container-full input[type=submit],
.wp-core-ui .ct-contact-section div.wpforms-container-full .wpforms-page-button,
.wp-core-ui .ct-elementor-form-wrap div.wpforms-container-full button[type=submit],
.wp-core-ui .ct-elementor-form-wrap div.wpforms-container-full input[type=submit],
.wp-core-ui .ct-elementor-form-wrap div.wpforms-container-full .wpforms-page-button {
    height: auto !important;
    min-width: 172px !important;
    padding: 14px 58px 14px 36px !important;
    background-color: #e74f0e !important;
    border: 0 !important;
    border-radius: 25px !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    position: relative !important;
    text-decoration: none !important;
    transition: background-color 220ms ease, background-image 220ms ease, box-shadow 220ms ease !important;
}

.ct-contact-section div.wpforms-container-full button[type=submit]:hover,
.ct-contact-section div.wpforms-container-full button[type=submit]:focus,
.ct-elementor-form-wrap div.wpforms-container-full button[type=submit]:hover,
.ct-elementor-form-wrap div.wpforms-container-full button[type=submit]:focus,
.wp-core-ui .ct-contact-section div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui .ct-contact-section div.wpforms-container-full button[type=submit]:focus,
.wp-core-ui .ct-elementor-form-wrap div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui .ct-elementor-form-wrap div.wpforms-container-full button[type=submit]:focus {
    background-color: #e74f0e !important;
    background-image:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(185, 59, 6, 0.2), transparent 46%) !important;
    box-shadow: 0 12px 32px rgba(231, 79, 14, 0.12) !important;
}

/* Animation Content*/
@keyframes fade-in {
    from {
        opacity: 0;
        /* transform: scale(.7,.7); */
        transform: translateY(20px);
    }
    to {
        opacity: 1;
    }
}

.fade-in-element {
    animation: fade-in 1.4s;
}

.hidden {
    opacity: 0;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.elementor-section.elementor-section-boxed>.elementor-container{
	z-index:2;
}
.elementor-section.elementor-section-boxed>.elementor-container #apply{
	z-index:99;
	position:relative;
	background: #fff;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

.post-navigation {
    font-size: 15px;
    margin-bottom: 10px !important;
}

.post-navigation a {
    color: #4e6674;
}

.post-navigation a:hover {
    text-decoration: none;
    color: #8a949e;
}

.nav-title {
    font-weight: bold;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next {
    float: right;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    padding: 10px 15px;
    border: 1px solid #4e6674;;
}

@media (max-width: 768px) {
    .post-navigation {
        text-align: center;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        float: none;
        margin-bottom: 7px;
    }
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.wc_creavi_logo img {
    max-width: 225px;
}

.ct-social-links__item {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bottom-footer {
    position: relative;
}

.bottom-footer .container{
	position:relative;
	z-index:9;
}

/*
.mob-menu-slideout .mobmenu-push-wrap {
    transform: none !important;
}*/

.mobmenu-content {
    z-index: 999 !important;
    position: relative;
}

#hs-back-top {
    background: transparent;
    position: -ms-device-fixed;
    position: fixed;
    bottom: 23%;
    right: 4%;
    height: 17px;
    width: 34px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 9;
    background-image: url("../creavi/assets/images/back_to_top.png");
    background-repeat: no-repeat;
    background-position: center;
}

#hs-back-top.hs-hide {
    display: none;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/


/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.0 Christmas
--------------------------------------------------------------*/

.page-template-template-hristmas-offer a[href^="tel"] {
	color:#fff;
}

.page-template-template-hristmas-offer .mobmenul-container, 
.page-template-template-wordpress-page .mobmenul-container{
	display:none;
}

.countdown{
    background: #FFFFFF;
    border-radius: 50%;    
    width:105px;
	height:105px;	
	position:relative;
}
.countdown div{    
    color: #DA2432;
    font-weight: bold;
    font-size: 80px;	
	font-family: "Cormorant", Sans-serif;
	position:absolute;
	top:-27px;
	left:20px;
}

/* Forms */

#multi-step-form .fw-progress-bar .fw-progress-step{
	font-family: "Cormorant", Sans-serif !important;
	font-size: 24px !important;
	margin-top: 16px !important;
}
#multi-step-form .fw-step-block {
    margin-bottom: 0px !important;
}

#multi-step-form .fw-text-input, 
#multi-step-form .fw-text-input[type="text"], 
#multi-step-form .fw-textarea, 
#multi-step-form input.msfp-registration-input{
	padding-left: 10px !important;
}
#multi-step-form .fw-wizard-buttons {
    margin-top: 17px !important;
}
.fw-button-next, .fw-button-previous, #multi-step-form .fw-btn-submit {
	font-family: "Cormorant", Sans-serif !important;
	border-radius: 25px !important;
	font-size: 22px !important;
	text-transform: none !important;
}

.elementor-shortcode #multi-step-form .fw-btn-submit{	
	padding:2px 55px !important;
	background: #e32a39 !important;
	width:fit-content !important;
	float:right;	
	margin-right: 26px;
}

#multi-step-form .fw-btn-submit:hover{
	float:right !important; 	
}

#multi-step-form .fw-button-next{
	float:right;
	margin-right: 25px;
}

.elementor-shortcode .fw-button-previous{
	position: absolute;
	bottom: 19px;
	background:none !important;
	color:#0D0D0D !important;
	font-weight:bold;
	padding-left: 0px !important;
}

label[for=fw-1-1-0-0-3]{
	margin-right: 43px !important;	
}

#multi-step-form [data-type=fw-radio] label{
	padding-bottom:10px;
	font-family: "Cormorant", Sans-serif !important;
	font-size: 18px !important;
	font-weight:600 !important;
}

#msf-textarea-your-message-or-question{
	min-height:80px !important;
}
.elementor-shortcode  #multi-step-form [data-type=fw-radio] label:before{
	width: 16px !important;
    height: 16px !important;
	top: 7px !important;
}

#multi-step-form .fw-radio-row input[type=radio]:checked+label:before {
    line-height: 14px !important;
    font-size: 21px !important;
}

#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step.fw-visited:before {    
    padding: 3px 0px 0 0 !important;
}

#multi-step-form .fw-progress-bar .fw-progress-step:before{
	padding-top:3px !important;
}

#multi-step-form .fw-plain-layout .fa.form-control-feedback{
		display:none !important;
	}
	
	#multi-step-form .fw-wizard-step-container h3{
		font-family: "Cormorant", Sans-serif !important;
		color: #979797 !important;
	}

@media (min-width: 769px){
	#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
		height: 30px !important;
		line-height: 25px !important;    
		width: 30px !important;
		font-size: 16px !important;   
		top: -46px !important;
	}
	#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:last-child:before {
		font-size: 14px !important;    
	}	
	
	#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:after {		
		height: 4px !important;
		top: -29px !important;		
	}
	.elementor-shortcode #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step.fw-active:last-child:before{
		font-size: 14px !important;   
	}
	#multi-step-form h2.fw-step-part-title, .elementor-shortcode #multi-step-form .fw-plain-layout .fw-step-part-title{
		margin:0px !important;
	}
	#multi-step-form.fw-large-container .fw-progress-bar-container{
		margin-bottom:30px !important;
	}
	#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis[data-title]:hover:before,
	#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis[data-title]:hover:after{
		content:none !important;
	}	
	
	.fw-step-part.fw-plain-layout, #multi-step-form .fw-step-part:nth-last-of-type(2){
		margin-top:-40px !important!;
	}	
}


/* WPForms */

div.wpforms-container-full .wpforms-form .wpforms-field-label{
	    font-family: "Cormorant", Sans-serif !important;
		color: #979797 !important;
		font-size:16px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
		font-family: "Cormorant", Sans-serif !important;
		color: #333333 !important;
		font-size:18px !important;
}

/*--------------------------------------------------------------
19.0 Creavi Process Cards
--------------------------------------------------------------*/

.cv-gn-eyebrow .elementor-heading-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #1376B3;
    margin-bottom: 16px;
}

.cv-gn-title .elementor-heading-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.12;
    color: #535353;
    margin: 0 0 12px;
}

.cv-gn-sub .elementor-heading-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #818181;
    max-width: 720px;
    margin: 0;
}

.cv-gn-cards > .e-con-inner > .e-child {
    position: relative;
    overflow: hidden;
    background: #fff;    
    border-radius: 14px;
    padding: 34px 32px;
    box-shadow: 0 6px 22px rgba(0,74,100,.05);
    transition: box-shadow .28s ease, background-color .28s ease, border-color .28s ease;
}

.cv-gn-cards > .e-con-inner > .e-child:hover {    
    box-shadow: none;
}

.cv-gn-cards > .e-con-inner > .e-child > .cv-gn-num {
    position: absolute !important;
    top: 0px;
    right: 0px;
    margin: 0 !important;
    z-index: 0;
}

.cv-gn-cards > .e-con-inner > .e-child > .cv-gn-num .elementor-heading-title {
    font-weight: 600;
    font-size: 88px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    margin: 18px 26px 0 0;
    text-align: right;
    transition: color .28s ease, transform .28s ease;
}

.cv-gn-cards > .e-con-inner > .e-child:hover > .cv-gn-num .elementor-heading-title {
    transform: scale(1.06);
}

.cv-gn-rule {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
}

.cv-gn-rule .elementor-divider {
    padding: 0;
}

.cv-gn-rule .elementor-divider-separator {
    width: 34px !important;
    border-top-width: 1px !important;
    border-top-color: var(--c) !important;
}

.cv-gn-kicker .elementor-heading-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ct);
    margin: 0 0 9px;
    position: relative;
    z-index: 1;
}

.cv-gn-ptitle .elementor-heading-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #2B2B2B;
    margin: 0 0 11px;
    max-width: 19ch;
    position: relative;
    z-index: 1;
}

.cv-gn-text {
    position: relative;
    z-index: 1;
}

.cv-gn-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14.5px;
    line-height: 1.72;
    color: #535353;
    margin: 0;
}

.cv-gn-cards:not(.cv-gn-cards--b) > .e-con-inner > .e-child:nth-child(1) {
    --c: #1376B3;
    --ct: #0F5E8F;
}

.cv-gn-cards:not(.cv-gn-cards--b) > .e-con-inner > .e-child:nth-child(2) {
    --c: #4B6ED3;
    --ct: #3654B0;
}

.cv-gn-cards:not(.cv-gn-cards--b) > .e-con-inner > .e-child:nth-child(3) {
    --c: #5DC6D0;
    --ct: #2E97A1;
}

.cv-gn-cards--b > .e-con-inner > .e-child:nth-child(1) {
    --c: #7F37AA;
    --ct: #6B2C92;
}

.cv-gn-cards--b > .e-con-inner > .e-child:nth-child(2) {
    --c: #C42D89;
    --ct: #A52472;
}

.cv-gn-cards--b > .e-con-inner > .e-child:nth-child(3) {
    --c: #D70351;
    --ct: #B30343;
}

.cv-gn-leadcta .elementor-heading-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #535353;
    margin: 0 0 22px;
    text-align: center;
}

.cv-gn-cta-btn .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: .6em;
    background: #E94E0F;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 16px 34px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(233,78,15,.20);
    transition: background .18s ease, transform .18s ease;
}

.cv-gn-cta-btn .elementor-button:hover {
    background: #CF440C;
    transform: translateY(-1px);
}

.cv-gn-cta-btn .elementor-button-icon {
    transition: transform .22s ease;
}

.cv-gn-cta-btn .elementor-button:hover .elementor-button-icon {
    transform: translateX(4px);
}

/*--------------------------------------------------------------
20.0 Media Queries
--------------------------------------------------------------*/

@media (max-width: 1229px) {


}

@media (max-width: 1024px) {

    .cv-gn-title .elementor-heading-title {
        font-size: 36px;
    }

	.swiper-container {
        height: 200px !important;
    }

 .swiper-button-prev {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);

        left: -23px !important;
        top: 41% !important;
    }

    .swiper-button-next {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        top: 41% !important;
        right: 0px !important;
		left: unset !important;

    }
}

@media (max-width: 991px) {
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px), only screen and (min-device-width : 480px) and (max-device-width : 800px) and (orientation : landscape), only screen and (device-width: 768px), only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5){ */

	.ct-client-image::before, .ct-solution-image::before{
		content:unset;
	}

	.page-template-template-hristmas-offer #multi-step-form .fw-button-previous, 
	.page-template-template-hristmas-offer #multi-step-form .fw-button-next{
		width:fit-content !important;
	}
	
	.page-template-template-hristmas-offer .fw-progress-bar-container, .page-template-template-hristmas-offer .fw-wizard-step-header-container{
		display:none !important;
	}

	.page-template-template-hristmas-offer .ct_logo{
		top:-22px;
		left: 17px;
	}
	
    .ct-lang-selector{
        top: -26px;
        right: -7%;
        position: absolute;
    }

    .mob-menu-logo-holder{
        display: none;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .pl-xs-0{
        padding-left: 0 !important;
    }

    .pr-xs-0{
        padding-right: 0 !important;
    }

    .pt-xs-80 {
        padding-top: 80px !important;
    }

    .pt-xs-40 {
        padding-top: 40px !important;
    }

    .pb-xs-80 {
        padding-bottom: 80px !important;
    }

    .mr-xs-0{
        margin-right: 0 !important;
    }

    .ml-xs-0{
        margin-left: 0 !important;
    }

    .ct-folio {
        padding: 5px;
        transform: none !important;
        -webkit-transform: none !important;
        transform-style:unset !important;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .ct-folio h3 {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .ct-folio img {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .max-width-xs-200{
        max-width: 200px;
    }   


}

@media (max-width: 767px) {

    .cv-gn-title .elementor-heading-title {
        font-size: 30px;
    }

    .cv-gn-sub .elementor-heading-title {
        font-size: 17px;
    }

}
