.elementor-294 .elementor-element.elementor-element-06cad4e{margin-top:-140px;margin-bottom:0px;}.elementor-294 .elementor-element.elementor-element-e54599d iframe{height:499px;}.elementor-294 .elementor-element.elementor-element-e7cbd40 > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-294 .elementor-element.elementor-element-3d27d34 .fluentform-widget-wrapper{padding:20px 20px 20px 20px;}.elementor-294 .elementor-element.elementor-element-3d27d34 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}@media(min-width:768px){.elementor-294 .elementor-element.elementor-element-a44ff10{width:54.09%;}.elementor-294 .elementor-element.elementor-element-e7cbd40{width:45.864%;}}@media(max-width:767px){.elementor-294 .elementor-element.elementor-element-06cad4e{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-92f2c26 *//* General Styles */
.contact-us {
    background-color: #f4f4f4;
    padding: 40px 0;
    text-align: center;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-us h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #333;
}

.contact-us p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* Contact Info Section */
.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Individual Contact Box */
.contact-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 15px;
}

.contact-box h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 16px;
    color: #555;
}

.contact-box a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    transition: color 0.3s ease;
}

.contact-box a:hover {
    color: #0056b3;
}

/* Hover Effect */
.contact-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}/* End custom CSS */