.elementor-kit-9{--e-global-color-primary:#3BBFDE;--e-global-color-secondary:#0D1B2A;--e-global-color-text:#6B8299;--e-global-color-accent:#3BBFDE;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{text-decoration:none;}.elementor-kit-9 h1{font-family:"Sora", Sans-serif;font-weight:700;}.elementor-kit-9 h2{font-family:"Sora", Sans-serif;font-size:44px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --muted: #6b8299;
    --off: #f5f8fa;
    --q: #3BBFDE;
    --q-dark: #1a9bbf;
    --q-light: #e8f8fd;
    --slate: #0d1b2a;
    --slate-lite: #2e4a6b;
    --slate-mid: #1e3048;
    --white: #fff;

}

/* KEYFRAMES — only what CSS needs; hex drift is pure JS */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(28px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
/* COOKIE LINK */
.cmplz-show-banner {
    cursor: pointer;
}
/* GLOBAL ANIMATION SPEED CONTROL */
.animated {
    animation-duration: 0.8s !important; /* Default is 1s. Lower numbers = faster */
}

/* FORCE NEW GLOBAL ENTRANCE ANIMATION DISTANCE */

/* 1. Force Elementor classes to recognize your custom keyframes */
.animated.fadeInUp { animation-name: globalFadeInUp !important; }
.animated.fadeInDown { animation-name: globalFadeInDown !important; }
.animated.fadeInLeft { animation-name: globalFadeInLeft !important; }
.animated.fadeInRight { animation-name: globalFadeInRight !important; }

/* 2. Declare the custom keyframe paths (30px travel distance) */
@keyframes globalFadeInUp {
    from { opacity: 0; transform: translate3d(0, 60px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes globalFadeInDown {
    from { opacity: 0; transform: translate3d(0, -60px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes globalFadeInLeft {
    from { opacity: 0; transform: translate3d(-60px, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes globalFadeInRight {
    from { opacity: 0; transform: translate3d(60px, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* HEADER */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 13px;
}

.nav-hex {
    width: 38px;
    height: 38px;
    background: var(--q);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-hex img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.nav-wordmark {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
}

.nav-wordmark span {
    color: var(--q);
}

/******* HEADER > CTA **/
@media screen and (min-width: 1025px) {
    .nav-links .cta a:hover {
        background: var(--q);
        color: var(--slate) !important;
    }

    .nav-links .cta a {
        color: var(--q) !important;
        border: 1px solid rgba(59, 191, 222, 0.38);
        padding: 8px 20px !important;
        border-radius: 4px;
        transition: background 0.2s, color 0.2s !important;
    }
}

/******* HEADER > MOBILE DROPDOWN **/
#menu-2-fd3c699 {
    padding-bottom: 20px;
}

/* HERO */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: var(--slate);
}

/* HEADER */
/* SVG hex grid lives here — JS moves it */
#hexCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(ellipse 65% 55% at 50% 44%,
            transparent 0%,
            transparent 28%,
            rgba(13, 27, 42, 0.55) 58%,
            rgba(13, 27, 42, 0.82) 80%,
            rgba(13, 27, 42, 0.92) 100%);
}

@media screen and (max-width: 600px) {
    .hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: radial-gradient(ellipse 65% 55% at 50% 44%,
                transparent 0%,
                transparent 20%,
                rgba(13, 27, 42, 0.55) 88%,
                rgba(13, 27, 42, 0.82) 40%,
                rgba(13, 27, 42, 0.92) 60%);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* staggered hero entrance — one animation per element, no conflicts */
.hero-eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--q);
    margin-bottom: 26px;
    animation: fadeUp 0.65s ease 0.1s both;
}

.hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(40px, 6.5vw, 76px);
    font-weight: 700;
    color: #fff;
    line-height: 1.07;
    letter-spacing: -0.025em;
    max-width: 860px;
    margin: 0 auto 28px;
    animation: fadeUp 0.7s ease 0.25s both;
}

.hero h1 em {
    font-style: normal;
    color: var(--q);
}

.hero-sub {
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto 52px;
    line-height: 1.72;
    animation: fadeUp 0.7s ease 0.4s both;
}

.hero-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 0.7s ease 0.54s both;
}

.btn-primary {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: var(--q);
    color: var(--slate);
    padding: 15px 36px;
    border-radius: 5px;
    letter-spacing: 0.01em;
    transition: background 0.2s, transform 0.18s;
    display: inline-block;
}

.btn-primary:hover {
    background: #5ccfe8;
    transform: translateY(-2px);
    color: var(--slate);
}

.btn-ghost {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68);
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 2px;
    transition: color 0.2s;
}

.btn-ghost:hover {
    color: #fff;
}

.btn-ghost .arr {
    color: var(--q);
}

.hero-clients {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    padding: 0 6%;
    animation: fadeIn 1s ease 1.0s both;
}

.clients-label {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.client-name {
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.25s;
    cursor: default;
}

.client-name:hover {
    color: var(--q);
}

/* SERVICES */
.svc-icon {
    width: 46px;
    height: 46px;
    background: var(--q-light);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    transition: background 0.28s;
}

.svc-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--q);
    stroke-width: 2;
    fill: none;
    transition: stroke 0.28s;
}

.svc-title {
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--slate);
    margin-bottom: 12px;
    transition: color 0.28s;
}

.svc:hover .svc-title {
    color: #fff !important;
}

.svc:hover .svc-icon {
    background: var(--q);
}

.svc:hover .svc-icon svg {
    stroke: var(--slate);
}

/* GOLF */
.golf-section {
    background: var(--slate);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    align-items: center;
    padding: 104px 6%;
}

.golf-section .section-heading {
    color: #fff;
}

.golf-section .section-sub {
    color: rgba(255, 255, 255, 0.5);
}

.golf-features {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.golf-feat {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.golf-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--q);
    margin-top: 8px;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.golf-feat:hover .golf-dot {
    transform: scale(2);
}

.golf-feat-title {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.golf-feat-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.44);
    line-height: 1.65;
}
@media screen and (max-width: 600px) {
    .golf-feat-desc {
        font-size: 15px;
    }
}

.golf-visual img {
    border-radius: 12px;
    border: 1px solid rgba(59, 191, 222, 0.22);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    width: 100%;
}

/* AI */
.ai-feats {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.ai-feat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    background: var(--off);
    border-radius: 6px;
    border-left: 3px solid var(--q);
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--slate);
    transition: background 0.2s, transform 0.2s;
    cursor: default;
}

.ai-feat:hover {
    background: #dcf3fa;
    transform: translateX(7px);
}

.ai-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--q);
    flex-shrink: 0;
}

