.elementor-14252 .elementor-element.elementor-element-aee416{--display:flex;}.elementor-14252 .elementor-element.elementor-element-2c03c35{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4fed273 *//* Container styling */
.cma-upcoming-developments {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    padding: 60px 20px;
    background-color: #f4f6f9;
    color: #2c3e50;
}

/* Header styling */
.cma-header {
    text-align: center;
    margin-bottom: 50px;
}

.cma-header h1 {
    color: #1a2b4c; /* School Navy Blue */
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cma-header .subtitle {
    color: #555;
    font-size: 19px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Grid Layout */
.cma-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.cma-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(26, 43, 76, 0.1);
    transition: all 0.4s ease;
    border-bottom: 5px solid #f1c40f; /* School Gold Accent */
}

.cma-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(26, 43, 76, 0.15);
}

.cma-image-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cma-card:hover .cma-image-wrapper img {
    transform: scale(1.05);
}

.cma-content {
    padding: 30px;
}

.cma-content h3 {
    color: #1a2b4c;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cma-content p {
    color: #4a4a4a;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 25px;
}

/* Bottom Divider/Motto */
.cma-motto {
    font-size: 13px;
    font-weight: 600;
    color: #1a2b4c;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 2px dashed #f1c40f;
    padding-top: 20px;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cma-header h1 { font-size: 30px; }
    .cma-grid { grid-template-columns: 1fr; }
    .cma-card { margin-bottom: 20px; }
}/* End custom CSS */