/**
 * Contact Section - Modern Design
 * GRPCMedia Theme
 * Version: 1.0.0
 */

/* Section Container */
.grpc-contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.grpc-contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%23007cba" opacity="0.05"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

/* Section Header */
.grpc-contact-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.grpc-contact-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #2F2483 0%, #005a8b 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(47, 36, 131, 0.3);
}

.grpc-contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
}

.grpc-contact-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Grid */
.grpc-contact-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    position: relative;
    z-index: 1;
}

/* Contact Form */
.grpc-contact-form-card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.grpc-contact-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.grpc-contact-form-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.grpc-form-group {
    margin-bottom: 25px;
}

.grpc-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.grpc-form-label .required {
    color: #dc3545;
    margin-left: 3px;
}

.grpc-form-input,
.grpc-form-select,
.grpc-form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    background: #fff;
}

.grpc-form-input:focus,
.grpc-form-select:focus,
.grpc-form-textarea:focus {
    outline: none;
    border-color: #2F2483;
    box-shadow: 0 0 0 4px rgba(47, 36, 131, 0.1);
}

.grpc-form-textarea {
    resize: vertical;
    min-height: 120px;
}

.grpc-form-submit {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #2F2483 0%, #005a8b 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(47, 36, 131, 0.3);
}

.grpc-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(47, 36, 131, 0.4);
}

.grpc-form-submit:active {
    transform: translateY(0);
}

/* Contact Info Sidebar */
.grpc-contact-info-card {
    background: linear-gradient(135deg, #2F2483 0%, #005a8b 100%);
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 10px 40px rgba(47, 36, 131, 0.3);
}

.grpc-contact-info-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.grpc-contact-info-item {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.grpc-contact-info-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.grpc-contact-info-item:last-child {
    margin-bottom: 0;
}

.grpc-contact-info-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.grpc-contact-info-icon i {
    font-size: 24px;
    color: #fff;
}

.grpc-contact-info-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.grpc-contact-info-value {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.grpc-contact-info-value a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.grpc-contact-info-value a:hover {
    opacity: 0.8;
}

/* Social Links */
.grpc-contact-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.grpc-contact-social-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.grpc-contact-social-links {
    display: flex;
    gap: 12px;
}

.grpc-contact-social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.grpc-contact-social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.grpc-contact-social-link i {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 1024px) {
    .grpc-contact-grid {
        grid-template-columns: 1fr;
    }
    
    .grpc-contact-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .grpc-contact-section {
        padding: 60px 0;
    }
    
    .grpc-contact-title {
        font-size: 32px;
    }
    
    .grpc-contact-subtitle {
        font-size: 16px;
    }
    
    .grpc-contact-form-card {
        padding: 30px 20px;
    }
    
    .grpc-contact-info-card {
        padding: 30px 20px;
    }
}

