/* GLOBAL */
body {
    background: #f6ede4;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.45rem;
    line-height: 1.2;
    font-weight: 400;
    color: #101010;
    word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Contrail One", sans-serif;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}
h1,.h1 {
    font-size: 4.25rem;
    font-weight:600;
}
h2,.h2 {
    font-size: 3.75rem;
    font-weight:600;
}
h3,.h3 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.15;
}
h4,.h4 {
    font-size: 2.25rem;
    font-weight: 500;
}
h5,.h5 {
    font-size: 1.75rem;
    font-weight: 500;
}
h6,.h6 {
    font-size: 1.65rem;
    font-weight: 500;
}
a {
    color: inherit;
}
.lead {
    font-size: 1.55rem;
}
.rating {
    display: flex;
    gap:10px;
    margin: 0;
    padding-left: 0;
    color: #f3b505;
    list-style: none;
}
.container {
    max-width: 1500px;
}
.intro {
    margin-bottom: 3rem;
    text-align: center;
}
.bg-primary {
    background: #274863 !important;
}
.bg-black {
    background: #101010 !important;
}
.text-primary {
    color: #ffc900 !important;
}
.text-info {
    color: #ee7003 !important;
}
.fs-sm {
    font-size: 85% !important;
}
figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
a {
    text-decoration: none;
}
.fw-bold {
    font-weight: 600 !important;
}
.fs-1 {
    line-height: 1;
}
strong {
    font-weight: 500;
}
img {
    max-width: 100%;
    height: auto;
}
.badge {
    padding: 0.45rem 1rem 0.35rem 0.75rem;
    color: rgb(255 255 255);
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 30%);
    font-weight: 700;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 0;
    font-size: 0.8rem;
    border-radius: 500px;
    text-transform: uppercase;
    font-family: "Contrail One", sans-serif;
}
.badge i {
    font-size: 125%;
    margin-right: 0.75rem;
}
.card {
    background: none;
    border:0;
}
.card .card-wrapper {
    color: #101010;
    background: #fff;
    border:1px solid #e8cbad;
    text-decoration: none;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
}
.card .card-wrapper figure img {
    object-fit: cover;
    transition: 0.4s;
}
.card .card-wrapper .card-body {
    color: #101010;
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    padding: 2rem;
    flex: auto;
    width: 100%;
}
.card .card-wrapper .card-body .action {
    margin-top: auto;
}
.card .card-wrapper:hover .action,
.card .card-wrapper:focus .action {
    color: #ee7003;
}
.card .card-wrapper:hover figure img,
.card .card-wrapper:focus figure img {
    transform: scale(1.05);
}
.card .card-wrapper:hover .action::after,
.card .card-wrapper:focus .action::after {
    transform: scaleX(1);
}
.card .card-body-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0.5rem 0.75rem 0.5rem;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
}
.form-control,
.form-select {
    border:1px solid #e8cbad;
}
textarea.form-control {
    height: 120px;
    font-size: 100%;
}
.form-label {
    margin-bottom: .2rem;
    font-size: 85%;
    font-weight: 500;
}
.form-control::placeholder {
    color: #101010;
    font-size: 100% !important;
}
.form-select-lg,
.form-control-lg {
    min-height: calc(2em + 1rem + calc(var(--bs-border-width) * 2));
}
.super-wrapper {
    max-width: 2200px;
    margin: 0 auto;
}
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
    margin-top:1.5rem;
}
.content-text *:first-child {
    margin-top: 0;
}
/* Grid containers */
.w-layout-grid {
    z-index: 1000;
}
.square-container---3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    position: absolute;
    top: 0;
    right: 0;

}
.square-container---4-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
    position: absolute;
    bottom: 0;
    left: 0;

}
/* Squares */
.square {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 0; /* start invisible */
    transition: opacity 0.3s ease; /* snabb fade */
}
.square.transparent {
    border-color: transparent;
    background-color: transparent;
}
.square.bg-accent-1 {
    border-color: #ee7003;
    background-color: #ee7003;
}
.square.animate-in {
    opacity: 1;
}
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 120%;
}
td, th {
    border: 1px solid #f96f1d;
    padding: 20px;
}
tr:nth-child(even){
    background-color: #fff;
}
th {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #f96f1d;
    color: #fff;
    font-weight: 500;
    font-family: "Contrail One", sans-serif;
    font-size: 115%;
}
.action {
    font-family: "Contrail One", sans-serif;
    text-transform: uppercase;
    font-weight:500;
    font-size: 1.65rem;
    display: flex;
    padding:0.15rem 0;
    margin-top: 1.5rem;
    color: inherit;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: fit-content;
    transition: 0.4s;
}
.action i {
    margin-left: 0.5rem;
}
.action::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ee7003;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.action.active,
.action:hover,
.action:focus {
    color: #ee7003;
}
.action.active::after,
.action:hover::after {
    transform: scaleX(1);
}
.repeater {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.btn .badge {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
}
.btn {
    font-family: "Contrail One", sans-serif;
    font-weight: 500;
    font-size: 1.55rem;
    padding:1.2rem 1rem 1rem 1rem;
    line-height: 1;
    display: flex;
    margin-top: 2rem;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    background: #fff; /* Ursprunglig bakgrund */
    width: fit-content;
    text-transform: uppercase;
    transition: background 0.3s ease;
}
.btn:hover,
.btn:focus {
    background: #fff; /* Ursprunglig bakgrund */
}
/* Text */
.btn span {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 2rem;
    transition: 0.3s;
    color: #101010;
}
/* Bakgrunds-animation */
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #101010; /* Mörkare färg */
    z-index: 1;
    transition: width 0.4s ease;
}
/* Hover-effekt */
.current-menu-item .btn::before,
.btn:hover::before {
    width: 100%;
}
.btn-sm {
    font-size: 1.45rem;
    height: 55px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-sm span {
    padding: 0;
}

.btn-outline {
    background: none;
    border:2px solid #fff;
}
.btn-outline span {
    color: #fff;
}
/* Bakgrunds-animation */
.btn-outline::before {
    background: #fff; /* Mörkare färg */
}
.btn-outline:hover,
.btn-outline:focus {
    border:2px solid #fff;
    color: #101010 !important;
    text-shadow: none;
    background: none; /* Ursprunglig bakgrund */
}
.btn-outline:hover::before,
.btn-outline:focus::before {
    border:2px solid #fff;
    color: #101010 !important;
    background: #fff; /* Ursprunglig bakgrund */
}
.btn-outline:hover span,
.btn-outline:focus span {
    color: #101010 !important;
    background: none;
    text-shadow: none;
}

.btn-outline-black {
    background: none;
    border:2px solid #101010;
    color: #101010;
}
/* Bakgrunds-animation */
.btn-outline-black::before {
    background: #101010; /* Mörkare färg */
}
.btn-outline-black span {
    color: #101010;
}
.btn-outline-black:hover,
.btn-outline-black:focus {
    border:2px solid #101010;
    color: #fff !important;
    text-shadow: none;
    background: none; /* Ursprunglig bakgrund */
}
.current-menu-item .btn-outline-black::before,
.current-menu-item .btn-outline-black::before,
.btn-outline-black:hover::before,
.btn-outline-black:focus::before {
    border:2px solid #101010;
    color: #fff !important;
    background: #101010; /* Ursprunglig bakgrund */
}

.current-menu-item .btn-outline-black span,
.btn-outline-black:hover span,
.btn-outline-black:focus span {
    color: #fff !important;
    background: none;
    text-shadow: none;
}

/* SECTIONS */

.container-fluid {
    max-width: 100%;
}
.container-fluid,
.container {
    padding: 0 2.5rem;
}
.content-holder {
    margin-bottom: 10rem !important;
}
/* HEADER */
header {
    top: 0;
    left: 0;
    position: relative;
    z-index: 1000;
    width: 100%;
}
header .row {
    min-height: 110px;
}
header .container {
    max-width: 100%;
}
header .navbar-toggler {
    padding: 0.5rem 0.75rem;
    border-radius: 0;
    background: #ee7003;
    color: #fff;
    font-size: 130%;
    border: 0;
    margin-left: 10rem;
    margin-top:0.5rem;
}
header .mobile-menu-close-btn {
    display: none;
}
header .navbar {
    padding: 0;
    position: relative;
    z-index: 2000;
}
header .navbar-collapse {
    flex-grow: inherit !important;
}
header .navbar .nav-item .nav-link {
    font-family: "Contrail One", sans-serif;
    color: #101010;
    padding: 0.35rem 0 0.15rem 0;
    margin: 0 0.75rem;
    font-size: 1.55rem;
    position: relative;
    text-transform: uppercase;
}

header .navbar .navbar-top {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;

    position: absolute;
    right: 0;
    top: 0.85rem;
}
header .navbar .navbar-top li {
    margin-bottom: 0.25rem;
    width: fit-content;
    margin-left: auto;
}
header .navbar .navbar-top li:last-child {
    margin-bottom: 0;
}
header .navbar .navbar-top li a.nav-link {
    padding: 0;
    background: #101010;
    border-right: 0;
    color: #fff;
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    margin: 0;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
header .navbar .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ee7003;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
header .navbar-top .nav-item .nav-link::after {
    background-color: #ee7003;
}
header .navbar .nav-item.current-menu-item .nav-link,
header .navbar .nav-item:hover .nav-link,
header .navbar .nav-item:focus .nav-link {
    color: #ee7003;
}
header .navbar .nav-item.current-menu-item .nav-link:after,
header .navbar .nav-item:hover .nav-link:after,
header .navbar .nav-item:focus .nav-link:after {
    transform: scaleX(1) !important;
}
.navbar-brand {
    position: absolute;
    background: #101010;
    top: 1rem;
    left: 1rem;
    padding: 1.25rem;
}
.navbar-brand img {
    width: 145px;
}
.flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 3rem;
}
.flickity-page-dots .dot {
    background:var(--base); /* Ursprunglig bakgrund */
}
.flickity-button {
    background: #ee7003;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19);
    z-index: 500;
    transition: 0.3s;
    border-radius: 0;
    width: 40px;
    height: 50px;
}
.flickity-button-icon {
    fill: #fff;
}
.flickity-button:hover,
.flickity-button:focus {
    background: #ee7003;
}
.flickity-button:hover .flickity-button-icon,
.flickity-button:focus .flickity-button-icon, {
    fill: #fff;
}
.flickity-prev-next-button.previous {
    left: 0;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.flickity-prev-next-button.next {
    right: 0;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 32%;
    top: 33%;
    width: 35%;
    height: 35%;
}
.carousel {
    position: relative;
}
.carousel .carousel-cell {
    width: 500px;
    margin-right:1.5rem;
    border:1px solid #e8cbad;
}
/*
.carousel .carousel-cell img {
    filter: blur(5px);
}
.carousel .carousel-cell.is-selected img {
    filter: blur(0px);
}
*/
.carousel .multi-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0.5rem 0.75rem 0.5rem;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
}

/* Image container with dynamic height */
.img-container {
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  object-fit: cover;
  width: 100%;
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
}

#carouselDots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top:0rem;
    position: absolute;
    bottom: -2rem;
    left: -1rem;
    width: 100%;
}
#carouselDots .dot {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}
#carouselDots .dot.active {
    background: #ff7b00; /* Orange */
}

