*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline-style: none;
}

html {
    font-size: 12px;
    color: #000;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root{
    --txtaccent: #fff;
    --txtaccent1: #9D9D9F;
    --textaccent2: #73757E;
    --textaccent3: #484848;
    --txtaccent4: #000;
    --txtaccent5: #E5E5E5;
    --haccent: #FFCB0F;
    --haccent_withOpacity: rgba(255, 203, 15,0.6);
    --haccent2: #C79E23;
    --bgaccent: #1A1C27;
    --bgaccent_withOpacity: rgba(26, 28, 39,0.96);
}
.container{
    width: 95%;
    margin: 0px auto;
    padding: 0px;
}
/* SECTION ZERO = LANDING VIEW */
#sec-0{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../Images/banner.jpg) no-repeat top center/cover;
}
#sec-0 header.top {
    background-color: var(--haccent);
    font-size: 0.85rem;
    color: var(--txtaccent4);
    padding-top: 6px;
}
#sec-0 header.top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#sec-0 header.top p {
    display: flex;
    width: 45%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
#sec-0 header.top p:nth-of-type(2) {
    justify-content: flex-end;
}
#sec-0 .top p::before{
    font-family: fontAwesome;
    display: inline-flex;
    width: 2em;
    justify-content: center;
    font-size: 1.2em;
}
#sec-0 .top p:first-of-type::before{
    content: "\f3cd";
}
#sec-0 .top p:nth-of-type(2)::before{
    content: "\f0e0";
}
#sec-0 .top p:last-of-type::before{
    content: "\f017";
}
#sec-0 .top .social {
    display: flex;
    width: 45%;
    justify-content: flex-end;
    gap: 5px;
}
#sec-0 .top .social a{
    font-size: 1.2rem;
    display: inline-block;
    padding: 5px 0px 5px 5px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}
#sec-0 .top .social a:hover{
    transform: scale(1.15);
}
#sec-0 .top .social a img{
    height: 1.2em;
    margin-top: -5px;
}
#sec-0 header:last-of-type{
    background-color: var(--bgaccent);
    position: relative;
}
#sec-0 header:last-of-type .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0px;
    position: relative;
}
#sec-0 header:last-of-type h1{
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
    color: var(--haccent);
    padding: 0px;
    margin: 0px;
}
#sec-0 header:last-of-type h1>span{
    color: var(--txtaccent);
}
#sec-0 header:last-of-type h1 p{
    font-size: 0.85rem;
    font-style: normal;
    color: var(--textaccent2);
    margin: 0px;
}
#sec-0 header label{
    color: var(--haccent);
    font-size: 2rem;
}
#sec-0 header nav a {
    display: block;
    text-decoration: none;
    color: var(--txtaccent1);
    text-align: center;
    padding: 10px;
    transition: background-color 0.6s ease;
    border-bottom: solid 1px var(--txtaccent1);
}
#sec-0 header nav a:hover{
    background-color: var(--haccent_withOpacity);
    color: var(--txtaccent);
}
#sec-0 header nav i {
    display: flex;
    text-decoration: none;
    color: var(--haccent);
    text-align: center;
    align-items: center;
    padding: 10px;
    font-size: 1.2em;
    transition: transform 0.3s ease-in-out;
    width: fit-content;
    margin: 0px auto;
}
#sec-0 header nav i:hover {
    transform: scale(1.3);
    cursor:pointer;
}
#sec-0 #searchBar {
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9));
    backdrop-filter: blur(4px);
    position: absolute;
    width: 100%;
    height: 110vh;
    top: 100%;
}
#sec-0 #searchBox {
    display: block;
    min-width: 45%;
    padding: 10px 15px;
    text-align: center;
    border-radius: 30px;
    border-style: none;
    transform: translateY(25px);
}
#sec-0 #searchBox:focus {
    box-shadow: inset 0px 0px 25px var(--haccent2);
}
.show{
    display: flex;
}
.hide{
    display: none;
}

#sec-0 header input {
    display: none;
}
#sec-0 input + nav {
    display: none;
    width: 100%;
}
#sec-0 input:checked + nav {
    display: block;
}
#sec-0 article{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 3rem 0px;
}
#sec-0 article h1{
    font-weight: normal;
    font-size: 1.25rem;
    color: var(--txtaccent);
    margin-bottom: 10px;
}
#sec-0 article h2{
    text-transform: uppercase;
    font-size: 1.85rem;
    color: var(--txtaccent);
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: 700;
}
#sec-0 article h2 span{
    color: var(--haccent);
}
#sec-0 article p{
    color: var(--txtaccent);
    margin-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
