﻿

html, body{
    overflow-x:hidden;
}

.hamburger-menu {
    display: none; 
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.phone-menu {
    display: none;
    position:absolute;
    right: -450px;
    font-size: 2rem;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
}





.nav-links .navbar-menu:hover {
    color: #000000;
}

.nav-links .navbar-menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0%;
    height: 2px;
    background-color: #5ac545;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.nav-links .navbar-menu:hover::after {
    width: 80%;
    left: 10%;
}




.hero-banner {
    width: 100%;
    padding-top: 75px;
    padding-left: 10%;
    background-image:linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(60,60,60) 50%, rgb(0,0,0) 100%);
    display:flex;
}
@media (max-width: 768px){
    .hero-banner {
        width: 100%;
        background-image: linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(60,60,60) 50%, rgb(0,0,0) 100%);
        display: flex;
        flex-direction: column;
        align-content:center;
        justify-content:space-between;
        justify-items:center;
        gap: 1rem;
    }
    .product-header2 {
        width:80%;
    }

    .product-paragraph {
        width:75%;

    }
}

.hero-banner-vincotramp {
    padding-top: 5rem;
    width: 100%;
    background-image: url(../assets/Vincotramp2.png);
    background-position-x:center;
    background-size:cover;
    display: block;
    
}
.vincotramp-header {
    color: #ffffff;
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top:10px;
    margin-left:10%;
}

.hero-banner-vincotramp h2{
    color: #ffffff;
    display: block;
}


.text {
    display:block;
    max-width: 500px;
}

.product-header {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
}
.product-header2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
}

.product-paragraph {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    margin: 15px;
    font-weight: 500;
}

.get-now-button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    margin: 25px;
    background-color: #2ea44f00;
    
    border: 2px solid #2ea44f;
    border-radius: 12px;
    
    transition: all ease-in-out .15s;

}

.get-now-button:hover {
    background-color: #2ea44fff;
    box-shadow: 0px 0px 4px #4ec46f;
}

.submit-button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    margin: 25px 12%;
    background-image: linear-gradient( 89deg, rgb(36,144,69) 0%, rgb(56,154,89) 50%, rgb(46,164,79) 100%);
    border-radius: 22px;
    transition: all ease-in-out .15s;
}

.submit-button:hover {
    background-image: linear-gradient( 89deg, rgb(36,144,69) 0%, rgb(56,154,89) 50%, rgb(46,164,79) 100%);
    box-shadow: 0px 0px 4px #4ec46f;
}

.main-services {
    margin: 25px;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px 20px;
    background-color: #ffffff;
    border-width: 10px;
    border-color: #66cc66;
    border-radius: 10px;
    list-style: none;
    justify-content: center;
    justify-self: center;
    padding: 0;
    
}


.service {
    display: table;
    background-color: #ffffff;
    height: 175px;
    width: 100%;
    border: solid;
    border-width: 2px;
    border-color: #aaccaa;
    border-radius: 5px;
    padding: 5px;
    text-align: right;
}


.service-header {
    display: flex;
    font-size: 2rem;
}

.header-service-main {
    height: 100px;
    width: 100%;
    background-color: #111111;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
}

.service-title {
    font-size: 1.25rem;
    font-weight: bolder;
    margin: 1rem 1rem;
    justify-self: right;
    text-align: right;
}

.service-image {
    width: 25%;
    height: 25%;
    
    color: #66cc66;
}

.service-description {
    text-align: left;
    font-size: 1rem;
    margin: 0px 5px;
    font-weight: bold;
    color: #444444;
}

.project-Title {
    font-size: 2.5rem;
    margin: 50px;
    text-align: center;
    align-self: center;
    justify-self: center;
    color: #000000;
    font-family: 'Segoe UI', Arial;
}

.project-description {
    list-style: none;
    margin: 15px;
    font-size: 1.5rem;
    color: #000000;
    font-family: 'Segoe UI', Arial;
}

.project-video {
    position: relative;
    width: min(1000px, 100%); /* Make the div take the full width */
    padding-top: 56.25%; /* 16:9 Aspect Ratio (height is 56.25% of width) */
}

.project-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Optional: Removes border */
}

.main-examples {
    width: 75%;
    height: 50px;
    display: flex;
    background-color: #111111;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 10px;
    font-size: 5px;
}

