

.contact-container {
    width: 100%;
    max-width: 1200px;
}

.section-title {
    text-align: center;
    color: white;
    margin-bottom: 60px;
}

.section-title h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.contact-card {
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff0000 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}

.contact-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.contact-link {
    display: inline-block;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    border: 2px solid #667eea;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: #667eea;
    color: white;
}

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 2rem;
    }

    .section-title p {
        font-size: 1rem;
    }
}
.bg-input-contact {
    background-color: rgb(120, 0, 0) !important;
}
