:root {
    --primary-color: #2563eb;       /* Blue */
    --secondary-color: #1e40af;     /* Dark Blue */
    --text-color: #1f2933;
    --light-bg: #f5f8ff;            /* Soft blue background */
    --white: #ffffff;
    --dark-bg: #0f172a;             /* Deep navy */
    --footer-bg: #1e40af;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --max-width: 1200px;
    --spacing: 1.5rem;
    --swiper-pagination-top: 20px;
}
