@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .header_section .lang-switcher {
    top: 14px;
    right: 65px;
  }

  .hero_area {
    min-height: auto;
  }

  .hero_area::before {
    width: 100%;
  }

  .slider_section .slider_form {
    width: 100%;
    max-width: 550px;
    margin-top: 45px;
    margin-bottom: 75px;
  }

  .slider_section .carousel-indicators {
    left: 0;
    justify-content: center;
  }

  .news_section .news_container {
    flex-direction: column;
  }

  .news_section .news_container .box:nth-child(2) {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .contact_section .contact_form {
    padding: 25px 15px;
    margin: 0 auto;
    max-width: 475px;
  }

  .why_section .why_container {
    padding: 0;
  }

  .info_section .box {
    width: 100%;
  }

  .footer_section p {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .about_section .detail-box {
    padding: 0;
    margin-bottom: 45px;
  }

  .about_section .detail-box::before {
    right: -5px;
  }

  .about_section .img-box {
    padding: 45px 0;
  }

  .service_section .service_container .box:nth-child(2) {
    margin: 45px 0;
  }

  .service_section .service_container {
    flex-direction: column;
  }

  .contact_section .img-box {
    padding-left: 25px;
    margin-top: 35px;
  }

  .app_section .detail-box {
    margin-bottom: 35px;
  }

  .info_section .info_links ul {
    flex-direction: column;
    align-items: center;
  }


}

@media (max-width: 576px) {
  .news_section .news_container {
    padding: 0;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .why_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why_section .box .img-box {
    margin: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 360px) {
  .app_section .detail-box .btn-box {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Quick Call Banner Responsive */
@media (max-width: 479px) {
  .quick_call_section {
    padding: 5px 0;
  }
  
  .call-banner {
    flex-direction: row;
    gap: 4px;
    font-size: 10px;
  }
  
  .phone-icon {
    font-size: 22px !important;
    width: 34px !important;
    height: 34px !important;
  }
  
  .call-number {
    font-size: 24px !important;
    letter-spacing: 1px !important;
  }
  
  .call-text {
    font-size: 9px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .quick_call_section {
    padding: 6px 0;
  }
  
  .call-banner {
    flex-direction: row;
    gap: 6px;
    font-size: 10px;
  }
  
  .phone-icon {
    font-size: 28px !important;
    width: 40px !important;
    height: 40px !important;
  }
  
  .call-number {
    font-size: 32px !important;
    letter-spacing: 2px !important;
  }
  
  .call-text {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .quick_call_section {
    padding: 8px 0;
  }
  
  .phone-icon {
    font-size: 36px !important;
  }
  
  .call-number {
    font-size: 44px !important;
  }
  
  .call-text {
    font-size: 14px !important;
  }
}