/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* General Adjustments */
  .width-90,
  .width-80 {
    width: 95% !important; /* Increase width for better use of space */
    margin: auto;
  }
  h1 {
    font-size: 32px; /* Smaller heading for mobile */
  }
  h2 {
    font-size: 24px;
  }
  .title {
    font-size: 36px; /* Main section title smaller */
  }
  /* Header & Navigation */
  header .top-header {
    display: none; /* Hide top header on small screens */
  }
  header .navbar .nav-link {
    padding: 0.5rem 0.5rem; /* Smaller padding for nav links */
  }
  header .navbar .contact-btn {
    display: none; /* Hide large button on small screens */
  }
  /* Landing Slider */
  .landing-slider {
    min-height: 50vh;
  }
  .landing-slider .page-video {
    min-height: 50vh;
  }
  .landing-slider .landing-banner-content {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    left: 5%;
    text-align: center;
  }
  .landing-slider .landing-banner-content .title {
    font-size: 2.5rem; /* Large banner title smaller */
    margin-bottom: 20px;
  }
  .landing-slider .stats-cards {
    display: none; /* Hide stat cards on phones */
  }
  /* Tick List */
  ul.tick.two-column {
    -moz-column-count: 1;
         column-count: 1; /* One column on phones */
  }
  ul.tick li::before {
    left: -15px; /* Adjust tick icon position */
  }
  /* Footer */
  .top-footer .subscribe {
    padding: 30px 10px;
  }
  .top-footer .subscribe .subscription {
    width: 100%;
  }
  footer .the-footer .row .col-md-3:nth-child(2) .footer-item {
    padding-left: 15px; /* Remove extra left padding */
  }
  footer .copyright .width-80 {
    flex-direction: column;
    text-align: center;
  }
  footer .copyright .links ul {
    display: block;
    margin-top: 10px;
  }
  footer .copyright .links ul li {
    padding: 5px 0; /* Stack links vertically */
  }
  /* Sections */
  .mandate,
  .about,
  .functions,
  .structure,
  .events,
  .downlaods {
    padding: 30px 0; /* Less vertical padding for sections */
  }
  .top-banner {
    height: 250px; /* Shorter banner */
  }
  .top-banner .page-titles {
    top: 50%;
  }
  .sectors {
    padding: 40px 0;
    border-radius: 20px;
  }
  .sectors .stick-side {
    position: static; /* Remove sticky side content */
    padding-right: 0;
    margin-bottom: 30px;
  }
  .sectors .titlee {
    font-size: 32px;
  }
  .infrastructure .directions,
  .background .directions,
  .home-news .directions {
    position: static; /* Move carousel navigation back to flow */
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .infrastructure .titles,
  .background .titles,
  .home-news .titles {
    width: 100%; /* Full width for titles */
  }
  .infrastructure .card,
  .background .card {
    height: 35vh; /* Shorter cards */
    margin-bottom: 20px;
  }
  .home-news .card .img-wrapper {
    height: 25vh; /* Shorter news images */
  }
  .resources-section .carsd {
    width: 100%; /* Full width for cards */
    margin-bottom: 20px;
  }
  .left-tabs .nav .nav-link {
    font-size: 1rem;
    padding: 15px 10px;
  }
  .tab-menu .nav-item .nav-link {
    padding: 10px 15px;
  }
  .filters .custom-select {
    min-width: unset;
    margin-top: 10px; /* Add space between search and select */
  }
  /* Operate Section */
  .operate {
    padding-bottom: 3rem;
  }
  .operate .page-titles h1 {
    font-size: 30px;
  }
  .operate .tab .nav-link {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
  .operate .tabcontent .img-wrapper img {
    /* Remove border radius on one side for full width display */
    border-radius: 1rem 1rem 0 0;
  }
  .operate .tabcontent .content {
    padding: 15px;
  }
  .operate .tabcontent .title {
    font-size: 28px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .width-90 {
    width: 90%;
  }
  .width-80 {
    width: 90%;
  }
  h1 {
    font-size: 36px;
  }
  .title {
    font-size: 40px;
  }
  /* Landing Slider */
  .landing-slider .landing-banner-content {
    width: 90%;
    left: 5%;
  }
  .landing-slider .stats-cards {
    display: none; /* Still hide on small tablets in portrait */
  }
  /* Header */
  header .top-header .list-align li {
    padding: 5px 10px; /* Reduce padding for top links */
  }
  /* Footer */
  footer .copyright .width-80 {
    flex-direction: column;
    text-align: center;
  }
  /* Sectors */
  .sectors .stick-side {
    position: static;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .infrastructure .directions {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 10px;
  }
  .infrastructure .titles,
  .background .titles,
  .home-news .titles {
    width: 100%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .width-80 {
    width: 85%;
  }
  /* Header */
  header .top-header .list-align li {
    padding: 5px 15px; /* Moderate padding */
  }
  /* Landing Slider */
  .landing-slider .stats-cards {
    left: 50%; /* Center the cards more on smaller desktop */
    bottom: 50px;
  }
  .landing-slider .landing-banner-content .title {
    font-size: 3.5rem;
  }
  /* Sectors */
  .sectors .stick-side {
    padding-right: 15px; /* Restore some padding */
  }
  .infrastructure .directions {
    left: 70%; /* Adjust carousel nav position */
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Main adjustments focus on restoring original layout intentions */
  .width-80 {
    width: 80%;
  }
  .landing-slider .stats-cards {
    left: 60%; /* Position stat cards */
  }
  .infrastructure .directions {
    left: 60%; /* Adjust carousel nav position */
  }
  .infrastructure .titles,
  .background .titles,
  .home-news .titles {
    width: 900px; /* Slightly reduced width for titles on smaller desktops */
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* This range generally uses the base styles, but we can fine-tune titles */
@media only screen and (min-width: 1200px) {
  .landing-slider .stats-cards {
    left: 65%; /* Back to the original positioning */
  }
}/*# sourceMappingURL=responsiveness.css.map */