.vision-section .right-text-box p:first-of-type{
  font-weight:500;
}
.mission-container{
/* 	    background-image: url(/wp-content/uploads/2025/09/mission-bg.webp); */
	  background-size: cover;
  background-position: center;
  transition: background-image 0.8s ease-in-out;
}

.mission-pagination-style .swiper-pagination-bullet{
	    background: var(--white-color) !important;
		border: 2px solid #fff !important;
	opacity:1 !important;
}
.mission-pagination-style .swiper-pagination-bullet-active{
	    background: var(--primary-color) !important;
	    border: 2px solid #eeea1f !important;
}

.mission-pagination-style .swiper-pagination-bullet{
	width:20px;
	height:20px;
}





.manufacture-section{
/*  background-image:url(/wp-content/uploads/2025/04/quote-bg.webp); */
  background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0) 100%), url(/wp-content/uploads/2025/05/homepage-bbanner.webp);
  height:425px;
}
.manufacture-section .site-logo-symbol{
  max-width:102px;
}
.manufacture-section h3{
  font-weight:800;
  color:var(--white-color);
  margin-top:20px;
  margin-bottom:0;
}
.footer-home-cta{
/*  background-image:url(/wp-content/uploads/2025/04/home-cta-bg.webp); */
  background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0) 100%), url(/wp-content/uploads/2025/05/homepage-footer.webp);
  height:490px;
}
.caravan-range-wrapper{
  background-color:var(--grey-bg);
}
.caravans-heading h3{
  color:var(--blue-color);
  font-weight:800;
  margin-bottom:30px;
}
.caravan-title h4{
  margin-top:10px;
  margin-bottom:20px;
  color:var(--secondary-color);
  font-weight:800;
}
.caravan-text p{
  margin-bottom:0;
}
.caravan-text-box{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  
}
.caravans-services-logo{
  display:flex;
  justify-content:flex-end;
}
.caravans-services-logo img{
  width:102px;
}
.caravan-services-wrapper{
  background-color:var(--secondary-color);
}
.service-img{
    background: var(--primary-color);
    padding: 15px;
    border-radius: 60px;
    display:inline-block;
}
.service-img img{
  width: 56px;
    height: 56px;
    object-fit: contain;
}
.service-wrapper{
  background-color:var(--white-color);
  padding: 50px 40px;
  height:100%;
/*   border-bottom:6px solid #cbc17c; */
}
.service-title{
  display:block;
  margin-top:10px;
  color:var(--secondary-color);
  font-weight:900;
  font-size:20px;
}
.service-text{
  margin-top:10px;
  display:block;
}
.caravans-services-heading h3{
  font-weight:800;
  color:var(--white-color);
  margin-bottom:0;
}
.caravan-map-section{
/*   background-image:url(/wp-content/uploads/2025/04/map-bg.webp); */
/*   background-image:url(/wp-content/uploads/2025/04/map-background.webp); */
  background-image:url(/wp-content/uploads/2025/04/europe-map-bg.webp);
  background-size:cover;
  background-position-x:center;
  background-position-y:center;
  background-repeat:no-repeat;
}
.map-img-wrapper{
  max-width:435px;
      margin: auto;
}
.map-content-box{
  background-color:var(--primary-color);
  padding: 30px 35px;
}
.map-content-box h3{
  color:var(--blue-color);
  margin-bottom:20px;
  font-weight: 800;
}
.map-content-box .cta-button .button-style-01{
  background-color:var(--blue-color);
}
.map-content-box .button-style-01 .arrow:before{
  color:var(--blue-color);
}
.welcome-section .overlapping-bottom-area{
  display:flex;
}
.welcome-section .overlap-bottom-textbox{
  width:70%;
}
.welcome-section .overlap-bottom-logobox{
  width:30%;
}
.welcome-section .overlap-bottom-logobox .hoey-logo{
  text-align:right;
}
.welcome-section .overlap-bottom-textbox p{
  color:var(--secondary-color);
  font-weight:800;
  margin-bottom:0;
}



@media(max-width:575px){
  .welcome-section .overlapping-bottom-area{
    display:block;
  }
  .welcome-section .overlap-bottom-textbox,
  .welcome-section .overlap-bottom-logobox{
    width:100%;
  }
  .welcome-section .overlap-bottom-logobox{
    margin-top:20px;
  }
  
}
@media only screen and (min-width: 576px) and (max-width: 767px){}
@media(max-width:767px){
  .vision-section{
    padding:0 !important;
  }
  .vision-section .row{
    flex-direction: column-reverse;
  }
  .vision-section .row .col-md-6:nth-child(2){
    padding-top:30px;
    padding-bottom:30px;
  }
  
  
  
  
  .caravan-card-button{
    margin-top:20px;
  }
  .service-wrapper{
    padding-right:35px;
    padding-left:35px;
  }
  .welcome-section .overlap-bottom-textbox p{
    font-size: 21px;
    line-height: 31px;
  }

}
@media(min-width:768px){
  .vision-section .row .col-md-6:first-of-type{
    display: flex;
      align-items: flex-end;
  }
	.vision-section .row .col-md-6:nth-child(2){
    display: flex;
      align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .vision-section{
    padding-bottom:0 !important;
  }
  .vision-section .col-md-6:nth-child(2){
    padding-bottom:45px;
  }
  
  
  .caravan-title h4{
    font-size:20px;
  }
  .welcome-section .overlapping-bottom-area{
    margin-top:60px;
  }
  .caravan-text-box{
    min-height: 250px;
  }
  
}
@media(max-width:991px){
  .caravan-card-container{
    margin-bottom:40px;
  }
  .caravan-services-wrapper .row .col-12{
    margin-bottom:20px;
  }
  .map-img-wrapper{
    margin-bottom:40px;
    max-width: 300px;
  }
}
@media(min-width:992px){
	.mission-slider .secondary-font{
		font-size: 22px;
		line-height: 32px;
	}
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
  .vision-section{
    padding-bottom:0 !important;
  }
  .vision-section .col-md-6:nth-child(2){
    padding-bottom:45px;
  }
  .welcome-section .overlap-bottom-textbox p{
    font-size: 20px;
      line-height: 30px;
  }
  .caravan-text-box{
    min-height: 225px;
  }

}
@media(min-width:1200px){
  .vision-section .left-img-box img{
    width:108%;
  }
  .vision-section .right-text-box p:first-of-type{
    padding:12px 0px 20px;
  }
  .vision-section{
    padding:0 !important;
  }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
  .welcome-section .overlap-bottom-textbox p{
    font-size: 20px;
      line-height: 30px;
  }
  .caravan-text-box{
    min-height: 245px;
  }
}
@media(min-width:1400px){
  .map-content-box h3{
    font-size:40px;
    line-height:50px;
  }
  .caravan-text-box{
    min-height: 225px;
  }
}