.elementor-15434 .elementor-element.elementor-element-54324af{--display:flex;}.elementor-15434 .elementor-element.elementor-element-6e2dacc{--spacer-size:50px;}body.elementor-page-15434:not(.elementor-motion-effects-element-type-background), body.elementor-page-15434 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C2C55;}:root{--page-title-display:none;}/* Start custom CSS */.contact {
    margin-top: 50px;
}

.contact h2 {
    text-align: center;
    margin-bottom: 30px;
    color:#DFF5FF;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.contact-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    line-height: 1.7;
}

.contact-card h3 {
    margin-bottom: 15px;
    color: #0C2C55;
}

.contact-card a {
    color: #0f766e;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}/* End custom CSS */