.example {
    background-color: #050505;
    flex: 1;
    height: 100%;
    overflow: clip;
    text-align: center;
    color: white;
    display: block;
    font-family: 'Segoe UI', Arial;
    font-size: 1rem;
    padding: 1% 1%;
    z-index: 1;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    text-decoration: none;
    display: flow;
    transition: all 0.3s ease;
}

.example:hover {
    z-index: 2;
    background-color: #090909;
    width: 500%;
    height: 150%;
    overflow: visible;
    text-align: center;
    justify-content: left;
    font-family: 'Segoe UI', Arial;
    font-size: 1.25rem;
    position: revert-layer;
    transform: scale(1.5);
    padding: 5px 1%;
    border-radius: 15px;
    display: flow;
    box-shadow: 5px 5px 10px #000000ff;
    padding:15px;
}

.example:not(:hover) {
    flex-grow: 1; /* Allows other items to shrink when one is hovered */
    transform: none; /* Resets transform to prevent overlap */
    width: 0px;
}

.exampleDetails {
    opacity: 0;
    width: 100%;
    height: 0%;
    font-size: 1rem;
    justify-self: left;
    transition: all 0.3s ease;
    text-align: left;
}

.example:hover .exampleDetails {
    visibility: visible;
    opacity: 100;
    width: 100%;
    height: 70%;
    flex: 1;
    font-size: 1rem;
    justify-self: left;
}

.example-title {
    font-size: 1.15rem;
    margin: 0px 0px;
}


.indexform {
    width: 100%;
    display: flow;
    grid-template-columns: repeat(1, 1fr);
    height: 75%;
    font-size: 0.5rem;
}



.parallax-container {
    position: fixed; /* Keeps background fixed in viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1; /* Just enough to stay behind everything */
}

.parallax {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    position: relative; /* Avoid absolute positioning issues */
    z-index: 10; /* Ensures it's clickable */
    background-color: rgba(255, 255, 255, 0.8);
    right: -5%;
    padding: 5%;
    width: 50%;
    margin: 10% auto;
    border-radius: 25px;
    font-size: 3rem;
    display: block;
    overflow: visible;
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    pointer-events: auto; /* Ensures interaction */
}

.container-vincotramp {
    width: 50%;
    padding: 25px;
    background-color: #202020ee;
    border: solid;
    border-color: #808080;
    border-width: 1px;
    backdrop-filter: blur(15px);
    margin: 5%;
    margin-top:0%;
    border-radius: 5px;
    cursor: auto;

}

.container-vincotramp .pricediv {
    display: flex;
    flex-direction: row;
        
}
.container-vincotramp button {
    background-color: #000000;
    color: #ffffff;

    margin: 0.5rem;
    padding: 0.5rem;
    
    border:solid;
    border-width:2px;
    border-radius: 5px;
    cursor:pointer;
    text-align:left;
    flex:1;
}


input {
    background-color: #ffffff;
    width: 70%;
    margin-left: 12%;
    font-size: 20px;
    padding: 16px;
    border-radius: 10px;
    border-color: #000000;
    margin-bottom:20px;
    display:block;
    transition: 0.25s;
}

textarea {
    background-color: #ffffff;
    width: 70%;
    margin-left: 12%;
    font-size: 20px;
    padding: 16px;
    border-radius: 10px;
    border-color: #000000;
    margin-bottom:20px;
    display:block;
    transition: 0.25s;
    resize: none;
}

input:focus-within {
    outline:none;
    border-color: #66cc66;
    box-shadow: 3px 3px 5px;
}

textarea:focus-within {
    outline: none;
    border-color: #66cc66;
    box-shadow: 3px 3px 5px;
}








