/* Sobre Nexserver (Contact) page specific styles */

/* Override global body background for contact page */
body {
    background: #f6f7f8 !important;
}

.dark body {
    background: #101822 !important;
}

.contact-form-card {
    transition: all 0.3s ease;
}

.contact-toggle-option {
    transition: all 0.3s ease;
}

.contact-toggle-option:hover {
    transform: translateY(-2px);
}

.decorative-blob {
    filter: blur(60px);
}

.info-card-icon {
    transition: all 0.3s ease;
}

.info-card-icon:hover {
    transform: scale(1.1);
}

.testimonial-quote {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
    opacity: 0.2;
}

.form-input-icon {
    pointer-events: none;
}

input:focus~.form-input-icon,
select:focus~.form-input-icon {
    color: #136dec;
}