/* 
  Responsive Media Queries
*/

/* Tablet (Large) */
@media (max-width: 991.98px) {
  .section-padding {
    padding: 70px 0;
  }
  
  header.section-padding {
    padding-top: 120px !important; 
    padding-bottom: 40px !important;
  }
  
  .section-title {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .section-subtitle {
    text-align: center;
  }
  
  .hero-section {
    padding: 120px 0 80px;
    text-align: center;
  }
  
  .hero-section h1 {
    font-size: 2.5rem;
  }
  
  .display-3 {
    font-size: 2.5rem;
  }

  .display-4 {
    font-size: 2.2rem;
  }
  
  .navbar-custom .navbar-nav {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    margin-top: 15px;
  }
  
  .navbar-custom .nav-link::before {
    display: none;
  }
}

/* Mobile (Medium) */
@media (max-width: 767.98px) {
  .section-padding {
    padding: 50px 0;
  }
  
  header.section-padding {
    padding-top: 100px !important; 
    padding-bottom: 30px !important;
  }

  .section-title {
    font-size: 1.8rem;
    text-align: center;
  }
  
  .section-subtitle {
    text-align: center;
  }
  
  .hero-section h1 {
    font-size: 2.2rem;
  }
  
  .display-3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 1.75rem;
  }

  .card-soft {
    padding: 1.5rem !important;
  }

  footer {
    padding: 50px 0 20px !important;
  }

  footer .col-lg-4, footer .col-lg-2, footer .col-lg-3 {
    margin-bottom: 30px !important;
  }

  footer .text-md-start, footer .text-md-end {
    text-align: center !important;
  }
}

/* Mobile (Small) */
@media (max-width: 575.98px) {
  .btn-custom {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .hero-section h1 {
    font-size: 1.8rem;
  }
  
  .fab-whatsapp {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
}
