.contact-split-premium {
    padding: 80px 0;
    background-color: #f8fafc;
}

.contact-split-premium .info-side {
    position: relative;
    z-index: 2;
}

.contact-split-premium .icon-box {
    width: 48px;
    height: 48px;
    background-color: var(--primary, #6366f1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.contact-split-premium .social-btn {
    width: 38px;
    height: 38px;
    background-color: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-split-premium .social-btn:hover {
    background-color: var(--primary, #6366f1);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.contact-split-premium .display-side {
    height: 100%;
}

.contact-split-premium .map-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    min-height: 450px;
}

.contact-split-premium .form-control {
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    background-color: #f8fafc;
    transition: all 0.2s;
}

.contact-split-premium .form-control:focus {
    border-color: var(--primary, #6366f1);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.contact-split-premium .gradient-text {
    background: var(--primary, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}