/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Full Width Gutenberg */
.alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw
}

.alignfull img {
    width: 100vw
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: clip;
}

h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

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
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[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 {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
button,
input,
select,
optgroup,
textarea,
ul,
ol,
li {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

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

blockquote {
    margin: 0 1.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: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

body {
    background: #fff
}

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

ul,
ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

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
}

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

figure {
    margin: 1em 0
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

/* a:focus { outline: thin dotted } */
a:hover,
a:active {
    outline: 0
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    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;
    -webkit-clip-path: none;
    clip-path: none;
    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
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

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

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

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

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.post,
.page {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%;
    border: 0px;
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/*Theme layout Option CSS*/

body>#page>.content-area.boxed {
    width: 1250px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}

body>#page>.content-area.no-sidebar>main.site-main {
    width: 100%;
}

body>#page>.content-area.left-sidebar,
body>#page>.content-area.right-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body>#page>.content-area.left-sidebar>main.site-main,
body>#page>.content-area.right-sidebar>main.site-main {
    width: calc(100% - 250px);
}

body>#page>.content-area.left-sidebar>aside.widget-area,
body>#page>.content-area.right-sidebar>aside.widget-area {
    width: 250px
}

@media screen and (min-width: 769px) {
    body>#page>.content-area.left-sidebar>main.site-main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 3%;
    }

    body>#page>.content-area.right-sidebar>main.site-main {
        padding-right: 3%
    }

    body>#page>.content-area.left-sidebar>aside.widget-area {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 992px) {

    body>#page>.content-area.left-sidebar>aside.widget-area,
    body>#page>.content-area.right-sidebar>aside.widget-area {
        width: 200px
    }

    body>#page>.content-area.left-sidebar>main.site-main,
    body>#page>.content-area.right-sidebar>main.site-main {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 768px) {
    body>#page>.content-area>main.site-main {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body>#page>.content-area>aside.widget-area,
    body>#page>.content-area>main.site-main {
        width: 100% !important;
    }

    body>#page>.content-area.left-sidebar>main.site-main,
    body>#page>.content-area.left-sidebar>aside.widget-area {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

}

/* Kadence Fixes */
.wp-block-kadence-column {
    overflow: visible;
}