.ticker {
    overflow: hidden;
    position: relative;
    height: 30px;
    background: #101010;
}

.ticker-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    position: relative;
}

#usp-ticker {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    white-space: nowrap;
    transform: translateX(0);
    will-change: transform;
}

#usp-ticker li {
    display: inline-flex;
    align-items: center;
    padding: 2px 30px 0 30px;
    font-size: 0.7em;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 30px;
    color:#f6ede4;
    font-family: "Contrail One", sans-serif;
}

#usp-ticker li i {
    font-size: 150%;
    margin-right: 0.4rem;
    color: #ffc900;
}
.service .service-usp-content {
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
    color: #fff;
}
.service .container {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 100;
}
.service .service-usp-holder {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
    display: flex;
    align-items: center;
}
/* När sidan laddats */
.service .service-usp-holder.fade-in {
    opacity: 1;
    transform: translateX(0);
}
.service .service-img-holder {
    position: relative;
}
.service .service-img-holder .video-holder,
.service .service-img-holder figure {
    position: relative;
    height: 110%;
}
.service .service-img-holder .video-holder video,
.service .service-img-holder figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.inner {
    padding-top: 11rem;
    padding-bottom: 8rem;
    padding-right: 5rem;
    padding-left: 4rem;
    max-width: 650px;
    margin-left: auto;
}
.inner ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.inner ul li {
    display: flex;
    line-height: 1;
    font-weight: 500;
    align-items: center;
    margin-bottom: 0.25rem;
}
.inner ul li i {
    font-size: 135%;
    margin-right: 0.5rem;
    color: #ffc900;
}
/* WHY US */
.why-us {
    position: relative;
    padding: 10rem 0;
    background-attachment: fixed;
    background-size:cover;
}
.why-us::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #101010;
    z-index: 50;
    opacity: 0.8;
}
.why-us .container {
    position: relative;
    z-index: 100;
}
.why-us .card .card-wrapper {
    flex-direction: row;       /* rad istället för kolumn */
    gap: 0;               /* avstånd mellan bild och text */
    height: auto;              /* låt höjden anpassa sig */
    padding: 0;
    height: 100%;
    background: #fff;
    padding: 2rem;
}
/* Bilden */
.why-us .card .card-wrapper figure {
    flex: 0 0 40px;            /* fast bredd för ikonen/bilden */
    margin: 0 1rem 0 0;
}

