.contact-hero{

    padding:80px 20px 100px;

}

.contact-container{

    max-width:900px;

    margin:auto;

}

.contact-hero h1{

    font-family:'Poppins',sans-serif;

    font-size:60px;

    margin-bottom:24px;

}

.contact-description{

    color:#666;

    line-height:1.9;

    font-size:18px;

}

/* ========================= */

.contact-section{

    padding:0 20px 100px;

}

.contact-form{

    display:flex;

    flex-direction:column;

    gap:22px;

}

.contact-form input,
.contact-form textarea{

    border:none;

    outline:none;

    background:white;

    padding:22px 24px;

    border-radius:28px;

    font-family:'Inter',sans-serif;

    font-size:15px;

    box-shadow:
    0 10px 30px rgba(
        0,
        0,
        0,
        0.05
    );

}

.contact-form textarea{

    resize:none;

}

/* ========================= */

.contact-cta{

    text-align:center;

    padding:0 20px 120px;

}

.contact-cta h2{

    font-family:'Poppins',sans-serif;

    font-size:46px;

    margin-bottom:20px;

}

.contact-cta p{

    color:#666;

    margin-bottom:35px;

    line-height:1.9;

}

/* ========================= */

@media(max-width:768px){

    .contact-hero h1{

        font-size:42px;

    }

}

@media(max-width:576px){

    .contact-hero h1{

        font-size:34px;

    }

    .contact-description{

        font-size:15px;

    }

}
.logo-area{
    text-decoration: none;
}
.contact-card {
    max-width: 700px;
    margin: auto;
    padding: 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    text-align: center;
}

.contact-card h2 {
    margin-bottom: 15px;
}

.contact-card p {
    margin-bottom: 30px;
    color: #bdbdbd;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item h4 {
    margin-bottom: 8px;
    color: black;
}

.contact-item a {
    color: #8b5cf6;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}
.contact-card {
    max-width: 700px;
    margin: auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(12px);
}

.contact-card h2 {
    margin-bottom: 15px;
    font-size: 2rem;
}

.contact-card p {
    margin-bottom: 35px;
    color: #bdbdbd;
    line-height: 1.7;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-3px);
}

.contact-item h4 {
    margin-bottom: 10px;
    color: black;
    font-size: 1rem;
    font-weight: 600;
}

.contact-item a {
    color: #8b5cf6;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-item a:hover {
    color: #a78bfa;
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {

    .contact-card {
        padding: 25px;
    }

    .contact-item {
        padding: 18px;
    }

    .contact-item a {
        font-size: 16px;
    }

}
.contact-item a[href*="instagram"] {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}