#sec-0 article a{
    color: var(--haccent2);
    background-color: var(--txtaccent4);
    display: inline-block;
    padding: 8px 15px;
    margin-left: 5px;
    border: solid 1px var(--haccent2);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
#sec-0 article a:hover{
    background-color: var(--haccent2);
    color: var(--txtaccent);
}
/* SECTION ONE */
#about {
    background-color: var(--txtaccent);
}
#about article{
    padding-top: 20px;
    text-align: center;
}
#about article h1{
    font-size: 1.85rem;
    color: var(--haccent);
    font-weight: 700;
    text-transform: uppercase;
}
#about article h2{
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--textaccent3);
}
#about article p{
    font-size: 0.85rem;
    text-align: justify;
    margin: 1.3rem 0px 1.1rem;
}
#about article a{
    color: var(--txtaccent);
    background-color: var(--haccent);
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 5px;
    display: inline-block;
    width: fit-content;
}
#about aside {
    width: 95%;
    margin: 25px auto 0px;
}
#about aside img{
    max-width: 100%;
}

#blog{
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../Images/bg4.jpg) no-repeat center center/cover;
    text-align: center;
    padding: 3rem 0px 1.8rem;
}
#blog .container>h1{
    color: var(--haccent);
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}
#blog .container>p {
    color: var(--txtaccent);
    margin-bottom: 30px;
}
#blog article{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#blog article figure{
    text-align: center;
    max-width: 63%;
    margin-top: 40px;
}
#blog article .cont{
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
    border-radius: 10px;
    padding: 95px 10px 20px;
    text-align: center;
    margin-top: -75px;
}
#blog article figure div:first-of-type{
    width: 10em;
    height: 10em;
    background-color: var(--haccent2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
#blog article figure img{
    max-width: 55%;
}
#blog article figure h2{
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
color: var(--haccent2);
}
#blog article figure p{
color: var(--txtaccent);
font-size: 0.88rem;
text-shadow:1px 1px #73757E;
}

#portfolio{
    background-color: var(--txtaccent);
    padding-top: 30px;
    padding-bottom: 30px;
}
#portfolio h1{
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 30px;
    text-align: center;
    color: var(--bgaccent);
    font-weight: 900;
}
#portfolio .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-around;
}
#portfolio .card{
    width: 90%;
    margin-bottom: 30px;
}
#portfolio .card p{
    text-align: justify;
    word-break: break-all;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#portfolio .card>div{
    position: relative;
}
#portfolio .caption{
    width: 100%;
    text-align: center;
    margin: 0px;
    color: var(--txtaccent);
    background-color: rgba(0,0,0,0.65);
    padding: 8px 15px 15px;
    position: absolute;
    bottom: 0px;
    font-size: 1.5rem;
    font-weight: 400;
}
#portfolio a{
    color: var(--txtaccent);
    background-color: var(--haccent);
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 5px;
    display: inline-block;
}
/* SECTION 4 */
#components{
    background: linear-gradient(rgba(78, 76, 70, 0.8),rgba(78, 76, 70, 0.8)), url(../Images/bg2.jpg) no-repeat center center/cover;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
#components h1{
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
    color: var(--txtaccent);
    font-weight: 800;
}
#components p{
    color: var(--txtaccent);
    font-size: 0.9rem;
    padding: 0px 6rem;
    margin-bottom: 2rem;
}
#components .filter{
    margin-bottom: 2rem;
    padding: 0px 6rem;
}
#components .filter a{
    display: inline-block;
    padding: 3px 20px 5px;
    border-radius: 15px;
    color: var(--txtaccent);
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.65s ease;
    font-size: 0.85rem;
}
#components .filter a:hover{
    background-color: var(--bgaccent);
}
#components .cont{
    width: 90%;
    margin: 0px auto;
}
#components .cont>img{
    width: 100%;
    display: block;
    margin: 0px auto 20px;
}
#components aside{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#components aside img{
    margin-bottom: 10px;
    width: 48%;
}

#components .filter .disabled {
    pointer-events: none;
    color: #ccc; /* You can change this to adjust the color to indicate they are disabled */
    cursor: not-allowed; /* Changes the cursor to show it's unclickable */
}


