
/* =========================================================
BO - Main Page 
========================================================= */

.main {
}

/*Bildslider container*/
#home {
    padding: 0;
}

/*Bildsliderns bild container*/
.top-background-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Bildslider i boxedläge*/
.top-background-boxed {
    display: table;
}

    /*Inställning för mobil*/
    @media (max-width: 767px) {
        .top-background-boxed {
            width: 100%;
        }
    }

/*HTML sektion innehåller presentationstext till bildslider*/
.home-container {
    padding-top: 10%;
    padding-bottom: 30%;
}

/*HTML sektion 1*/
.main-container1 {
	padding:0px;
	overflow:hidden;
}

/*HTML sektion 2*/
.main-container2 {
}

/*HTML sektion 3*/
.main-container3 {
}

/*HTML sektion 4*/
.main-container4 {
}

/*HTML sektion 5*/
.main-container5 {

}

/*HTML sektion 6*/
.main-container6 {
}

/*Sektion senastefordon*/
.main-container7 {
}

/*Sektion lagerlista*/
.main-container8 {
}

/*Sektion personal*/
.main-container9 {
}

/*Sektion kontakt*/
.main-container10 {
}

/*Sektion karta*/
.main-container11 {
}

.volta-hero{
  position: relative;
  min-height: 72vh;
  display: grid;
  place-items: center;
  background: #0f1115;
  color: #fff;
  overflow: hidden;
}

.volta-hero__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35)),
    url("/images/sektioner/uploads/finansiering.jpg")
    center/cover no-repeat;
  transform: scale(1.02);
}

.volta-hero__inner{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 84px 0;
}

.volta-hero__kicker{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 12px;
}

.volta-hero__title{
  margin: 0 0 10px 0;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-size: clamp(38px, 5vw, 64px);
}

.volta-hero__lead{
  margin: 0 auto 22px auto;
  max-width: 720px;
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
  font-size: 1.05rem;
}

.volta-hero__actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}



.volta-action{
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.volta-action__media{
  aspect-ratio: 16 / 10;
  background: #f3f4f6;
}

.volta-action__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.volta-action__body{
  padding: 16px 16px 18px 16px;
}

.volta-action__title{
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.volta-action__text{
  margin: 6px 0 0 0;
  color: rgba(17,17,17,0.68);
  font-size: 14px;
  line-height: 1.6;
}

/* subtil hover, inget “flashigt” */
.volta-action:hover{
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.16);
  box-shadow: 0 18px 60px rgba(0,0,0,0.12);
}

.volta-action:focus-visible{
  outline: 3px solid rgba(255,193,7,0.45); /* matchar btn-warning */
  outline-offset: 3px;
}

.volta-section__title{
  font-weight: 700;
  letter-spacing: -0.02em;
}

.volta-section__lead{
  color: rgba(17,17,17,0.65);
  line-height: 1.7;
}

.volta-usps__title{
  font-weight: 700;
  letter-spacing: -0.02em;
}

.volta-usps__lead{
  color: rgba(17,17,17,0.65);
  line-height: 1.7;
}

.volta-usp{
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 18px;
  padding: 18px;
}

.volta-usp__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.78);
  margin-bottom: 12px;
}

.volta-usp__icon i{
  font-size: 20px;
  line-height: 1;
}

.volta-usp__h{
  margin: 0 0 6px 0;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 16px;
}

.volta-usp__p{
  margin: 0;
  color: rgba(17,17,17,0.65);
  line-height: 1.6;
  font-size: 14px;
}

/* super subtil hover (kan tas bort helt om du vill) */
.volta-usp:hover{
  border-color: rgba(0,0,0,0.14);
}

.volta-final{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin: 24px 0;          /* valfritt */
  color: #fff;
}

.volta-final__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0.45)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2000&q=80")
    center/cover no-repeat;
  transform: scale(1.02);
}

.volta-final .container{
  position: relative;
  z-index: 1;
}

.volta-final__content{
  padding: 56px 22px;
  max-width: 820px;
}

.volta-final__title{
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.volta-final__lead{
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}

.volta-final__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.volta-final__link{
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 1px;
}

.volta-final__link:hover{
  border-bottom-color: rgba(255,255,255,0.65);
  color: #fff;
}

@media (max-width: 575px){
  .volta-final__content{ padding: 46px 18px; }
  .volta-final__actions .btn{ width: 100%; }
  .volta-final__link{ width: 100%; display: inline-block; text-align: center; padding: 10px 0 0; border: 0; }
}

@media (max-width: 575px){
  .volta-action__body{ padding: 14px; }
}

/* Lite bättre touch-känsla på mobil */
@media (max-width: 575px){
  .volta-hero__inner{ padding: 64px 0; }
  .volta-hero__actions .btn{ width: 100%; }
}



