/* ABAM Responsive Stylesheet */

/* Mobile Navigation */
@media only screen and (max-width: 768px) {
  .langli {
    display: initial;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: start;
    align-items: start;
  }

  div#navbarNav {
    margin-top: 25px;
  }

  .navbar-nav {
    display: flex;
    gap: 15px;
    margin: 0;
    height: 100vh;
  }

  .bar2,
  .bar3 {
    top: 10px;
  }

  .bar4 {
    bottom: 6px;
  }

  .checkbox1:checked + label > .hamburger1 > .bar4 {
    width: 32px;
  }

  .checkbox1:checked + label > .hamburger1 > .bar1 {
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 32px;
  }

  .language-switcher {
    display: none;
  }
}

/* Hero Section Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem !important;
  }

  .hero-content h2 {
    font-size: 1.5rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .stats-container {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .stat-item {
    margin-bottom: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
}

/* Cards Responsive */
@media (max-width: 768px) {
  .qualification-card {
    padding: 1.5rem;
  }

  .step-card {
    padding: 1.5rem;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .steps-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Form Responsive */
@media (max-width: 768px) {
  .progress-container,
  .contatcard,
  .form-navigation {
    padding: 1rem;
  }

  .col-7,
  .col-5 {
    width: 100% !important;
    padding: 0 !important;
  }

  .progress-controls {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .progress-text {
    text-align: center;
    order: 1;
  }

  .navigation-buttons {
    order: 2;
    justify-content: space-between;
    width: 100%;
  }

  .btn-nav {
    flex: 1;
    max-width: 45%;
  }

  .step {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .step-label {
    font-size: 0.7rem;
  }

  .progress-steps {
    justify-content: center;
    gap: 0.5rem;
  }

  .step-container {
    flex: none;
    min-width: 60px;
  }
}

/* File Upload Responsive */
@media (max-width: 768px) {
  .file-upload-container {
    padding: 1rem 0.5rem;
    font-size: 0.85rem;
    margin-top: 0.3rem;
  }

  .file-upload-container p {
    font-size: 0.85rem;
  }

  .upload-info {
    font-size: 0.75rem !important;
  }
}

/* CTA Section Responsive */
@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 2rem;
  }

  .cta-content p {
    font-size: 1.1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-main,
  .btn-outline {
    width: 100%;
    max-width: 300px;
  }
}

/* Toggle Buttons Responsive */
@media (max-width: 768px) {
  .toggle-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

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

/* Sectors Grid Responsive */
@media (max-width: 768px) {
  .sectors-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
  }

  .sector-item {
    padding: 0.75rem;
  }

  .sector-item i {
    font-size: 1.2rem;
  }
}

/* Requirements List Responsive */
@media (max-width: 768px) {
  .requirements-list li {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .requirement-number {
    align-self: center;
  }
}

/* Contact Header Responsive */
@media (max-width: 768px) {
  .contact-header .image {
    height: 150px;
  }
}

/* Footer Responsive */
@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }

  .footer .row {
    text-align: center;
  }

  .footer .col-md-3,
  .footer .col-md-6 {
    margin-bottom: 1.5rem;
  }

  .social-icons {
    justify-content: center;
    margin-top: 1rem;
  }
}

/* Section Padding Responsive */
@media (max-width: 768px) {
  .qualification-section,
  .process-section,
  .cta-section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1.1rem;
  }
}

/* Very Small Screens */
@media (max-width: 480px) {
  body {
    padding-top: 85px;
  }

  .hero-content h1 {
    font-size: 1.5rem !important;
  }

  .hero-content h2 {
    font-size: 1.2rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .qualification-card h3 {
    font-size: 1.3rem;
  }

  .step-title {
    font-size: 1.1rem;
  }

  .cta-content h2 {
    font-size: 1.5rem;
  }

  .btn-main,
  .btn-outline {
    padding: 12px 20px;
    font-size: 1rem;
  }

  .stats-container {
    padding: 1rem;
    margin-top: 1.5rem;
  }

  .stat-item {
    margin-bottom: 1rem;
    padding: 0.5rem;
  }

  .stat-number {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .stat-label {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

/* Tablet Specific */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .qualification-card {
    padding: 2rem;
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steps-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Large Screens */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .hero-content h1 {
    font-size: 3.5rem;
  }

  .qualification-card {
    padding: 3rem;
  }

  .steps-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