.why-us .card .card-wrapper figure img {
    object-fit: contain;
    height: auto;
    display: block;
}
/* Texten */
.why-us .card .card-wrapper .card-body {
    flex: 1;                   /* ta resterande bredd */
    padding: 0;                /* tar bort extra padding */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* Rubrik + text */
.why-us .card .card-wrapper .card-body h3 {
    margin-bottom: 0.4em;
}
.why-us .card .card-wrapper .card-body p {
    margin: 0;
    font-size: 75%;
}
.why-us .service-img-holder figure,
.why-us .video-holder {
    height: 100%;
}
.why-us .service-img-holder figure img,
.why-us .video-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.half-half-thumbnail {
    position: relative;
}
.half-half-thumbnail figure {
    position: relative;
    width: 100%;
    height: 110%;
}
.half-half-thumbnail figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.half-half-content-txt {
    max-width: 770px;
    margin: 0 auto;
    padding: 8rem 3rem;
    color: #fff;
}
.half-half ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.half-half ul li i {
    color: #ffc900;
    font-size: 135%;
    margin-right: 0.5rem;
}
.half-half {
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
}
.half-half:nth-of-type(even) .row {
    flex-flow: row-reverse wrap;
}
.half-half:nth-of-type(odd) {
    background: #333333;
    background: radial-gradient(circle, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 53%);
}
.banner-numbers-wrapper {
    position: absolute;
    top: -45%;
    right: 4rem;
    width: 405px;
    padding: 4rem;
    text-align: center;
    background: #ee7003;
}
.banner-number-wrap {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.banner-number-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.number-big-banner {
    font-size: 5.3em;
    color: #fff;
    font-family: "Contrail One", sans-serif;
}
.accordion,
.accordion-item {
    border:none;
}
.accordion-item:first-child .accordion-button {
    padding-top: 0 !important;
}
.accordion,
.accordion-item,
.accordion-header,
.accordion-button {
    background: none;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.accordion-button {
    padding: 0.75rem 0;
    border-top: 1px solid #c3baab;
    font-size: 110%;
    font-family: "Contrail One", sans-serif;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.accordion-button:not(.collapsed),
.accordion-button:hover,
.accordion-button:focus {
    color: #ee7003 !important;
}
.accordion-item:first-child .accordion-button {
    border-top: 0;
}
.accordion-button:not(.collapsed) {
    background: none;
}

.contact #more h2,
.contact #more h3,
.contact #more h4 {
    font-size: 2rem;
}

#seo .container .cell-1 {
    margin-top: 1rem;
}
#seo .columns {
    display: block !important;
    margin-top: 1rem;
}
#seo .columns.hidden {
    display: none !important;
}
#seo .button span:last-of-type {
    display: none;
}
#seo .button.active span:first-of-type { display: none; }
#seo .button.active span:last-of-type { display: inline; }
.steps .accordion-button {
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
}
.steps .accordion-button span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    border:1px solid #ee7003;
    color: #ee7003;
    margin-right: 1rem;
    border-radius: 500px;
    padding-top: 0.35rem;
    transition: 0.4s;
    font-family: "Contrail One", sans-serif;
    font-size: 2rem;
}
.steps .accordion-button:not(.collapsed) span {
    background-color: #ee7003;
    color: #fff;
}
.steps figure {
    width: 100%;
    height: 100%;
}
.steps figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

