@media only screen and (max-width: 1400px) {
  header.width-90 {
    width: 95%;
  }
  header .navbar .navbar-brand img {
    max-width: 200px;
  }
  header .navbar .nav-link {
    padding: 0.75rem 0.9rem;
  }
  header .navbar .nav-item {
    padding: 0px 8px;
  }
  .landing-slider .stats-cards .stat-card .stat-number {
    font-size: 1.8rem;
  }
  .landing-slider .stats-cards .stat-card {
    padding: 10px;
  }
  .landing-slider .stats-cards {
    left: 70%;
  }
  .landing-slider .stats-cards {
    gap: 10px;
  }
  .landing-slider .landing-banner-content .title {
    font-size: 2.5rem;
  }
  header .navbar .contact-btn {
    padding: 0.5rem 0.8rem;
  }
  header .navbar .nav-item {
    padding: 0px 0px;
  }
  .sectors .card .ctas .btn {
    padding: 5px 15px;
    font-size: 12px;
  }
  .mandate .title {
    font-size: 30px;
  }
  .sectors .titlee {
    font-size: 30px;
  }
  .infrastructure .titles .title {
    font-size: 30px;
  }
  .operate .page-titles h1 {
    font-size: 30px;
    padding-bottom: 0px !important;
  }
  .operate .tabcontent .title {
    font-size: 30px;
  }
  .title {
    font-size: 30px;
  }
  .home-news .card .card-body .card-title {
    font-size: 1rem;
  }
  .resources-section .title {
    font-size: 30px;
  }
  .top-footer .subscribe .subscription .title {
    font-size: 35px;
  }
  .title {
    font-size: 30px;
  }
  .directions .carousel-nav button {
    padding: 5px 10px;
    font-size: 1rem;
  }
  .background-about-bx .title {
    font-size: 30px;
  }
  .titles {
    margin-bottom: 30px;
  }
  .timeline-section .timeline-swiper .swiper-slide .timeline-number {
    font-size: 30px;
  }
  h1 {
    font-size: 35px;
  }
  .all-events .card .content {
    padding: 30px 0px;
  }
}
/* 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: 30px; /* 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 .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 */
  }
  .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 */
  }
  .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 .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 .title {
    font-size: 22px;
  }
}
/* 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%;
  }
  header .navbar .navbar-brand img {
    max-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .search-icon {
    position: absolute;
    top: 26px;
    right: 90px;
  }
  .offcanvas .search-block-form .js-form-item.js-form-type-search.form-type-search {
    width: 100%;
  }
  .offcanvas .search-block-form .form-search {
    width: 100% !important;
  }
  .offcanvas .search-block-form .form-submit {
    margin-top: 0px !important;
  }
  .landing-slider {
    min-height: 50vh !important;
  }
  .landing-slider .jarallax {
    min-height: 50vh !important;
  }
  .landing-slider .page-video {
    min-height: 50vh !important;
  }
  header #search-block-form {
    padding: 20px 15px 0px 15px;
  }
  p {
    font-size: 0.9rem;
  }
  header .navbar .navbar-brand {
    position: relative;
  }
  header .navbar .navbar-brand img {
    max-width: 150px;
  }
  .landing-slider .landing-banner-content .title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .landing-slider .landing-banner-content .btn {
    border-radius: 20px;
    padding: 0.3rem 2em;
    font-size: 14px;
  }
  .mandate .content {
    padding-top: 30px;
  }
  .mandate .content .title {
    font-size: 30px;
  }
  .btn.right-arrow {
    border-radius: 30px;
    padding: 0.3rem 1.5rem;
  }
  .sectors {
    padding: 70px 10px;
  }
  h3 {
    font-size: 1.3rem;
  }
  .infrastructure .titles .title {
    font-size: 30px;
  }
  .infrastructure .titles {
    margin-bottom: 20px;
  }
  .infrastructure .directions .btn {
    margin-right: 20px;
    border: none;
    background: rgba(86, 86, 86, 0.1);
  }
  .directions .carousel-nav button {
    padding: 0px 10px;
  }
  .operate .tabcontent .tab-content .content {
    padding: 15px;
  }
  .resources-section .title {
    font-size: 30px;
  }
  .resources-section .directions {
    right: 6%;
    top: 70px;
  }
  .home-news {
    padding: 50px 0px 20px 0px;
  }
  .home-news .titles {
    margin-bottom: 20px;
  }
  .home-news .title {
    font-size: 30px;
    display: block;
  }
  .home-news .directions .btn {
    margin-right: 20px;
    border: none;
    background: rgba(86, 86, 86, 0.1);
  }
  .resources-section .card .img-wrapper .cats {
    bottom: 5px;
    font-size: 16px;
  }
  .timeline-section .timeline-swiper {
    padding: 20px 0 60px 0px !important;
  }
  .background-about-bx {
    padding: 50px 0px 10px 0px;
  }
  .top-banner .page-titles {
    width: 100%;
  }
  .top-banner .page-titles ul li {
    padding: 5px 10px;
    font-size: 12px;
  }
  .background-about-bx .title {
    font-size: 30px;
  }
  .team {
    padding: 40px 0px 20px 0px;
  }
  .team .content {
    margin: auto;
  }
  .functions .img-wrapper {
    width: 100%;
  }
  .directories {
    border-radius: 30px;
  }
  .top-footer .subscribe .subscription .title {
    font-size: 30px;
    color: #fff;
  }
  .top-footer .img-wrapper {
    margin-top: 50px;
  }
  footer .the-footer {
    padding: 50px 20px 10px 20px;
  }
  footer .the-footer .row .col-md-3:nth-child(2) .footer-item {
    padding-left: 0px;
  }
  footer .copyright .links ul {
    width: 100%;
    justify-content: space-around;
  }
  footer .copyright .links ul li {
    font-size: 14px;
  }
  .left-tabs {
    padding: 0px 10px;
  }
  .center-titles.py-5 {
    padding-bottom: 10px !important;
  }
  .top-footer .simplenews-subscriber-form input[type=submit].form-control {
    font-size: 11px;
  }
  .sectors .sticky-side {
    padding-bottom: 20px;
  }
  .sectors .card .ctas .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .sectors .card .card-body {
    padding: 20px;
  }
  .background-about-bx {
    padding: 70px 0px 10px 0px;
  }
  .project-timeline {
    padding: 0px 0px;
  }
  .about .content .row {
    padding: 20px 0px !important;
  }
  .team {
    padding: 40px 0px 20px 0px !important;
  }
  .directories .tabcontent .tab-content ol, .directories .tabcontent .tab-content ul {
    padding-left: 20px !important;
  }
  .mandate, .about, .functions, .structure, .events, .downlaods {
    padding: 30px 10px !important;
  }
  .team .title {
    padding-bottom: 10px !important;
  }
  .directories {
    padding: 60px 0px !important;
  }
  .directories .tab .nav-item {
    border-bottom: 1px solid #b9b9b9;
  }
  .team .cad {
    margin-bottom: 20px;
  }
  .team .cad p {
    margin: 0;
    padding: 10px 0px 0px 0px;
  }
  .organisation-structure img {
    max-width: 100%;
    height: auto;
  }
  .left-tabs .tab-content {
    padding: 25px 10px !important;
  }
  .left-tabs .tab-content .card {
    background: rgba(245, 245, 245, 0.7098039216);
  }
  .operate {
    padding: 50px 10px !important;
  }
  .operate .page-titles h1 {
    font-size: 24px;
  }
  .operate .tab .nav-item {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2588235294);
    line-height: 1;
  }
  .investment-projects .col-md-4 {
    padding-bottom: 20px;
  }
  .investment-projects .title {
    font-size: 30px;
    margin: 30px 0px 0px 0px;
  }
  .page-node-type-article .top-banner .page-titles {
    display: none;
  }
  .event-info {
    padding: 0px 0px 50px 0px;
  }
  .event-info .title {
    font-size: 24px;
  }
  .all-events .card .content .details ul {
    display: block;
  }
  .all-events .card .content .title {
    font-size: 20px;
  }
  .all-events .card .img-wrapper img {
    max-height: 35vh;
  }
  .field--name-field-tags ul.links li {
    margin: 4px 2px;
  }
  .event-info .sidebar-info {
    padding: 20px 30px 10px 30px;
  }
}
/* 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: 70%; /* 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: 70%; /* Back to the original positioning */
  }
}/*# sourceMappingURL=responsiveness.css.map */