/* SECTION 5 */
#contact{
    background: url(../Images/bg3.jpg) no-repeat center center/cover;
    text-align: center;
    padding-top: 2rem;
    font-size: 0.9rem;
}
#contact h1{
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
    color: var(--txtaccent4);
    font-weight: 800;
}
#contact h1+p{
    color: var(--txtaccent4);
    padding: 0px 2rem;
    margin-bottom: 4rem;
}
#contact .cont{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 5vh;
}
#contact article{
    width: 70%;
}
#contact .quotetxt{
    display: flex;
    align-items: stretch;
    padding: 1.8em 1.7em 2em 1em;
    background-color: var(--txtaccent5);
    text-align: justify;
    word-break: break-all;    
    position: relative;
}
#contact .quotetxt p:first-child{
    padding-right: 0.7em;
}
#contact .quotetxt p:first-child img{
    min-width: 100%;
}
#contact .quotetxt p:last-child{
    padding-top: 3px;
}
#contact .arrow:after {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-top-color: var(--txtaccent5);
    left: calc(50% - 15px);
    top: 100%;
}
#contact figure{
    margin-top: 1.85rem;
}
#contact .customer{
    display: block;
    margin: 0px auto;
    border-radius: 50%;
}
#contact figcaption{
    text-transform: uppercase;
    font-weight: 600;
    text-shadow:1px 1px #73757E;
}
#contact article:nth-of-type(2) div.quotetxt{
    color: var(--txtaccent);background-color: var(--haccent);
}
#contact article:nth-of-type(2) .arrow:after{
    border-top-color: var(--haccent);
}
#contact .contactUs{
    padding-top: 1.5rem;
    background-color: var(--haccent_withOpacity);
    border-bottom: solid 2rem var(--textaccent3);
}
#contact .contactUs h1{
    color: var(--textaccent3);
    text-transform: uppercase;
    font-size: 1.52rem;
    font-weight: 800;
    margin: 0px;
}
#contact .contactUs h2{
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
}
#contact .contactUs form{
    padding: 10px 0px 1.7rem;
    position: relative;
}
#contact .contactUs form input{
    padding: 6px 15px;
    margin: 0px 5px 10px 0px;
    border-radius: 6px;
    border-style: none;
    color: var(--textaccent3);
}
#contact .contactUs form input[type=submit]{
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--textaccent3);
    color: var(--txtaccent5);
}
#contact .contactUs form input:focus{
    box-shadow: inset 0px 0px 10px var(--txtaccent1);
}
#contact .contactUs form input[type=submit]:hover{
    box-shadow: inset 0px 0px 10px var(--txtaccent1);
}
#contact .contactUs form input+p{
    width: 100%;
    margin: 0px auto;
    color:#ff0000;
    font-style: italic;
    font-size: 0.8rem;
    line-height: 1.1em;
    padding: 0px 6px;
    position: absolute;
    bottom: 2px;
}
.invalid{
    box-shadow: inset 0px 0px 10px #e67a7a;
}
/* SECTION SIX */
#company{
    background: linear-gradient(rgba(0, 0, 0,0.9),rgba(0, 0, 0,0.9)), url(../Images/rascacielos-nueva-york.jpg) no-repeat center center/cover;
    padding-top: 2rem;
    padding-bottom: 4rem;
    font-size: 0.8rem;
}
#company .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    row-gap: 15px;
    color: var(--txtaccent5);
}
#company h1{
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
}
#company .about h2{
    font-size: 1.3rem;
    font-weight: 800;
    font-style: italic;
    color: var(--haccent);
    padding-bottom: 5px;
    margin-bottom: 1rem;
}
#company .about h2 p{
    color: var(--txtaccent1);
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0px;
}
#company .about>p{
    margin-bottom: 1.5rem;
}
#company .about a{
    display: inline-flex;
    padding: 5px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--haccent);
    font-size: 1.25rem;
    color: var(--bgaccent);
    justify-content: center;
    align-items: center;
    transition: background-color ease-in;
    margin-top: 5px;
    text-decoration: none;
}
#company .about i{
    vertical-align: baseline;
}
#company .about a:hover{
    background-color: var(--txtaccent5);
}
#company .links a{
    color: inherit;
    text-decoration: none;
    display: block;
}
#company .links a{
    position: relative;
    padding: 0.2em;
    padding-left: 25px;
}
#company .links a::before{
    content: '';
    position: absolute;
    border: 0.35em solid transparent;
    border-left-color: var(--txtaccent5);
    left: 0px;
    top: 0.8em;
}
#company .links a:hover{
    text-decoration: underline;
}
#company .posts a{
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 1.1em;
    transition: background-color 0.7s ease-out;
    margin-left: -5px;
}
#company .posts a:hover{
    background-color: var(--haccent_withOpacity);
    color: var(--txtaccent);
}
#company .posts a span{
    display: inline-flex;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: solid 2px var(--txtaccent5);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    margin-right: 10px;
}
#company .contact p{
    margin-bottom: 15px;
    display: flex;
    margin-left: -1em;
}
#company .contact p::before{
    font-family: fontAwesome;
    display: inline-flex;
    min-width: 2em;
    justify-content: center;
    font-size: 1.2em;
}
#company .contact p:first-of-type::before{
    content: "\f3c5";
}
#company .contact p:nth-of-type(2)::before{
    content: "\f0e0";
}
#company .contact p:last-of-type::before{
    content: "\f3cd";
}
/* SECTION SEVEN */
#sec-7 {
    background-color: var(--bgaccent);
    padding: 20px 0px 10px;
    text-align: center;
    font-size: 0.7rem;
}
#sec-7 p{
    color: var(--txtaccent5);
}
#sec-7 p span{
    color: var(--haccent);
}

