.contact {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}

/* Section label */
/* .contact .section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #b8b8b8;
    margin-bottom: 35px;
} */

/* .contact .section-label span {
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #f5c542;
} */


/* Main content */
.contact-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}



.contact-content h2 span {
    color: #6366f1;
}

.contact-content p {
    max-width: 600px;
    margin: 28px auto 0;
    font-size: 17px;
    line-height: 1.8;
    color: #a9a9a9;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 35px;
    padding: 14px 25px;

    border: 1px solid #f5c542;
    border-radius: 50px;

    color: #ffffff;
    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.contact-button span {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.contact-button:hover {
    background: #f5c542;
    color: #111111;
    text-decoration: none;
    transform: translateY(-3px);
}

.contact-button:hover span {
    transform: translate(3px, -3px);
}

.contact-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;

    margin-top: 80px;
    padding-top: 30px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-links a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #a9a9a9;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.contact-links a i {
    font-size: 17px;
}

.contact-links a span {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.contact-links a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.contact-links a:hover span {
    transform: translate(2px, -2px);
}

@media (max-width: 767px) {

    .contact {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }

    .contact .section-label {
        margin-bottom: 25px;
    }

    .contact-content h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .contact-content p {
        font-size: 15px;
        line-height: 1.7;
        padding: 0 15px;
    }

    .contact-button {
        margin-top: 28px;
    }

    .contact-links {
        flex-wrap: wrap;
        gap: 20px 30px;
        margin-top: 55px;
    }
}
.brand{
    
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 25px;
    border: 1px solid #f5c542;
    border-radius: 50px;
}
.fa-linkedin-in{
    color: rgb(5, 124, 242);
}
.fa-linkedin-in:hover {
  color: rgb(244, 244, 246);
}
.fa-envelope{
    color: red;
}
.contact .fa-github {
  color:  #666666 !important;
}
.contact .fa-github:hover {
  color: rgb(239, 240, 245) !important;
}
.fa-arrow-up-right-from-square{
    color:aliceblue;
}