/* Site fonts */

@font-face {
    font-family: 'Caviar'; 
    src: url('../fonts/CaviarDreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Nexa-Heavy'; 
    src: url('../fonts/Nexa-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Garet-Book'; 
    src: url('../fonts/Garet-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'CreatoDisplay'; 
    src: url('../fonts/CreatoDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}


/* Body styles */
body {
    margin:0px;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
    /* background-image: url('../images/Gradient_ns.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

header h1 {
    margin: 0;
    font-family:'Caviar';
    font-size:64px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.25);
    color:white
    
}

h1{
   font-family: 'Nexa-Heavy';
   text-shadow: 0 2px 6px rgba(0,0,0,0.25);
   text-align:left;
}

h2{
   font-family: 'Nexa-Heavy';
   text-shadow: 0 2px 6px rgba(0,0,0,0.25);
   text-align:left;
}

h3{
   font-family: 'Nexa-Heavy';
   text-shadow: 0 2px 6px rgba(0,0,0,0.25);
   text-align:left;
}

a{
    color:rgb(255, 255, 255);
    font-family:'Caviar';
    font-weight:bolder;
}

p{
    font-family:'Garet-Book';
    font-size: 26px;
    text-align:left;
    background: rgba(255, 255, 255, 0.6);
    padding: 18px 22px;
    border-radius: 12px;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.12),
        0 12px 30px rgba(0,0,0,0.18);
}

/* Header video transition into logo styling */

.leadin{
    font-family:'Nexa-Heavy';
    font-size: 24px;
}

/* .hero-about {
    position: relative;
    width: 100%;
    height: 20vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000; 
    
} */

.about-header{
    margin: 0;
    font-family:'Caviar';
    font-size:64px;
    color:rgb(255, 255, 255)
}

.hero-content img.logo {
    height: clamp(4rem, 8vw, 8rem);
}

.hero-content h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.hero,
.hero-about {
    position: relative;         
    overflow: hidden;            
    background-color: #000;     

    padding: clamp(3rem, 5vw, 3.5rem) 1rem;
    
}

/* .hero {
    position: relative;
    width: 100%;
    height: 20vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000; 
} */


.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    opacity: 0;                  /* start invisible */
    transform: translateY(-20px); /* start slightly above */
    transition: opacity 1.2s ease, transform 1.2s ease;

}

.hero-content-about {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity:0;
    transform: translateY(-30px); 
    animation: aboutHeroFadeDown 1.1s ease-out forwards;

}

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

/* .hero-content-about img.logo {
    height: 12rem;               
    width: auto;                  

} */

.hero-content.visible{
    opacity: 1;
    transform: translateY(0);
}

.hero-content img.logo {
    height: 12rem;                /* adjust image size */
    width: auto;                  /* maintain aspect ratio */

}

/* .hero-content h1 {
    font-size: 4rem;
} */

.hero-content h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease;
}

header {
    padding: 50px 0;
    text-align: center;
    margin-bottom: 55px;
}

/* JS element sliding effects on load */

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px); /* move left */
    transition: opacity 1s ease-out, transform 1s ease-out;
}


.slide-in-left.active {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px); /* move right */
    transition: opacity 1s ease-out, transform 1s ease-out;
}


.slide-in-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Form box styling */

.meet-us{
   margin-top:45px;
}

.signup-form {
    max-width: 200vh;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: rgba(255, 255, 255, 0.6);
    padding: 25px 22px;
    border-radius: 12px;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.12),
        0 12px 30px rgba(0,0,0,0.18);

}

/* Input wrapper */
.signup-form {
    position: relative;
}

input{
    margin:15px;
    margin-left:5px;
}

/* Label styling */
.signup-form label {
    position: relative;
    top: 16px;
    font-size: 18px;
    color: #666;;
    font-family:'CreatoDisplay'
}

/* Inputs & select */
.signup-form input{
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    padding: 10px 12px 10px;
}

/* Focus effect */
.signup-form input:focus{
    border-color: #0077ff;
}

/* Button */
.signup-form button {
    width: 25%;
    align-self:center;
    margin-top: 5px;
    font-family:'CreatoDisplay';
    padding: 14px;
    font-size: 24px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.signup-form button:hover {
    background-color: #555;
}

/* Footer styles */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-family:'Caviar';
    padding: 10px 0;
    margin-top: 10px;
}

/* Nav bar styling */
.navbar {
  background-color:#000000;
  backdrop-filter: blur(6px);
  
}

.navbar .nav-link {
    color: white !important;
}

/* .navbar-toggler{
  color:white;
  background-color:white;
}

.navbar-toggler-icon{
  color:white;
  background-color:white;
} */

