/* =========================================================
   RESPONSIVE STYLESHEET - INDEX PAGE (index.html)
   ========================================================= */

/* Laptops / Small Desktops (< 1200px) */
@media (max-width: 1199px) {
  .welcome-title h1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .consulate-navbar .nav-link {
    font-size: 14px;
    padding: 10px 8px !important;
  }
}

/* Tablets (< 992px) */
@media (max-width: 991px) {
  :root {
    --navbar-height: 76px;
  }

  .consulate-navbar .container-fluid {
    min-height: var(--navbar-height);
  }

  .navbar-collapse {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    border-top: 3px solid #d4af37;
  }

  .consulate-navbar .navbar-nav {
    align-items: stretch;
    gap: 4px;
  }

  .consulate-navbar .nav-link {
    padding: 10px 14px !important;
    text-align: right;
    border-bottom: 1px solid #f1f5f9;
  }

  .nav-actions {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .welcome-title h1 {
    font-size: 28px;
    text-align: center !important;
  }

  .welcome-card {
    padding: 24px 20px;
  }

  .welcome-image img {
    max-height: 320px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
  }

  .leader-image {
    height: auto;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }

  .consul-general .row {
    text-align: center;
  }
}

/* Mobile Landscape (< 768px) */
@media (max-width: 767px) {
  .welcome-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .welcome-title h1 {
    font-size: 24px;
  }

  .section-title-center,
  .section-title {
    font-size: 24px;
  }

  .section-description {
    font-size: 14px;
  }

  .quick-link-card,
  .service-card {
    padding: 20px;
  }
}

/* Mobile Portrait (< 576px) */
@media (max-width: 575px) {
  .logo-img {
    width: 80px;
  }

  .welcome-title h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .welcome-card {
    padding: 18px 14px;
    font-size: 14px;
  }

  .welcome-card p {
    margin-bottom: 12px;
  }

  .nav-actions .btn {
    width: 100%;
    text-align: center;
  }

  .leader-image {
    max-height: 280px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/* Very Small Mobile (< 380px) */
@media (max-width: 379px) {
  .welcome-title h1 {
    font-size: 18px;
  }

  .section-title-center {
    font-size: 20px;
  }

  .logo-img {
    width: 80px;
  }
}
