header.bg-secondary {
  background: url("../assets/Banner2.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/* @media only screen and (max-width: 767px) {
  header.bg-secondary {
    background: url("../assets/Banner2_mobile.jpg") no-repeat center center;
    background-size: contain;  
  }
}
 
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header.bg-secondary {
    background: url("../assets/Banner2_laptop.jpg") no-repeat center center;
    background-size: cover;
  }
}
 
@media only screen and (min-width: 1200px) {
  header.bg-secondary {
    background: url("../assets/Banner2_desktop.jpg") no-repeat center center;
    background-size: cover;
  }
} */
.bg-dark-smt {
  --bs-bg-opacity: 1;
  background-color: #6f2315 !important;
}
.text-smt {
  color: #dd9933 !important;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
  z-index: 2;
}

header .container {
  position: relative;
  z-index: 3;
}

#aboutus {
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
}

.opacity-10 {
  opacity: 0.1;
}

.shadow {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05) !important;
}

.fs-5 {
  font-size: 1.1rem;
}

.feature-icon {
  font-size: 1.5rem;
  color: #198754;
}
.section-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.value-title {
  font-weight: 600;
  color: #198754;
}
.mission-box,
.vision-box,
.values-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.fancy-box {
  position: relative;
  transition: all 0.3s ease;
}

.fancy-box:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.fancy-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 2rem;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 1.25rem;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.grid-item {
  width: 300px;
  border-radius: 10px;
}
.grid-item img {
  width: 100%;
  display: block;
}
.caption {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  visibility: hidden;
}
.filters {
  margin-bottom: 20px;
}
.filters button {
  margin-right: 10px;
  color: #fff;
  background-color: #dd9933 !important;
}

.oval-button {
  padding: 10px 30px; /* Makes the button wide */
  background-color: #4caf50; /* Button color */
  color: white; /* Text color */
  border: none; /* Remove default border */
  border-radius: 999px; /* Oval shape */
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.oval-button:hover {
  background-color: #45a049;
}
