@media only screen and (max-width: 767px) {

    .swiper-banner-two-wrapper .swiper-wrapper .swiper-slide>div {
        height: 41vh;
    }

    .why-choose {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        margin-right: 0;
        margin-top: 5rem;
    }

    .why-choose-left,
    .why-choose-rigth {
        position: static;
        transform: none;
        margin: 0;
    }

    .why-choose .item1,
    .why-choose .item2,
    .why-choose .item3,
    .why-choose-rigth .item1,
    .why-choose-rigth .item2,
    .why-choose-rigth .item3 {
        width: 35vh;
        height: 35vh;
        transform: none;
        margin: 0 auto;
    }

    .why-choose .item2,
    .why-choose-rigth .item2 {
        top: 0;
        position: relative;
    }

    .why-choose .item3,
    .why-choose-rigth .item3 {
        bottom: 0;
        position: relative;
    }

    .item-content {
        max-width: 63%;
        font-size: 18px;
        position: relative;
        font-weight: 600;
        top: 50%;
        left: 0;
        transform: translate(27%, -61%);
        color: white;
        text-align: center;
        margin: 0;
        line-height: 1;
    }

    .why-choose-img {
        margin-top: 2rem;
        text-align: center;
    }

    .why-choose-img img {
        width: 90%;
        height: auto;
        object-fit: cover;
        transform: none;
    }

    .prestig1 h3 {
        text-align: center;
        line-height: 1;
        padding: 3rem;
        font-size: 3rem;
        color: var(--color-white);
    }

    .title-style-three-center h1 {
        color: #AFAFAF;
        line-height: normal;
        margin-top: 3rem;
        font-size: 3rem;
    }

    .head1 {
        font-size: 4.5rem;
        line-height: 1;
        font-weight: 700;
        position: relative;
        margin-top: 16rem;
    }

    .marque-2 .text-split-wrap-about .title {
        font-size: 34px;
    }

    .rts-marquree-area-start-bottom .text-split-wrap-about .title {
        font-size: 34px;
    }

    .text-split-span .dot {
        background-color: var(--color-primary);
        height: 8px;
        width: 8px;
        position: absolute;
        bottom: 7px;
        right: -9px;
        border-radius: 50%;
    }
    .bolds {
        font-weight: 600;
    }
    .inner-head h5,
    span {
        position: relative;
        z-index: 2;
        font-weight: 600;
    }

    .shape {
        z-index: 1;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper {
        left: 20px;
        top: 85%;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title {
        font-size: 35px;
        line-height: 26px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title span {
        font-size: 36px;
        line-height: 30px;
    }
    .index-youtube {
        width: 100%;
        height: 25vh;
      }
      .showcase-images-area-main-wrapper .img-hover-area .rts-img-hover img {
        transition: 0.8s;
        height: 70vh;
        transform: scale(0.7);
        object-fit: cover;
      }
      .dot {
        bottom: 11px;
      }
      .headp {
        font-size: 1.4rem; 
    }
    .title-style-three-center p {
        font-size: 13px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .why-choose-mobile {
      padding: 20px 0;
    }
    
    .mobile-item {
      background-color: #333333;
      border-radius: 10px;
      padding: 20px;
      margin: 10px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .mobile-item .item-content {
        top: 0;
        left: 0;
        transform: none;
        font-size: 22px;
        color: white;
    }
    .why-choose-img-mobile {
      text-align: center;
      margin: 30px 0;
    }
    
    .why-choose-img-mobile img {
        max-width: 100%;
      margin: 0 auto;
    }
  }