/* Responsive Styles */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Large devices (desktops, 992px to 1199px) */
@media (max-width: 1199px) {
  .slider-content .text {
    font-size: 36px;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (max-width: 991px) {
  /* Navbar */
  .navbar-toggler {
    background-color: white;
    margin-right: 15px;
  }
  
  .navbar-collapse {
    background: linear-gradient(to right, #1a3c5e, #2c5681);
    padding: 20px;
    border-radius: 8px;
  }

  .nav-item {
    margin: 8px 0;
  }

  .location {
    margin-top: 10px;
  }

  /* Slider */
  .slider-content .text {
    font-size: 32px;
  }

  /* About Section */
  .about-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-images img {
    margin-bottom: 20px;
  }

  /* Latest News */
  .news-content {
    padding: 20px 0;
  }

  /* Career Section */
  .job-card {
    margin-bottom: 20px;
  }

  /* Maps Section */
  .maps-wrapper {
    margin-bottom: 30px;
  }

  /* Footer */
  .footer .text-lg-end {
    text-align: left !important;
    margin-top: 30px;
  }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (max-width: 767px) {
  /* General */
  .section-title h2 {
    font-size: 32px;
  }

  /* Slider */
  .slider-content .text {
    font-size: 28px;
  }

  .btn1 {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* About Section */
  .about-content p,
  .about-content ul li {
    font-size: 16px;
  }

  /* Latest News */
  .news-img img {
    height: 300px;
  }

  .news-content {
    text-align: center;
  }

  /* Career Section */
  .career-header h1 {
    font-size: 28px;
  }

  /* Maps Section */
  .maps-wrapper iframe {
    height: 350px;
  }

  .contact-info .icon {
    font-size: 24px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  /* Navbar */
  .logo {
    max-width: 120px;
  }

  /* Slider */
  .slider-content .text {
    font-size: 24px;
  }

  /* About Section */
  .about-content .btn {
    width: 100%;
  }

  /* Latest News */
  .news-img img {
    height: 250px;
  }

  /* Career Section */
  .career-header {
    padding: 40px 20px;
  }

  .job-card {
    padding: 15px;
  }

  /* Maps Section */
  .maps-wrapper iframe {
    height: 300px;
  }

  .card-body {
    padding: 20px;
  }

  /* Footer */
  .footer {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 20px;
  }

  .footer .text-lg-end {
    text-align: center !important;
  }
}