@charset "ISO-8859-1";

/* ===== MOBILE NAVIGATION ===== */
@media only screen and (max-width: 768px) {
  #hamNav label {
    display: inline-block;
    float: right;
    color: brown;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
  }

  #hamItems {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background: #f1f1f1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  #hamNav input:checked ~ #hamItems {
    display: flex;
    height: auto;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
  }

  #company,
  #services,
  #technology,
  #careers,
  #contact {
    position: relative;
  }

  #company::after,
  #services::after,
  #technology::after,
  #resources::after {
    content: "\002B";
    color: brown;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 20px;
    transform: translateY(-50%);
  }

  #company.active::after,
  #services.active::after,
  #technology.active::after,
  #resources.active::after {
    content: "\2212";
  }

  #nav li ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  #hamItems li {
    border: 0.2px solid lightgray;
    height: 2.5em;
    padding: 0.1em;
  }

  #hamItems li {
    width: 100%;
  }

  #hamItems li span {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: left;
  }

  .header {
    height: auto;
    min-height: 60px;
  }

  .header .inline.bloderClass {
    padding: 10px 15px;
  }

  .header .inline.bloderClass img {
    height: 35px;
  }

  .category-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 20px auto;
  }

  .category-col {
    max-width: 100%;
    width: 100%;
  }

  .category-col img {
    height: 180px;
  }

  .swiper-container {
    height: 300px;
  }

  .page-layout-3col {
    grid-template-columns: 1fr;
  }

  .page-left-sidebar {
    position: static;
    max-height: none;
    width: 100%;
  }

  .news-sidebar {
    width: 100%;
  }

  .footer-container {
    flex-wrap: wrap;
    text-align: center;
  }

  .footer {
    width: 50%;
    margin-bottom: 30px;
    min-width: 50%;
  }

  .footer h4 {
    border-bottom: 2px solid white;
    padding-bottom: 8px;
  }

  .footer h4::before {
    display: none;
  }

  .career {
    width: 100%;
  }

  .float-container {
    padding: 0 15px;
  }

  .main {
    padding: 15px;
  }

  .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .right {
    width: 100%;
  }
}

@media only screen and (max-width: 555px) {
  .footer {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 424px) {
  .footer {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .footer {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .category-col {
    max-width: 280px;
  }

  .swiper-container {
    height: 400px;
  }

  .footer-container {
    padding: 30px 40px;
  }
}
