/*
Theme Name: SLES Institutions
Theme URI: http://localhost/sles/
Author: Antigravity
Author URI: https://slesinstitutions.co.in
Description: A premium, retina-ready WordPress theme for S.L.E.S. Institutions – Best Nursing Education in Bangalore, Karnataka.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
License URI: #
Text Domain: sles-theme
Tags: education, nursing, college, responsive, retina-ready
*/

/* ===========================
   CSS Reset & Base
   =========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  color: #2d3748;
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}