footer {
    padding: 8rem 0;
    background: #333333;
    background: radial-gradient(circle, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 53%);
}
footer .footer-logo {
    max-width: 200px;
}
.banner figure img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.banner figure::before {
    content:"";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EE7003;
    background: linear-gradient(47deg, rgba(238, 112, 3, 1) 20%, rgba(255, 255, 255, 0) 51%, rgba(26, 26, 26, 1) 79%);
}
.banner .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 200;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner .banner-caption h1 {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    color: #fff;
}
.banner #seo {
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
    color: #fff;
    padding: 3.5rem 6rem;
    margin-top: -13rem;
    position: relative;
    z-index: 100;
    max-width: 1000px;
}
.single-content-wrapper figure.single-thumbnail {
    background: #000;
    width: 100%;
    height: 100%;
}
.single-content-wrapper figure.single-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-content-wrapper figure.single-thumbnail-booking img {
    object-fit: cover;
}
.single-content-wrapper .single-content {
    padding:2rem 0;
}
.single-content-inner {
    padding: 3rem;
}
.single-content-inner p {
    max-width: 700px;
}
.single-content-wrapper .checkboxes {
    padding: 3rem;
    color: #fff;
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
}
.ff-default .ff-el-form-control {
    border-radius: 0 !important;
    font-size: 1.2rem !important;
    padding: 17px !important;
    border-color:#e8cbad !important;
}
.checkboxes-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolumner i varje rad */
    gap: 0.75rem; /* Avstånd mellan varje element */
}
.checkbox-holder span {
    font-weight: 500;
}
.checkbox-holder-opacity span {
    opacity: 0.5;
}
.single-content-wrapper .checkboxes .row {
    max-width: 800px;
}
.contact-hero {
    color: #fff;
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
}
.contact-hero .breadcrumb-item+.breadcrumb-item::before,
.contact-hero .breadcrumb-item.active {
    color: #fff;
}
.contact-hero .contact-box {
    border-top:1px solid #ffc900;
    padding-top: 2rem;
    margin-top: 2rem;
}
.contact-hero .contact-content .action:hover,
.contact-hero .contact-content .action:focus {
    color: #fff;
}
.contact-hero .contact-content .action::after {
    background: #ffc900;
}
.contact-hero .contact-thumbnail figure,
.contact-hero .contact-thumbnail figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contact-content-inner {
    padding: 6rem 4rem;
    max-width: 800px;
}
.welcome .welcome-img-lg  {
    height:650px;
}
.welcome .welcome-img-lg img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.welcome .welcome-img-sm img {
    object-fit:cover;
    height:100%;
}
.alert {
    padding: 2rem 2.5rem;
    border:0;
    color: #fff;
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
}
.time-table h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.inner-bg {
    overflow: hidden;
    border: 1px solid #e8cbad;
    background: #fff;
}
.week-day {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    margin: 0;
}
.light-bg {
    background: #fcf5ed;
}
.today {
    background: #ffecd3;
    font-weight: 600;
    border-left: 5px solid #f63d00;
}
.week-day dt {
    font-weight: 500;
}
.week-day dd {
    margin: 0;
    font-weight: 400;
}
.additional-info {
    margin-top: 20px;
    background: #f6ede4;
    padding:1.5rem 2rem;
    text-align: center;
    border: 1px solid #f63d00;
}
/* Responsive */
@media (max-width: 480px) {
    .week-day {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
    .today {
        border-left: none;
        border-top: 5px solid #3b82f6;
    }
}
.error-wrapper {
    background: #ffc900;
}
.error-content .error-content-inner {
    padding: 6rem 4rem;
    max-width: 800px;
}
.big-title {
    color: #f63d00;
    margin: 0;
    font-size: 172px;
    font-weight: 700;
    line-height: 1;
}
.error-thumbnail figure,
.error-thumbnail figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 600px;
}

