.elementor-68 .elementor-element.elementor-element-7c5805e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74f304b */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

.contact-v18 {
    padding: 120px 5%;
    background: #fdfdfd;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.v18-container { max-width: 1200px; margin: 0 auto; }

.v18-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Info Side Styling */
.v18-badge {
    color: #004AAD;
    background: rgba(0, 74, 173, 0.08);
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
}

.v18-title {
    font-size: 56px;
    font-weight: 800;
    color: #002D6B;
    line-height: 1.1;
    margin-bottom: 25px;
}

.v12-blue { color: #004AAD; }

.v18-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Contact Cards */
.v18-contact-cards { display: grid; gap: 20px; }

.v18-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.v18-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 74, 173, 0.1); }

.v18-icon {
    font-size: 24px;
    background: #E3F2FD;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.v18-details h4 { font-size: 16px; color: #888; margin-bottom: 5px; font-weight: 600; }
.v18-link {
    display: block;
    font-size: 19px;
    color: #002D6B;
    text-decoration: none;
    font-weight: 800;
    margin-bottom: 3px;
}
.v18-link:hover { color: #004AAD; }

/* Form Side Styling */
.v18-form-side {
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0 40px 100px rgba(0, 45, 107, 0.08);
}

.v18-input-group { margin-bottom: 20px; }
.v18-input-group label { display: block; font-weight: 700; color: #002D6B; margin-bottom: 8px; font-size: 14px; }
.v18-input-group input, .v18-input-group select, .v18-input-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    background: #f9f9f9;
    transition: 0.3s;
}

.v18-input-group input:focus, .v18-input-group textarea:focus {
    border-color: #004AAD;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 74, 173, 0.05);
}

.v18-submit-btn {
    width: 100%;
    background: #004AAD;
    color: #fff;
    padding: 18px;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.v18-submit-btn:hover { background: #002D6B; transform: translateY(-2px); }

/* Responsive */
@media (max-width: 991px) {
    .v18-split { grid-template-columns: 1fr; gap: 60px; }
    .v18-info-side { text-align: center; }
    .v18-card { text-align: left; }
    .v18-title { font-size: 42px; }
}

@media (max-width: 500px) {
    .v18-form-side { padding: 30px 20px; }
    .v18-title { font-size: 34px; }
}
</style>/* End custom CSS */