/*
Theme Name: Anasazi
Theme URI: https://anasaziholdings.com
Author: FUSS LLC
Author URI: https://fuss.studio
Description: This theme was created by FUSS LLC for the exclusive use of Anasazi Holdings LLC.
Version: 2025.1
License: © 2025 FUSS LLC

Anasazi WordPress Theme ©2025 and onward
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


/* Universal CSS updates */
* {margin: 0; padding: 0;}
*, h1, h2, h3, h4, h5, h6, p, span, a, div {
    font-family: "indivisible", sans-serif;
    letter-spacing: -0.0275rem;
}
h1, h2, h3 {
    text-rendering: geometricPrecision;
}
body {
    background: #E8ECEE;
}

p {
	font-size: 1.25rem;
	line-height: 140%;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 500;
}

.small-text {
	font-size: .9125rem;
}

.large-title {
	font-size: 4.5rem;
	letter-spacing: -0.18rem;
	line-height: 90%
}

.med-title {
	font-size: 3.5rem;
	line-height: 100%; 
	letter-spacing: -0.14rem;
}

.small-title {
	font-size: 2.75rem;
	letter-spacing: ;
}

.xsmall-title {
	font-size: 1.875rem;
	line-height: 100%; 
	letter-spacing: -0.075rem;
}

.flex-title {
	font-size: 8vw;
	letter-spacing: -.3vw;
}

.background-overlay {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    pointer-events: none; /* Allow clicks through */
	width: 100%;
}

.nine-twenty {
	max-width: 920px;
	margin: 0 auto;
	padding: 20px;
}

.button-style {
	padding: 0.94rem 1.88rem;
    border-radius: 30px;
    background-color: black;
    color: white;
}

/* Main navigation CSS */
header {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 90;
    background: #000;
}

.home header {
	background: none;
}

.header-background, .home .header-background {
	background: #000;
}

nav svg path {
    transition: fill 0.3s ease;
}

#branding {
    position: relative;
    z-index: 100;
}

#branding svg path {
    transition: fill 0.3s ease;
}

#navigation-button {
    z-index: 100;
    position: relative;
    cursor: pointer;
}

#navigation-button svg path {
	fill: #E8ECEE;
}

#full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(232, 236, 238, 0.75);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    z-index: 99;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

#menu-main-menu {
    padding: 120px 0px 30px;
    list-style: none;
}

#full-menu ul li {
    overflow: hidden;
}

#full-menu ul li a {
    font-size: 4.5rem;
    color: #000000;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 20px 30px;
    border-top: 2px solid #000000;
    transition: background-color 0.2s ease;
}

#full-menu ul li:last-child a {
    border-bottom: 2px solid #000000;
}

#full-menu ul li a:hover {
    background: #FFD12D;
}

#full-menu ul li {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Site Hero CSS */

#site-hero {
	height: 75svh;
	position: relative;
	display: flex;
	align-items: end;
	padding: 30px;
	overflow: hidden;
    background-color: #0A6850; 
}

.site-hero-content {
	position: relative;
	z-index: 2;
	max-width: 850px;
}

#site-description {
	color: #E8ECEE;
	margin-bottom: 30px;
}

.hero-link {
	background: #E8ECEE;
	color: #000;
	padding: 0.94rem 1.88rem;
	display: inline-block;
	border-radius: 30px;
}

.hero-link:hover {
	background-color: #FFD12D;
}



/* --- UPDATED Canvas Animated Background Styles --- */

/* Apply only when the hero-animated-background class is present */
.hero-animated-background .animated-canvas-container {
    position: absolute;
    /* Match the hero section */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden; /* Clip if needed, shouldn't be necessary */
    pointer-events: auto; /* Keep mouse events enabled */
}

.hero-animated-background #swirling-lines-canvas {
    display: block;
    width: 100%;
    height: 100%;
}



/* --- JS Controlled Background Zoom Animation Styles (Keep as is) --- */
/* These only apply if the canvas is NOT present */
#site-hero .hero-bg-animation {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover; background-position: 50% 50%;
    z-index: 0;
    pointer-events: none;
    animation: heroZoom 20s ease-in-out infinite;
}

