/*!
Theme Name: CubeHQ
Theme URI: http://underscores.me/
Author: Cube
Author URI: https://cubehq.ai/
Description: Custom Theme for Cube
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cubehq
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.

CubeHQ 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Components
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Global and Homepage Styles
# Blog Page Styles
# Blog Details Styles
# About Us Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

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

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

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

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Global and Homepage Styles
--------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}
:root {
    --darkgrey: rgb(0, 2, 18);
    --textgrey: rgb(180, 188, 208);
    --white: #ffffff;
    --feature-color: 74, 65, 101;
    --feature-color-dark: 53, 42, 79;
    --textgrey-light: #d0d6e0;
    --textgrey-dark: #8a8f98;
    --blog-links: #578fbd;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: "Inter", sans-serif !important;
    background-color: var(--darkgrey);
    overflow-x: hidden;
}
a {
    font-family: "Inter", sans-serif !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
    color: grey;
    border: 1px solid rgb(189, 184, 184);
    border-radius: 3px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
}
img {
    max-width: 100%;
}
.full-width-image {
    width: 100%;
}
h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1.6px;
    color: var(--white);
}
h2 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1.6px;
    color: var(--white);
}
h3 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: -0.8px;
    color: var(--white);
}
h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.6px;
    color: var(--white);
}
h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.6px;
    color: var(--white);
}
h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.6px;
    color: var(--white);
}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--textgrey);
}
p span {
    color: var(--white);
}
.body-2 {
    color: var(--textgrey);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.body-2 span {
    color: var(--white);
}
.body-3 {
    color: var(--textgrey);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.body-3 span {
    color: var(--white);
}
.btn-dark {
    background: linear-gradient(92.88deg, #455eb5 9.16%, #5643cc 43.89%, #673fd7 64.72%);
    border-radius: 40px;
    padding: 12px 30px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    width: max-content;
}
.btn-dark img {
    width: 8px !important;
}
.btn-simple {
    border-radius: 40px;
    padding: 12px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    width: max-content;
}
@media (max-width: 768px) {
    h1 {
        font-size: 44px;
        line-height: 110%;
        font-weight: 400;
    }
    h2 {
        font-size: 44px;
        line-height: 115%;
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
    h4 {
        font-size: 20px;
        line-height: 110%;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    h6 {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }
    .body-2 {
        font-size: 18px;
    }
    .btn-dark {
        padding: 14px 30px;
        font-size: 14px;
        line-height: 18px;
    }
    .btn-dark img {
        width: 6px !important;
        margin-left: 5px;
    }
    .btn-light a {
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-br-invisible br {
        display: none;
    }
}

/*Header*/

.header {
    padding: 10px 0 10px;
    position: fixed;
    z-index: 100;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    left: 0;
    top: 0;
    width: 100%;
}
/* .header .header-inner-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
} */
.header-logo-nav {
    display: flex;
    align-items: center;
}
.header-logo-nav img.header-logo {
    width: 65px;
}
.header-logo-nav nav {
    padding-left: 18px;
}
.header-logo-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 7px;
    margin: 0 7px;
}
.header-logo-nav ul li a {
    color: #f7f8f8;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.header-logo-nav ul li img {
    padding-left: 3px;
    padding-bottom: 2px;
    width: 9px;
}
.header-login {
    text-align: right;
}
.header-login .btn-dark {
    font-size: 14px;
    padding: 10px 25px;
}
.header-login .btn-simple {
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
}

/*Hamburger*/
.header-nav ul.sub-menu {
    position: absolute;
    background: rgb(0, 0, 0);
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 674px;
    padding: 8px;
    border: 1px solid #2c2d3c;
    border-radius: 8px;
    margin-top: 15px;
}
.header-nav li:hover .sub-menu {
    display: -ms-flexbox;
    display: flex;
}
.header-nav ul.sub-menu li {
    -ms-flex: 0 0 calc(50% - 21px);
    flex: 0 0 calc(50% - 21px);
    max-width: 300px;
    min-width: 200px;
    margin: 0;
    padding: 16px;
    border-radius: 6px;
    cursor: pointer;
}
.header-nav ul.sub-menu li:hover {
    background: rgb(24, 25, 34);
}
.header-nav ul.sub-menu li .submenu-wrapper {
    display: flex;
    align-items: start;
}
.header-nav ul.sub-menu li .submenu-wrapper img {
    width: 16px;
    height: auto;
    margin-top: 2px;
}
.header-nav ul.sub-menu li .submenu-wrapper .submenu-content {
    padding-left: 8px;
}
.header-nav ul.sub-menu li .submenu-wrapper .submenu-content p:last-child {
    color: rgb(133, 134, 153);
    font-size: 12px;
    line-height: 18px;
}
.header-nav ul.sub-menu li .submenu-wrapper .submenu-content p:first-child {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 21px;
}
.header-nav ul.sub-menu li .submenu-wrapper .submenu-content p.no-margin:first-child {
    margin-bottom: 0;
}

