/*
Theme Name: Auto Service
Theme URI: 
Author: Auto Service
Author URI: 
Description: Auto Service
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auto-service
*/

.fix-bg {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.fix-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55);
}
#about_md,
#mil_ovner,
#mil_video,
.page-error-404 {
    background: url(images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
    position: relative;
}

.page-error-404{
    min-height: 700px;
}
.testimonials-btn{
  margin: 15px auto 0;
}

#our_product{
    padding: 80px 0;
}
#about{
	padding:0 0 60px 0;
  margin-top: -80px;
}
#products{
  padding-bottom: 60px;
}
.site_breadcrumbs{
    margin: 0 0 15px 0;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}
.site_breadcrumbs a:hover{
  color: var(--secondary-color);
}
.site_breadcrumbs .breadcrumb_last{
  color: #666;
}

.tab-content.fade-in {
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.how_it_works_blocks{
	display: flex;
	justify-content: space-around;
    gap: 20px;
	margin-bottom: 40px;
}
.how_it_works_block{
	width: 30%;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #004796;
	background: #fff;
	color:  #004796;
	height: 120px;
	
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.how_it_works_block h3{
	font-size: 25px;
    line-height: 1; 
    font-weight: 700; 
}

.how_it_works_block .check_icon{
	background: url(images/blue-check-mark.svg);
	
    background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 5px;
	
}

#home{
	padding: 0;
	width:100%;	
    height: 100vh;
    padding-top: 0px;
	position: relative;
  overflow: hidden;
}
#advantages{
  background: #f1f1f1;
  padding: 40px 0;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 40px;
  margin-top: -30px;
  text-align: center;
  border-radius: 55px;
  transition:all .3s ease;
  color: #25c337;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
}


.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}



.hero-slider-navigation {
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 3; 
  }



.hero-slider-controls{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;	  
  }
  
  
.slide-m-next,
.slide-m-prev{
	padding:8px 5px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}





.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#945cb4;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}




.swiper-pagination {
  text-align:center;
  position: relative !important;
  margin: 0 10px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}



@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}


/********About us FUTURED*******************************/
.about_us_advantages{
  margin-bottom: 60px;
}
.advantage_blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}
.advantage_blocks .advantage_block {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #eaeaea;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    width: calc(100% / 4);
}
.advantage_blocks .advantage_block .advantage_icon{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
    padding: 10px;
    width: 100px;
    height: 100px; 
}


.advantage_blocks .advantage_block .advantage_icon img,
.advantage_blocks .advantage_block .advantage_icon svg { 

        display: block;
    width: 70px;
    height: 70px;
    fill: none;
    stroke: var(--secondary-color);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
} 

.advantage_blocks .advantage_block .advantage_title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px auto 15px auto;
    position: relative;
}
.advantage_blocks .advantage_block .advantage_title::after{
  content: "";
  width: 80px;
  height: 3px;
  background: var(--secondary-color);  
    display: block;
    margin: 10px auto;
}
/***************************************/
/***************************************/