@keyframes heroZoom { /* Keep */
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Page content CSS */

/* Page Title CSS */

.page-title-section {
	padding: 30px;
}

/* Page Content CSS */

.page-content-section {
	padding: 30px;
}

.page-content-section .container {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

/* Full width Image & Post Featured Thumbnail */

.featured-thumbnail-section .container-fluid, .full-width-image-section {
	width: 100%;
}

.featured-thumbnail-section .container-fluid img, .full-width-image-section img {
	width: 100%;
	height: auto;
}

/* left title right text*/

.left-title-right-text-wrapper {
	display: flex;
	gap: 3.75rem;
}

.left-title {
	text-align: right;
}

.right-text {
	max-width: 525px;
	line-height: 140%;
}

/* Overlapping image CSS */

.overlapping-image-section {
	max-width: 100%;
}

.overlapping-image-section img {
	max-width: 100%;
	width: calc(100% - 60px);
	box-sizing: border-box;
	display: block;
}

/* location clocks */

.location-clock-wrapper {
	display: flex;
	gap: 5rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.state-name {
	margin-bottom: 10px;
}

/* Body text section */

.text-content p {
	max-width: 575px;
	margin: 0 auto;
	letter-spacing: -0.0275rem;
	text-align: center;
}

/* single word section */

h2.single-word-fill-width {
	text-align: center;
	font-size: 15vw;
	letter-spacing: -0.6vw;
	width: 100%;
	max-width: 100%;
}

/* Investment Card Section */

.investment-card {
	padding: 30px;
	overflow: hidden;
}

.card-header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.crypto-content {
	display: flex;
	gap: 30px;
}

.crypto-description {
	max-width: calc(100% / 3);
}

.crypto-holdings-display {
	max-width: calc(100% / 3 * 2);
	width: 100%;
}

.crypto-cards-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.crypto-card {
	flex-basis: 50%;
	max-width: calc(50% - 8px);
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	color: #000;
}

.card-content {
	padding-top: 30px;
	min-height: calc(80svh - 95px);
	overflow-y: auto;
}

.crypto-card-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.crypto-card-footer {
	display: flex;
	justify-content: space-between;
}

.crypto-increase {
	color: #0A6850;
}

.crypto-decrease {
	color: #C74C3F;
}

.fintech-post-wrapper {
	border-top: 2px solid #000;
	padding: 30px 0;
	display: flex;
}

.fintech-post-wrapper:last-child {
	border-bottom: 2px solid #000;
}

.fintech-title {
	flex-basis: 65%;
}

.fintech-details {
	flex-basis: 575px;
}

.fintech-details a {
    padding: 0.94rem 1.88rem;
    display: inline-block;
    border-radius: 30px;
}

.fintech-logo {
	max-width: 150px;
	padding-right: 30px;
}

.fintech-logo img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.portfolio-content {
	display: flex;
	gap: 30px;
}

.portfolio-description {
	max-width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex: 0 0 fit-content;
}

.hard-assets-content {
	width: 100%;
}

.portfolio-description a {
    padding: 0.94rem 1.88rem;
    display: inline-block;
    border-radius: 30px;
    width: fit-content;
}

.card-content a:hover {
	background: #FFD12D !important;
	color: #000 !important;
}

.portfolio-images {
	display: flex;
	gap: 30px;
	max-width: 100%;
	width: 100%;
}

.portfolio-post-thumbnail {
	position: relative;
    width: 25vw;
    padding-bottom: 40%;
    border-radius: 15px;
    overflow: hidden;
}

.portfolio-post-thumbnail img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center;
}

/* Simple Title */ 

.simple-title-section {
	padding: 30px;
}

/* Team members CSS  */

.team-cards-wrapper {
	display: flex;
	padding: 30px;
	gap: 30px;
	justify-content: center;
}

.team-member-card {
	flex-basis: calc(100% / 3);
}

.member-name {
	margin: 30px 0 5px;
}

.team-member-card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #CAD6DD;
}

.member-position {
	margin-bottom: 20px;
}

button.read-more-btn {
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 30px;
    border: 1px solid #84949D;
    color: #000;
}

button.read-less-btn {
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 30px;
    border: 1px solid #84949D;
    color: #000;
}

.member-footer {
    margin: 20px 0;
    display: flex;
    gap: 20px;
}

.member-footer a svg:hover path {
	fill: black;
}

.linkedin-link {
	display: inline-block;
}

.resume-link {
    border: 2px solid black;
    background: none;
    color: black;
    padding: .8125rem 1.88rem;
}

/* Contact Form CSS */

.contact-form-section {
	background-color: #CAD6DD;
	padding: 30px;
}

.contact-us-title {
	margin-bottom: 15px;
}

.contact-form-section .container {
	display: flex;
}

.contact-form-section .contact-info {
	flex-basis: calc(100% / 3);
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.contact-form-section .contact-form-wrapper {
	flex-basis: calc(100% / 3 * 2);
	width: 100%;
	display: flex;
	justify-content: center;
}

.contact-form-wrapper form, .wpcf7 {
	max-width: 700px;
	width: 100%;
}

.contact-form-wrapper form label {
	width: 100%;
	display: block;
}

.contact-form-wrapper form label input, .contact-form-wrapper form label textarea {
	width: 100%;
	border: none;
	border-bottom: 2px solid #000;
	font-size: 1rem;
	background-color: #E8ECEE;
	outline: unset;
	padding: 15px;
}

.wpcf7-submit {
	border-radius: 1.875rem ;
	border: 2px solid #000;
	display: inline-flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	background: none;
	align-items: center;
	gap: 0.625rem;
	font-family: "indivisible";
	font-size: 1.25rem;
	margin-top: 15px;
	color: black;
}

/* FOOTER CSS */

footer {
	background: #000;
	padding: 30px;
}

.footer-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer-menu {
	color: #CAD6DD;
}

.footer-menu h2 {
	font-weight: 600;
	margin-bottom: 5px;
}

.footer-menu ul li a {
	color: #CAD6DD;
	padding: 5px 0;
	display: block;
}

.footer-menu ul li a:hover {
	color: #FFD12D;
}

.footer-site-description {
	color: #CAD6DD;
	max-width: 280px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	letter-spacing: .01rem;
}

.footer-logo {
	margin: 60px 0;
}

.footer-logo svg {
	width: 100%;
	height: auto;
}


#copyright {
	font-size: 1.25rem;
	color: #CAD6DD;
	border-top: 2px solid #CAD6DD;
	text-align: center;
	width: 100%;
	padding: 30px 0 0;
}



/* ////////////////////// PORTFOLIO PAGE /////////////////////////// */

#folio-header {
	margin: 120px 0 0;
	padding: 30px;
}