@import url('https://fonts.googleapis.com/css2?family=Hiruko+Pro:wght@900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: avenir-lt-pro, 'Avenir Next', 'Segoe UI', Roboto, sans-serif;
    font-weight: 200;
    background: linear-gradient(180deg, #2a2a2a 35%, #35c2f8 100%);
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background:
        radial-gradient(circle at 20% 80%, rgba(53, 194, 248, 0.25) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgba(53, 194, 248, 0.18) 0%, transparent 60%),
        radial-gradient(circle at 40% 40%, rgba(53, 194, 248, 0.15) 0%, transparent 60%);
    /* animation: flowAnimation 20s ease-in-out infinite; */
    z-index: -1;
    pointer-events: none;
}

ul li,
ol li {
    color: #fff;
}

h1,
h2,
h3,
.cta-text {
    font-family: avenir-lt-pro, 'Avenir Next', 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    padding: 20px 0;
    position: relative;
}
.header .container {
    width: 100%;
    max-width: 1120px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
body .nav .contact-btn {
    color: #fff !important;
    background: #35c2f8;
    padding: 4px 10px;
    border-radius: 40px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    width: 150px;
    height: auto;
}
.logo.dark {
    display: none;
}

.product-name {
    font-family: 'Hiruko Pro', 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-weight: 900;
    opacity: 0.9;
    margin-left: 10px;
    padding-top: 8px;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: white;
    text-decoration: none;
    /* opacity: 0.8; */
    transition: opacity 0.2s;
    font-size: 16px;
}
/* .nav-link:hover {
    opacity: 1;
} */

/* Hero Section */
.hero {
    text-align: center;
    padding: 0 0 20px;
}

.hero-title {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.95;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.hero-description {
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Beta Signup Form */
.signup-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    margin: 0 auto 60px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.signup-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

.signup-subtitle {
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 30px;
}

.signup-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px !important;
    opacity: 0.9 !important;
    font-weight: 500 !important;
}

.gform_wrapper.gravity-theme .gfield_required.gfield_required_text {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_required:after {
    content: "*";
    margin-left: 5px;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    vertical-align: top !important;
    margin-bottom: 15px !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme .gfield input.large {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 14px 16px;
    color: white;
    font-size: 16px;
    transition: all 0.2s;
}

.gform_wrapper.gravity-theme input[type=color]::placeholder,
.gform_wrapper.gravity-theme input[type=date]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=month]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme input[type=search]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=time]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=week]::placeholder,
.gform_wrapper.gravity-theme select::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme .gfield input.large::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme .gfield input.large:focus {
    outline: none;
    border-color: #35c2f8;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgba(53, 194, 248, 0.2);
}

.form-textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 10px 0;
}

.checkbox-input {
    margin-top: 4px;
    transform: scale(1.2);
}

.checkbox-label {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.4;
}

input[type="submit"] {
    background: linear-gradient(135deg, #35c2f8 0%, #2a9fd8 100%);
    border: none;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(53, 194, 248, 0.3);
    margin-left: auto;
    margin-right: auto;
}

input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(53, 194, 248, 0.4);
}

input[type="submit"]:active {
    transform: translateY(0);
}

input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Features Section */
.features {
    padding: 40px 0;
    text-align: center;
}

.features-title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
    opacity: 0.9;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.feature-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature-description {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}

/* CTA Banner */
.cta-banner {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 50px 40px;
    text-align: center;
    margin: 80px auto;
    max-width: 800px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.cta-text {
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 1.4;
    opacity: 0.9;
    margin-bottom: 30px;
    margin-top: 15px;
}

.cta-button {
    background: linear-gradient(135deg, #35c2f8 0%, #2a9fd8 100%);
    border: 1px solid #fff;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(53, 194, 248, 0.3);
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(53, 194, 248, 0.4);
}

.cta-button:active {
    transform: translateY(0);
}

/* Footer */
.footer {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.footer-text {
    opacity: 0.6;
    font-size: 14px;
}

/* Success Message */
.success-message {
    background: rgba(0, 255, 0, 0.1);
    border: 1px solid rgba(0, 255, 0, 0.3);
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

/* Error Message */
.error-message {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .nav {
        gap: 20px;
        flex-direction: column;
    }
    .nav-links {
        gap: 10px;
    }

    .signup-section {
        margin: 0 20px 40px;
        padding: 30px 20px;
    }

    .cta-text {
        font-size: 20px;
    }

    .cta-banner {
        margin: 60px 20px 40px;
        padding: 40px 30px;
    }

    .single-post .entry-header {
        margin: 40px 0 0 !important;
        flex-direction: column-reverse;
    }
    .single-post .entry-header-text {
        width: 100% !important;
    }

    .single-post .entry-content {
        width: 100% !important;
    }
    .single-post aside {
        display: none;
    }
    .single-post h1 {
        font-size: 1.8em;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flowAnimation {

    0%,
    100% {
        transform: translateX(0) translateY(0) scale(1);
        opacity: 1;
    }

    25% {
        transform: translateX(-30px) translateY(-15px) scale(1.1);
        opacity: 0.6;
    }

    50% {
        transform: translateX(40px) translateY(25px) scale(0.9);
        opacity: 1;
    }

    75% {
        transform: translateX(-20px) translateY(-20px) scale(1.05);
        opacity: 0.7;
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.fade-in-up-delay {
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.gform_confirmation_message {
    border-radius: 20px;
    background: rgb(224 219 181);
    padding: 20px;
    text-align: center;
    color: #000;
}

.gform_confirmation_message p {
    opacity: 0.8;
}

/* Notification Banner */
.notification-banner {
    background: linear-gradient(135deg, #1264a3 0%, #35c2f8 100%);
    color: white;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notification-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.notification-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    flex: 1;
    text-align: center;
}

.notification-text a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.notification-close:hover {
    opacity: 1;
}

.notification-banner.hidden {
    display: none;
}

.single-post .entry-header {
    display: flex;
    margin: 80px 0;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.single-post .entry-header-text {
    width: 45%;
}
.single-post .entry-meta {
    font-size: 12px;
    text-transform: uppercase;
}
.single-post .entry-meta a {
    text-decoration: none;
}
.single-post .entry-meta time {
    margin-left: 20px;
}
.single-post .entry-title {
    font-size: 36px;
    margin: 0;
}
.single-post .entry-content h2 {
    font-size: 28px;
}
.single-post .entry-content p, 
.single-post .entry-content ol li,
.single-post .entry-content ul li {
    font-size: 17px;
}

.single-post #block-3 {
    position: sticky;
    top: 70px;
}

.single-post article {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 40px;
}
@media (max-width: 768px) {
    .single-post article {
        padding: 0;
    }
}

.single-post .content-wrapper {
    display: flex;
    gap: 20px;
}
.single-post .entry-content {
    width: calc(100% - 300px);
}
.single-post aside {
    width: 300px;
}
.single-post .kb-table-of-content-wrap {
    padding-top: 10px !important;
}
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list ul,
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list ol,
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list {
    margin: 0;
    list-style: none;
}
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list ul,
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list ol {
    margin-left: 10px;
}
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li {
    padding: 10px 0px;
}
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li a {
    text-decoration: none;
    color: #35c2f8;
    animation: colorChange linear;
    animation-timeline: scroll();
    animation-range: entry 0% exit 100%;
}
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list ul li,
.single-post aside .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list ol li {
    padding: 5px 0;
}

@keyframes colorChange {
  from { color: #35c2f8; }
  to { color: #fff; }
}

.kb-query-item.kb-query-block-post {
    transition: box-shadow 0.3s ease !important;
}
.kb-query-item.kb-query-block-post:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5) !important;
}

.blog a,
.blog a:visited,
.single a,
.single a:visited {
    color: #fff;
}

.blog {
    text-align: center;
}

footer a {
    color: #fff;
}

.wp-block-separator {
    border-top: 0px;
}

.single-case-study .customer-logo {
    text-align: center;
}

.single-case-study .post-thumbnail {
    width: 500px;
    margin: auto;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
}

.pill {
    padding: 2px 8px;
    border-radius: 999px;
    background: #162255;
    font-size: .8rem;
    border: 1px solid #2b376f;
}

code {
    background: #2e3440;
    padding: 4px 6px;
}

body.page-id-377, 
body.page-id-320, 
body.page-id-450, 
body.page-id-510, 
body.single-workflow,
body.single-docs {
    background: #fff;
    color: #000;
}
body.single-workflow h1 {
    text-align: center;
    margin: 25px 0;
}
body.page-id-377 .logo.dark, 
body.page-id-320 .logo.dark, 
body.page-id-450 .logo.dark, 
body.page-id-510 .logo.dark, 
body.single-workflow .logo.dark, 
body.single-docs .logo.dark {
    display: inline-block;
}
body.page-id-377 .nav-link , 
body.page-id-320 .nav-link , 
body.page-id-450 .nav-link , 
body.page-id-510 .nav-link , 
body.single-workflow .nav-link , 
body.single-docs .nav-link {
    color: #000;
}
body.page-id-377 .logo.light, 
body.page-id-320 .logo.light, 
body.page-id-450 .logo.light, 
body.page-id-510 .logo.light, 
body.single-workflow .logo.light, 
body.single-docs .logo.light {
    display: none;
}
body.page-id-320>#page>.content-area.boxed, 
body.single-docs>#page>.content-area.boxed {
    width: 1000px;
}
body.single-workflow>#page>.content-area.boxed {
    width: 1150px;
}
body.page-id-377 ul li, body.page-id-377 ol li,
body.page-id-320 ul li, body.page-id-320 ol li,
body.page-id-450 ul li, body.page-id-450 ol li,
body.page-id-510 ul li, body.page-id-510 ol li,
body.single-docs ul li, body.single-docs ol li,
body.single-workflow ul li, body.single-workflow ol li {
    color: #000;
    padding: 3px 0;
}
body.page-id-377 code,
body.page-id-320 code,
body.page-id-450 code,
body.page-id-510 code,
body.single-docs code,
body.single-workflow code {
    color: #fff;
}
body.page-id-377 .entry-content a, 
body.page-id-377 .entry-content a:visited, 
body.page-id-320 .entry-content a, 
body.page-id-320 .entry-content a:visited, 
body.page-id-450 .entry-content a, 
body.page-id-450 .entry-content a:visited, 
body.single-docs .entry-content a, 
body.single-docs .entry-content a:visited,
body.single-workflow .entry-content a, 
body.single-workflow .entry-content a:visited {
    color: #2a2a2a;
    text-decoration: underline;
}
body.page-id-510 .entry-content a, 
body.page-id-510 .entry-content a:visited {
    color: #2a2a2a;
}
body.page-id-377 footer a, 
body.page-id-377 footer a:visited, 
body.page-id-320 footer a, 
body.page-id-320 footer a:visited, 
body.page-id-450 footer a, 
body.page-id-450 footer a:visited, 
body.page-id-510 footer a, 
body.page-id-510 footer a:visited, 
body.single-docs footer a, 
body.single-docs footer a:visited,
body.single-workflow footer a, 
body.single-workflow footer a:visited {
    color: #35c2f8;
}

body.page-id-510  select.kb-filter, 
body.page-id-510  .kb-filter-search {
    min-width: 250px;
}

body.single-post .post-thumbnail {
    width: 55%;
}
body.single-post .post-thumbnail img {
    border-radius: 10px;
}
@media (max-width: 768px) {
    body.single-post .post-thumbnail {
        width: 100%;
        float: none;
        margin: auto;
    }
}
.wp-block-post-excerpt__more-link {
    color: #35c2f8;
    margin-top: 10px;
}

footer {
    max-width: 1100px;
    margin: 40px auto 25px;
    background: #324752;
    border-radius: 20px 10px;
    color: #fff;
}
footer .wp-block-social-links .wp-social-link svg {
    height: 2em;
    width: 2em;
}

.wp-block-kevinbatdorf-code-block-pro span:first-child {
    border-radius: 10px 10px 0 0;
}
.wp-block-kevinbatdorf-code-block-pro span:nth-child(4) {
    border-radius: 0 0 10px 10px;
}

.wp-block-kadence-query-card a {
    text-decoration: none !important;
}