/* ============================= */
/*          CUSTOMER RESET       */
/* ============================= */
   
    :root {

        /* Colors */
        --dgb-primary: #F7F2E7;
        --dgb-text: #202020;
        --dgb-lightgray: #FAFAFA;
        --dgb-gray: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
        --dgb-white: #ffffff;
        --dgb-dark: #202020;
        --dgb-darker: #101010;
        --dgb-hover:#AD1215;
        --dgb-radius: 10px;

        /* Bilonline */
        --bo-topbar:var(--dgb-primary);

    }


   	html,	
	body {
    	overflow-x: clip;
	}

    body {
        font-family: 'Poppins', 'Segoe UI', 'Arial', sans-serif!important;
    }
        
    h1,h2,h3,h4,h5,h6{
    	font-family: 'Poppins', 'Segoe UI', 'Arial', sans-serif!important;
    }

    .lb-container-xl {
        width: 100%;
        max-width: 1720px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    @media (max-width: 992px) {
        .lb-container-xl {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }

    @media (max-width: 576px) {
        .lb-container-xl {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }

    .py-10{
        padding-top:10rem;
        padding-bottom:10rem;
    }


/* ============================= */
/*          BILONLINE            */
/* ============================= */

    .main-container1,
    .main-container2,
    .main-container3,
    .main-container4,
    .main-container5,
    .main-container6{
    	padding:0!important;
    	display:contents;
    }
    
    .bo-senastefordonslider-container{
    	width:100%;
    	max-width:1720px!important;
    }
    
    .container-fluid.main-container7{
    	padding:clamp(4.375rem, 1.5rem + 4vw, 9.375rem) 0!important;
    	background:#fafafa;
    }
    
    .container-fluid.main-container7 .bo-car-card__img {
  		border-radius: 1.25rem !important;
	}
    

/* ============================= */
/*          BUTTONS		         */
/* ============================= */

    .lb-show-cta {
        display: block;
        background: var(--dgb-darker);
        color: var(--dgb-white);
        padding: 0.9375rem 1.125rem;
        border-radius: .5rem;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        transition: 0.25s ease;
        border-radius: 0.5rem;
        width: fit-content;
    }

    .lb-show-cta:hover {
        background: var(--dgb-hover);
        color: white;
    }
    
     .lb-hero-cta {
        display: inline-block;
        background: var(--dgb-primary);
        color: var(--dgb-text);
        padding: 0.9375rem 1.125rem;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        transition: 0.25s ease;
        border-radius: 0.625rem;
    }

	 .lb-hero-cta:hover {
		background: var(--dgb-hover);
		color: white;
	}
	
	.lb-hero-cta svg {
    	transform-origin: center;
    	animation: ctaIconPulse 2s ease-in-out infinite;
	}

	.lb-hero-cta:hover svg {
    	animation-play-state: paused;
    	transform: translateX(4px) scale(1.04);
	}

	@keyframes ctaIconPulse {
    	0%, 100% {
        	transform: translateX(0) scale(1);
    	}

    	50% {
        	transform: translateX(5px) scale(1.05);
    	}
	}
       
/* ============================= */
/*          HERO                 */
/* ============================= */

    .lb-hero-main {
        position: relative;
        min-height: 47.5rem;
        background-image: url('/images/lb-hero-main.webp');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
    }

    .dbg-hero-page {
        background-image: url('../images/dgb-hero-subpages.webp') !important;
    }

    .dgb-hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.25);
        z-index: 1;
    }

    .dgb-hero-content {
        position: relative;
        z-index: 2;
        max-width: 1720px;
        color: white;
        padding:1.5rem!important;
    }

    .dgb-hero-pretitle {
        color:#CEB576;
        font-size: 3.375rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: -0.02rem;
        padding: 0 10px;
    }

    .dgb-hero-title {
		font-size: clamp(2rem, 1.67rem + 1.67vw, 3rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.02rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        margin-bottom:1rem;
    }

    .dgb-hero-text {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem; /* 166.667% */
        max-width: 48rem;
    }

@media (max-width: 1200px) {
    .lb-hero-main {
        min-height: 60rem;
    }
}

@media (max-width: 768px) {
    .lb-hero-main {
        padding: 1rem;
        min-height: 20rem;
    }

}

/* ============================= */
/*          SECTION              */
/* ============================= */

    .lb-section-senaste{
        width: 100%;
        background: var(--dgb-gray);
        padding: clamp(4.375rem, 1.5rem + 4vw, 9.375rem) 0;
    }

    .lb-section-white {
        width: 100%;
        background: var(--dgb-white);
        padding: clamp(4.375rem, 1.5rem + 4vw, 9.375rem) 0;        
    }

    .lb-section-gray {
        width: 100%;
        background: var(--dgb-gray);
        padding: clamp(4.375rem, 1.5rem + 4vw, 9.375rem) 0;
    }

    .lb-section-warm {
        width: 100%;
        background: var(--dgb-primary);
		padding: clamp(4.375rem, 1.5rem + 4vw, 9.375rem) 0;
    }

    .lb-section-full{
        position: relative;
        height: auto;
        background-image: url(/images/sektioner/uploads/cst-banner__salj.webp);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        padding:clamp(4.375rem, 2.8rem + 6vw, 9.375rem) 0;
    }

/* ============================= */
/*          ROWS	           	 */
/* ============================= */

    .bo-flip-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6.5rem;
        margin-bottom: 7.5rem;
    }

    .bo-flip-row:last-child {
        margin-bottom: 0;
    }

    .bo-flip-row.flipped {
        flex-direction: row-reverse;
    }

    .bo-flip-img-wrap {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .bo-flip-img {
        width: 100%;
        max-width: 76rem;
        /* ca 760px */
        border-radius: 1rem;
    }

    .bo-flip-text {
        flex: 1;
        max-width: 46rem;
    }

    .bo-flip-body {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.875rem;
        margin-bottom: 1rem;
        color: #202020;
        max-width: 45rem;
    }

    .bo-flip-text {
        display: inline-block;
        margin-top: 1rem;
    }

    @media (max-width: 992px) {

        .bo-flip-row,
        .bo-flip-row.flipped {
            flex-direction: column;
            margin-bottom:4rem;
        }

        .bo-flip-text {
            max-width: 100%;
        }

        .bo-flip-img {
            max-width: 100%;
        }
    }


/* ============================= */
/*          SLIDER               */
/* ============================= */

    .lb-latest-slider-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .dgb-latest-swiper {
        width: 100%;
    }

    .dgb-latest-card {
        display: block;
        text-align: center;
        max-width: 42rem;
        text-decoration: none;
        color: #191919;
    }

    .dgb-latest-img-wrap {
        overflow: hidden;
        border-radius: .8rem;
        margin-bottom: 2rem;
    }

    .dgb-latest-img {
        width: 100%;
        transition: transform .35s ease;
    }

    .dgb-latest-card:hover .dgb-latest-img {
        transform: scale(1.06);
    }

    .lb-latest-title {
        font-size: 1.25rem;
        font-weight: 800;
    }

    .dgb-latest-info {
        display: flex;
        justify-content: left;
        gap: 2rem;
        font-size: 1.065rem;
        font-weight:500;
        color: #2b2b2b;
    }

    .dgb-price-tag {
        display: inline-block;
        padding: 0.5rem 0;
        border-radius: 0.25rem;
        font-size: 1.25rem;
        font-weight: 700;
        color:var(--dgb-hover);
    }

    .dgb-month-tag{
        color:#969CB8;
        font-weight:600;
    }

    .dgb-latest-arrow {
        cursor: pointer;
        padding: 1rem;
        z-index: 10;
    }

        .dgb-latest-arrow img {
            width: 3rem;
        }

    @media (max-width: 992px) {
        .dgb-latest-arrow {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .dgb-latest-info {
            flex-direction: column;
        }
    }

/* ============================= */
/*          GENERAL              */
/* ============================= */

    /* General UL */
    .bo-ul-general {
        list-style: none;
        padding: 0;
    }

        .bo-ul-general li {
            display: flex;
            align-items: center;
            gap: .25rem;
            padding:.25rem;
            font-size: clamp(0.95rem, 0.85rem + 0.45vw, 1rem);
        }

    /* Full-width image grid */

    .dgb-image-wrapper {
        margin-bottom: 4rem;
    }

    .dgb-full-image {
        width: 100%;
        border-radius: .5rem;
        display: block;
    }

    .dgb-two-col-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6rem;
    }

    .dgb-content-title {
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.02rem;
        margin-bottom: 1rem;
    }

    .dgb-content-underline {
        width: 8rem;
        height: 3px;
        background: var(--dgb-primary);
        margin-bottom: 1rem;
    }

    .dgb-content-text {
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
    }

    @media (max-width: 992px) {
        .dgb-two-col-content {
            grid-template-columns: 1fr;
            gap: 4rem;
        }
    }


/* ============================= */
/*          ACCORDION            */
/* ============================= */

    .dgb-faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
    }

    .dgb-faq-title {
        color: #191919;
        font-family: Inter;
        font-size: 2.275rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.02rem;
    }

    .dgb-faq-underline {
        width: 8rem;
        height: 4px;
        background: #c4c4c4;
        margin-bottom: 3rem;
    }

    .dgb-faq-image {
        width: 100%;
        border-radius: 1.2rem;
    }

    .dgb-accordion .accordion-item {
        border: none!important;
        margin-bottom: 1rem;
        border-radius: .6rem;
        overflow: hidden;
    }

    .dgb-faq-btn {
        background: var(--dgb-gray);
        border-radius: .6rem !important;
        padding: 1.25rem 1rem;
        font-size: 1rem;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .accordion-button, 
    .accordion-body{
    	font-size: clamp(0.95rem, 0.85rem + 0.45vw, 1rem)!important;
    }

    .accordion-button:not(.collapsed) {
        background: #fff;
        box-shadow: none;
        border: none !important;
    }

    .accordion-button:focus {
        border-color: transparent !important;
        box-shadow: none !important;
    }

    @media (max-width: 992px) {
        .dgb-faq-grid {
            grid-template-columns: 1fr;
        }

        .dgb-faq-image-col {
            order: -1; /* Bild först på mobil */
        }
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DB5E4A' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6-.708 0-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }

    .accordion-button:not(.collapsed){
        color:var(--dgb-primary);
    }

/* ============================= */
/*    USP-GRID      	         */
/* ============================= */

    .dhb-usp-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6rem;
    }

    .dhb-usp-card {
        text-align: center;
    }

    .dhb-usp-img-wrap {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        height: 260px;
    }

        .dhb-usp-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s ease, filter .6s ease;
        }

    .dhb-usp-colorwash {
        position: absolute;
        inset: 0;
        background: var(--dgb-hover); /* tema-orange */
        mix-blend-mode: multiply;
        opacity: 0;
        transition: opacity .5s ease;
        z-index: 2;
    }

    .dhb-usp-title {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        margin: 0;
        font-size: 1.8rem;
        font-weight: 700;
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
    }

    .dhb-usp-img-wrap:hover img {
        transform: scale(1.12);
    }

    .dhb-usp-img-wrap:hover .dhb-usp-colorwash {
        opacity: 1;
        cursor: pointer;
    }

    @media (max-width: 768px) {

        .dhb-usp-grid {
            grid-template-columns: 1fr; /* En kolumn */
            gap: 2rem;
        }

        .dhb-usp-img-wrap {
            height: 200px; /* Lite kortare bild på mobil */
        }

        .dhb-usp-title {
            font-size: 1.6rem;
            text-align: center;
            width: 90%;
        }

    }

    /* New */
    
    .lb-header-rounded{
        display: flex;
        padding: 1.5rem 2.25rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        border-radius: 6.25rem;
        font-weight:700;
        font-size:clamp(1.5rem, 1.2rem + 1.6vw, 2.375rem);        
        background: #F7F2E7;
        width: fit-content;
    }

    .lb-header-rounded-dark {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        border-radius: 6.25rem;
        font-size:clamp(1.5rem, 1.2rem + 1.6vw, 2.375rem);
        font-weight: 700;
        width: fit-content;
        margin:0;
    }

    .lb-partner-block{
        display: flex;
        flex-wrap: wrap;
        gap:2.5rem;
        justify-content: space-evenly;
        padding:6rem 0;
    }

    .lb-container-slider{
        padding:6.25rem 0;
    }

    .lb-hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .lb-section-title {
        font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.02rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    }

    .lb-section-text {
        font-size: clamp(0.95rem, 0.85rem + 0.45vw, 1.125rem);
        font-style: normal;
        font-weight: 400;
        line-height: 1.875rem;/* 166.667% */
        max-width: 48rem;
    }
    
    


    .bo-rec-main{
        display: flex;
        flex-wrap: wrap;
        gap:2rem;
    }

    .bo-rec-r{
        background:var(--dgb-primary);
        text-align: center;
        width: fit-content;
        max-width: 340px;
        margin: 0 auto;
        padding: 20px;
        height: fit-content;
        border-radius: 1rem;
    }
    
    .bo-service-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:1rem;
    }
    
        @media (max-width: 768px) {
        .bo-service-grid {
            grid-template-columns:1fr;
        	}
    	}
    
    .bo-service-item{
        display: flex;
        flex-direction: column;
        background: var(--dgb-gray);
        border-radius: 1rem;
        padding: 2rem;
        gap: .5rem;
    }

    .bo-service-title{
        color: var(--dgb-dark);
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.02rem;
        margin-bottom: 0;
    }

    .bo-hours {
        display: grid;
        grid-template-columns: auto auto;
        row-gap: .6rem;
        column-gap: 2rem;
    }

    .bo-hours .day {
        font-size: 1rem;
        opacity: 0.9;
        font-weight: 600;
        line-height: 1.85rem;
        /* 185% */
    }

    .bo-hours .time {
        font-size: 1rem;
        opacity: 0.9;
    }

    @media (max-width: 768px) {
        .bo-hours {
            grid-template-columns: 1fr 1fr;
            justify-content: center;
        }
    }

    .bo-hours-title {
        margin-bottom: 2rem;
        font-size: 1.325rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2375rem; /* 110% */
        letter-spacing: -0.045rem;
        color: var(--dgb-dark);
    }


    .bo-flip-content {
        display: flex;
        margin-top: 1rem;
        flex: 1;
        max-width: 46rem;
        background:var(--dgb-lightgray);
        padding:2rem;
        border-radius:1rem;
    }

    @media (max-width: 992px) {

        .bo-flip-content {
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {

        .bo-flip-content {
            padding: 1rem;
            flex-direction: column;
        }

    }
    
        
    :root{

        /* Buttons */
        --bo-cst-btn-primary:blue;
        --bo-cst-btn-secondary:orange;
        --bo-cst-btn-submit:green;
        --bo-cst-btn-danger:red;
        --bo-cst-btn-radius:.25rem;
        --bo-cst-btn-color__light:#fff;
        --bo-btn-btn-color__dark:#000;

    }


    /* ============================= */
    /*          FORM		         */
    /* ============================= */
    
    .bo-flip-form {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        max-width: 900px;
        margin: 0 auto;
    }
    
    .bo-form-group.full {
    	flex: 0 0 100%;
	}

	.bo-form-group.half {
    	flex: 0 0 calc((100% - 1rem) / 2);
	}

	@media (max-width: 767.98px) {
    .bo-form-group.half {
        flex: 0 0 100%;
    	}
	}

    .bo-flip-content {
        display: flex;
        flex-wrap: wrap;
        gap: 1.8rem;
        max-width: 900px;
        margin: 0 auto;
    }

    .bo-flip-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6.5rem;
        margin-bottom: 9.375rem;
    }

    .bo-flip-row:last-child {
        margin-bottom: 0;
    }

    .bo-flip-row.flipped {
        flex-direction: row-reverse;
    }

    .bo-flip-media-wrap {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .bo-flip-img {
        width: 100%;
        max-width: 76rem; /* ca 760px */
        border-radius: 1rem;
    }

    .bo-flip-vid {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
        display: block;
    }

    .bo-flip-content-wrap {
        flex: 1;
        max-width: 46rem;
    }

    .bo-flip-title {
        color: #191919;
  		font-size: clamp(1.25rem, 1.04rem + 1.04vw, 1.875rem);
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.02rem;
        margin-bottom: 1rem;
    }

    .bo-flip-body {
    	font-size: clamp(0.95rem, 0.85rem + 0.45vw, 1rem);
        font-weight: 400;
        line-height: 1.625rem;
        margin-bottom: 1rem;
        color: #202020;
        max-width: 45rem;
    }

    .bo-flip-text {
        display: inline-block;
        margin-top: 1rem;
    }

    @media (max-width: 992px) {

        .bo-flip-row,
        .bo-flip-row.flipped {
            flex-direction: column;
            gap:1rem;
        }

        .bo-flip-text {
            max-width: 100%;
        }

        .bo-flip-img {
            max-width: 100%;
        }
    }
    
    .bo-form-hero-img {
    	width: 100%;
    	height: auto;
    	object-fit: cover;
    	object-position: center;
	}

	@media (max-width: 767.98px) {
    	.bo-form-hero-img {
        	aspect-ratio: 16 / 9;
        	max-height: 18rem;
    	}
	}

    /* GROUPS */
    .form-floating>.form-control {
        padding: 1.3rem 1.2rem;
        height: 4.2rem;
        background: var(--dgb-white);
        border-radius: .6rem;
        border: 1px solid #ebebeb;
        font-size: clamp(0.95rem, 0.92rem + 0.15vw, 1rem);
    }

    .form-floating>label {
        padding: 1.25rem;
        font-size: 1rem;
        color: #777;
    }

    .form-control:focus {
        border-color: var(--dgb-primary);
        box-shadow: 0 0 0 .25rem rgba(219, 94, 74, 0.15);
        background: #fff;
    }

    /* Buttons Inputs */

    .customform_submit_btn {
        display: inline-block;
        background: var(--bo-cst-btn-submit);
        color: var(--bo-cst-btn-color__light);
        border-radius: var(--bo-cst-btn-radius);
        border: 0;
        padding: 0.8750rem 1.125rem;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        transition: 0.25s ease;
        width: fit-content;
    }

    .customform_file_upload {
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #ccc;
        background: #fff;
        color: inherit;
        font: inherit;
        line-height: 1.2;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.65rem 0.85rem;
        border-radius: 0.6rem;
        cursor: pointer;
        text-decoration: none;
    }

    button.customform_file_upload {
        margin: 0;
    }

    .customform_file_upload svg {
        width: 1.25rem;
        height: 1.25rem;
        flex: 0 0 auto;
    }
    
    .form-check{
    	width:100%;
    }
    
    .form-check a{
    	text-decoration:none;
    }

    .form-check-input {
        width: 1.25em;
        height: 1.25em;
        margin-top:0 !important;
    }

    .form-floating>.form-control-plaintext~label::after,
    .form-floating>.form-control:focus~label::after,
    .form-floating>.form-control:not(:placeholder-shown)~label::after,
    .form-floating>.form-select~label::after {
        background: 0;
    }

    .bo-checkbox-wrap {
        display: flex;
        align-items: center;
        gap: .6rem;
        flex-wrap: wrap;
        margin-top: .5rem;
        width: 100%;
    }

    /* Form floating > Textarea */
    .form-floating textarea.form-control {
        height: auto !important;
        min-height: 100px; /* ändra efter smak */
        resize: vertical;
        padding-top: 1.4rem;
        padding-bottom: .8rem;
    }

    .form-floating>textarea.form-control:focus~label,
    .form-floating>textarea.form-control:not(:placeholder-shown)~label {
        opacity: .65;
        transform: scale(.85) translateY(-.6rem) translateX(.15rem);
    }

    /*Filuppladdning: label och button ska se identiska ut */
    .bo-file-upload-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem 0.75rem;
    }

    .bo-file-list,
    .bo-file-size {
        flex: 0 0 100%;
    }

    .form-control:focus {
        border-color: #e5cbeb;
        box-shadow: 0 0 0 .25rem rgba(189, 113, 102, 0.15);
        background: #fff;
    }
    
    /* ============================= */
    /*          BILONLINE MAP        */
    /* ============================= */

    .bo-map-wrap {
        position: relative;
        overflow: hidden;
        border-radius: 0.75rem;
        /* valfritt */
    }

    .bo-map-wrap a {
        display: block;
    }

    .bo-map-img {
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
        transition: transform 0.7s ease, filter 0.7s ease;
        transform-origin: center;
        will-change: transform;
    }

    /* Zoom pÃ¥ hover/focus */
    .bo-map-wrap:hover .bo-map-img,
    .bo-map-wrap:focus-within .bo-map-img {
        transform: scale(1.06);
        filter: saturate(1.05) contrast(1.03);
    }

    .bo-map-wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 45%);
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .bo-map-wrap:hover::after,
    .bo-map-wrap:focus-within::after {
        opacity: 1;
    }      
    
	.consent-btn {
    	background: #0a2233 !important;
	}
