/* ----------------------------------------
   IMPORTS
----------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');


/* ----------------------------------------
   CSS VARIABLES
----------------------------------------- */

:root {
    --helix-safe-right: clamp(80px, 18vw, 320px);
}
.wp-block-list .wp-block-list li {
    opacity:1 !important;
}
.wp-block-list .wp-block-list  {
  margin-top:10px !important;
}

/* ----------------------------------------
   RESET / BASICS
----------------------------------------- */

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

html {
    font-size: 16px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    color: #fff;
}

ul, ol {
    list-style: none;
}

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

a {
    text-decoration: none;
    color: inherit;
}

button, input, textarea, select {
    font: inherit;
}


/* ----------------------------------------
   GLOBAL TYPOGRAPHY
----------------------------------------- */

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    background: #0a0e27;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        OPACITY:0.9;

}

/* H1 – MAIN HERO TITLE */
h1 {
    font-size: clamp(5.8rem, 7vw, 4.2rem);
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #dce9fb 50%,
        #ffffff 100%
    );
    background-size: 200%;
    animation: title-shimmer 8s ease-in-out infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


strong {

    color:red;
        background: none;
   
    background-size: 200%;
    animation: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color:  skyblue;
}

@keyframes title-shimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* H2 – Secondary Headings */
h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(to right, #ffffff 0%, #cce3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

h4 {
    font-size: 1.5rem;
        line-height: 1.5;
        opacity:0.7;

}

p {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 20px;
    max-width:500px;
    opacity:0.8;
}

.wp-block-list {

    margin-left:20px;
}

.wp-block-list li{
font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 20px;
    max-width:500px;
    list-style:disc;
        opacity:0.8;


}

.longer{

    max-width:100% !important;
}
/* WRAPPER – only for clipping */
.wp-block-button {
    position: relative;
    display: inline-block;
    border-radius: 9999px;
    overflow: hidden;
    padding: 0; /* avoid conflicting spacing */
}

/* LINK – handles sizing, shape & text */
.wp-block-button__link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    font-size: 1.125em;
    border-radius: 9999px;
    color: #fff;
    background: none;
    border: 2px solid rgba(0, 174, 255, 0.55);
    overflow: hidden;
}

/* Kill WP theme.json button overlays */
.wp-block-button__link::after {
    content: none !important;
}

/* Animated sweep */
.wp-block-button__link::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 200%;
    left: -100%;
    z-index: 1;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(0, 174, 255, 0.4) 50%,
        transparent 100%
    );
    transform: translateX(0);
    transition: transform 0.45s ease;
}

/* sweep motion */
.wp-block-button__link:hover::before {
    transform: translateX(100%);
}


/* ----------------------------------------
   HERO SUBTITLE
----------------------------------------- */

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 50%;
    opacity: 0.85;
}


.hero-subtitle2 {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 100%;
    opacity: 0.85;
}

@media (max-width: 900px) {
    .hero-subtitle {
        max-width: 100%;
    }
}


/* ----------------------------------------
   HEADER
----------------------------------------- */

.site-header {
    width: 100%;
    padding: 54px 40px;
    z-index: 9997;
}

.site-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.site-logo img {
    display: block;
    height: 68px;
    max-height: 68px;
    width: auto;
    object-fit: contain;
}

/* Right side container (CTA + Burger) */
.site-right {
    display: flex;
    align-items: center;
    gap: 54px;
}


/* ----------------------------------------
   CTA BUTTON
----------------------------------------- */

.cta-button {
    display: inline-block;

}

.cta-button:hover {
}

.box2 p{

    max-width:100%;
    padding: 0px 30px 0px 0px;
}

.box2 h2{

    max-width:100%;
    padding: 30px 30px 0px 0px;
}



.cta-button {
    position: relative;
    overflow: hidden;
    color: #fff;
 background:none;
 border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    border: 2px solid rgba(0, 174, 255, 0.55);
    transition: background-color 0.3s ease;
    letter-spacing:1px;
}

.cta-button :before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(0, 174, 255, 0.4) 50%,
        transparent 100%
    );
    transition: transform 0.45s ease;
    transform: translateX(0);
}