/*MEDIA QUERRIES*/
/*Smart phones */
@media (min-width: 576px) {
    html{
        font-size: 13px;
    }
    .container {
        width: 520px;
    }
    #sec-0 header nav a {
        background-color: transparent;
    }
    #sec-0 input + nav {
        background-color: var(--bgaccent_withOpacity);
        position: absolute;
        top: 100%;
        right: 0%;
        width: 35%;
        border-bottom-left-radius: 10px;
    }
    #sec-0 #searchBox {
        transform: translateY(25px);
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html{
        font-size: 14px;
    }
    .container {
        width: 720px;
    }
    #sec-0 header.top {
        padding-top: 0px;
    }
    #sec-0{
        background-position: center center;
    }
    #sec-0 header.top .container {
        justify-content: flex-start;
    }
    #sec-0 header.top p {
        width: fit-content;
        margin-right: 10px;
    }
    #sec-0 .top .social {
        width: fit-content;
        flex-grow: 1;
    }
    #sec-0 header label{
        display: none;
    }
    #sec-0 header nav a {
        border-style: none;
    }
    #sec-0 input + nav {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: fit-content;
        position: static;
        border-radius: none;
        font-size: 0.8rem;
    }
    #sec-0 input:checked + nav {
        display: flex;
    }
    #sec-0 article{
        padding: 5rem 0px;
    }
    #sec-0 article h1{
        font-size: 2rem;
    }
    #sec-0 article h2{
        font-size: 3.5rem;
    }
    #sec-0 #searchBox {
        min-width: 35%;
    }
    #about .container{ 
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #about article{
        padding: 0px;
        text-align: left;
        width:51%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }
    #about article p{
        padding-right: 1rem;
    }
    #about aside {
        width: 48%;
        margin: 0px;
        text-align: right;
    }
    #blog{
        padding: 4rem 0px 2.5rem;
    }
    #blog article{
        justify-content: space-between;
    }
    #blog article figure{
        max-width: 40%;
    }
    #blog article figure img{
        max-width: 55%;
    }
    #portfolio {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    #portfolio .cont{
        flex-direction: row;
    }
    #portfolio .card{
        width: 48%;
    }
    #portfolio .card:last-child{
        margin-left: auto;
        margin-right: auto;
    }
    #sec-4 .cont{
        width: 100%;
        margin: 0px;
    }
    #sec-4 aside img{
        margin-bottom: 15px;
        width: 48%;
    }
    #contact h1+p{
        padding: 0px 6rem;
    }
    #contact .cont{
        gap: 5vw;
    }
    #contact article{
        width: 43%;
    }
    #contact .contactUs form input+p{
        bottom: 4px;
    }
    #company .container{
        justify-content: space-between;
        row-gap: 25px;
    }
    #company .about{
        width: 65%;
    }
    #company .links{
        width: 20%;
    }
    #company .posts {
        width: 65%;
    }
    #company .contact {
        width: 20%;
    }
}
/* Standard PC screens */
@media (min-width: 1200px) {
    html{
        font-size: 15px;
    }
    .container {
        width: 1140px;
    }
    #sec-0 .top .social {
        gap: 10px ;
    }
    #sec-0 header:last-of-type .container{
        padding: 0.95rem 0px;
    }
    #sec-0 header nav a {
        margin-right: 10px;
        font-size: 0.92rem;
    }
    #sec-0 article p{
        padding-left: 14rem;
        padding-right: 14rem;
    }
    #about article h1{
        font-size: 2.7rem;
    }
    #about article h2{
        font-size: 1.8rem;
    }
    #blog{
        background-position: center top;
    }
    #blog article{
        justify-content: space-evenly;
    }
    #blog article figure{
        max-width: 21%;
    }
    #portfolio {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    #portfolio .card{
        width: 31%;
    }
    #portfolio .card:last-child{
        margin-left: 0px;
        margin-right: 0px;
    }
    #sec-4 .cont{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    #sec-4 .cont>img{
        width: 50%;
        margin: 0px;
    }
    #sec-4 aside{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 49%;
        gap: 10px;
    }
    #sec-4 aside img{
        width: 49%;
        margin: 0px;
    }
    #contact{
        background-position: right center;
    }
    #contact .cont{
        justify-content: space-between;
        gap: 0px;
        padding-bottom: 25px;
    }
    #contact article{
        width: 30%;
    }
    #contact .contactUs>.container {
        display: flex;
        justify-content: space-between;
    }
    #contact .contactUs aside{
        width: 45%;
        text-align: left;
    }
    #contact .contactUs form {
        width: 45%;
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #contact .contactUs form input {
        margin-right: 15px;
    }
    #contact .contactUs form input:not(input[type=submit]) {
        flex-grow: 1;
    }
    #contact .contactUs form input+p{
        text-align: left;
    }
    #company .container{
        justify-content: space-between;
        row-gap: 25px;
    }
    #company .about{
        width: 30%;
    }
    #company .links{
        width: 15%;
    }
    #company .posts {
        width: 20%;
    }
    #scompany .contact {
        width: 18%;
    }
}
@media (min-width: 1400px) {
    html{
        font-size: 17px;
    }
    .container {
        width: 1340px;
    }
}

