@media only screen and (max-width: 1400px) {
  .footer-wrap__info {
    gap: 15vh;
  }
  .footer-icons {
    flex-direction: column;
  }
  .footer-icons div {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .menu-main li a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: 0.3s;
  }
  .header-logo {
    width: 200px;
  }
  .dropdown {
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-width: 120px;
  }
  .home-wrap {
    gap: 60px;
  }
  .white-button span,
  .apartments-container__info button span {
    margin-left: 40px;
  }
  .pricing-modal {
    min-width: unset;
  }
  .pricing-card {
    min-width: 190px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-main {
    display: flex;
    list-style-type: none;
    align-items: center;
    padding-left: 0;
    gap: max(2vw, 20px);
  }
  .header-social-icons {
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-social-icons ul {
    display: flex;
    gap: max(3vw, 30px);
    padding: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1100px) {
  .header-social-icons {
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-social-icons ul {
    display: flex;
    gap: max(3vw, 20px);
    padding: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 995px) {
  .home-wrap {
    grid-template-columns: 100%;
  }
  .menu-main li:not(.dropdown-resp) {
    text-align: center;
    width: 100%;
    height: 55px;
  }
  .menu-main li {
    width: 1100%;
  }
  .footer-contact {
    display: flex;
    align-items: center;
    width: 100%;
    gap: clamp(1rem, 8vw, 160px);
    justify-content: space-around;
  }
  .white-button,
  .apartments-container__info button {
    width: 100%;
    padding: 0 2rem;
  }
  .home-wrap__info {
    width: 95%;
  }
  .footer-icons {
    flex-direction: row !important;
  }
  .footer-icons div {
    flex: 1 0 auto;
    width: unset;
  }
  .cover-section h1 {
    line-height: 50px;
    font-size: clamp(37px, 4vw, 70px);
  }
  .apartments-container__info h1 {
    line-height: 41px;
    font-size: clamp(35px, 4vw, 70px);
  }
  .apartment-gallery-wrap img {
    width: 100%;
    flex-direction: column;
  }
  .cover-section h3,
  .cover-section h1 {
    margin-bottom: 15px;
  }
  .dropdown:hover ul {
    position: relative;
    width: 100%;
    display: none;
    top: 0;
  }
  .activeDropdown ul {
    position: relative;
    top: 0;
    background: white;
    display: flex;
    position: absolute;
    width: 100%;
    padding-left: clamp(0.3rem, 30px, 3vw);
    padding-right: clamp(0.3rem, 30px, 3vw);
    top: 100%;
    flex-direction: column;
    left: 0;
    padding: 0;
    gap: 0;
  }
  .activeDropdown {
    position: relative;
    display: flex !important;
    padding: 0;
    flex-direction: column;
    background: white;
    width: 100%;
    align-items: center;
    max-height: 100% !important;
    transition: 0.3s;
  }
  .activeDropdown li a {
    color: #c59a63;
    height: 55px  !important;
  }
  .pricing-card {
    min-width: 249px;
  }
  .pricing-modal {
    padding-top: 5rem;
  }
  .cover-section p {
    font-size: clamp(18px, 2vw, 24px);
    line-height: clamp(22px, 3vw, 40px);
  }
  .dropdown:hover {
    background: transparent;
  }
  .dropdown-resp span {
    gap: 1rem;
    margin-left: 2rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
  }
  .dropdown-resp span img {
    padding: 1rem;
    cursor: pointer;
    transition: 0.3s;
  }
  .active-arrow {
    transform: rotate(180deg);
    transform-origin: center;
  }
  img {
    outline: none;
    /* Remove focus outline */
    border: none;
    /* Ensure no border appears */
    -webkit-tap-highlight-color: transparent;
    /* Disable tap highlight on mobile */
  }
  img:focus,
  img:active {
    outline: none;
    /* Disable focus and active styling */
    background-color: transparent;
    /* Ensure no background on click */
  }
  .dropdown-resp {
    display: flex;
    flex-direction: column;
  }
  .dropdown-resp ul {
    max-height: 0;
    overflow: hidden;
  }
  .activeDropdown ul li {
    height: 55px !important;
    width: 100%;
  }
  .activeDropdown ul li a {
    width: 100%;
    display: flex;
    color: White;
    align-items: center;
    justify-content: center;
    height: 55px !important;
    text-align: center;
  }
  .apartment-gallery-wrap {
    gap: 0.5rem;
  }
  .apartments-container__info {
    gap: 50px;
  }
  .apartments-container__info p {
    font-size: 18px;
    line-height: unset;
    width: 100%;
  }
  .dashboard-wrap {
    margin-top: 15rem;
  }
  .sticky-menu {
    position: fixed !important;
    top: 0 !important;
  }
  .cover-section {
    min-height: calc(100vh - 178px);
    margin-top: 176px;
  }
  .footer-wrap iframe {
    min-width: unset;
  }
  .footer-wrap {
    grid-template-columns: 100%;
  }
  .footer-wrap__info {
    padding: 0px 30px 0px 30px;
    width: calc(100% - 60px);
    gap: 3rem;
  }
  .footer-icons {
    flex-direction: column;
    gap: 5rem;
  }
  .footer-icons div {
    gap: 45px;
  }
  .white-button span {
    margin-left: 0;
  }
  .home-wrap {
    gap: 41px;
  }
  .header-social-icons {
    display: none;
  }
  .menu {
    display: none;
  }
  .menu-responsive {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #0e163b;
    z-index: 100;
    position: fixed;
    top: 0;
    overflow: hidden;
    height: 100px;
    transition: 0.3s;
  }
  .menu-icon {
    position: absolute;
    top: 36px;
    right: 30px;
  }
  .menu-active {
    height: 100vh;
    background: #0e163b;
  }
  .menu-icon {
    cursor: pointer;
    height: 30px;
  }
  .swiper-info {
    margin-top: 101px;
    min-height: calc(100vh - 101px);
  }
  .swiper-info h1 {
    width: 95%;
    margin: 30px 0;
    line-height: 40px !important;
    font-size: clamp(30px, 3vw, 70px) !important;
  }
  .swiper-info h3 {
    font-size: 20px;
    width: 95%;
  }
  .swiper-info p {
    width: 95%;
    font-size: clamp(18px, 2vw, 24px);
    margin-bottom: 40px;
    line-height: clamp(22px, 3vw, 40px);
  }
  .reverse .home-wrap__main-img {
    order: 0;
  }
  .menu-responsive > .menu-main {
    position: relative;
    display: flex;
    top: 97px;
    z-index: 5;
    list-style-type: none;
    align-items: center;
    padding-left: 0;
    gap: max(2vw, 20px);
    flex-direction: column;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    height: calc(100% - 180px);
    max-height: calc(100vh-180px);
    justify-content: space-evenly;
  }
  .form-modal-subheader {
    line-height: 15px;
  }
  .reservation-container h4 {
    line-height: 30px;
  }
  .header-logo {
    max-width: 157px;
    width: 100%;
    height: 100%;
  }
  .indexSwiper {
    margin-top: 0px;
  }
  .swiper {
    min-height: 100vh;
  }
  .header-logo-link {
    position: absolute;
    height: 100px;
    left: 0;
    top: 0;
  }
  .reservation-container {
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-icons {
    flex-direction: column !important;
  }
  .cover-info {
    width: 95%;
  }
  .apartments-container {
    margin: 80px auto;
    gap: 80px;
  }
  .home-wrap h3 {
    font-size: 18px;
  }
  .white-button,
  .apartments-container__info button {
    height: 60px;
    margin-top: 10px;
  }
  .gallery-content {
    max-width: 100%;
  }
  .home-wrap__info {
    gap: 20px;
  }
  .apartments-container__images img {
    width: 100%;
    min-width: unset;
  }
  .apartment-gallery-wrap img {
    min-width: unset;
    width: 100%;
  }
  .apartment-gallery-container {
    width: 95%;
    margin: 80px auto;
  }
  .aktivnosti-container .apartments-container__info p {
    width: 100% !important;
  }
  .swiper-info button,
  .white-button,
  .apartments-container__info button {
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-contact {
    flex-direction: column ;
    width: 100%;
    justify-content: center;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .home-wrap__main-img {
    min-width: unset;
  }
  .footer-icons div button span {
    font-size: 20px;
  }
  .footer-icons div button {
    width: 100%;
    height: 64px;
    background: white;
    color: #c59a63;
    letter-spacing: 3px;
    position: relative;
    display: flex;
    font-size: 26px;
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
    transition: 0.3s;
    align-items: center;
    justify-content: space-evenly;
  }
  .column-input {
    flex-direction: column;
  }
  .column-input .form-group {
    max-width: unset !important;
  }
  .white-button span,
  .apartments-container__info button span {
    font-size: 20px !important;
    margin-left: 0px;
  }
  .apartments-container__info {
    gap: 30px !important;
  }
  .swiper-info button {
    width: 95%;
  }
  .cover-section button {
    width: 100%;
  }
  .apartments-container__info,
  .cover-info {
    width: 95%;
  }
  .apartments-container__info p {
    width: 100%;
  }
}
