/* ========== Global Styles ========== */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a:hover {
  background-color: #f0f8ff;
  transition: background-color 0.3s ease;
}

/* ========== Header ========== */
#header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 5px 0;
    position: sticky;
  top: 0;
  z-index: 1050;
}

#header .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#header .d-flex {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

#header img {
  max-height: 80px;
  width: auto;
}

#header h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  margin: 0;
  color: #003B73;
}

#header p {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  margin: 0;
  color: #555;
}

/* ========== Navbar ========== */
.navbar {
  background: #003B73;
  padding: 10px 0;
}

.navbar-brand {
  font-weight: bold;
  color: #FFD700 !important;
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  color: #fff !important;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #FFC107 !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

/* ========== Slider Styles ========== */
.slider-container {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #000;
  border: 2px solid #003B73;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
}

/* Thumbnails for optional use */
.thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.thumbnail {
  width: 60px;
  height: 40px;
  object-fit: cover;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.thumbnail.active {
  opacity: 1;
  border-color: #003B73;
}

/* ========== Section Titles ========== */
.section-title h2 {
  color: #FFC107;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

/* ========== Contact Section ========== */
.contact {
  background: #fffde7;
  padding: 50px 0;
}

.alert-warning {
  background: #ffeb3b;
  border: 2px solid #ffc107;
  color: #003B73;
  font-weight: bold;
}

/* ========== Footer ========== */
footer {
  background: #003B73;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 0.95rem;
}

.footer-section a:hover,
.footer-section .bi:hover {
  color: #ffc107;
  text-decoration: none;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.footer-section iframe {
  border-radius: 10px;
}

/* ========== Marquee News ========== */
.marquee-news {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  margin-top: 10px;
  width: 80%;
  text-align: center;
}

.marquee-news a {
  text-decoration: none;
  color: #003B73;
}

.marquee-news a:hover {
  text-decoration: underline;
  color: #ffc107;
}

/* ========== Tabs ========== */
.nav-tabs .nav-link.active {
  background: #003B73;
  color: #fff !important;
  border-color: #003B73 #003B73 #fff;
  border-radius: 10px 10px 0 0;
}

.nav-tabs .nav-link:hover {
  background: #005EB8;
  color: #fff !important;
}

/* ========== Counters ========== */
.counter-wrapper img {
  transition: transform 0.3s ease;
}

.counter-wrapper img:hover {
  transform: scale(1.1);
}

.counter-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

/* ========== Sidebar Links ========== */
#about-sidebar {
  position: sticky;
  top: 90px;
}

#about-sidebar a:hover,
#about-sidebar ul li a.active,
.sidebar-link.active {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: underline;
}

/* ========== About Banner ========== */
.about-banner img {
  border-bottom: 5px solid #003B73;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  #header h2 {
    font-size: 1.4rem;
  }

  .slider-container {
    height: 300px;
  }

  .caption {
    font-size: 0.85rem;
    padding: 6px;
  }
}


.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.video-corner video:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: all 0.3s ease;
}
.counter-value {
  transition: all 0.5s ease-in-out;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Segoe UI', sans-serif;
}

.client-carousel .item:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}


