

    .navbar {
      background-color: #ffffff !important;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    }

    .navbar-brand img {
      height: 70px;
    }

    .nav-link {
      color: #222 !important;
      font-weight: 600;
    }

    .nav-link.active {
      color: #F26522 !important;
    }

    .btn-primary {
      background-color: #F26522 !important;
      border-color: #F26522 !important;
    }

    .btn-primary:hover {
      background-color: #e1581f !important;
      border-color: #e1581f !important;
    }

    .circle-img {
      width: 120px;
      height: 120px;
      background-color: #F26522;
      border-radius: 50%;
      margin-bottom: 20px;
      display: inline-block;
    }

    .card-img-top {
      background-color: #F26522;
      color: white;
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
    }

    footer {
      background-color: #ffffff;
      padding: 20px 0;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
      border-top: 1px solid #ddd;
    }

    .navbar-brand{
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .btn-outline-primary:hover {
      color: #fff !important;
      background-color: #F26522 !important;
      border-color: #F26522 !important;
    }
    .fixed-img {
      width: 100%;
      height: 350px;
      object-fit: fill; /* or contain / fill / none */
    }

    .img-no-stretch {
  height: 200px;
  object-fit: cover;
}

.banner-img {
  max-height: 400px;
  object-fit: cover;
}

.font-size-13 {
  font-size: 0.875rem; /* 14px */
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center !important;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px !important;
  }
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #F26522 !important;
}

.btn-outline-primary{
    color: #F26522 !important;
    border-color: #F26522 !important;
}
.text-primary{
  color: #F26522 !important;
}

.auth-logo img {
    max-width: 100% !important;
    height: auto !important;
}

.auth-full-page-content {
        height: 100%;
    }

    .auth-bg {
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    body[data-sidebar-size=sm]{
        min-height: auto !important;
    }
    .auth-bg {
    background-image: url(../images/auth-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-orange{
    background-color: #F26522 !important;
}

.bg-orange h4{
    color: #ffffff !important;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
.modal.show .modal-dialog {
    transform: translateY(0);
}
.position-relative::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
}

.position-absolute.text-center {
    z-index: 2;
}

.timeline {
    position: relative;
    padding-left: 30px;
    /* border-left: 2px solid #F26522; */
}
.timeline-item {
    position: relative;
    margin-bottom: 30px;
}
.timeline-marker {
    position: absolute;
    left: -10px;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: #F26522;
    border-radius: 50%;
}
.timeline-content {
    padding-left: 20px;
}
.team-img {
    object-fit: cover;
    height: 250px;
} 

.about-img-wrapper {
    max-height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar .nav-link.active {
  font-weight: bold;
  color: #F26522 !important;
  border-bottom: 2px solid #F26522;
}

@media (max-width: 767px) {
  .navbar .dropdown-toggle img {
    width: 28px;
    height: 28px;
  }
  .navbar .dropdown-toggle span {
    font-size: 14px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Show submenu on hover (desktop only) */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Arrow for submenu items */
.dropdown-submenu > a::after {
  content: "▶";
  float: right;
  margin-left: .5rem;
  font-size: 0.7rem;
  transform: translateY(2px);
}

/* Position child menu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Show submenu on hover (desktop only) */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

    .committee-card {
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .committee-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
        /* background-color: #F26522 !important;
        color: #ffffff !important; */
    }

    .py-5{
      padding-bottom: 6rem !important;
    }