.contact-form-container-1efaec64 {
    padding: 60px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    font-family: sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-form-container-1efaec64::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background-color 0.3s;
}
.contact-grid-1efaec64 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    z-index: 2;
    position: relative;
}
.contact-text-col-1efaec64 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}
.contact-title-1efaec64 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: inherit;
}
.contact-subtitle-1efaec64 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4fc3f7;
}
.contact-desc-1efaec64 {
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
}
.contact-form-col-1efaec64 {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.cf-row-1efaec64 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.cf-group-1efaec64 {
    margin-bottom: 20px;
}
.cf-group-1efaec64 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.cf-group-1efaec64 input,
.cf-group-1efaec64 select,
.cf-group-1efaec64 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
}
.cf-group-1efaec64 input:focus,
.cf-group-1efaec64 select:focus,
.cf-group-1efaec64 textarea:focus {
    border-color: #0056b3;
    outline: none;
}
.cf-btn-1efaec64 {
    background-color: #0056b3;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}
.cf-btn-1efaec64:hover {
    background-color: #004494;
}

@media (max-width: 768px) {
    .contact-grid-1efaec64 {
        grid-template-columns: 1fr;
    }
    .cf-row-1efaec64 {
        grid-template-columns: 1fr;
    }
}