.hero-service {
    background: #333333;
    background: radial-gradient(circle, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 53%);
    padding: 6rem 0 12rem 0;
    color: #fff;
}
.hero-service #seo .cell-2 {
    text-align: center;
}
.hero-service #seo .action {
    margin-left: auto;
    margin-right: auto;
}
.hero-service ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.hero-service ul li i {
    color: #ffc900;
    font-size: 135%;
    margin-right: 0.5rem;
}
.cards-service {
    margin-top: -8rem;
}
.facts {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3rem;
    padding-right: 3rem;
}
.facts .col-md-6 {
    padding: 15px;
}
.facts h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
.facts .fact-item {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #e8cbad;
}
.facts .fact-item span {
    font-weight: bold;
}
.rank-math-breadcrumb {
    margin-bottom: 2.5rem;
    font-size: 85%;
}
.rank-math-breadcrumb a {
    transition: 0.3s;
}
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:focus,
.rank-math-breadcrumb .last {
    opacity: 0.5;
}
.hero-service .col-auto {
    max-width: 800px;
}
.row-img-height img {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
}
.content .sidebar-menu {
    border-right: 1px solid #f96f1d;
    padding-right: 2rem;
    margin-right: 2rem;
    height: 100%;
}
.error-page {
    background: #f63d00;
    background: linear-gradient(15deg, rgba(246, 61, 0, 1) 0%, rgba(246, 104, 0, 1) 33%, rgba(253, 173, 0, 1) 100%);
    color: #fff;
}
@media only screen and (max-width: 1400px) {
    body {
        font-size: 1.35rem;
    }
    h1, .h1 {
        font-size: 3.75rem;
    }
    h2, .h2 {
        font-size: 3.25rem;
    }
    .action {
        font-size: 1.55rem;
    }
    .navbar-brand img {
        width: 125px;
    }
    header .row {
        min-height: 102px;
    }
    header .btn,
    header .navbar .nav-item .nav-link {
        font-size: 1.3rem;
    }
    header .navbar .nav-item .nav-link {
        margin: 0 0.45rem;
    }
    header .navbar .navbar-top li a.nav-link {
        font-size: 1rem;
    }
    header .btn,
    header .navbar .nav-item .nav-link {
        font-size: 1.3rem;
    }
    header .btn {
        padding: 1rem 0.7rem 0.88rem 0.7rem;
    }
    .inner {
        padding-top: 6rem;
        padding-bottom: 5rem;
        padding-right: 2rem;
        padding-left: 2rem;
        max-width: 550px;
    }
    .container-fluid,
    .container {
        padding: 0 2rem;
    }
    .intro {
        margin-bottom: 2.5rem;
    }
    .content-holder {
        margin-bottom: 8rem !important;
    }
    .single-content-wrapper .single-content {
        padding: 0;
    }
}
@media only screen and (max-width: 1200px) {
    h1, .h1 {
        font-size: 3.25rem;
    }
    h2, .h2 {
        font-size: 2.75rem;
    }
    h3, .h3 {
        font-size: 2.2rem;
    }
    h4, .h4 {
        font-size: 2rem;
    }
    .action {
        font-size: 1.45rem;
    }
    header .row {
        min-height: 90px;
    }
    .navbar-brand {
        padding: 0.8rem;
    }
    .navbar-brand img {
        width: 100px;
    }
    header .btn {
        padding: 0.7rem 0.5rem 0.55rem 0.5rem;
    }
    header .btn,
    header .navbar .nav-item .nav-link {
        font-size: 1.2rem;
    }
    header .navbar .navbar-top li a.nav-link {
        font-size: 0.8rem;
        padding: 0.45rem 0.45rem 0.4rem 0.45rem;
    }
    #usp-ticker li {
        padding: 2px 10px 0 10px;
        font-size: 0.6em;
        line-height: 30px;
    }
    .square {
        width: 25px;
        height: 25px;
    }
    .container-fluid,
    .container {
        padding: 0 1.5rem;
    }
    .intro {
        margin-bottom: 2rem;
    }
    .content-holder {
        margin-bottom: 6rem !important;
    }
    .carousel .carousel-cell {
        width: 400px;
        margin-right: 2rem;
    }
    .banner-numbers-wrapper {
        top: -4rem;
    }
    .banner-numbers-wrapper {
        width: 350px;
    }
    .number-big-banner {
        font-size: 4.3em;
    }
    .steps .accordion-button {
        padding: 2rem 0;
    }
    .why-us {
        padding: 7.5rem 0;
    }
    .hero-service {
        padding: 4rem 0 10rem 0;
    }
    footer {
        padding: 6rem 0;
    }
    .single-content-wrapper .single-content .single-content-inner {
        padding: 2rem;
    }
    .single-content-wrapper .checkboxes {
        padding: 2rem;
    }
    .facts {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .checkboxes-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================
   MOBILMENY – SLIDE IN FRÅN HÖGER
   ============================ */
@media (max-width: 991px) {

  /* Själva menyn */
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 95%;
    height: 100vh;
    min-height: 100vh;
    background-color: #fff;
    padding: 2.25rem;
    z-index: 1050;
    overflow-y: auto;
    transition: right 0.35s ease-in-out;
  }

  /* Öppet läge */
  .navbar-collapse.show {
    right: 0;
  }

  /* Menylistan */
  .navbar-nav {
    align-items: flex-start !important;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    font-size: 1.25rem;
    padding: 0.75rem 0;
  }

  /* CTA-knappen */
  .navbar-nav .btn {
    width: 100%;
    margin-top: 1.5rem;
  }

  /* Overlay */
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    width: 100%;
    height: 100%;
  }

  /* Overlay synlig när meny är öppen */
  .mobile-menu-overlay.is-active {
    opacity: 1;
    pointer-events: all;
  }

  /* Lås scroll */
  body.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 991px) {

  .mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1060;
  }

  .mobile-menu-close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    padding: 0;
    display: block;
  }

  .mobile-menu-close-btn:hover {
    opacity: 0.7;
  }
}