.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 20px;
    height: 1.5px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--white);
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .header {
        padding: 16px 0;
    }
    .hamburger-active .header {
        background: var(--darkgrey);
    }
    .header-logo-nav img.header-logo {
        width: 60px;
    }
    .hamburger-active {
        overflow: hidden;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .hamburger {
        padding-left: 0;
        position: absolute;
        right: 25px;
        top: 14px;
        z-index: 10;
    }
    .header-logo-nav img {
        z-index: 10;
    }
    .header-logo-nav .header-nav > ul {
        position: fixed;
        left: -100%;
        top: 53px;
        padding-top: 30px;
        padding-bottom: 60px;
        height: calc(100vh - 140px);
        flex-direction: column;
        background-color: var(--darkgrey);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 5;
        overflow-y: scroll;
    }
    .header-logo-nav ul li {
        display: block;
        text-align: left;
        padding: 15px;
        margin: 0 10px;
        padding-top: 0;
    }
    .header-nav ul.sub-menu {
        display: block;
        position: relative;
        max-width: 100%;
        left: 0;
        height: auto;
        padding: 0;
        border: 0;
        background: transparent;
        border-radius: 0;
        border-top: 1px solid #222326;
    }
    .header-nav ul.sub-menu li {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 15px;
        border-radius: 0;
        border-bottom: 1px solid #222326;
    }
    .header-nav ul.sub-menu li .submenu-wrapper .submenu-content p:last-child {
        display: none;
    }
    .header-nav ul.sub-menu li .submenu-wrapper .submenu-content p:first-child {
        display: block;
        margin-bottom: 0;
    }
    .header-nav ul.sub-menu li .submenu-wrapper {
        align-items: center;
    }
    .header-logo-nav ul li img {
        margin-top: 2px !important;
    }
    .header-logo-nav ul li > img {
        display: none;
    }
    .header-logo-nav ul.active {
        left: 0;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
    .header-login.mobile {
        position: absolute;
        z-index: 10;
        top: 12px;
        right: 70px;
    }
    .header-login .btn-dark {
        padding: 8px 18px;
    }
    .header-login .btn-simple {
        padding: 8px 5px;
        margin-right: 5px;
    }
}

/*Hero Section*/

.hero-section {
    background: radial-gradient(ellipse 80% 60% at 60% -20%, rgba(120, 119, 198, 0.3), transparent);
    padding-top: 165px;
    margin-bottom: 150px;
}
.hero-section h1 {
    margin-bottom: 16px;
    text-align: center;
    background: linear-gradient(to right bottom, #fff 30%, hsla(0, 0%, 100%, 0.38));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.hero-section .body-2 {
    margin-bottom: 46px;
    text-align: center;
}
.hero-section .btn-dark {
    margin: auto;
    margin-bottom: 72px;
    display: block;
    padding: 15px 35px;
    font-size: 20px;
}
.hero-section .hero-features {
    display: flex;
    justify-content: space-between;
    max-width: 905px;
    margin: auto;
}
.hero-section .hero-features img.desktop-feature-divider {
    width: 2px;
    height: auto;
}
.hero-section .hero-features img.mobile-feature-divider {
    display: none;
	max-width: 1000px;
}
.hero-section .hero-features .feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 250px;
}
.hero-section .hero-features .feature-box img {
    margin-right: 8px;
    width: 20px;
}
@media (max-width: 768px) {
    .hero-section {
        padding-top: 90px;
        margin-bottom: 100px;
    }
    .hero-section .btn-dark {
        padding: 14px 30px;
        font-size: 14px;
    }
    .hero-section .hero-features {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .hero-section .hero-features .feature-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 216px;
    }
    .hero-section .hero-features img.desktop-feature-divider {
        display: none;
    }
    .hero-section .hero-features img.mobile-feature-divider {
        display: block;
        height: 2px;
        width: auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .hero-section .hero-features .feature-box img {
        margin-right: 20px;
        width: 24px;
    }
}

/*Logos Section*/
.logos-section {
    padding: 40px 0 20px;
}
.logos-section p {
    text-align: center;
    margin-bottom: 48px;
}
.logos-section .row {
	row-gap: 40px;
}
.logos-section .row img {
    padding: 0 20px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
    .logos-section {
        padding-bottom: 120px;
    }
    .logos-section p {
        max-width: 250px;
        margin: auto;
        margin-bottom: 48px;
    }
    .logos-section .row {
        row-gap: 32px;
        column-gap: 24px;
    }
    .logos-section .col-2 {
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
    .logos-section .row img {
        padding: 0;
    }
}

/*Features Section*/

.features-section {
    padding: 160px 0 0;
}
.features-section .glow-up-tube-container {
    position: relative;
    z-index: -1;
}
.features-section h2 {
    margin-bottom: 60px;
    text-align: center;
    background: linear-gradient(to right bottom, #fff 30%, hsla(0, 0%, 100%, 0.38));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.section-with-tube-glow .glow-up-tube:after {
    content: "";
    filter: url(#noiseFilter);
    position: absolute;
    inset: 0 0 50%;
    overflow: hidden;
    opacity: 0.1;
    -webkit-mask-image: radial-gradient(140px 50% at 50% 100%, #000, transparent);
    mask-image: radial-gradient(140px 50% at 50% 100%, #000, transparent);
}
.section-with-tube-glow .glow-up-tube {
    background-position: 1% 0, 99% 0;
    background-size: 50% 100%, 50% 100%;
    -webkit-mask: radial-gradient(100% 50% at center center, #000, transparent);
    mask: radial-gradient(100% 50% at center center, #000, transparent);
    background-repeat: no-repeat;
    pointer-events: none;
    width: 100%;
    margin-bottom: -330px;
    transform: translateY(-200px) rotate(180deg);
    transition-duration: 0.96s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.4;
    /* --tw-rotate: 180deg; */
    height: 400px;
    box-sizing: border-box;
    background-image: conic-gradient(from 90deg at 80% 50%, #000212, rgb(var(--feature-color))), conic-gradient(from 270deg at 20% 50%, rgb(var(--feature-color)), #000212);
}
.section-with-tube-glow .full-width-image {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.section-with-tube-glow.glow-active .glow-up-tube {
    background-position: 1% 0, 99% 0;
    background-size: 50% 100%, 50% 100%;
    -webkit-mask: radial-gradient(100% 50% at center center, #000, transparent);
    mask: radial-gradient(100% 50% at center center, #000, transparent);
    background-repeat: no-repeat;
    pointer-events: none;
    width: 100%;
    opacity: 1;
    transform: translateY(-200px) rotate(180deg) scale(2) translateZ(0);
    background-image: conic-gradient(from 90deg at 80% 50%, #000212, rgb(var(--feature-color))), conic-gradient(from 270deg at 20% 50%, rgb(var(--feature-color)), #000212);
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.section-with-tube-glow .animate-up {
    top: 82px;
    position: relative;
    transition: top 1s ease;
}
.section-with-tube-glow.glow-active .animate-up {
    top: 0;
}
.features-section h3 {
    margin-top: 35px;
    margin-bottom: 62px;
}
.features-section .features_separator {
    height: 1px;
    width: 100%;
    margin-bottom: 72px;
    border: none;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.1) 50%, transparent);
}
.features-section .iconed-features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
    row-gap: 36px;
    margin-bottom: 50px;
}
.features-section .iconed-features-row .feature-box {
    max-width: 266px;
}
.features-section .iconed-features-row .feature-box p img {
    margin-bottom: -3px;
}
.features-section .features-with-image {
    gap: 24px;
    margin-bottom: 40px;
}
.features-section .features-with-image .col-6 {
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}
.features-section .features-with-image .feature-box {
    background-image: radial-gradient(ellipse at center, rgba(var(--feature-color-dark), 0.15), transparent);
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    position: relative;
    border-radius: 36px;
}
.features-section .features-with-image .feature-box:before {
    content: "";
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
    -webkit-mask: linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
    mask: linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
    -webkit-mask-composite: xor;
}
.features-section .features-with-image .feature-box .wrapper {
    margin-bottom: -80px;
    padding: 60px 60px 0;
}
.features-section .features-with-image .feature-box .wrapper h4 {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .features-section {
        padding-top: 25px;
        padding-bottom: 70px;
    }
    .section-with-tube-glow .glow-up-tube {
        background-position: 1% 0, 99% 0;
        background-size: 50% 100%, 50% 100%;
        -webkit-mask: radial-gradient(100% 50% at center center, #000, transparent);
        mask: radial-gradient(100% 50% at center center, #000, transparent);
        background-repeat: no-repeat;
        pointer-events: none;
        width: 100%;
        opacity: 1;
        transform: translateY(-200px) rotate(180deg) scale(1) translateZ(0) !important;
        background-image: conic-gradient(from 90deg at 60% 50%, #000212, rgb(var(--feature-color))), conic-gradient(from 270deg at 40% 50%, rgb(var(--feature-color)), #000212) !important;
        transition-property: transform, opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .section-with-tube-glow h2 {
        top: 0;
    }
    .features-section .iconed-features-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 54px;
        column-gap: 16px;
        margin-bottom: 75px;
    }
    .features-section .iconed-features-row .feature-box p {
        display: flex;
        flex-direction: column;
    }
    .features-section .iconed-features-row .feature-box p img {
        margin-bottom: 6px;
        width: 18px;
    }
    .features-section .features-with-image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .features-section .features-with-image .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .features-section .features-with-image .feature-box .wrapper {
        margin-bottom: -80px;
        padding: 30px 26px 24px;
    }
    .features-section .features-with-image .feature-box > img {
        margin-left: -6px;
        margin-right: -6px;
    }
    .features-section .features-with-image .feature-box {
        border-radius: 24px;
    }
}

/*Testimonials Section*/

.testimonials-section {
    position: relative;
    padding: 120px 0 80px;
}
.testimonials-section .container {
    position: relative;
}
.testimonials-section h2 {
    text-align: center;
    margin-bottom: 80px;
    background: linear-gradient(to right bottom, #fff 30%, hsla(0, 0%, 100%, 0.38));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.testimonials-section .testimonial-slider-container {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}

.testimonials-section .testimonial-slider-container .testimonialslider {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.testimonials-section .testimonial-slider-container .testimonialslide {
    flex: 0 0 calc(100% / 3);
    box-sizing: border-box;
    padding: 0 0.5rem;
}

.testimonials-section .testimonial-slider-container .testimonialslide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5rem;
}

.testimonials-section .testimonial-slider-container button.prev,
.testimonials-section .testimonial-slider-container button.next {
    position: absolute;
    background: transparent;
    top: calc(50% + 70px);
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.testimonials-section .testimonial-slider-container button.prev img,
.testimonials-section .testimonial-slider-container button.next img {
    width: 40px;
    height: 40px;
}
.testimonials-section .testimonial-slider-container button.prev {
    left: 0;
}
.testimonials-section .testimonial-slider-container button.next {
    right: 0.5rem;
}

.testimonials-section .testimonial-slider-container button:focus-visible {
    outline: 2px solid dodgerblue;
}
.testimonials-section .testimonial-slider-container .testimonial-box {
    border-radius: 16px;
    border: 1px solid #212336;
    background: linear-gradient(180deg, rgba(1, 3, 19, 0.4) 0%, rgba(49, 56, 71, 0) 100%);
    padding: 32px 25px;
	height: calc(100% - 66px);
}
.testimonials-section .testimonial-slider-container .testimonial-box .reviewer-info {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #292843;
}
.testimonials-section .testimonial-slider-container .testimonial-box .reviewer-info img {
    width: 48px;
    margin-right: 14px;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .testimonials-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonials-section .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .testimonials-section .testimonial-slider-container .testimonialslide {
        flex: 0 0 calc(100% / 1);
        padding: 0;
    }
    .testimonials-section .testimonial-slider-container button.prev img,
    .testimonials-section .testimonial-slider-container button.next img {
        width: 28px;
        height: 28px;
    }
    .testimonials-section .testimonial-slider-container button.prev {
        left: 0;
    }
    .testimonials-section .testimonial-slider-container button.next {
        right: 0;
    }
    .testimonials-section .testimonial-slider-container button.prev,
    .testimonials-section .testimonial-slider-container button.next {
        top: calc(50% + 84px);
    }
}

/*CTA Section*/

.cta-section {
    padding-bottom: 120px;
}
.cta-section .moon-graphic-container {
    margin-top: 80px;
}
.cta-section .moon-graphic {
    --color: #4e5cda;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    height: 600px;
    width: min(1200px, 100%);
    overflow: hidden;
    margin-top: -128px;
    margin-bottom: -128px;
    -webkit-mask-image: radial-gradient(circle at center center, #000, transparent 80%);
    z-index: -1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(180deg);
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
.cta-section .moon-graphic:before {
    --tw-content: "";
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background: radial-gradient(circle at bottom center, var(--color), transparent 70%);
}
.cta-section .moon-graphic:after {
    content: "";
    position: absolute;
    background: #000212;
    width: 200%;
    left: -50%;
    aspect-ratio: 1/0.7;
    border-radius: 50%;
    border-top: 1px solid rgba(120, 119, 198, 0.4);
    top: 50%;
}
.cta-section .moon-graphic-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: radial-gradient(circle at center bottom, #000, transparent);
    mask-image: radial-gradient(circle at center bottom, #000, transparent);
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
.cta-section .funded-by {
    max-width: 515px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.cta-section .funded-by img {
    width: 200px;
}
.cta-section h2 {
    text-align: center;
    margin-bottom: 60px;
    background: radial-gradient(40% 70% at 50% 0, hsla(0, 0%, 100%, 0.6), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 400;
    font-size: 80px;
    line-height: 79px;
    letter-spacing: -4.5px;
}
.cta-section .btn-dark {
    margin: auto;
    display: block;
}

@media (max-width: 768px) {
    .cta-section {
        margin-bottom: 0;
        padding-bottom: 125px;
    }
    .cta-section .moon-graphic-container {
        margin-top: 50px;
    }
    .cta-section .moon-graphic {
        transform: rotate(180deg) scale(1.8);
        height: 500px;
    }
    .cta-section .funded-by {
        flex-direction: column;
        gap: 32px;
    }
    .cta-section h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -2px;
    }
}

/*Footer*/

.footer {
    padding: 64px 0 32px;
    border-top: 1px solid #1a1c2a;
}
.footer .container > .row {
    justify-content: space-between;
}
.footer-nav p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 28px;
}
.footer-nav ul li {
    list-style: none;
    display: block;
    color: rgb(150, 154, 161);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 28px;
}
.footer-nav ul li a {
    color: rgb(138, 143, 152);
    text-decoration: none;
}
.footer .col-3 img.footer-logo {
    width: 70px;
    margin-bottom: 40px;
}
.footer .col-3 .social-links img {
    width: 22px;
    margin-right: 20px;
}
.footer .copyright-row {
    border-top: 1px solid #1a1c2a;
    padding-top: 32px;
    margin-top: 64px;
}
.footer .copyright-row p {
    font-size: 12px;
    color: #6a6e75;
}
.footer .copyright-row p.body-2 {
    font-size: 16px;
    color: #6a6e75;
}
.footer .copyright-row ul {
    display: flex;
    justify-content: end;
}
.footer .copyright-row ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
}
.footer .copyright-row ul li a {
    color: #6a6e75;
    font-weight: 300;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .footer .container {
        padding-left: 35px;
    }
    .footer .col-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 60px;
    }
    .footer .copyright-row .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .copyright-row .col-6:first-child {
        order: 1;
    }
    .footer .copyright-row .col-6:last-child {
        order: 0;
    }
    .footer .copyright-row ul {
        justify-content: start;
        margin-bottom: 20px;
    }
    .footer .copyright-row ul li {
        margin-left: 0;
        margin-right: 15px;
    }
    .footer .copyright-row p.body-2 {
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .footer {
        padding: 60px 0 25px;
    }
    .footer .container {
        padding-left: 25px;
    }
    .footer .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .footer-nav ul li {
        list-style: none;
        display: block;
        color: rgb(150, 154, 161);
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .footer .copyright-row ul {
        justify-content: start;
        margin-bottom: 20px;
        display: block;
    }
    .footer .copyright-row ul li {
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Blog Page Styles
--------------------------------------------------------------*/
/* Blog Hero Section */
.blog-hero {
    padding: 70px 0 20px;
    background-color: #9292c421;
}
.blog-hero .row {
    justify-content: center;
}
.blog-hero .col-6:first-child {
    padding: 0 20px 0 100px;
    box-sizing: border-box;
    max-width: 500px;
}
.blog-hero .col-6:nth-child(2) {
    padding: 0 100px 0 0;
    box-sizing: border-box;
}
.blog-hero .col-6:first-child h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--white);
    margin-bottom: 0px;
}
.blog-hero .col-6:first-child > p {
    margin-bottom: 0px;
}
.blog-hero .col-6:first-child a {
    padding: 0;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-underline-offset: 2px;
}
.blog-hero .col-6:first-child a p {
    color: var(--white);
}
@media (max-width: 1024px) {
    .blog-hero .col-6:first-child {
        padding: 0 80px 0 0;
        max-width: 400px;
    }
    .blog-hero .col-6:nth-child(2) {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .blog-hero {
        padding: 103px 0 40px;
    }
    .blog-hero .col-6:first-child {
        max-width: none;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .blog-hero .col-6:first-child h1 {
        font-size: 20px;
        line-height: 32px;
    }
    .blog-hero .col-6:nth-child(2) {
        max-width: 425px;
    }
}

/* Blog Marketing Section */
.blog-marketing {
    background-color: #000212;
    padding: 40px 0;
}
.blog-marketing .col-12 {
    background-color: #131318;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}
.blog-marketing h5 {
    margin-bottom: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
}
.blog-marketing .col-12 .row a {
    padding: 0 20px;
    text-decoration: none;
    position: relative;
}
.blog-marketing .col-12 .row a:first-child::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #303236;
}
@media (max-width: 768px) {
    .blog-marketing h5 {
        margin-bottom: 10px;
    }
    .blog-marketing .col-12 .row a {
        margin-top: 6px;
    }
    .blog-marketing .col-12 .row a:first-child::after {
        display: none;
    }
}

/* Blog Cards Section */
.blog-cards-list {
    padding: 40px 0 100px;
    background-color: #000212;
}
.blog-cards-list .row .col-6:nth-child(odd) {
    border-right: 1px solid #ffffff80;
    padding-right: 140px;
    box-sizing: border-box;
    margin-top: -200px;
}
.blog-cards-list .row .col-6:first-child {
    margin-top: 0;
}
.blog-cards-list .row .col-6:nth-child(even) {
    padding-left: 140px;
    box-sizing: border-box;
}
.blog-cards-list .blog-card {
    width: 100%;
    margin-bottom: 120px;
}
.blog-cards-list .blog-card a {
    text-decoration: none;
}
.blog-cards-list .row .col-6:nth-child(2) {
    margin-top: 200px;
}
.blog-cards-list .blog-card a img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 14px;
}
.blog-cards-list .blog-card p:first-of-type {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}
.blog-cards-list .blog-card h4 {
    font-weight: 600;
    margin-bottom: 8px;
}
.blog-cards-list .blog-card p:nth-of-type(2) {
    color: var(--textgrey-light);
    margin-bottom: 32px;
}
.blog-cards-list .blog-card p:last-of-type {
    font-size: 14px;
    line-height: 18px;
    color: var(--white);
}
.blog-cards-list .blog-card p:last-of-type img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
}
.blog-cards-list .blog-card p:last-of-type span {
    color: var(--textgrey-dark);
    margin-left: 10px;
    padding-left: 11px;
    position: relative;
}
.blog-cards-list .blog-card p:last-of-type span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    background-color: #303236;
}
@media (max-width: 1024px) {
    .blog-cards-list .row .col-6:nth-child(odd) {
        padding-right: 60px;
    }
    .blog-cards-list .row .col-6:nth-child(even) {
        padding-left: 60px;
    }
    .blog-cards-list .row .col-6:nth-child(odd) {
        margin-top: -100px;
    }
    .blog-cards-list .row .col-6:first-child {
        margin-top: 0;
    }
    .blog-cards-list .row .col-6:nth-child(2) {
        margin-top: 100px;
    }
}
@media (max-width: 768px) {
    .blog-cards-list {
        padding: 40px 0;
    }
    .blog-cards-list .row .col-6:nth-child(odd) {
        padding-right: 0;
        border-right: none;
    }
    .blog-cards-list .row .col-6:nth-child(even) {
        padding-left: 0;
    }
    .blog-cards-list .blog-card {
        margin-bottom: 80px;
    }
    .blog-cards-list .row .col-6:first-child .blog-card:last-child {
        margin-bottom: 80px;
    }
    .blog-cards-list .row .col-6:last-child .blog-card:first-child {
        margin-top: 0;
    }
    .blog-cards-list .row .col-6:nth-child(odd) {
        margin-top: 0;
    }
    .blog-cards-list .row .col-6:nth-child(2) {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Blog Details Styles
--------------------------------------------------------------*/
/* Blog Breadcrumb Section */
.single-post .breadcrumb-section {
    padding: 115px 0 44px;
}
.single-post .breadcrumb-section p a:first-child {
    padding-right: 16px;
    margin-right: 12px;
    color: var(--textgrey-light);
    text-decoration: none;
    position: relative;
}
.single-post .breadcrumb-section p a:first-child::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #303236;
}
.single-post .breadcrumb-section p a:last-child {
    text-decoration: none;
    color: var(--textgrey-dark);
}
@media (max-width: 768px) {
    .single-post .breadcrumb-section {
        padding: 85px 0 20px;
    }
}

/* Blog Body Section */
.single-post .blog-body-section {
    padding: 32px 0 100px;
}
.single-post .blog-body-section .col-8 p.category-type {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}
.single-post .blog-body-section h3.category-heading {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}
.single-post .blog-body-section .col-8 p.blog-author {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: var(--textgrey-dark);
}
.single-post .blog-body-section .col-8 .row.author-name {
    column-gap: 12px;
    margin-bottom: 14px;
}
.single-post .blog-body-section .col-8 .row.author-name img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
}
.single-post .blog-body-section .col-8 .row.author-name p {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--white);
}
.single-post .blog-body-section .col-8 p.author-bio {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px;
    color: var(--textgrey-light);
    font-style: italic;
}
.single-post .blog-body-section p.author-bio a {
    font-style: normal;
    text-decoration: underline;
    color: var(--white);
    margin-left: 5px;
}
.single-post .blog-body-section .col-8 .row.blog-tags {
    margin-bottom: 44px;
    row-gap: 12px;
}
.single-post .blog-body-section .col-8 .row.blog-tags p {
    color: var(--blog-links);
    padding-right: 14px;
    margin-right: 14px;
    font-size: 12px;
    text-decoration: none;
    border-right: 1px solid #282a30;
    margin-bottom: 0;
}
.single-post .blog-body-section .col-8 .row.blog-tags p:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.single-post .blog-body-section .col-8 img.blog-image-large {
    margin-bottom: 40px;
}
.single-post .blog-body-section .col-8 p {
    color: var(--textgrey-light);
    margin-bottom: 50px;
}
.single-post .blog-body-section .col-8 p.mb-0 {
    margin-bottom: 0;
}
.single-post .blog-body-section .blog-hr-line {
    opacity: 0.15;
    background: #fff;
    height: 1px;
    margin-bottom: 50px;
}
.single-post .blog-body-section h4 {
    margin-bottom: 18px;
    font-weight: 600;
}
.single-post .blog-body-section .blog-list-ordered li {
    color: var(--textgrey-light);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-left: 20px;
}
@media (max-width: 768px) {
    .single-post .blog-body-section {
        padding: 20px 0 60px;
    }
}

/* Blog Sidebar Section */
.single-post .blog-sidebar-col {
    padding-left: 40px;
    box-sizing: border-box;
    margin-top: 150px;
}
.single-post .sidebar-table {
    width: 100%;
    padding: 20px 24px 16px 24px;
    border-radius: 12px;
    border: 1px solid #4a4c67;
    box-sizing: border-box;
}
.single-post .sidebar-table h6 {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--textgrey);
    margin-bottom: 20px;
}
.single-post .sidebar-table ul {
    padding-left: 25px;
    list-style-type: disc;
}
.single-post .sidebar-table ul li {
    color: var(--white);
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
    font-weight: 300;
}
.single-post .sidebar-table ul li a {
    color: var(--white);
    text-decoration: none;
}
.single-post .contact-box {
    width: 100%;
    margin-top: 48px;
    padding: 20px 24px 16px 24px;
    border-radius: 12px;
    border: 1px solid #4a4c67;
    box-sizing: border-box;
    margin-bottom: 48px;
}
.single-post .contact-box h6 {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: var(--textgrey-light);
    margin-bottom: 20px;
}
.single-post form input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #202228;
    background: #131318;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--textgrey);
    font-family: "Inter", sans-serif !important;
    margin-bottom: 16px;
}
.single-post form button {
    width: 100%;
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid var(--Primary-Gradient, #455eb5);
    background: var(--Primary-Gradient, linear-gradient(94deg, #455eb5 0%, #5545ca 51.53%, #673fd7 100%));
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: var(--white);
}
.single-post .related-box > h5 {
    margin-top: 48px;
    color: var(--textgrey-dark);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.single-post .related-blog-card {
    width: 100%;
    margin-top: 20px;
    border-radius: 16px;
    background-color: #110f21;
    border: 1px solid #212336;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.single-post .related-card-img {
    width: 100%;
    border-radius: 16px 16px 8px 8px;
}
.single-post .related-card-body {
    width: 100%;
    padding: 40px 20px 20px;
    box-sizing: border-box;
}
.single-post .related-card-name {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--textgrey-dark);
    margin-bottom: 16px;
}
.single-post .related-card-name img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.single-post .related-card-name span {
    position: relative;
    padding-right: 9px;
    margin: 0 8px;
}
.single-post .related-card-name span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    width: 1px;
    background-color: #303236;
}
.single-post .related-card-body h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.single-post .related-card-body h5 a {
    color: var(--white);
    text-decoration: none;
}
.single-post .related-card-body p.related-card-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
@media (max-width: 768px) {
    .single-post .blog-sidebar-col {
        padding-left: 0px;
        margin-top: 50px;
    }
}

/*--------------------------------------------------------------
# About Us Styles
--------------------------------------------------------------*/
/* Hero Section */
.about-us .hero-section .body-2.page-name {
    margin-bottom: 16px;
}
.about-us .hero-image-large {
    width: 100%;
    border-radius: 12px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .about-us .hero-section .body-2 {
        margin-bottom: 30px;
    }
    .about-us .hero-section .btn-dark {
        margin-bottom: 52px;
    }
}

/* Journey Section */
.about-us .journey-section h2 {
    margin-bottom: 24px;
}
.about-us .journey-section .body-2 {
    text-align: center;
    margin: 0 auto 96px;
}
.about-us .journey-row {
    align-items: stretch;
    justify-content: center;
    column-gap: 32px;
    padding: 0 44px 45px;
}
.about-us .journey-card {
    width: calc((100% - 96px) / 4);
    border-radius: 12px;
    backdrop-filter: blur(32px);
    padding: 54px 16px 65px;
    background-color: #2a285dd9;
    border: 0.4px solid #ffffff1a;
    box-sizing: border-box;
}
.about-us .journey-card h4 {
    background: linear-gradient(90deg, #e1e4ff -39.57%, #949ce0 82.2%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 12px;
}
.about-us .journey-card p {
    color: var(--white);
    font-weight: 200;
}
@media (max-width: 1024px) {
    .about-us .journey-row {
        column-gap: 24px;
        padding: 0 0 45px;
    }
    .about-us .journey-card {
        width: calc((100% - 72px) / 4);
    }
}
@media (max-width: 768px) {
    .about-us .journey-section .body-2 {
        margin: 0 auto 60px;
    }
    .about-us .journey-row {
        column-gap: 0;
        row-gap: 30px;
    }
    .about-us .journey-card {
        width: 100%;
        padding: 30px 24px 30px;
    }
    .features-section {
        padding-bottom: 50px;
    }
}

/* Story Section */
.about-us .story-section {
    width: 100%;
    padding: 80px 0;
}
.about-us .story-about h3 {
    text-align: left;
    font-size: 56px;
    line-height: 115%;
    font-weight: 500;
    background: linear-gradient(94.94deg, #ffffff 6.51%, #c5c5c5 124.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.about-us .story-about a {
    display: block;
    margin: 50px auto 0 0;
}
.about-us .story-image {
    padding-left: 75px;
    box-sizing: border-box;
}
.about-us .story-image.story-reverse {
    padding-left: 0;
    padding-right: 75px;
}
@media (max-width: 1024px) {
    .about-us .story-about h3 {
        font-size: 46px;
    }
    .about-us .story-image {
        padding-left: 45px;
    }
    .about-us .story-image.story-reverse {
        padding-right: 45px;
    }
}
@media (max-width: 768px) {
    .about-us .story-about h3 {
        font-size: 36px;
        text-align: center;
    }
    .about-us .story-about .body-2 {
        text-align: center;
    }
    .about-us .story-about a {
        margin: 40px auto 0;
    }
    .about-us .story-section .column-reverse {
        flex-direction: column-reverse;
    }
    .about-us .story-image,
    .about-us .story-image.story-reverse {
        padding: 0;
    }
    .about-us .story-image {
        margin-bottom: 30px;
    }
    .about-us .story-section {
        padding: 50px 0;
    }
}

/* Values Section */
.about-us .values-section h2 {
    margin-bottom: 24px;
}
.about-us .values-section .body-2 {
    text-align: center;
    margin: 0 auto 96px;
}
.about-us .values-row {
    align-items: flex-start;
    justify-content: center;
    column-gap: 50px;
    padding: 0 85px 110px;
    text-align: center;
}
.about-us .values-card {
    width: calc((100% - 150px) / 4);
}
.about-us .values-card img {
    width: 65px;
    max-width: 80%;
    display: block;
    margin: 0 auto 24px;
}
.about-us .values-card h4 {
    background: linear-gradient(90deg, #e1e4ff -39.57%, #949ce0 82.2%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    font-weight: 600;
}
.about-us .values-card p {
    color: var(--white);
}

@media (max-width: 1024px) {
    .about-us .values-row {
        column-gap: 40px;
        padding: 0 0 100px;
    }
    .about-us .values-card {
        width: calc((100% - 120px) / 4);
    }
}
@media (max-width: 768px) {
    .about-us .values-row {
        column-gap: 0;
        padding: 0 0 60px;
        row-gap: 50px;
    }
    .about-us .values-card {
        width: 100%;
    }
}




/*--------------------------------------------------------------
# Industries Styles
--------------------------------------------------------------*/
/* Hero Section */
.industries .hero-section .hero-row {
    align-items: center;
    justify-content: space-between;
}
.industries .hero-section .hero-left-col {
    width: 48%;
}
.industries .hero-section .hero-right-col {
    width: 46%;
}
.industries .hero-section .body-2 {
    text-align: left;
}
.industries .hero-section h1 {
    text-align: left;
    font-size: 56px;
    line-height: 115%;
    font-weight: 500;
    background: linear-gradient(94.94deg, #ffffff 6.51%, #c5c5c5 124.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.industries .hero-section .btn-dark {
    margin: 0 auto 0 0;
}
.industries .hero-section .col-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    .industries .hero-section .hero-row {
        justify-content: center;
    }
    .industries .hero-section .hero-left-col {
        width: 100%;
        max-width: 800px;
    }
    .industries .hero-section .body-2,
    .industries .hero-section h1 {
        text-align: center;
    }
    .industries .hero-section .btn-dark {
        margin: 0 auto 60px;
    }
    .industries .hero-section .hero-right-col {
        width: 100%;
        max-width: 800px;
    }
}
@media (max-width: 768px) {
    .industries .hero-section {
        margin-bottom: 80px;
    }
    .industries .hero-section .body-2 {
        margin-bottom: 30px;
    }
    .industries .hero-section h1 {
        font-size: 46px;
    }
    .industries .logos-section {
        padding-bottom: 0;
    }
}

/* Transform Section */
.industries .features-section.transform-section {
    padding: 0;
}
.industries .transform-section .moon-graphic {
    --color: #4e5cda;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    height: 600px;
    width: min(1200px, 100%);
    overflow: hidden;
    margin-top: -160px;
    margin-bottom: -140px;
    -webkit-mask-image: radial-gradient(circle at center center, #000, transparent 80%);
    z-index: -1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
.industries .transform-section .moon-graphic:before {
    --tw-content: "";
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background: radial-gradient(circle at bottom center, var(--color), transparent 70%);
}
.industries .transform-section .moon-graphic:after {
    content: "";
    position: absolute;
    background: #000212;
    width: 200%;
    left: -50%;
    aspect-ratio: 1/0.7;
    border-radius: 50%;
    border-top: 1px solid rgba(120, 119, 198, 0.4);
    top: 50%;
}
.industries .transform-section .moon-graphic-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: radial-gradient(circle at center bottom, #000, transparent);
    mask-image: radial-gradient(circle at center bottom, #000, transparent);
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
.industries .transform-row {
    justify-content: center;
    column-gap: 30px;
    max-width: 860px;
    margin: 0 auto 60px;
}
.industries .transform-card {
    width: calc((100% - 60px) / 3);
}
.industries .transform-section .body-2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(to right bottom, #fff 30%, hsla(0, 0%, 100%, 0.38));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
@media (max-width: 768px) {
    .industries .transform-section .moon-graphic {
        margin-top: -180px;
        margin-bottom: -160px;
    }
    .industries .transform-row {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .industries .transform-card {
        width: 100%;
    }
}

/* Grow Section */
.industries .grow-section .grow-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 120px;
}
.industries .grow-section .grow-row {
    width: 100%;
    max-width: 1008px;
}
.industries .grow-section .grow-row:nth-child(even) {
    flex-direction: row-reverse;
	position: relative;
}
.industries .grow-section .grow-row:nth-child(even)::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 300px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(120, 119, 198), rgb(78, 92, 218));
    filter: blur(1000px) opacity(0.4);
    z-index: -1;
}
.industries .grow-section .grow-row:last-child::before {
    content: none;
}
.industries .grow-section .grow-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 32px;
    box-sizing: border-box;
}
.industries .grow-section .grow-about {
    width: 50%;
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}
.industries .grow-section .grow-about p {
    font-size: 18px;
    font-weight: 400;
    max-width: 390px;
}
.industries .grow-section .grow-about p.grow-name {
    line-height: 36px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-weight: 300;
    max-width: none;
}
.industries .grow-section .grow-about h4 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.6px;
    font-weight: 500;
    margin-bottom: 4px;
}
.industries .grow-section .grow-about .btn-dark {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .industries .grow-section {
        padding-top: 100px;
    }
    .industries .grow-section .grow-col {
        row-gap: 80px;
    }
    .industries .grow-section .grow-row,
    .industries .grow-section .grow-row:nth-child(even) {
        flex-direction: column-reverse;
    }
    .industries .grow-section .grow-image {
        width: 100%;
        padding: 0;
    }
    .industries .grow-section .grow-about {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .industries .grow-section .grow-about p {
        font-size: 16px;
    }
    .industries .grow-section .grow-about h4 {
        font-size: 28px;
        line-height: 38px;
    }
}

/* CTA Section */
.industries .cta-section .moon-graphic-container {
    margin: 0;
}

/*--------------------------------------------------------------
# Form Page Styles
--------------------------------------------------------------*/
/* Hero Section */
.form-page .form-section .row {
    align-items: stretch;
}
.form-page .form-section .row .col-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.form-page .form-section h1,
.form-page .form-section .body-2 {
    text-align: left;
}
.form-page .form-col {
    height: 500px;
    border-radius: 16px;
    background: #fff;
}
@media (max-width: 768px) {
    .form-page .form-section .row {
        flex-direction: column-reverse;
        row-gap: 32px;
    }
    .form-page .form-section h1,
    .form-page .form-section .body-2 {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Solutions Styles
--------------------------------------------------------------*/
/* Story Section */
.solutions .solutions-hero-section {
    background: radial-gradient(ellipse 80% 60% at 60% -20%, rgba(120, 119, 198, 0.3), transparent);
    padding-top: 165px;
}
.solutions .story-about h1,
.solutions .story-about h2 {
    text-align: left;
    font-size: 54px;
    line-height: 120%;
    font-weight: 500;
    background: linear-gradient(94.94deg, #ffffff 6.51%, #c5c5c5 124.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.solutions .story-about a.btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
@media (max-width: 1024px) {
    .solutions .solutions-hero-section {
        padding-top: 100px;
    }
    .solutions .story-section {
        padding: 60px 0;
    }
    .solutions .story-about h1,
    .solutions .story-about h2 {
        font-size: 46px;
    }
}
@media (max-width: 768px) {
    .solutions .solutions-hero-section {
        padding-top: 80px;
    }
    .solutions .story-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .solutions .story-about h1,
    .solutions .story-about h2 {
        font-size: 36px;
        text-align: center;
    }
    .solutions .story-about .body-3 {
        text-align: center;
    }
}
/* Unleash Section */
.solutions .unleash-section {
    padding-top: 80px;
}
.solutions .unleash-section .col-10 {
    margin: 0 auto;
}
.solutions .unleash-section h2 {
    text-align: center;
    font-size: 54px;
    line-height: 120%;
    font-weight: 500;
    background: linear-gradient(94.94deg, #ffffff 6.51%, #c5c5c5 124.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}
.solutions .unleash-section .body-2 {
    text-align: center;
    margin-bottom: 64px;
}
.solutions .unleash-section .unleash-hero-img {
    border-radius: 12px;
    margin-bottom: 110px;
}
.solutions .values-card {
    width: calc((100% - 125px) / 3);
}
@media (max-width: 1024px) {
    .solutions .unleash-section h2 {
        font-size: 46px;
    }
}
@media (max-width: 768px) {
    .solutions .unleash-section h2 {
        font-size: 36px;
    }
    .solutions .unleash-section .body-2 {
        margin-bottom: 40px;
    }
    .solutions .unleash-section .unleash-hero-img {
        border-radius: 12px;
        margin-bottom: 60px;
    }
    .solutions .values-card {
        width: 100%;
    }
}

/* Blog Section */
.solutions .blog-section {
    padding-top: 80px;
}
.solutions .blog-section h2 {
    text-align: center;
    font-size: 54px;
    line-height: 120%;
    font-weight: 500;
    background: linear-gradient(94.94deg, #ffffff 6.51%, #c5c5c5 124.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 36px;
}
.solutions .blog-list {
    margin-bottom: 36px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 54px;
}
.solutions .blog-card {
    width: calc((100% - 48px) / 3);
    padding: 50px 20px;
    background: linear-gradient(180deg, rgba(var(--feature-color-dark), 0.4) 0%, rgba(49, 56, 71, 0) 100%);
    border-radius: 16px;
    box-sizing: border-box;
}
.solutions .blog-card img {
    border-radius: 8px;
    margin-bottom: 24px;
}
.solutions .blog-card h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 120%;
}
.solutions .btn-dark {
    margin: 0 auto;
    display: block;
}
@media (max-width: 1024px) {
    .solutions .blog-section h2 {
        font-size: 46px;
    }
    .solutions .blog-list {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .solutions .blog-section {
        padding-top: 60px;
    }
    .solutions .blog-section h2 {
        font-size: 36px;
    }
    .solutions .blog-list {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .solutions .blog-card {
        width: 100%;
    }
    .solutions .blog-card h5 {
        font-size: 20px;
    }
}

/* === Stack the solutions links when the Solutions submenu is visible === */
.header-nav li.solutions-menu > ul.sub-menu {
    /* we keep display:none until hover/click, so toggle still works */
    flex-direction: column;   /* column instead of row               */
    flex-wrap: nowrap;        /* stop wrapping into two columns      */
    max-width: 260px;         /* optional: makes the panel narrower  */
}

/* each child now occupies the full row */
.header-nav li.solutions-menu > ul.sub-menu > li {
    flex: 0 0 100%;           /* full width                           */
    max-width: 100%;
}