/* Mobile Menu Styles */

/* Hide desktop nav on mobile */
@media (max-width: 768px) {
  .mil-desktop-nav {
    display: none !important;
  }
}

/* Show desktop nav on larger screens */
@media (min-width: 769px) {
  .mil-mobile-menu-btn {
    display: none !important;
  }
  .mil-mobile-menu-overlay {
    display: none !important;
  }
}

/* Mobile menu button */
.mil-mobile-menu-btn {
  display: none;
  cursor: pointer;
  padding: 15px;
  z-index: 1001;
}

@media (max-width: 768px) {
  .mil-mobile-menu-btn {
    display: block;
    padding: 0;
  }
  .container-fluid{
    padding: 0px 10px;
  }
  .mil-logo img {
  width: 250px;
}
.mil-top-panel .mil-top-panel-content{
  height: 60px;
}
.mil-wrapper{
  padding-top: 60px;
}
.mil-mb-90{
  margin-bottom: 40px;
}
.mil-mtah{
  display: none;
}
.mil-mtah-mob{
  display: block;
}

#more-btn-mobile{
  display: flex;
  margin-top: 30px;
  justify-content: center;
  
}
#more-btn{
  display: none ;
}
#mil-home-about{
  margin-bottom: 40px;
}

.container.portfolio-grid{
  padding: 0px 10px;
  gap:5px
}

#us-map, #map-tooltip{
  display: none ! important 
}

/* About page */

.mil-illustration-slider-nav {
display: none;

}

.mil-illustration-slider-nav-mobile{
  position: absolute;
  z-index: 1;
  bottom: 45%;
  right: 0;
  width: 100%;

}

.mil-nav-buttons{
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}

.mil-illustration-prev, .mil-illustration-next {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4); /* translucent black */
  color: white; /* icon or text stays bright */
  backdrop-filter: blur(4px); /* smooths image behind */
  transition: background 0.2s ease;
}

.mil-illustration-prev:hover, .mil-illustration-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.mil-illustration-prev.swiper-button-disabled, .mil-illustration-next.swiper-button-disabled {
  visibility: hidden;
}

/*Leadership page*/



#career-contact{
  margin-top: 20px;
}

.ipad-container{
  margin-bottom: 60px;
}

#hr-separator{
  display: none
}






}










/* Hamburger icon */
.mil-hamburger-icon {
  width: 32px;
  height: 32px;
  color: #fff;
  transition: all 0.3s ease;
}

.mil-mobile-menu-btn:hover .mil-hamburger-icon {
  transform: scale(1.1);
}

/* Mobile menu overlay */
.mil-mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mil-mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile menu */
.mil-mobile-menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}

.mil-mobile-menu-overlay.active .mil-mobile-menu {
  right: 0;
}

/* Mobile menu close button */
.mil-mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1001;
}

.mil-mobile-menu-close:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

/* Mobile navigation */
.mil-mobile-nav {
  padding: 60px 0 20px 0;
}

.mil-mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mil-mobile-nav ul li {
  border-bottom: 1px solid #eee;
}

.mil-mobile-nav ul li:last-child {
  border-bottom: none;
}

.mil-mobile-nav ul li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mil-mobile-nav ul li a:hover {
  background: #f8f9fa;
  color: #326295;
}

/* Adjust top panel for mobile */
@media (max-width: 768px) {
  .mil-top-panel-content {
    justify-content: space-between;
  }
}