/* HOW WE WORK */
.proc-step:hover .step-hex {
    background: var(--q);
    color: var(--slate);
}

.step-hex {
    width: 56px;
    height: 56px;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--q);
    transition: background 0.28s, color 0.28s;
}

.proc-step .elementor-heading-title {
    color: #0D1B2A !important;
}

.proc-step:hover .elementor-heading-title {
    color: #fff !important;
}

.proc-step:hover .step-desc {
    color: #fff !important;
}

/* CTA BAND */
.btn-dark {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: var(--slate);
    color: var(--q);
    padding: 16px 40px;
    border-radius: 5px;
    white-space: nowrap;
    transition: background 0.2s, transform 0.18s;
    display: inline-block;
    flex-shrink: 0;
}

.btn-dark:hover {
    background: var(--slate-mid);
    transform: translateY(-2px);
    color: var(--q);
}

/* BIG CTA */
.big-cta-content {
    position: relative;
    z-index: 2;
}

.big-cta h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(30px, 4.5vw, 58px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-bottom: 22px;
}

.big-cta {
    text-align: center;
}

.big-cta h2 em {
    font-style: normal;
    color: var(--q);
}

.big-cta p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
/* INTERIOR PAGES */
/*** PAGE HERO ***/
.page-hero{
  position:relative;
  padding:160px 6% 100px;
  background:var(--slate);
  overflow:hidden;
  text-align:center;
}
#heroCanvas{
  position:absolute;inset:0;width:100%;height:100%;
  pointer-events:none;z-index:0;
}
.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:radial-gradient(ellipse 65% 55% at 50% 44%,
    transparent 0%,
    transparent 28%,
    rgba(13,27,42,0.55) 58%,
    rgba(13,27,42,0.82) 80%,
    rgba(13,27,42,0.92) 100%
  );
}
.page-hero-content{
    top:20px;
  position:relative;z-index:2;
  animation:fadeUp 0.7s ease 0.1s both;
}
.page-eyebrow{
  font-size:12px;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;
  color:var(--q);margin-bottom:20px;
  animation:fadeUp 0.65s ease 0.1s both;
}
.page-hero h1{
  font-family:'Sora',sans-serif;
  font-size:clamp(36px,5vw,64px);font-weight:700;
  color:#fff;line-height:1.08;letter-spacing:-0.025em;
  margin-bottom:20px;
  animation:fadeUp 0.7s ease 0.22s both;
}
.page-hero h1 em{font-style:normal;color:var(--q);}
.page-hero p{
  font-size:18px;font-weight:400;color:rgba(255,255,255,0.55);
  max-width:520px;margin:0 auto;line-height:1.72;
  animation:fadeUp 0.7s ease 0.34s both;
}/* End custom CSS */