.embla {
    overflow: hidden;
}

.embla__container {
    display: flex;
}

.embla__slide {
    flex: 0 0 100%;
    min-width: 0;
}

.d{
    font-family: 'Unbounded';
}

.background-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-main{
    background-color: #ffcb15 !important;
}

.color-main{
    color: #ffcb15 !important;
}

.border-color-main{
    border-color: #ffcb15 !important;
}

.no-scrollbar {
    scrollbar-width: none;
}

.vl {
    border-top: 2px solid #4B515D;
    height: max-content;
  }

.cal-pd {
    padding-left: 0px;
    padding-right: 0px;
}

.bank-img{
    width: 200px;
    height: 70px;
}

.apply-button{
    padding: 10px 30px;
    min-width: max-content;
}

.banner-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;
    width: 100%;
  }

.banner-background.banner1 {
    background-image: url('/assets/images/web/home/banner_1_m.jpeg');
}

.banner-background.banner2 {
    background-image: url('/assets/images/web/home/banner_2_m.jpeg');
}

.banner-background.banner3 {
    background-image: url('/assets/images/web/home/banner_3_m.jpeg');
}

.banner-background.banner4 {
    background-image: url('/assets/images/web/home/banner_4_m.jpeg');
}

.banner-background.banner5 {
    background-image: url('/assets/images/web/home/banner_5_m.jpeg');
}

.news-detail{
    background-color: rgba(255, 255, 255, 0.7);
}

  .news-detail:hover{
    background-color: #ffcb15;
  }

  .news-button:hover{
    background-color: #ffcb15 !important;
  }

  .video-button{
    background-color: rgb(255, 203, 21 , 0.5) ;
    font-size: 24px;
    border-color:#E8C870;
    color: #ffcb15
  }
  .video-button:hover{
    background-color: #ffcb15 !important;
  }

  .ai-button{
    background-color: #32A3D2;
    color:white;
  }

  .chat-button{
    background-color: #60D768;
    color:white;
  }

  .thank-you{
    font-size: 40px !important;
}

input[type="radio"]:checked ,input[type="checkbox"]:checked{
    background-color: grey;
}

.about-us-member{
    border-left: 6px solid #ffcb15;
}

.about-banner{
    height: 500px;
}

.member-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.leader-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.member-card{
    background-color: rgb(255, 255, 255, 0.7) ;
}

.member-card:hover{
    background-color: white ;
    border-color: #D4A014;
}

.partner_logo{
    width: 100%;
    height: 100%;
}

 .goog-te-gadget-simple > img {
    display: none;
}
.goog-te-gadget-simple{
    border: 1px solid black !important;
}
.goog-te-gadget-simple > span > a > span{
    color: black !important;
}
.goog-te-gadget-simple > span > a {
    display: flex !important;
}

body > .skiptranslate > iframe.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

body{
    top:0px !important;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 4%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: grey;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
  }

  #contact-button{
    position: fixed;
    bottom: 4%;
    right: 17%;
    z-index: 99;
  }

  #topBtn:hover {
    background-color: #555;
  }

/* sm */
@media (max-width: 767px) {

    .home-car-description{
        width: 350px !important;
    }

    .banner-content{
        top: 20% !important;
    }

    .content-bottom{
        padding-bottom: 15% !important;
    }

    .content-top{
        padding-top: 6% !important;
    }
    .banner-title{
        font-size: 30px !important;
    }

    .home-car-description{
        width: 350px;
    }

    .banner-background{
        height: 500px;
    }

    .home-title{
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .button-text{
        font-size: 14px !important;
    }

    .home-icon{
        width: 18px !important;
        height: 18px !important;
    }

    .video-button , .yellow-button{
        padding : 0.5rem 1rem !important;
    }

    .chat-icon{
        width: 25px !important;
        height: 25px !important;
    }

    .ai-button , .chat-button{
        padding: 0.1rem 0.5rem !important;
    }
}

/* md */
@media (min-width: 768px) {
    .cal-pd {
        padding-left: 72px;
        padding-right: 72px;
        }

    .title{
        font-size: 44px !important;
    }
    .thank-you{
        font-size: 60px !important;
    }

    #contact-button{
        right: 10%;
    }

    .banner-background.banner1{
        background-image: url('/assets/images/web/home/banner_1.png') !important;
    }

    .banner-background.banner2{
        background-image: url('/assets/images/web/home/banner_2.png') !important;
    }

    .banner-background.banner3{
        background-image: url('/assets/images/web/home/banner_3.png') !important;
    }

    .banner-background.banner4{
        background-image: url('/assets/images/web/home/banner_4.png') !important;
    }
    .banner-background.banner5{
        background-image: url('/assets/images/web/home/banner_5.png') !important;
    }
}

/* lg*/
@media (min-width: 1024px) {
    .vl{
        border-top: 0;
        border-left: 2px solid #4B515D;
    }
    .thank-you{
        font-size: 80px !important;
    }

    .about-banner{
        height: 600px;
    }

    .model-banner{
       background-image: url('/public/assets/images/web/box/model_banner.jpg') !important;
    }
    .exterior-banner{
        background-image: url('/public/assets/images/web/box/exterior_box.jpg') !important;
     }
    .interior-banner{
        background-image: url('/public/assets/images/web/box/interior_box.jpg') !important;
     }
     .model-title{
        left: 10% !important;
        top: 20% !important;
     }
}

/* xl*/
@media (min-width: 1280px) {
    .thank-you{
        font-size: 100px !important;
    }

    #contact-button{
        right: 7%;
    }
}

/* 2xl*/
@media (min-width: 1536px) {

}
.career-form-submit {
    color: black;
    border: 1px solid black; 
    border-radius: 25px; 
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Add transition for border color */
}

.career-form-submit:hover {
    background-color: black;
    color: white;
    border-style: solid;
    border-width: 2px; 
    border-color: #4B515D; 
}
