body {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f8f9fa;
    color: #333;
}

.hero-suncity {
    border-radius: 12px;
    position: relative;
}

.card img {
    height: 220px;
    object-fit: cover;
}

.carousel-item img {
    height: 420px;
    object-fit: cover;
}

h2 {
    font-weight: 600;
}

.card {
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}