/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/* Focus styles */

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
    text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/



@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-SemiBold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-ExtraBold.woff") format("woff");
    font-weight: 800;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-ExtraLight.woff") format("woff");
    font-weight: 200;
}





.more-link {
    display: block;
}
.desktop-pin {
    flex: 0 0 auto;
    position: relative;
    width: 100%; /* set a fixed or percentage width so pin spacing works */
    will-change: transform;
}

.fade-splide-edges .splide__track {
    mask-image: linear-gradient(
            to right,
            transparent 0,
            black 6%,
            black 94%,
            transparent 100%
    );
    mask-size: 100% 100%;
    mask-repeat: no-repeat;

    -webkit-mask-image: linear-gradient(
            to right,
            transparent 0,
            black 6%,
            black 94%,
            transparent 100%
    );
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
body {

}
.v-center {
    min-height: 100vh; /* take full viewport height */
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: center; /* horizontal centering, optional */
}
.landing-page-wrapper{
    color:var(--main-text-color1);
}
:root {
    --main-bg-color: black;
    --main-text-color1: #e3f0d7;
    --main-text-color2: #ff0000;
    --subtext-color1: #94a69e;
    --subtext-color2: #839672;
    --accent-color: #5de2a2;
    --block-padding: 13% 7%;
    --text-padding: 5% 7%;
    --text-margin: 5%;
    --block-margin-t: 13%;
    --block-margin-b: 13%;
    --block-margin-l: 7%;
    --block-margin-r: 7%;
    --text-size-heading: 140px;
    --text-size-title: 140px;
    --text-size-subtitle: 66px;
    --text-size-desc: 3rem;
    --font-weight-heading: 400;
    --font-weight-title: 400;
    --font-weight-subtitle: 500;
    --font-weight-desc: 500;
    --line-height-title:1.1;
    --line-height-subtitle:1.3;
    --line-height-desc:1.3;
    --bg: #000000; /* full black background */
    --card-bg: rgba(8,12,18,0.70);
    --card-border: #272924;
    --text: #e3f0d7;
    --muted: #d6f5e6; /* brighter muted text for clarity */
    --accent: #78F5E2;
    --gap: 44px;
    /* spacing & animation */
    --pill-gap: 28px;
    --row-gap: 28px;
    --speed-top: 32s;
    --speed-bottom: 36s;
    --fog-radius: 26px;
    --fog-border: rgba(255,255,255,0.24);
    --fog-shadow: 0 30px 90px rgba(0,0,0,0.6);
    --fog-bg: #070b10;
    /* colors */
    --pill-bg: rgba(255,255,255,.06);
    --pill-border: rgba(255,255,255,.14);
    --pill-text: #e7ecef;
    --accent: #78F5E2;

    /* EXTRA LARGE DEFAULTS */
    --pill-height: 100px;        /* double height */
    --pill-padding-x: 48px;      /* double padding */
    --pill-font: 32px;           /* double font size */
    --pill-dot: 18px;            /* double accent dot */

    /* Card sizing */
    --card-w: clamp(440px, 64vw, 800px);
    --card-min-h: clamp(320px, 48vh, 500px);
}
.block{
    margin-top: var(--block-margin-t);
    margin-bottom: var(--block-margin-b);
    margin-left: var(--block-margin-l);
    margin-right: var(--block-margin-r);
}
.tblock{
    margin-top: 7%;
    margin-bottom: 7%;
    margin-left: 7%;
    margin-right: 7%;
}
.mleft{
    margin-left: 7%;
}
.block-sep{
    margin-top: var(--block-margin-t);
    margin-bottom: var(--block-margin-b);
    background-color: rgb(255 255 255 / 23%);
    border:none;
    height:2px;

}
.header-title{
    display:flex;
    font-size: 7rem;
    font-weight:var(--font-weight-title);
    margin-bottom:var(--text-margin);
    line-height:var(--line-height-title);
}

.page-header-description{
    display:flex;
    font-size:var(--text-size-subtitle);
    font-weight:var(--font-weight-subtitle);
    margin-bottom:var(--text-margin);
    line-height:var(--line-height-subtitle);
    color:var(--subtext-color1);
    background: linear-gradient(180deg, rgb(115 129 103), rgb(66 75 58));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.section-title{
    display:flex;
    font-size:var(--text-size-subtitle);
    font-weight:var(--font-weight-subtitle);
    margin-bottom:var(--text-margin);
    line-height:var(--line-height-title);
}
.section-description{
    display:flex;
    font-size:var(--text-size-desc);
    font-weight:var(--font-weight-desc);
    color:#738167;
    line-height:var(--line-height-desc);
}
.page-header{
    margin:70% var(--block-margin-r) var(--block-margin-b) var(--block-margin-l);
}
.header-description span::first-letter{
    color: #b9ff76;
}



/* Frosted glass header bar */
.a3-header {
    position: fixed;
    top: 3%;
    left: 5%;
    width: 100%;
    height: 100px; /* adjust as needed */
    display: flex;
    justify-content: flex-start; /* push logo to right */
    align-items: center;
    padding: 0 24px; /* breathing space on sides */
    box-sizing: border-box;
    z-index: 1000; /* stays above content */
    mix-blend-mode:difference;
    border:none !important;
}

/* Logo image */
.a3-site-logo img {
    height: 80px;   /* adjust logo size */
    width: auto;
    display: block;
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.3));
}

