
@media (max-width: 1600px) {

}
@media (max-width: 1440px) {
    .container{
        max-width: 1200px;
    }
    img.arrow-vector {
        left: -83px;
        top: 90px;
        width: 130px !important;
      }
      img.arrow-vector-2 {
        right: -80px;
        top: -255px;
        bottom: auto;
        width: 200px !important;
      }
}

@media (max-width: 1366px) {
    img.arrow-vector-2 {
        right: -100px;
    }
    .container{
        max-width: 1130px;
    }

    .form-control, .form-select {
        padding: 5px 10px;
        font-size: 14px;
    }

    form#banner_frm .col.col-capcha-text label {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
  
}

@media (max-width: 767px) {
    #about-youthville img {
    margin-top: 1em;
    margin-left: 10%; /* move image right */
  }
    p {
        text-align: unset;
    }
    section#facilities p {
    margin-top: 30px; /* add spacing above paragraph */
  }
  section#facilities img {
    width: 77%;
    position: relative;
    left: 10%;
    margin: 30px auto 20px; /* Top: 30px, Bottom: 20px */
  }
    .deckstop-v{
        display: none;
    }
    img.banner-vector {
        width: 100%;
        bottom: 10px;
    }
    img.banner-vector-2 {
        width: 100%;
        bottom: 35px;
        margin-left: 0;
    }

    #hero  .carousel-item .txt-block {
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 10px 0 15px;
    }
    #hero  .carousel-item .txt-block h2 {
        font-size: 22px;
        margin-right: 0;
    }
    #hero .carousel-item .txt-block span {
        font-size: 16px;
    }
    .header .logo img {
        max-height: 35px;
    }
    #hero .carousel-inner .carousel-item.slider-1 {
        background-image: url(../img/m1.jpg) !important;
    }

    #hero .carousel-inner .carousel-item.slider-2 {
        background-image: url(../img/m2.jpg) !important;
    }
    #hero .carousel-item {
        height: 73vh;
    }

    .section-title {
        font-size: 24px;
    }
    h3.sub-heading {
        font-size: 18px;
    }
    form#banner_frm {
        position: relative;
        width: 100%;
    }
    #about-youthville {
        height: 1240px;
    }
    section#facilities {
        padding-top: 7em;
    }
    .facilities-icons {
        height: 250px;
        padding: 18px 0 0;
    }
    
    ul.list-unstyled.locations-list {
        flex-direction: column;
    }
    ul.list-unstyled.locations-list li {
        width: 100%;
    }
.footer-logo {
  align-items: flex-start;
  position: relative;
}

.footer-img-main {
  width: 300px;
  margin-left: 30px;
}

.footer-img-sub {
  width: 120px;
  margin-left: 95px;
  margin-top: -90px;
  margin-bottom: 30px; /* ✅ Adds space below the second image */
}


    .footer {
        padding: 3em 0 3em;
    }
    .desktop-nav {
        display: none;
    }
    a.enq-btn.scrollto.mobile-nav.d-none {
        display: flex !important;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        display: block !important;
        color: #ffff;
        padding: 5px 0;
        left: 0;
        right: 0;
        border-radius: 0;
        text-align: center;
        margin-left: 0 !important;
    }
    #testimonials .swiper-slide img.w-100 {
        height: auto;
    }
    img.arrow-vector, img.arrow-vector-2{
        display: none;
      }
      section#life-at-youthville img.w-100 {
        height: 220px;
        object-fit: cover;
    }
}


@media (max-width: 575px) {
 
}
