* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f7fb;
  color: #1b1b1b;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 1180px;
  margin: auto;
}

/* Top Strip */
.top-strip {
  background: #082f6b;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.top-strip-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.disclaimer {
  color: #ffd76a;
  font-weight: 600;
}

/* Header */
.main-header {
  background: #ffffff;
  border-bottom: 4px solid #0b4ea2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d4af37;
  background: #fff;
}

.brand h1 {
  font-size: 26px;
  color: #0b2d5c;
  margin-bottom: 4px;
}

.brand p {
  color: #555;
  font-size: 14px;
}

.nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nav a {
  color: #0b2d5c;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.nav a:hover,
.nav a.active {
  background: #0b4ea2;
  color: #fff;
}

/* Hero */
.hero {
  background: linear-gradient(135deg, #0b4ea2, #0a2d63);
  color: #fff;
  padding: 70px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  font-size: 14px;
}

.hero-text h2 {
  font-size: 42px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.hero-text p {
  font-size: 17px;
  color: #e5edf8;
  max-width: 700px;
}

.hero-buttons {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  transition: 0.3s;
}

.primary-btn {
  background: #f4b400;
  color: #111;
}

.primary-btn:hover {
  background: #ffd24b;
}

.secondary-btn {
  border: 1px solid #fff;
  color: #fff;
}

.secondary-btn:hover {
  background: #fff;
  color: #0b2d5c;
}

.hero-card {
  background: #ffffff;
  color: #222;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
  border-top: 5px solid #f4b400;
}

.hero-card h3 {
  color: #0b2d5c;
  margin-bottom: 15px;
  font-size: 24px;
}

.hero-card ul {
  padding-left: 18px;
}

.hero-card li {
  margin-bottom: 10px;
}

/* Cards */
.quick-links {
  padding: 55px 0;
  margin-top: -30px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid #0b4ea2;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card h3 {
  color: #0b2d5c;
  margin-bottom: 10px;
  font-size: 21px;
}

.card p {
  color: #555;
  font-size: 15px;
}

/* Sections */
.about-section,
.services-section,
.notice-section,
.contact-section {
  padding: 70px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 35px;
}

.section-title h2 {
  font-size: 34px;
  color: #0b2d5c;
  margin-bottom: 10px;
}

.section-title p {
  color: #666;
  font-size: 16px;
}

.about-box {
  background: #fff;
  padding: 32px;
  border-left: 5px solid #0b4ea2;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.about-box p {
  margin-bottom: 14px;
  color: #444;
}

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border-top: 4px solid #f4b400;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.service-box h3 {
  color: #0b2d5c;
  margin-bottom: 10px;
  font-size: 22px;
}

.service-box p {
  color: #555;
}

/* Notice Board */
.notice-board {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.notice-item {
  padding: 18px 10px;
  border-bottom: 1px solid #e5e5e5;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-date {
  display: inline-block;
  background: #0b4ea2;
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}

/* Contact */
.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.contact-box h2 {
  color: #0b2d5c;
  margin-bottom: 15px;
  font-size: 30px;
}

.contact-box p {
  margin-bottom: 10px;
  color: #444;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #c9d2df;
  border-radius: 6px;
  outline: none;
  font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0b4ea2;
}

.contact-form button {
  background: #0b4ea2;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #082f6b;
}

/* Footer */
.footer {
  background: #082f6b;
  color: #fff;
  padding: 22px 0;
}

.footer-inner {
  text-align: center;
}

.footer-note {
  margin-top: 8px;
  color: #ffd76a;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .header-inner,
  .hero-grid,
  .contact-box {
    grid-template-columns: 1fr;
    display: grid;
  }

  .header-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .cards-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-text h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .cards-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .brand h1 {
    font-size: 20px;
  }

  .hero-text h2 {
    font-size: 26px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .nav {
    width: 100%;
  }

  .nav a {
    flex: 1 1 auto;
    text-align: center;
  }
}