/* 
Theme Name:		 AutoRide Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 AutoRide Child Theme is a child theme of AutoRide, created by ChildTheme-Generator.com
Author:			 Infoicon
Author URI:		 http://childtheme-generator.com/
Template:		 autoride
Version:		 1.0.0
Text Domain:	 autoride-child-theme
*/


/*
    Add your custom styles here
*/
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


 /*Pagigation CSS */
.paginationss {text-align: center;}
.paginationss a, .paginationss span.page-numbers {padding: 10px 20px;background: #111111;color: #fff;margin-bottom: 10px;display: inline-block;}
.paginationss a:hover{background: #d6ab6a; color: #fff;}
.paginationss span.page-numbers.current {font-weight: bold;background-color: #d6ab6a;}

input#tnp-1 {
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: none;
    border: none;
}
.blog-details p, .content_baggage p{margin-bottom: 10px;}
.home .about-img img {width: 100%;} 
/**05march25**/

.d-flex-child ul li {
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid black;
}

.d-flex-child ul li div {
    width: 50%;
}

.d-flex-child ul li div:first-child+div {
    text-align: right;
}

.book-now-buton {
    padding-top: 30px;
}

.all-para {
    padding: 30px 0px;
}

.content-below-imgslider .all-para h4 {
    padding-top: 30px;
	padding-bottom:15px;
}
.feature-area .test .site-heading h4 {
    font-size: 36px;
    line-height: 55px;
}
html .woocommerce div.product div.summary>.product_title {
    display: none;
}
.navbar .nav-item:hover .dropdown-menu li {
    margin-left: 0;
}
.grecaptcha-badge {
    z-index: 9999;
    bottom: 80px!important;
}
 .woocommerce-notices-wrapper {
    display: none!important;
}
.wSelect-selected.wSelect-option-icon {
    font-weight: 600;
    font-size: 15px;
}
.wSelect-options-holder {
    font-size: 14px;
}
.woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-selected.wSelect-option-icon {
    font-weight: 700;
}

.wSelect-options.woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-selected.wSelect-option-icon + .wSelect-options-holder  .wSelect-option div {
    font-weight: 700;
}

.woocommerce-currency-switcher-form .wSelect-arrow {
    width: 20px;
    height: 30px;
    background-size: 50px;
}

.woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option-selected, .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option:hover {
    background-color: #d6aa6f;
}

.woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect, .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options-holder {
    min-width: 80px;
}

@media (max-width:1366px){
    .navbar .nav-item .nav-link{
        text-transform: capitalize;
    }
    .nav-right .theme-btn {
        padding: 10px 15px;
    }
}

/*31march25*/
 /* Hide mobile version by default */
  .mobile_currency {
    display: none;
  }

  /* Show mobile version and hide desktop version on screens ≤ 991px */
  @media (max-width: 991px) {
    .desktop_currency {
      display: none;
    }
    .mobile_currency {
      display: block;
      text-align: center;
      padding: 10px;
      background: #f8f9fa;
      border-radius: 5px;
    }
    .mobile_currency label {
      font-size: 16px;
      margin-right: 10px;
      font-weight: bold;
    }
    .mobile_currency select {
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: 1px solid #ddd;
      background: white;
      width: 150px;
    }
  }
  ul li,ol li {
    margin-left: 0;
  }
  p {
    padding: 0;
  }
  .counter-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none !important;
  }
  .wpcf7-form.invalid .wpcf7-not-valid-tip, .wpcf7-form.invalid .wpcf7-response-output {
    display: block !important;
  }
  .wpcf7-form.init .wpcf7-not-valid-tip, .wpcf7-form.init .wpcf7-response-output {
    display: none !important;
  }

  @import 'chauffeur-styles.css';

  .xdebug-error {
    display: none !important;
  }

  .chbs-main #panel-1 {
    @media screen and (max-width: 992px) {
      flex-direction: column !important;
    }
  }
  .hero-section .hero-single {
    width: 100vw !important;
    flex-shrink: 0;
  }

.hero-section picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.hero-section picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev {
  left: 40px;
}
.swiper-button-next {
  right: 40px;
}
.swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.5);
  transition: .3s;
  border-radius: 60px;
  @media screen and (max-width: 768px) {
    width: 40px;
    height: 40px;
    top: 60%;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(255,255,255,1);
}
.swiper-button-prev i, .swiper-button-next i {
  font-size: 26px;
  color: #fff;
  transition: .3s;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}
.swiper-button-prev:hover i, .swiper-button-next:hover i {
  color: rgb(214, 171, 106);
}
.swiper-slide .col-md-12.col-lg-9.mx-auto {
  flex-shrink: unset !important;
}