/* Custom CSS for mobile view */
@media (max-width: 767px) {
  /* Add your mobile-specific CSS styles here */
  
  /* Example styles */
  body {
    font-size: 14px;
  }
    .carousel {
  margin-bottom: -1rem;
}
  
  .jumbotron {
    padding: 10px 5px;
    margin-bottom: 0;
  }
  
  #ictceel-title {
    margin-top: 10px !important;
  }
  
  #ictceel-title h2 {
    font-size: 16px !important;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  
  .jumbotron h6 {
    font-size: 13px;
    margin-top: 5px !important;
  }
  
  .jumbotron h3 {
    font-size: 15px;
  }
  
  /* Navbar Mobile Improvements */
  #mainNavbar {
    padding: 0.5rem 1rem;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
  }
  
  /* Remove placeholder that causes sticky behavior */
  #navbarPlaceholder {
    display: none !important;
  }
  
  .navbar-collapse {
    background-color: #1362ad;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  
  .navbar-toggler {
    color: #FFF;
    border: 2px solid #fff;
    padding: 0.5rem 0.75rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.3);
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-nav {
    margin-top: 5px;
  }
  
  .navbar-nav .nav-item {
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px 15px;
    color: #fff !important;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
    background-color: rgba(255,255,255,0.15);
    padding-left: 20px;
  }
  
  .navbar-nav .nav-item.active .nav-link {
    background-color: #dc3545;
    font-weight: bold;
  }
  
  .navbar-brand {
    padding-left: 10px;
  }
  
  .dropdown-menu {
    font-size: 13px;
    background-color: #0d4d89;
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    margin-top: 5px;
  }
  
  .dropdown-item {
    padding: 10px 20px;
    color: #fff;
    transition: all 0.3s ease;
  }
  
  .dropdown-item:hover {
    background-color: rgba(255,255,255,0.2);
    padding-left: 25px;
    color: #fff;
  }
  
  .dropdown-divider {
    border-top-color: rgba(255,255,255,0.2);
  }
  
  .modal-title {
    font-size: 16px;
  }
  
  .modal-body img {
    max-width: 100%;
    height: auto;
  }
   
  .content h3 {
    font-size: 16px;
  }
  
  .content ul li {
    font-size: 12px;
  }
    .align-items-start h2 {
    font-size: 19px;
  }
  #ip_logo {
    display: flex;
      justify-content: center;
      align-items: center;
  }
  #ip_logo img {
    height: 75px;
    width: 75px;
  }
  #conf_obj {
    margin-top: -50px;
  }
  #title {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center !important;
  }
  
  #title .col-md-10 {
    align-items: center !important;
    text-align: center !important;
    padding: 10px 15px;
  }
  
  #title .col-md-10 h2,
  #title .col-md-10 h6 {
    text-align: center !important;
  }
  .img-fluid {
    height: 110px;
    }
}