#folio-header h1 {
	margin-bottom: 15px;
}

#folio-header p {
	max-width: 600px;
}

#folio-filters {
	max-width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 30px 0;
	margin-top: 4rem;
}

#folio-filters .filter-select {
	font-size: 1.25rem;
    padding: 9px 12px;
    margin-right: 30px;
    color: #fff;
    background: #000;
    border-radius: 6px;
}

.properties-container {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 30px;
}

.property-wrapper {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #CAD6DD;
}

.property-wrapper h2 {
	margin: 20px 0;
	padding: 0 30px 0;
	line-height: 125%;
}

.property-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 60%;
}

.property-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}

.property-details {
	display: flex;
	gap: 30px;
	padding: 0 30px 30px;
}

.property-description {
	max-width: calc(100% - 250px);
}

.property-specs {
	flex-basis: 250px;
}

.property-specs table  {
	border-spacing: 10px;
	border-collapse: separate;
}

.property-link {
	background-color: black;
	color: white;
	padding: 0.94rem 1.88rem;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
}

.property-link:hover {
	background: #FFD12D;
	color: black;
}




/* Responsive Media Queries for Anasazi Theme
   Adding breakpoints at 1440px, 1200px, 1024px, and 768px 
   Not touching header or navigation as requested */

/* 1440px Breakpoint */
@media screen and (max-width: 1440px) {
    /* Typography scaling */
    .large-title {
        font-size: 3.75rem;
        letter-spacing: -0.15rem;
    }
    
    .med-title {
        font-size: 3rem;
        letter-spacing: -0.12rem;
    }
    
    .small-title {
        font-size: 2.25rem;
        letter-spacing: -0.09rem;
    }
    
    .xsmall-title {
        font-size: 1.5rem;
        letter-spacing: -0.06rem;
    }
    
    .flex-title {
        font-size: 7vw;
        letter-spacing: -0.25vw;
    }
    
    /* Left title right text adjustments */
    .left-title-right-text-wrapper {
        gap: 2.5rem;
    }
    
    /* Location clock adjustments */
    .location-clock-wrapper {
        gap: 3.5rem;
    }
    
    /* Team cards adjustments */
    .team-cards-wrapper {
        gap: 25px;
    }
    
    /* Portfolio images */
    .portfolio-post-thumbnail {
        width: 22vw;
    }
}

