@media only screen and (max-width: 1660px) {
  #primary-menu {
    gap: 15px;
  }
  .main-navigation .menu-item a {
    font-size: 14px;
  }
  .call-to-action-btn {
    margin-right: 1rem !important;
    padding: 10px 15px !important;
    font-size: 13px;
  }
  .header-weather {
    padding: 8px 15px !important;
    font-size: 13px;
  }
  .header-weather .weather-info span {
    font-size: 13px !important;
  }
  .col-actions > div.gap-4 {
    gap: 1rem !important;
  }
  .container-fluid.px-4.px-lg-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 1360px) {
  #primary-menu {
    gap: 10px;
  }
  .main-navigation .menu-item a {
    font-size: 13px;
  }
  .site-logo img {
    max-height: 40px !important;
  }
  .call-to-action-btn {
    padding: 8px 12px !important;
    font-size: 12px;
    margin-right: 0.5rem !important;
  }
  .header-weather {
    padding: 6px 10px !important;
  }
  .weather-icon img {
    width: 24px !important;
    margin-right: 0.5rem !important;
  }
  .lang-switcher {
    gap: 0.25rem !important;
  }
  .lang-switcher-text {
    font-size: 12px !important;
  }
  .header-weather .weather-info span {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1260px) {
}

@media only screen and (max-width: 1160px) {
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 850px) {
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 650px) {
}

@media only screen and (max-width: 450px) {
}
@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}
