/* ===============================
   Global Styles
================================ */
body {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/* Utility Colors */
.blue { background-color: #1f3266; }
.pink { background-color: #ed9dc0; }
.maroon { background-color: #841a1f; }
.light-pink { background-color: #f5edff; }
.light-maroon { background-color: #fee4e4; }
.light-blue { background-color: #e3eeff; }


/* ===============================
   Navbar
================================ */
.navbar {
  background-color: #1f4962;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-right: 20px;
}

.navbar-nav .btn {
  background-color: #fff;
  color: #1f4962 !important;
  font-weight: 600;
  border-radius: 5px;
  padding: 6px 16px;
}

.navbar-brand img {
  width: 100px;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* ===============================
   Hero / Banner Section
================================ */
.smel-banner {
  background-color: #1f4962;
  color: #fff;
}

.smel-banner h1 {
  font-weight: 700;
  font-size: 3.5rem;
  text-transform: capitalize;
}

.smel-banner p {
  margin: 40px 0;
  font-size: 1.1rem;
}

.smel-banner .btn-primary {
  background-color: #fff;
  color: #1f4962;
  border: none;
  font-weight: 600;
  margin-right: 10px;
}

.smel-banner .btn-outline-light {
  font-weight: 600;
}

.hero-section p strong {
  font-size: 20px;
}


/* ===============================
   Our Brands & Campuses Section
================================ */
.brands {
  margin-top: 100px;
  margin-bottom: 100px;
}

.brands h2 {
  font-size: 2rem;
}

.brands .row {
  display: flex;
  flex-wrap: wrap;
}

.brands .col-md-4 {
  display: flex;
}

.brand-card {
  border-radius: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.brand-card img {
  border-radius: 10px;
}

.brand-card a {
  margin-top: auto;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #1f65e5;
}

.campus-logo {
  float: left;
  width: 100%;
}

.campus-logo img {
  width: 80px;
}

.brand-circle-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
}

/* Custom Bullets */
.custom-bullets-1 li,
.custom-bullets-2 li,
.custom-bullets-3 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.custom-bullets-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ed9dc0;
}

.custom-bullets-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #841a1f;
}

.custom-bullets-3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #1f3266;
}

/* ===============================
   History Section
================================ */
.counter-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s;
  background-color: #1f4962;
}

.counter-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1f4962;
}

.counter-title {
  font-size: 1rem;
  margin-top: 8px;
  font-weight: 500;
}

.history-thumbnail{
  float: left;
  width: 100%;
  margin-bottom: 100px !important;
}


/* ===============================
   Why Choose SEML Section
================================ */
.why-choose {
  background: url('../img/why-choose-thumbnail.png') no-repeat center center/cover;
  position: relative;
  height: auto;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-card {
  background: none;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border: 1px solid #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #1f65e5; 
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ===============================
   Join Our Legacy Section
================================ */
.join-our-lagacy-thumbnail {
  float: left;
  width: 100%;
}

.join-our-lagacy-thumbnail img {
  width: 100%;
}

.visit-campuses {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.legacy-img {
  border-radius: 16px;
  max-height: 420px;
  object-fit: cover;
}

.campus-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}

.campus-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


/* ===============================
   Footer Section
================================ */
.site-footer {
  background-color: #1f4962;
  margin-top: 100px;
}

.site-footer h6 {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #fff;
}

.site-footer a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 32px;
}

.site-footer a:hover {
  color: #fff;
}

.quick-links {
  float: left;
  width: 100%;
  margin-top: 39px;
}

.our-schools {
  float: left;
  width: 100%;
  margin-top: 39px;
}

.footer-logo {
  max-width: 150px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #d1d5db;
}

.social-icons a:hover {
  color: #3b82f6; 
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  margin-top: 20px;
}
