@media (max-width: 991px) {
  #about .about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  #about .section-title,
  #about .section-text {
    text-align: center;
  }
  #about .section-text {
    max-width: 800px;
    margin: auto;
  }
  .about-slider {
    min-height: 0;
  }
  #hours .hours-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hours-panel {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 80px 0;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 2.2rem;
  }
  .hero-content h1 {
    font-size: 3.4rem;
  }
  .nav-link {
    margin-left: 0;
    padding: 12px 0;
  }
  .navbar-brand img {
    width: 130px;
    height: 55px;
    object-fit: fill;
    display: block;
  }
  .custom-navbar {
    background: rgba(0, 0, 0, 1);
  }
  #team .border,
  #reviews .border {
    padding: 25px !important;
  }
  .hours-heading {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .hours-map {
    height: 320px;
  }
  #brands h4 {
    margin-bottom: 10px;
  }
  .about-slider-arrow {
    display: none;
  }
  .about-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }
  .about-slider::-webkit-scrollbar {
    display: none;
  }
  .about-slider-track {
    transform: none !important;
    transition: none;
  }
  .about-slide {
    scroll-snap-align: center;
  }
  .footer {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2.8rem;
  }
  .btn-book {
    padding: 14px 30px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .hours-panel {
    padding: 24px;
  }
  .hours-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .hours-map {
    height: 280px;
  }
  .hours-address {
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .brand-logo {
    width: 120px;
    height: 60px;
  }
}


@media(max-width:768px){
    .portfolio-slider{
        width:100%;
        max-width:300px;
        height:320px;
    }
    .portfolio-slider-arrow{
        display:none;
    }

}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;

    text-align: center;
  }

  .footer-links {
    flex-direction: column;

    gap: 12px;
  }
}

@media (max-width: 768px) {

    .footer {
        padding: 60px 0 30px;
    }
    .footer-grid {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }
    .footer-brand,
    .footer-column,
    .footer-booking {
        text-align: left;
        align-items: flex-start;
    }
    .footer-brand h3,
    .footer-column h4 {
        margin-bottom: 18px;
    }
    .footer-brand p {
        max-width: 100%;
        line-height: 1.8;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .footer-column ul {
        padding: 0;
        margin: 0;
    }
    .footer-column li {
        margin-bottom: 14px;
    }
    .footer-contact li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
    }
    .footer-contact i {
        width: 20px;
        margin-top: 3px;
        flex-shrink: 0;
        text-align: center;
    }
    .footer-contact a,
    .footer-contact span {
        line-height: 1.6;
    }
    .footer-button {
        width: 100%;
        justify-content: center;
        margin-top: 22px;
    }
    .footer-payment {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .footer-bottom{
        margin-top:45px;
        padding-top:25px;
        display:flex;
        flex-direction:column;
        gap:16px;
        text-align:center;
        align-items:center;
    }
    .footer-bottom p{
        margin:0;
        width:100%;
        text-align:center;
    }
    .footer-links{
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        gap:18px;
    }
    .footer-links a{
        display:inline-flex;
        width:auto;
        white-space:nowrap;
        flex:0 0 auto;
    }
}