/* 1200px Breakpoint */
@media screen and (max-width: 1200px) {
    /* Typography scaling */
    p {
        font-size: 1.125rem;
    }
    
    .large-title {
        font-size: 3.25rem;
        letter-spacing: -0.13rem;
    }
    
    .med-title {
        font-size: 2.5rem;
        letter-spacing: -0.1rem;
    }
    
    .small-title {
        font-size: 2rem;
        letter-spacing: -0.08rem;
    }
    
    .xsmall-title {
        font-size: 1.375rem;
        letter-spacing: -0.055rem;
    }
    
    .flex-title {
        font-size: 5vw;
        letter-spacing: -0.2vw;
    }
    
    /* Single word adjustments */
    h2.single-word-fill-width {
        font-size: 15vw;
        letter-spacing: -0.5vw;
    }
    
    /* Left title right text layout */
    .left-title-right-text-wrapper {
        gap: 2rem;
    }
    
    /* Location clock adjustments */
    .location-clock-wrapper {
        gap: 2.5rem;
        flex-wrap: wrap;
    }
    
    /* Investment cards */
    .crypto-content {
        flex-direction: column;
    }
    
    .crypto-description {
        max-width: 100%;
    }
    
    .crypto-holdings-display {
        max-width: 100%;
    }
    
    /* Portfolio */
    .portfolio-content {
        flex-direction: column;
    }
    
    .portfolio-description {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .portfolio-post-thumbnail {
        width: 40vw;
        padding-bottom: 40%;
    }
    
    /* Contact form */
    .contact-form-section .container {
        gap: 30px;
    }
    
    .property-details {
        flex-direction: column;
    }

    .property-specs {
	    flex-basis: unset;
	}

    .property-specs table {
	    border-spacing: 0px 10px;
	}
}

/* 1024px Breakpoint */
@media screen and (max-width: 1024px) {
    /* Typography scaling */
    p {
        font-size: 1rem;
    }
    
    .large-title {
        font-size: 2.75rem;
        letter-spacing: -0.11rem;
    }
    
    .med-title {
        font-size: 2.25rem;
        letter-spacing: -0.09rem;
    }
    
    .small-title {
        font-size: 1.75rem;
        letter-spacing: -0.07rem;
    }
    
    .xsmall-title {
        font-size: 1.25rem;
        letter-spacing: -0.05rem;
    }
    
    .flex-title {
        font-size: 5vw;
        letter-spacing: -0.15vw;
    }
    
    /* Hero section */
    #site-hero {
        height: 65svh;
        padding: 25px;
    }
    
    /* Left title right text - switch to column on smaller screens */
    .left-title-right-text-wrapper {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .left-title {
        text-align: left;
    }
    
    .right-text {
        max-width: 100%;
    }
    
    /* Card layout */
/*    .card-header {
        flex-direction: column;
        gap: 10px;
    }*/
    
    /* Crypto cards */
    .crypto-card {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    /* Team layout */
    .team-cards-wrapper {
        flex-wrap: wrap;
    }
    
    .team-member-card {
        flex-basis: calc(50% - 15px);
    }
    
    /* Contact section */
    .contact-form-section .container {
        flex-direction: column;
    }
    
    .contact-form-section .contact-info {
        flex-basis: 100%;
    }
    
    .contact-form-section .contact-form-wrapper {
        flex-basis: 100%;
    }
    
    /* Fintech layout */
    .fintech-post-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    
    /* Portfolio page */
    .properties-container {
        grid-template-columns: 1fr;
    }
    
    .property-description {
        max-width: 100%;
    }

    .fintech-details {
    flex-basis: unset;
	}

	.property-specs {
    flex-basis: unset;
	}
}

/* 768px Breakpoint (Mobile) */
@media screen and (max-width: 768px) {
    /* Global spacing */
    .page-title-section,
    .page-content-section,
    .text-section,
    .simple-title-section,
    .team-cards-section,
    .contact-form-section {
        padding: 20px;
    }
    
    /* Typography scaling */
    p {
        font-size: 0.9125rem;
        line-height: 135%;
    }
    
    .large-title {
        font-size: 2.25rem;
        letter-spacing: -0.09rem;
        line-height: 100%;
    }
    
    .med-title {
        font-size: 1.75rem;
        letter-spacing: -0.07rem;
    }
    
    .small-title {
        font-size: 1.5rem;
        letter-spacing: -0.06rem;
    }
    
    .xsmall-title {
        font-size: 1.125rem;
        letter-spacing: -0.045rem;
    }
    
    .flex-title {
        font-size: 8vw; /* Larger on mobile for better readability */
        letter-spacing: -0.2vw;
    }
    
    /* Global spacing */
    .nine-twenty {
        padding: 15px;
    }

    header {
    	padding: 20px;
    }
    
    /* Hero section */
    #site-hero {
        height: 50svh;
        padding: 20px;
    }
    
    /* Single word fill width */
    h2.single-word-fill-width {
        font-size: 16vw;
        letter-spacing: -0.4vw;
    }
    
    /* Investment card */
    .investment-card {
        padding: 20px;
    }
    
    .card-content {
        min-height: auto;
        padding-top: 20px;
    }
    
    /* Location clock */
    .location-clock-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    
    /* Team cards layout */
    .team-cards-wrapper {
        padding: 0px;
        gap: 20px;
    }
    
    .team-member-card {
        flex-basis: 100%;
    }
    
    /* Portfolio layout */
    .portfolio-post-thumbnail {
        width: 100%;
        padding-bottom: 75%;
    }
    
    .portfolio-images {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    /* Footer adjustments */
    .footer-header {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footer-site-description {
        max-width: 100%;
    }
    
    /* Portfolio page */
    #folio-header {
        margin: 80px 0 0;
        padding: 20px;
    }
    
    #folio-filters {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    #folio-filters .filter-select {
        margin-right: 0;
        width: 100%;
    }
    
    .properties-container {
        padding: 20px;
    }
    
    .property-wrapper h2 {
        margin: 15px 0;
        padding: 0 20px 0;
    }
    
    .property-details {
        padding: 0 20px 20px;
    }

    .crypto-card-header {
	    margin-bottom: 1rem;
	}

	.crypto-content {
        flex-direction: column;
        max-height: 65vh;
        overflow-y: auto;
    }
	
	.portfolio-images {
		display:none;
	}
}

/* Safari and other WebKit browser support */
@supports (-webkit-appearance:none) {
    /* Hero section */
    #site-hero {
        height: -webkit-fill-available;
        min-height: 75vh;
    }
    
    /* SVG sizing in WebKit */
    svg {
        -webkit-flex-shrink: 0;
    }
    
    /* WebKit-specific adjustments */
    .card-content {
        -webkit-min-height: calc(80vh - 95px);
    }
    
    /* WebKit form elements */
    input, textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    
    /* Button styles for WebKit */
    button, .wpcf7-submit {
        -webkit-appearance: none;
    }


}



/**
 * Anasazi Theme - Fixed Animation Styles
 * 
 * This CSS ensures animations work properly across browsers
 */

#intro-animation-overlay { /* just make sure this matches your overlay */ 
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  overflow: hidden;
  z-index: 99999;
  background: transparent;               /* no more solid yellow here */
}

#intro-animation-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform-origin: center center;
  will-change: transform, top, left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* Ensure SVG scales properly */
#intro-animation-logo svg {
  display: block;
  width: 450px;
  height: auto;
}

/* For mobile devices, make logo smaller */
@media screen and (max-width: 768px) {
  #intro-animation-logo svg {
    width: 300px;
  }
}

.intro-reveal-section {
  position: absolute;
  background-color: #FFD12D;             /* the yellow stays on these blocks */
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}

/* Ensure animations work on all browsers */
.intro-reveal-section.animated-up {
  transform: translateY(-100vh);
}
.intro-reveal-section.animated-down {
  transform: translateY(100vh);
}

/* Skip button styles */
#intro-animation-skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 8px 16px;
  background: rgba(0,0,0,0.6);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  z-index: 100001;
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

#intro-animation-skip:hover {
  background: rgba(0,0,0,0.8);
}