.project-row{
    justify-content:center;
}

/* Column and row spacing */

.col-md-4{
    margin:10px;
}

/* Home page */



.home-gallery{
    margin-top:50px;
}

.smart-text{
    font-size:24px;
}

.elite-text{
    font-size:24px;
}


/* About Page */

.about-text{
    margin-right:20px;
    font-family:'Garet-Book';
    font-size: 18px;
    text-align:left;
    background: rgb(255, 255, 255);
    padding: 18px 22px;
    border-radius: 12px;
    box-shadow:
        0 4px 10px rgba(0,0,0,0.12),
        0 12px 30px rgba(0,0,0,0.18);
}

.joel-about{
    margin-top:150px;
}

.joel_about_name{
    text-align:right;
}

/* Methods Page */

.intent{
    font-size:18px;
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
}

.progress-text{
    font-size:18px;
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
}

.results{
    font-size:18px;
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
}

.blurb{
    font-size:18px;
    font-family:'Garet-Book';
    text-align:center;
    font-weight:bold;
    padding: 18px 22px;
    border-radius: 12px;
    margin-top:60px;
    
}

.method-pics{
    justify-content:center;
}

.method-info{
    justify-content:center;
}

/* .arrow_mobile{
    margin-bottom:3vh;
} */

.intent-info{
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
    margin-top:30px;
}

.progress-info{
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
    margin-top:30px;
}

.results-info{
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
    margin-top:30px;
}

/* .progress-video{
    height:30vh;
    width:auto;
} */

/* Services Page */

.advantage{
    font-size:16px;
}

.hacks{
    font-size:16px;
}

.tech{
    font-size:16px;
}

.special-offer{
    text-align:center;
    font-size: 54px;
    margin-top:0vh;
    margin-bottom: 0vh;
}

.individual-coach-text{
    font-size:28px;
}

.individual-coach{
    margin-bottom: 70px;
}

.hero-content-about img.logo-2 {
    height: 160px;                /* adjust image size */
    width: auto;                  /* maintain aspect ratio */
    }


.tech-analysis-info{
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
}

.speed-consult-info{
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
}

.stroke-advantage-info{
    font-family:'Garet-Book';
    text-align:justify;
    padding: 18px 22px;
    border-radius: 12px;
}


#about-gallery .carousel-item {
  min-height: 300px;
  max-height: 900px;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {

    /* Page padding */
    body {
        margin: 0;
        padding: 0;
    }

    /* -------------------------
       Header / Hero
    -------------------------- */

    header {
        padding: 0;
        margin-bottom: 2.5rem;
    }

    .hero,
    .hero-about {
        margin-top: 56px; /* navbar height */
        padding: 2.25rem 1rem;
    }

    .hero-content,
    .hero-content-about {
        gap: 14px;
    }

    .hero-content h1 {
        font-size: clamp(1.75rem, 5vw, 2.25rem);
        text-align: center;
    }

    .about-header {
        font-size: clamp(1.75rem, 5vw, 2.25rem);
        text-align: center;
    }

    .hero-content img.logo {
        height: clamp(70px, 18vw, 100px);
    }

    .hero-content-about img.logo-2 {
        height: clamp(70px, 18vw, 100px);
    }

    /* -------------------------
       Typography
    -------------------------- */

    h2 {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    p {
        font-size: 18px;
        padding: 14px 16px;
        margin-bottom: 1.25rem;
    }

    .individual-coach-text {
        font-size: 18px;
        margin-bottom:0px;
    }

    .intent, .progress-text, .results{
        text-align:left;
    }

    .elite-text, .smart-text{
        font-size:18px;
    }

    .special-offer{
        margin-top:0px;
    }

    /* -------------------------
       Layout spacing
    -------------------------- */

    .row {
        margin-bottom: 2rem;
    }

    .col-lg-3,
    .col-md-4 {
        margin: 0;
        padding: 0.5rem;
    }

    .project-row {
        margin-bottom: 2.5rem;
    }

    /* -------------------------
       Forms
    -------------------------- */

    .meet-us{
        margin-top:0px;
    }
    
    .signup-form {
        padding: 20px 16px;
    }

    .signup-form button {
        width: 100%;
        font-size: 20px;
    }

    /* -------------------------
       About page
    -------------------------- */

    .joel-about {
        margin-top: 3rem;
    }

    .about-text {
        margin-top: 0;
        padding: 14px 16px;
    }

    /* -------------------------
       Carousel
    -------------------------- */

    #about-gallery .carousel-item {
        min-height: 160px;
    }

    .home-gallery, .about-gallery{
        margin-top: 0px;

    }
}