@media (max-width: 768px) { /*PHONES AND SUCH*/
    .sticky-header .nav-links {
        display: none; /* Hide menu by default */
        flex-direction: column;
        position: absolute;
        top: 3rem;
        left: 0;
        width: 100%;
        background-color: #00ffff;
        text-align: center;
        padding: 1rem 0;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links a {
        display: none;
        padding: 1rem;
    }

    .hamburger-menu {
        display: block; /* Show hamburger button */
        height:3rem;
        width:3rem;
        margin-left:auto;
        position:relative;
        
    }
    
    .hamburger-menu span {
        height:2%;
        width:60%;
        padding:0.1rem;
        background-color:#66cc66;
        border-radius: 1rem;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease;
    }
    .hamburger-menu span:nth-child(1){
        top: 25%;
    }
    .hamburger-menu span:nth-child(3){
        top: 75%;
    }

    .hamburger-menu.active span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg);
        top: 50%;
        left: 50%;
    }
    .hamburger-menu.active span:nth-child(2) {
        display:none;
    }
    .hamburger-menu.active span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%;
        left: 50%;
    }

    .phone-menu {
        display:block;
        right:-450px;
        top:3rem;
        transition:0.25s;
    }

    .phone-menu.active{
        right:0px;
    }

    .phone-nav-links {
    height: 100%;
    justify-content:space-between;
    max-width:100%;
    display: block;
    font-size: 1rem; 
    }
    .container-vincotramp .pricediv {
        display: flex;
        flex-direction: column;
    }
    .phone-navbar-menu {
        list-style: none;
        text-decoration: none;
        padding: 10px;
        margin: 0px;
        position: relative;
        border-radius: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        color: #000000;
        background-color: #ffffff;
        text-align:center;
        display: block;
        overflow: visible;
        transition: 0.25s;
    }

    .phone-dropdown-menu {
        list-style: none;
        text-decoration: none;
        margin: 0px;
        position: relative;
        border-radius: 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
        color: #000000;
        background-color: #ffffff;
        display: block;
        overflow: hidden;

        transition: 0.15s;
    }

    .phone-dropdown-menu.active {
        background-color: #ffffff;
        overflow: visible;
    }

    .phone-dropdown-item {
        list-style: none;
        text-decoration: none;
        padding: 10px;
        margin: 0px;
        position: relative;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
        color: #000000;
        background-color: #dddddd;
        display: none;
        height:0%;
        transition: 0.15s;
    }

    .phone-dropdown-item.active {
        display:block;
        height:100;
    }

    /* Show menu when active */
    .nav-links.active {
        display: none;
    }
    .dropdown-menu {
        display: none;
    }
    .dropdown-item {
        display: none;
    }
    .navbar-menu {
        display: none;
    }





    .main-services {
        margin: 0px;
        padding: 0px;
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }

    .service {
        
    }

    .service-header {

    }


    .main-examples {
        width: 75%;
        height: 50px;
        display: block;
        background-color: #111111;
        list-style: none;
        justify-content: center;
        padding: 0;
        margin: 10px;
        margin-bottom: 100px;
        font-size: 5px;
        
    }

    .example {
        background-color: #050505;
        height: 100%;
        overflow: clip;
        text-align: center;
        color: white;
        display: block;
        font-family: 'Segoe UI', Arial;
        font-size: 1rem;
        padding: 1% 1%;
        z-index: 1;
        position: relative;
        cursor: pointer;
        border-radius: 0px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .example:hover {
            z-index: 2;
            background-color: #090909;
            width: 100%;
            height: 100%;
            overflow: hidden;
            text-align: center;
            justify-content: left;
            font-family: 'Segoe UI', Arial;
            font-size: 1.25rem;
            position: revert-layer;
            transform: scale(1);
            border-radius: 15px;
            display: flow;
            box-shadow: 5px 5px 10px #000000ff;
            padding: 15px;
        }

        .example:not(:hover) {
            width: 100%;
        }

    .container {
        position: relative; /* Avoid absolute positioning issues */
        z-index: 10; /* Ensures it's clickable */
        background-color: rgba(255, 255, 255, 0.8);
        left: 0%;
        padding: 5%;
        width: 80%;
        margin: 10% 5%;
        margin-top: 100px;
        border-radius: 25px;
        font-size: 3rem;
        display: block;
        overflow: visible;
        backdrop-filter: blur(10px);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
        pointer-events: auto; /* Ensures interaction */
    }
}

@media (max-width: 425px) {

    .main-services {

        grid-template-columns: repeat(1, 1fr);

    }

    .service-title {
        margin:0px;
    }

    .service {
        display: table;
        background-color: #ffffff;
        height: 10rem;
        width: 100%;
        border: solid;
        border-width: 2px;
        border-color: #aaccaa;
        border-radius: 1rem;
        padding: 0.5rem;
        margin:0px;
        text-align: right;
    }



}
