/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
body, html{
  scroll-behavior: smooth;
}

#Top_bar.is-sticky{
  background-color: #ffcb04 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#Top_bar.is-sticky .action_button{
  background-color: #fff !important;
}
@media (min-width: 1024px){
    a.button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25) !important;
    }
}

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  color: #636363 ;
  background-color: #fff;
  border-color: #ffcb04;
}

#Footer{
  background-image: none !important;
}

#Footer .widgets_wrapper{
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

/* Main Menu */
#menu-main-menu > li > a > span{
  position: relative !important;
}

#menu-main-menu > li > a > span::after{
  position: relative;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
  
}
#menu-main-menu > li > a > span:hover::after {
  width: 100%;
}

.widget a.button{
  background-color: #ffcb04;
  border-color: #ffcb04;
  color: #000;
  box-shadow: none;
}
.widget a.button:hover{
  background-color: #ffcb04;
  border-color: #ffcb04;
  color: #000;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25) !important;
}

/* WPML Swither */
.top_bar_right_wrapper{
  flex-direction: row-reverse;
}

.top_bar_right_wrapper .wpml-languages img{
  width: 30px;
  height: 25px;
}

.top_bar_right_wrapper .wpml-languages > a{
  background: transparent !important;
  border: 0 !important;
}

.top_bar_right_wrapper .wpml-languages i{
  color: #000
}

.top_bar_right_wrapper ul.wpml-lang-dropdown{
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
}

#Side_slide .extras .extras-wrapper{
  display: none;
}

/* From Theme */
.scooterrental-wrap-radius{
	border-radius: 30px;
}
.scooterrental-wrap-radius2 {
	border-radius: 70px 30px 70px 30px;
}
.scooterrental-wrap-radius3 {
	border-radius: 70px 0px 0px 30px;	
}
.scooterrental-table{ font-size:16px; line-height:26px; }
.scooterrental-table .t1{ color:#000; }
.scooterrental-table .t2{ color:#00d285; }

/* Home Places */
.places-slider .swiper-slide-inner{
    border-radius: 5px;
}
.places-slider img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.places-slider .swiper-slide .card-dash::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background-color: #ffcb04;
    border-radius: 2px;
}
.places-slider .swiper-slide .card-dash {
    position: relative;
    padding-left: 15px;
}

.places-slider .swiper-slide {
    /* padding: 10px; */
}
.places-slider img {
    max-width: 100%;
}
.places-slider .swiper-slide-inner{
    background-color: #fff;
}

.places-slider .slide_content{
    padding: 30px 30px 50px 20px;
}

.places-slider .slide_content h4{
    font-size: 19px;
}

.places-slider-holder .swiper-pagination{
    bottom: -35px !important;
}
.places-slider-holder .swiper-pagination-bullet-active{
    background: #000000 !important; 
}