html, body {
    background-color: #000;
    min-height: 100%;
}

p {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;

}
/*Desktop Styles*/

.br-dt-show{
    display:none;
}
.br-m-show{
    display:inline;
}
.mblock{
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 7%;
    margin-right: 7%;
}
.title-mobile-border-block{
    margin-top:7rem;
    border: 4px solid #738167;
    padding: 3rem;
    border-radius: 80px;
}
.wpcf7-list-item{
	margin: 0;
}
@media (min-width: 1024px){
    .dt-border-radius{
        border-radius:40px;
    }
    .mblock{
        margin:0;
    }
    .dt-center{
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .dt-text-center{
        text-align:center !important;
        align-content:center !important;
        justify-content:center !important;
    }
    .dthide{
        display:none !important;
    }
    .br-dt-show{
        display:inline;
    }
    .br-m-show{
        display:none;
    }
    .lmarg{
        margin-left:7rem;
    }
    .rmarg{
        margin-right:7rem;
    }
    .hmarg{
        margin-left:7rem;
        margin-right:7rem;
    }
    .dt-fitcontent{
        width:fit-content !important;
    }
    .automarg{
        margin-left:auto;
        margin-right:auto;
    }
    .nomarg{
        margin:0 !important;
    }
    .dtw {
        width: 48% !important;
    }
    .desktop-border-block{
        border: 4px solid #738167;
        padding: 3rem;
        border-radius: 90px;
    }
    .desktop-flex-row-wrapper{
        display:flex;
        flex-direction:row;
        justify-content: center;
    }
    .dt-flex-gap{
        gap: 3%;
    }
    /*from desktop flex row wrapper*/
    .desktop-addit-options{
        margin: 10% 7% 5% 7%;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 3%;
    }
    .desktop-flex-column-wrapper{
        display:flex;
        flex-direction:column;
    }
    .block{
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .tblock{
        margin-top: 7%;
        margin-bottom: 7%;
        margin-left: 7%;
        margin-right: 7%;
    }
    .hm{
        margin-left: 7%;
        margin-right: 7%
    }
    .vm{
        margin-top:2%;
        margin-bottom:2%;
    }
    .bid-customtype-bigt{
        font-size: 5rem !important;
        justify-content: center;
    }
    .block-sep{
        margin-top: 2%;
        margin-bottom: 2%;
        background-color: rgb(255 255 255 / 23%);
        border:none;
        height:2px;
    }
    .header-title{
        display:flex;
        font-size: 4rem;
        font-weight:var(--font-weight-title);
        margin-bottom: 2%;
        line-height:var(--line-height-title);
    }

    .page-header-description{
        display:flex;
        font-size: 2rem;
        font-weight:var(--font-weight-subtitle);
        margin-bottom:var(--text-margin);
        line-height:var(--line-height-subtitle);
        color:var(--subtext-color1);
        background: linear-gradient(180deg, rgb(115 129 103), rgb(66 75 58));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        width:54%;
    }
    .section-title{
        display:flex;
        font-size: 2rem;
        font-weight:var(--font-weight-subtitle);
        margin-bottom:3%
        line-height:var(--line-height-title);
        margin-bottom: 1rem;
    }
    .section-description{
        display:flex;
        font-size: 1.5rem;
        font-weight:var(--font-weight-desc);
        color: #738167;
        line-height:var(--line-height-desc);
        width: 100%;
        text-wrap-style: balance;
    }
    .page-header{
        margin: 0 7% 0 7%;
    }
    .header-description span::first-letter{
        color: #b9ff76;
    }

    /* Frosted glass header bar */
    .a3-header {
        position: fixed;
        top: 1%;
        left: 1%;
        width: 100%;
        height: 100px; /* adjust as needed */
        display: flex;
        justify-content: flex-start; /* push logo to right */
        align-items: center;
        padding: 0 24px; /* breathing space on sides */
        box-sizing: border-box;
        z-index: 1000; /* stays above content */
        mix-blend-mode:difference;
        border:none !important;
    }

    /* Logo image */
    .a3-site-logo img{
        height: 40px;
        width: auto;
    }
}

/* ContactForm7 Styles */
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    padding: 2%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 1% 3%;
    border: 2px solid #00a0d2; /* Blue */
    border-radius: 33px;
    color: #ffe7a6;
}
* {
    cursor: none !important;
}

#custom-cursor {
    position: fixed;
    width: 4rem;
    height: 4rem;
    pointer-events: none;
    z-index: 1000000;
}
@media (hover: none), (pointer: coarse) {
    #custom-cursor {
        display: none;
    }
}


/* Firefox */
html {
    scrollbar-color: #151515 #000000; /* thumb track */
    scrollbar-width: thin;
}

/* WebKit (Chrome, Edge, Safari, etc) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #000000; /* track */
}

::-webkit-scrollbar-track {
    background-color: #000000; /* pure black track */
}

::-webkit-scrollbar-thumb {
    background-color: #151515; /* slightly lighter than black pill */
    border-radius: 16px;
}

/* Optional: give the thumb a bit of separation from the edges */
::-webkit-scrollbar-thumb {
    border: 2px solid #000000; /* keeps the pill visible on the track */
}

