.breadcrumb ul{
    max-width: 900px;
    margin-inline: auto;
}

#contact{
    --padding: 20px;

    max-width: 900px;
    align-items: stretch;
    overflow: hidden;
    border-radius: var(--radius-lg);
}
#contact .contactForm{
    width: 100%;    
    min-height: 300px;
    background: var(--light-light);
}
#contact:has(.contactInfo) .contactForm{
    width: calc(100% - 250px);
    border-left: 1px solid rgb(0 0 0 / 5%);
}
#contact .contactInfo{
    color: #fff;
    width: 250px;
    padding: var(--padding);
    background: var(--secondary-grade);
    background-size: cover;
    box-shadow: inset -5px 0 10px rgb(0 0 0 / 15%);
}

#contact .container{
    padding: var(--padding);
    padding-top: 0;
}
#contact .contactForm textarea{
    min-height: 125px;
}
#contact .uploads{
    width: 385px;
    max-width: 100%;
}

#contact h1{
    padding: 10px 30px;
    font-size: 1.3rem;
    margin-bottom: 0;
}
#contact h2{
    color: #fff; 
    font-size: 1.3rem;
    margin-bottom: 0;
}
#contact p{
    padding-bottom: 30px;
}
.contactForm p {
    font-size: 1.15rem;
    color: var(--gray);
}
.contactInfo p{
    opacity: .8;
}

#contact .through{
    position: relative;
    background: var(--color-grade);
    border-radius: var(--radius);
    padding: 10px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

#contact .through i{
    font-weight: 400;
    font-size: 55px;
    position: absolute;
    bottom: 11px;
    height: auto;
    color: #000;
    left: 0;
    opacity: .15;
}
#contact .through div{
    position: relative;
}

#contact .btn{    
    min-width: 130px;
    margin-bottom: 0;
}

#contact .socialLinks a i{
    --mask: #fff;
    --size: 28px;
}


#contact .emoji{
    width: 22px;
}

/* Sent */
#contact .formResult:has(.success){
    background: url(../../img/email.svg) top center no-repeat;
    background-size: auto 150px;
    padding-top: 160px;
}
#contact .formResult:has(.success) .zAlert{
    display: none;
}


@media all and (max-width: 1000px) {
    #contact .container{
        background: #fff;
    }
    #contact .contactInfo, 
    #contact .contactForm{
        width: 100%;
    }
    #contact .contactForm{
        border: 0;
        margin-bottom: 15px;

    }
    #contact .contactInfo > div{
        display: inline-block;
        margin-top: 25px;
    }
    #contact .contactInfo > div:nth-child(2){
        padding: 0 15px;
    }
    #contact .mySocial{
        margin: 0;
    }
}
@media all and (max-width: 460px) {
    #contact .width25.method,
    #contact .width75.contact{
        width: 100%;
        float: none;
    }
}