.cta-button hover::before {
    transform: translateX(200%);
}


/* ----------------------------------------
   BURGER MENU BUTTON
----------------------------------------- */

.menu-button {
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: relative; /* now inside the header, not fixed */
}

/* Dot grid for burger */
.dot-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 4px;
}

.dot-grid span {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    display: block;
}


/* ----------------------------------------
   OVERLAY MENU
----------------------------------------- */

/* ----------------------------------------
   OVERLAY MENU
----------------------------------------- */

.menu-button.is-active .dot-grid span {
    background: #00aeff; /* optional cyan glow */
}

/* Fade out the middle row and middle column for the X shape */
.menu-button.is-active .dot-grid span:nth-child(2),
.menu-button.is-active .dot-grid span:nth-child(4),
.menu-button.is-active .dot-grid span:nth-child(6),
.menu-button.is-active .dot-grid span:nth-child(8),
.menu-button.is-active .dot-grid span:nth-child(5) {
    opacity: 0;
}

/* Top-left dot → move to top-left of X */
.menu-button.is-active .dot-grid span:nth-child(1) {
    transform: translate(100%, 100%) rotate(45deg);
}

/* Top-right */
.menu-button.is-active .dot-grid span:nth-child(3) {
    transform: translate(-100%, 100%) rotate(-45deg);
}

/* Bottom-left */
.menu-button.is-active .dot-grid span:nth-child(7) {
    transform: translate(100%, -100%) rotate(-45deg);
}

/* Bottom-right */
.menu-button.is-active .dot-grid span:nth-child(9) {
    transform: translate(-100%, -100%) rotate(45deg);
}


.menu-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
}

.menu-overlay.is-open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition-duration:0.5s;
}

.overlay-nav {
   max-width:1100px;
   margin:auto;
   padding-top:200px;
}

.overlay-nav ul {
    text-align: right;
    padding: 0;
}

.overlay-nav li {
    margin: 18px 0;
}

.overlay-nav a {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
        font-family: 'Plus Jakarta Sans', sans-serif;
    transition-duration:1s;


    font-size: 3em;
    font-weight: 600;
    line-height: 1.1;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        #e7eef7 40%,
        #ffffff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.overlay-nav a:hover{

    margin-right:20px;
    transition-duration:1s;
}






/* ----------------------------------------
   BUTTON BLOCKS (WP)
----------------------------------------- */

/* ---- Category Layout ---- */

.category-container {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.category-item {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    align-items: center;
    background: rgba(255,255,255,0.04);
    padding: 40px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, background 0.35s ease;
}

.category-item:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.07);
}

.cat-thumb img {
    border-radius: 12px;
    width: 100%;
    display: block;
}

.cat-thumb {
    position: relative;
}

.cat-logo {
  position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    z-index: 5;

    /* Optional premium crypto look: */
    display: flex;
    align-items: center;
    justify-content: center;

    /* remove background if you want it cleaner */
    background: none;
    padding: 0;
    border: none;
    backdrop-filter: none;
}
}

.cat-logo img {
     width: 100%;
    height: auto;
    display: block;
    opacity: 0.95;
}

.cat-info h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 14px;
}

.cat-info p {
    opacity: 0.75;
    line-height: 1.55;
    margin-bottom: 25px;
}