#portfolio {
    width: 100%;
    background: #111;
    padding: 70px 0;
    overflow: hidden;
  }
  
  .stats-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #151515;
  }
  
  .stats-left {
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 45px;
  }
  
  .stat-box h2 {
    font-size: 70px;
    font-weight: 800;
    margin: 0;
    color: #fff;
    line-height: 1;
  }
  
  .stat-box p {
    margin: 12px 0 0;
    font-size: 16px;
    color: #bdbdbd;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
  
  .stats-right {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .stats-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* MOBILE RESPONSIVE */
  @media (max-width: 900px) {
    .stats-wrapper {
      grid-template-columns: 1fr;
    }
  
    .stats-left {
      padding: 50px 30px;
    }
  
    .stat-box h2 {
      font-size: 55px;
    }
  
    .stats-right {
      height: 300px;
    }
  }
  

  .stats-left .portfolio-link {
    color: #bdbdbd;      /* match your paragraph text color */
    text-decoration: underline; /* optional, makes it look like a link */
    background: none !important; /* remove any button background */
    padding: 0 !important;       /* remove button padding */
    border: none !important;     /* remove button border */
    font-weight: 500;            /* match paragraph weight */
  }
  
  .stats-left .portfolio-link:hover {
    color: #fff;           /* color change on hover */
    text-decoration: underline; /* optional hover effect */
  }

  /* Make textarea match inputs */
#contact .contactUs form textarea {
    padding: 6px 15px;
    margin: 0px 5px 10px 0px;
    border-radius: 6px;
    border-style: none;
    color: var(--textaccent3);
    flex-basis: 100%;   /* take full row */
    min-height: 90px;   /* bigger message box */
    resize: vertical;   /* user can resize */
  }
  
  #contact .contactUs form textarea:focus {
    box-shadow: inset 0px 0px 10px var(--txtaccent1);
  }

  /* CONTACT FORM - MOBILE FIX */
@media (max-width: 576px) {
    /* Stack heading + form vertically */
    #contact .contactUs > .container {
      display: block;       /* override desktop flex */
    }
  
    /* Make form full width and stack inputs */
    #contact .contactUs form {
      width: 100%;
      display: block;       /* stop flex layout on mobile */
      padding-top: 12px;
    }
  
    #contact .contactUs form input,
    #contact .contactUs form textarea {
      width: 100%;
      margin-right: 0;
      display: block;
    }
  
    #contact .contactUs form input[type="submit"] {
      width: auto;          /* button looks nicer */
      display: inline-block;
      margin: 8px auto 0;
    }
  }
  

/* END OF SHEET */