@media only screen and (max-width: 998px) {
    body {
        font-size: 1.25rem;
    }
    h1, .h1 {
        font-size: 2.85rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
    }
    .action {
        font-size: 1.35rem;
    }
    .btn {
        padding: 1rem 0.5rem 0.8rem 0.5rem;
        margin-top: 1.5rem;
        font-size: 1.3rem;
    }
    .btn span {
        padding: 0 1rem;
    }
    .navbar-toggler {
        margin-right: 11.5rem;
    }
    header .row {
        min-height: 92px;
    }
    header .navbar .nav-item .nav-link {
        font-size: 1.75rem;
        margin: 0 0 0.35rem 0;
    }
    header .navbar .btn {
      margin-top: 1rem !important;
      margin-left: 0 !important;
      width: fit-content;
      padding: 1rem;
      font-size: 1.75rem !important;
    }
    .half-half-thumbnail figure {
        margin-bottom: 0;
    }
    .service-img-holder {
        flex:none !important;
    }
    .half-half-thumbnail figure,
    .service .service-img-holder .video-holder,
    .service .service-img-holder figure {
        height: 400px;
    }
    .container-fluid,
    .container {
        padding: 0 1rem;
    }
    .intro {
        margin-bottom: 1.5rem;
    }
    .content-holder {
        margin-bottom: 4rem !important;
    }
    .card .card-wrapper {
        flex-flow: nowrap;
    }
    .banner-numbers-wrapper {
      width: 300px;
    }
    .number-big-banner {
        font-size: 3.3em;
    }
    .banner-numbers-wrapper {
        padding: 2rem;
    }
    .contact-content-inner,
    .half-half-content-txt,
    .inner {
        max-width: 100%;
        padding: 3rem;
        margin-left: 0;
    }
    .steps-img,
    .welcome .welcome-img-sm {
        display: none;
    }
    .single-content-wrapper .single-content {
        padding: 0;
    }
    .single-content-wrapper .single-content .single-content-inner {
        padding: 1rem;
    }
    .single-content-wrapper .checkboxes {
        padding: 1rem;
    }
    .facts {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .facts .fact-item {
        padding-top: 0.5rem;
        margin-top: 0.5rem;
    }
    .checkboxes-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .checkboxes-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .content .sidebar-menu {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        height: auto;
    }
}

@media only screen and (max-width: 998px) {

  .sidebar-scroll {
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .sidebar-menu-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    min-width: max-content !important;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }

  .sidebar-menu-list li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* 🔥 KRITISKT: override .action */
  .sidebar-menu-list .action {
    display: inline-flex !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0.5rem 0;
    white-space: nowrap;
  }
}



@media only screen and (max-width: 767px) {
    h1, .h1,
    h2, .h2 {
        font-size: 2.5rem;
    }
    h4, .h4,
    h3, .h3 {
        font-size: 1.85rem;
    }
    .action {
        font-size: 1.25rem;
    }
    #usp-ticker li {
        font-size: 0.5em;
    }
    header .row {
        min-height: 63px;
    }
    header .navbar .navbar-top {
        top: 0.3rem;
    }
    header .navbar-toggler {
        padding: 0.25rem 0.5rem;
        margin-left: 6.5rem;
        margin-top: 0.15rem;
    }
    header .navbar .navbar-top li a.nav-link {
        font-size: 0.7rem;
        padding: 0.35rem 0.45rem 0.3rem 0.45rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        margin-left: 7rem;
        margin-top: 0.25rem;
    }
    .navbar-brand {
        top: 0.5rem;
        left: 0.5rem;
        padding: 0.55rem;
    }
    .navbar-brand img {
        width: 70px;
    }
    .square {
        width: 16px;
        height: 16px;
    }
    .half-half-content-txt,
    .inner {
        padding: 1.5rem;
    }
    .half-half-thumbnail figure,
    .service .service-img-holder .video-holder,
    .service .service-img-holder figure {
        height: 100%;
    }
    .container-fluid,
    .container {
        padding: 0 0.75rem;
    }
    .card .card-wrapper .card-body {
        padding: 1.5rem;
    }
    .card .card-wrapper {
        flex-flow: column;
    }
    .content-holder {
        margin-bottom: 3rem !important;
    }
    .banner-numbers-wrapper {
        padding: 1.5rem;
        right: 1rem;
    }
    .banner-number-wrap {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .number-big-banner {
        font-size: 3em;
    }
    .welcome .welcome-img-lg {
        height:550px;
    }
    .banner-numbers-wrapper {
        top: -2rem;
        width: 220px;
    }
    .steps .accordion-button span {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    .steps .accordion-button {
        padding: 1.5rem 0;
    }
    .carousel .carousel-cell {
        width: 85%;
        margin-right: 1rem;
    }
    .contact-content-inner,
    .half-half-content-txt,
    .inner {
        padding: 1rem;
    }
    .contact-hero .contact-box {
        padding-top: 1rem;
        margin-top: 1rem;
    }
    .btn {
        margin-top: 1rem;
    }
    .btn-outline:hover span,
    .btn-outline:focus span {
        color: #101010 !important;
    }
    .btn-outline-black:hover span,
    .btn-outline-black:focus span {
        color: #101010 !important;
    }
    .btn::before,
    .action::after,
    header .navbar .nav-item .nav-link::after {
        display: none !important;
    }
    .accordion-button {
        padding: 0.5rem 0;
        font-size: 95%;
    }
    .why-us {
        padding: 5rem 0;
    }
    .hero-service {
        padding: 3rem 0 8rem 0;
    }
    .checkboxes-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner figure img {
        height: 300px;
    }
    .rank-math-breadcrumb {
       margin-bottom: 1.5rem;
    }
    .cards-service {
        margin-top: -6rem;
    }
    .intro {
        margin-bottom: 1rem;
    }
    .why-us .card .card-wrapper figure {
        flex: 0 0 28px;
    }
    .why-us .card .card-wrapper {
        padding: 1rem;
    }
    footer {
        padding: 4rem 0;
    }
}
