
.by2-contact-section {
    position: relative;
    padding: 90px 0;
    background: #07111f;
    color: #fff;
    overflow: hidden;
}

.by2-contact-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/world-map.png') center center no-repeat;
    background-size: 60%;
    opacity: .03;
}

.by2-contact-wrapper {
    position: relative;
    z-index: 2;
}

.contact-info-card, .contact-form-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}

.contact-form-card {
    background: rgba(255, 255, 255, 0.03);
}

.contact-tag {
    color: #d4af37;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.25;
}

.contact-desc {
    color: #9fb4c8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
}

.info-item i {
    color: #d4af37;
    font-size: 20px;
    margin-top: 4px;
}

.info-item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.info-item p, .info-item a {
    color: #9db0c4;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    transition: 0.3s;
}

.info-item a:hover {
    color: #d4af37;
}

.form-control-corporate {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    padding: 12px 18px;
    font-size: 14px;
}

.form-control-corporate:focus {
    background: rgba(255, 255, 255, 0.07);
    border-color: #d4af37;
    color: #fff;
    box-shadow: none;
}

.form-control-corporate::placeholder {
    color: #72889e;
}

.form-check-input:checked {
    background-color: #d4af37;
    border-color: #d4af37;
}

.btn-corporate-submit {
    background: #d4af37;
    color: #07111f;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
    font-size: 14px;
}

.btn-corporate-submit:hover {
    background: #e6be41;
    transform: translateY(-2px);
}