/* Mobile tweaks */
@media (max-width: 800px) {
    .category-item {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

.box{
      background: rgba(255, 255, 255, 0.10);
    padding: 40px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease,
        border 0.35s ease;
    border: 1px solid rgba(255,255,255,0.06);
}


.box2{
      background: rgba(255, 255, 255, 0.04);
    padding: 40px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease,
        border 0.35s ease;
    border: 1px solid rgba(255,255,255,0.06);
}

/* When hovering the BUTTON, the PARENT reacts */
.box2:hover {
    /* stays as normal on card hover */
}

/* ✨ This is the magic: button hover triggers parent */
.box2 .wp-block-button__link:hover {
    /* nothing changes on the button itself */
}

.box2 .wp-block-button__link:hover:not(:active) {
    /* trigger parent only when button is hovered */
}

.box2 .wp-block-button__link:hover:not(:active) ~ * {
    /* fallback: does nothing */
}

/* Actual parent reaction */
.box2:has(.wp-block-button__link:hover) {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 8px 24px rgba(0, 174, 255, 0.12);
    border: 1px solid rgba(0, 174, 255, 0.25);
}




/* When hovering the BUTTON, the PARENT reacts */
.box:hover {
    /* stays as normal on card hover */
}

/* ✨ This is the magic: button hover triggers parent */
.box .wp-block-button__link:hover {
    /* nothing changes on the button itself */
}

.box .wp-block-button__link:hover:not(:active) {
    /* trigger parent only when button is hovered */
}

.box .wp-block-button__link:hover:not(:active) ~ * {
    /* fallback: does nothing */
}

/* Actual parent reaction */
.box:has(.wp-block-button__link:hover) {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 8px 24px rgba(0, 174, 255, 0.12);
    border: 1px solid rgba(0, 174, 255, 0.25);
}

.lessgap .wp-block-columns {
    gap: 2rem !important;
    align-items: flex-start;
}


/* ---- Single Post Layout ---- */

.single-container {
    max-width: 800px;
    margin: 40px auto 140px;
    padding: 0 40px;
}

.single-container p{

    max-width:100%;
}

.single-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    background: none;
    padding: 0;
    border: none;
    backdrop-filter: none;
}

.single-logo img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.95;
}

.single-header h1 {
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

/* Featured image */
.single-featured {
    margin: 0 auto 60px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    padding: 10px;
     position: relative;
    display: block;
}

.single-featured img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

/* Content */
.single-content {
    font-size: 1.15rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 70px;
}

.single-content p {
    margin-bottom: 1.4em;
}

.single-footer {
    text-align: center;
    margin-bottom: 80px;
}

/* Pagination */
.post-pagination {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    opacity: 0.7;
}

.post-pagination a {
    color: #fff;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.post-pagination a:hover {
    opacity: 0.7;
}


/* ----------------------------------------
   CONTENT WRAPPERS
----------------------------------------- */

.client-multi-columns,
.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding:0px 40px;
}


.page-content {
   padding-right:10% !important;
}


.team-bio-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 45vw; /* or 50% if you prefer */
    max-width: 650px;
    height: 100vh;

    background: rgba(20,20,20,0.66);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border-left: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 80px;
    overflow-y: auto;

    transform: translateX(100%);
    transition: transform 0.45s ease;
    z-index: 9999; /* high, but no need for crazy */
}

.team-bio-panel.is-open {
    transform: translateX(0);
}

.bio-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: 0;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

.bio-content h2{

    margin-bottom:0px;
}

.bio-content h3{

    opacity:0.5;
}

.bio-content img{

    margin-bottom:10px;
        filter: grayscale(100%);
        width:200px;
        height:200px;
        border-radius:50%;

}

@media (max-width: 768px) {
    .team-bio-panel {
        width: 100vw;
        max-width: none;
        padding: 40px 28px;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.15);

        top: 0;
        right: 0;
        height: 100vh;

        transform: translateX(100%); /* slide from right */
    }

    .team-bio-panel.is-open {
        transform: translateX(0);
    }

    .bio-close {
        font-size: 28px;
        top: 14px;
        right: 14px;
    }



.site-header {
    width: 100%;
    padding: 30px 30px;
    z-index: 9997;
}

.cta-button{

    font-size:0.7em;
}

.site-logo{margin-right:20px;}


.site-header-inner {
  
    padding-left: 10px;
 
}

.wp-block-column  svg{width:50% !important;}

.overlay-nav {
    max-width: 1100px;
    margin: auto;
    padding-top: 200px;
    padding-right:25px;
}
.overlay-nav a {font-size:2em;}

html, body{overflow-x:hidden;}

.page-content {
    padding-right: 30px !important;
    padding-left:30px !important;
}

.cat-info p {
    display:none;
}


.client-multi-columns, .page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;
}

h1{

    font-size:50px;
}

.box2{

    padding:30px !important;
}



}

