@media (min-width:1600px) {
    .text-center-lg {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .nav-list-items {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .bottom-box-slice-div1-btns {
        grid-template-columns: repeat(2, 1fr);

    }

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

    .content {
        height: 460px;
    }

    .overlay {
        top: 175px;
        height: 300px;
    }

    .overlay h1 {
        margin-top: 130px;
        font-size: 42px !important;
    }

    .overlay-top::before {
        width: calc(50% - 80px);
    }

    .overlay-top::after {
        width: calc(50% - 80px);
    }

    .overlay-triangle {
        width: 170px;
        top: 200px;
    }

    .overlay-triangle::before {
        width: 95%;
        top: -2px;
        left: -36px;
        transform: rotate(60deg);
    }

    .overlay-triangle::after {
        width: 95%;
        top: -3px;
        transform: rotate(120deg);
        right: -36px;
        border-radius: 0 2px 0 3px;
    }

    .desktop-header {
        display: flex;
        color: white;
        text-align: center;
        padding: 15px 30px;
        font-size: 18px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 2;
        position: relative;
        height: 100px;
    }

    .mobile-header {
        display: none;
    }

    .overlay {
        top: 292px;
        height: 390px;
        transform: translate(-50%, -41%);
    }

    .middle-title {
        font-size: 36px;
    }

    .sidebar.open {
        display: none !important;
    }

    .overlay h1 {
        font-size: 72px !important;
    }

    .submenu-div {
        display: block;
    }

    .action-bar {
        display: flex;
        justify-content: center;
    }

    .allyant-accessibility {
        top: -90px !important;
    }

    .badge {
        width: 150px !important;
        height: 150px !important;
    }
}

/* 4 columns on large screens */
@media (min-width: 768px) {

    .bottom-box-slice-details {
        text-align: left !important;
        margin: 0;
    }

    .bottom-btn-container-slice {
        flex-direction: row !important;
    }

    .bottom-contact-div {
        flex-direction: row;
    }

    .first-contact {
        flex: 1;
    }

    .second-management {
        flex: 2;
    }

    .bottom-box-slice-div1-btns {
        justify-items: start;
        align-items: start;
    }

    .bottom-box-slice-div2-btns {
        align-items: start;
    }

    .bottom-box {
        /* min-height: 200px; */
        padding: 30px;
        min-width: 250px;
        min-height: 250px;
    }

    .bottom-box-full {
        /* min-height: 200px; */
        padding: 30px;
    }

    .bottom-box-details {
        text-align: left;
    }

    .text-center {
        text-align: center !important;
    }

    .flex {
        justify-content: center;
    }

    .bottom-box-details,
    .bottom-box-details-4,
    .bottom-box-details p,
    .bottom-box-details a {
        font-size: 16px;
        font-weight: 300;
    }

    .bottom-box-title {
        font-size: 24px;
    }

    .bottom-btn-container-slice-div2 {
        margin-left: 50px;
        display: grid;
        align-content: center;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .row {
        flex-direction: row;
        gap: 60px;
    }
}

/* 1 column on small screens */
@media (max-width: 767px) {
    .bottom-container {
        grid-template-columns: 1fr;
    }

    .bottom-box-full {
        grid-column: span 1;
    }

    .bottom-box-parking {
        grid-column: span 1;
        flex-direction: column;
    }
}

/* Media Queries for Footer Navigation */
@media (min-width: 575px) and (max-width: 769px) {
    .footer-navigation {
        grid-template-columns: 1fr;
        /* 1 column for screens between 575px and 769px */
    }
}

@media (min-width: 770px) and (max-width: 992px) {
    .footer-navigation {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for screens between 770px and 992px */
    }
}

@media (min-width: 993px) {

    .footer-navigation {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        /* Social takes 1.5x space, others take 1x */
        gap: 30px;
        align-items: start;
        /* Align all items at the top */
    }

    .bottom-box-btn {
        font-size: 16px;
        /* max-width: 150px;
        min-width: 150px; */
    }
}

@media (min-width: 575px) {

    .nav-first,
    .nav-sec,
    .nav-third {
        display: flex;
        flex-direction: column;
        align-items: start;
        /* Show on larger screens */
    }

    .bottom-btn-container:has(.bottom-box-btn:nth-child(2):last-child) {
        flex-direction: row;
        align-items: stretch;
        gap: 20px;
    }
}

@media (min-width: 996px) {

    .social-icons,
    .design-icons {
        gap: 10px;
    }

    .footer-info {
        width: 70%;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-info ul {
        flex-direction: row;
        /* Keep items in a row for larger screens */
    }

    .allyant-accessibility {
        right: -30%;
        top: -60px;
    }

    .badge {
        width: 120px;
        height: 120px;
    }

    .desktop-cc {
        display: block !important;
    }

    .mobile-cc {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .management-div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    .management-div .text-left {
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
    }
    
    .management-div .text-left p {
      text-align: center;
    }
  }

  @media (max-width: 899px) {
    .management-div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    .management-div .text-left {
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
    }
    
    .management-div .text-left p {
      text-align: center;
    }
  }
  @media (max-width: 1024px) {
    .management-div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    .management-div .text-left {
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
    }
    
    .management-div .text-left p {
      text-align: center;
    }
  }

  

  