/*
Theme Name: NEKTAB Theme
Description: NEKTAB Wordpress Theme
Author: Gullström & Co
Template: flatsome
Version: 3.0
*/

.grecaptcha-badge {
    visibility: hidden;
}

@font-face {
    font-family: "SupplyReg";
    src:
        url("fonts/SupplyRegular.woff2") format("woff2"),
        url("fonts/SupplyRegular.woff") format("woff"),
        url("fonts/SupplyRegular.otf") format("opentype");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "SupplyMed";
    src:
        url("fonts/SupplyMedium.woff2") format("woff2"),
        url("fonts/SupplyMedium.woff") format("woff"),
        url("fonts/SupplyMediumr.otf") format("opentype");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "SupplyBold";
    src:
        url("fonts/SupplyBold.woff2") format("woff2"),
        url("fonts/SupplyBold.otf") format("opentype");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "SupplyLight";
    src:
        url("fonts/SupplyLight.woff2") format("woff2"),
        url("fonts/SupplyLight.otf") format("opentype");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Muli";
    src: url("fonts/muli-regular.woff2") format("woff2");
    font-weight: normal;
    font-display: swap;
}

body {
}

main p,
main span,
main a {
    font-size: 1rem !important;
    font-family: "Muli", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

main p strong {
    font-size: 1rem !important;
    font-family: "Muli", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.sub-text p:first-child {
    font-size: 1rem !important;
    font-family: "Muli", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: "SupplyReg", sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

h1 {
}

h2 {
    font-size: 2.4rem;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
}

p a {
    text-decoration: underline !important;
}

@media only screen and (max-width: 849px) {
    h2 {
        font-size: 1.8rem;
    }
}

.py {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.mb-0,
.mb-0 p {
    margin-bottom: 0 !important;
}

/*************** Job archive  ***************/
.filter-bar {
    display: flex;
    align-items: stretch;
    gap: 1rem;

    & .facetwp-facet {
        margin: 0;
    }

    & .facetwp-input-wrap,
    .fs-wrap {
        width: 100%;
        height: 100%;
    }

    & .fs-label-wrap {
        height: 100%;
        display: flex;
        align-items: center;

        & .fs-label {
            width: 100%;
            padding: 0.5rem 1rem;
        }
    }

    & .facetwp-type-search {
        flex-basis: 50%;

        & .facetwp-search {
            height: 100%;
            padding: 0.5rem 1rem;
        }
    }

    & .facetwp-type-fselect {
        flex-basis: 25%;

        & input {
            margin: 0;
        }
    }

    .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
        background-color: var(--fs-color-primary);
        border-color: transparent;
    }
}

.overlay-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
}

.job.box {
    padding: 30px;
    background-color: #f7f7f7;

    &:hover {
        background-color: #e2e2e2;
    }
}

.job.box.is-spontan {
    padding: 0;
    background-color: #5fc891;
    display: flex;

    & .box-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;

        & h2,
        p {
            color: #000;
        }
    }
}
.job.pill span {
    line-height: 1;
    font-size: 0.8rem !important;
    color: #000;
}

/* Återställ fet text för rubriker i job/utbildning-kort
   (overridar global "main p strong { font-weight: normal !important }"). */
.box.job .box-text p strong {
    font-weight: 700 !important;
}

/* Kort med knapp längst ner: gör article + box-text till flex-kolumner
   så att .utb-card-button alltid sitter i botten även när korten har
   olika mycket text. Knappen läggs ovanpå overlay-link med z-index. */
.box.job {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box.job .box-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.box.job .utb-card-button {
    margin-top: auto;
    align-self: flex-start;
    margin-bottom: 0;
    position: relative;
    z-index: 31;
}
.box.job .utb-card-button i {
    margin-left: 6px;
}

.vscomp-ele {
    max-width: unset !important;
}

.vscomp-search-wrapper {
    display: none;
}

.header.transparent:not(.dark) .nav > li > a {
    color: #fff;
}

/*************** Buttons  ***************/
.button span {
    font-family: "SupplyReg" !important;
    font-weight: normal !important;
    font-size: 1.1rem;
}
/* Knapp-styling. Specificitet bumpas med "body" för att alltid vinna
   över Flatsomes egna .button-regler — på dev-miljön laddas
   flatsome-main.css EFTER theme/style.css i <head>, vilket innebär
   att samma-specificitet-regler där annars vinner. */
body .button,
body .wpcf7-submit {
    padding: 0.2rem 1.5rem !important;
    border-radius: 5px !important;
    font-family: "SupplyReg", sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

/* Tvinga uppercase även när Flatsomes .lowercase-klass är satt på knappar
   (t.ex. via UX Builders "Text Transform"-toggle). */
body .button.lowercase,
body .button.lowercase span,
body .button.uppercase,
body .button.uppercase span {
    text-transform: uppercase !important;
}

.button.is-link {
    padding: 0px !important;
}

@media only screen and (max-width: 849px) {
    .button.fw-small {
        width: 100%;
    }
    .button span {
        font-size: 0.9rem !important;
    }
}

/*************** Header & Navigation  ***************/
.header-full-width .container {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (max-width: 849px) {
    .header-full-width .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header .flex-left .header-nav {
    justify-content: center !important;
}

.nav {
}

.nav li a {
    font-size: 1rem !important;
    font-family: "SupplyMed" !important;
    font-weight: normal !important;
}

.nav-dark .nav > li > a {
    color: #fff !important;
    opacity: 1 !important;
}

.nav-dropdown > li > a {
    color: #000 !important;
}

.nav li.has-icon-left > a > img {
    margin-right: 10px;
}

.nav li ul li a:hover {
    padding-left: 25px;
}

@media only screen and (max-width: 1400px) {
    .header .nav li a {
        font-size: 0.8rem !important;
    }
    .header-full-width .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.single-nektab-jobb .header-wrapper:not(.stuck) .nav li .nav-top-link,
.single-nektab-jobb .header-wrapper:not(.stuck) .nav .nav-icon a,
.post-type-archive-nektab-jobb
    .header-wrapper:not(.stuck)
    .nav
    li
    .nav-top-link,
.post-type-archive-nektab-jobb .header-wrapper:not(.stuck) .nav .nav-icon a {
    color: #fff;
}

.header #menu-item-273 .nav-dropdown {
    min-width: 370px;
}

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: 0.95;
}

.off-canvas-center .mfp-content {
    max-width: 100%;
    overflow: visible;
    padding-left: 5vw;
    padding-right: 5vw;
}

.off-canvas-center .nav-vertical {
    width: 65%;
    align-items: flex-start;
}

.off-canvas-center .nav-vertical > li > a {
    justify-content: flex-start;
    font-family: "SupplyBold";
    font-weight: normal !important;
    font-size: 60px !important;
    line-height: 1.6 !important;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
}

.nav-sidebar.nav-vertical > li.menu-item.active {
    background-color: none !important;
}

.nav-sidebar.nav-vertical > li.menu-item:hover {
    background: none;
}

.nav-vertical li {
    display: inline-flex;
    width: fit-content !important;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    position: relative;
    padding-right: 30px;
}

.nav-vertical li .menu-link {
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}

.nav-vertical li:hover .cloned {
    opacity: 1;
    transform: translateY(0);
}

.nav-vertical li:hover .menu-link {
    opacity: 0;
    transform: translateY(-100%);
}

.off-canvas-center .nav-vertical > li > ul {
    padding-left: 30px;
}

.nav-vertical .sub-menu {
    padding: 30px 0 30px 30px !important;
}

.nav-vertical .sub-menu li {
    display: block !important;
}

.nav-vertical .sub-menu a {
    justify-content: flex-start !important;
    text-transform: uppercase;
    font-family: "SupplyBold";
    font-size: 2rem;
    color: #fff !important;
}

.off-canvas-center .nav-sidebar.nav-vertical > li .toggle {
    top: 30px;
    right: -5px;
    opacity: 1 !important;
}

.sidebar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.overlay-content {
    text-align: left;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-vertical .ux-sidebar-menu-icon {
    display: none !important;
}

@media only screen and (max-width: 1265px) {
    #logo {
        width: 200px !important;
    }
    .nav-spacing-xlarge > li {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 1440px) {
    .off-canvas-center .mfp-content {
        max-width: 100%;
        overflow: visible;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .off-canvas-center .nav-vertical {
        width: 75%;
    }
    .off-canvas-center .nav-vertical > li > a {
        justify-content: flex-start;
        font-family: "SupplyBold";
        font-weight: normal !important;
        font-size: 60px;
        margin-bottom: 0;
        padding: 0;
        color: #fff;
    }
}

@media only screen and (max-width: 849px) {
    .off-canvas-center .nav-vertical {
        width: 100%;
    }
    .off-canvas-center .nav-vertical > li > a {
        font-size: 1.5rem !important;
        padding: 0 !important;
    }
    .sidebar-menu {
        align-items: flex-start;
        flex-direction: column;
    }
    .overlay-content {
        margin: 30px 0 0 0 !important;
    }
    .off-canvas-center .nav-vertical li::before {
        display: none;
    }
    .nav-vertical li {
        margin-bottom: 8px !important;
        width: 100% !important;
        padding-right: 0 !important;
    }
    .off-canvas-center .mfp-content {
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-vertical .sub-menu {
        padding: 10px !important;
        align-items: flex-start !important;
    }

    .nav-vertical .sub-menu a {
        justify-content: flex-start !important;
        text-transform: uppercase;
        font-family: "SupplyBold";
        font-size: 1rem;
        color: #fff !important;
    }
    .off-canvas-center .nav-sidebar.nav-vertical > li .toggle {
        top: 0;
        right: 20%;
    }
    .mfp-wrap button.mfp-close {
        top: 25px !important;
        right: 40px;
    }
    .fixed-social-icons,
    .scroll-to-top {
        display: none !important;
    }
    .nav-vertical li:hover .cloned {
        transform: none !important;
    }

    .nav-vertical li:hover .menu-link {
        transform: none !important;
    }
    #logo {
        width: 200px !important;
    }
}

/*************** Global Layout  ***************/
.padding-section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.text-column .col-inner {
    padding: 30px 8%;
}
.half-bg-right,
.half-bg-left {
    position: relative;
}
.half-bg-right .section-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
}
.half-bg-left .section-bg {
    position: absolute;
    top: 0;
    width: 50%;
    bottom: 0;
    left: 0;
}

.light-green-bg {
    background: #e5f6ed;
    padding: 30px;
}

.row-collapse .line-heading {
    padding: 0 8% 0 8% !important;
}
.row-collapse .line-heading .col-inner {
    border-left: 1px solid #5fc891;
    padding-left: 60px;
}
.line-heading h2 {
    position: relative;
}
.line-heading h2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    left: -62px;
    background: #5fc891;
}
.line-heading .button {
    margin: 0;
}

@media only screen and (max-width: 1400px) {
    .row-collapse .line-heading {
        padding: 15px 30px 15px 30px !important;
    }
}

@media only screen and (max-width: 849px) {
    .padding-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .row-collapse .line-heading .col-inner {
        border-left: none;
        padding-left: 0;
    }
    .row-collapse .line-heading {
        padding: 30px !important;
    }
    .line-heading h2::before {
        display: none;
    }
}

.services-col .icon-box {
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 50px 0 50px 50px;
    transition: all 0.2s ease-in-out;
    height: 100%;
}
.services-col .icon-box:hover {
    background: rgba(94, 200, 145, 1) !important;
}
.services-col .icon-box .icon-box-text {
    padding: 0 !important;
    transition: all 0.2s ease-in-out;
}
.services-col .icon-box:hover .icon-box-text {
    transform: translateX(15px);
}

.services-col .icon-box .icon-box-img {
    width: auto !important;
    max-height: 45px;
}
.services-col .icon-box .icon-box-img img {
    padding: 0;
    max-height: 45px;
}

@media only screen and (max-width: 1200px) {
    .services-col .icon-box {
        align-items: center;
        gap: 15px;
        padding: 30px 0 30px 30px;
        transition: all 0.2s ease-in-out;
        height: 100%;
    }
    .services-col .icon-box .icon-box-img {
        width: auto !important;
        max-height: 30px;
    }
    .services-col .icon-box .icon-box-img img {
        padding: 0;
        max-height: 30px;
    }
}

.row .services-col:nth-child(2) .icon-box,
.row .services-col:nth-child(4) .icon-box,
.row .services-col:nth-child(6) .icon-box,
.row .services-col:nth-child(8) .icon-box {
    background: #e5f6ed;
}
.row .services-col:first-child .icon-box,
.row .services-col:nth-child(3) .icon-box {
    background: #fff;
}

@media only screen and (max-width: 849px) {
    .row .services-col:nth-child(1) .icon-box,
    .row .services-col:nth-child(3) .icon-box,
    .row .services-col:nth-child(5) .icon-box,
    .row .services-col:nth-child(7) .icon-box {
        background: #fff;
    }
    .row .services-col:nth-child(2) .icon-box,
    .row .services-col:nth-child(4) .icon-box,
    .row .services-col:nth-child(6) .icon-box,
    .row .services-col:nth-child(8) .icon-box {
        background: #e5f6ed;
    }
    .services-col .icon-box {
        gap: 15px !important;
        padding: 30px !important;
    }
    .services-col .icon-box .icon-box-img {
        width: 30px !important;
        max-width: 30px !important;
        max-height: auto;
    }
}

.anfang-icon.icon-box:not(:last-of-type) {
    margin-bottom: 40px;
}

.anfang-icon.icon-box {
    & .icon-box-img svg {
        max-height: 60px;
    }
}

/*************** Testimonial Box  ***************/
/* Layout via CSS Grid:
       rad 1: stjärnor      (spänner båda kolumnerna)
       rad 2: rubrik + citat (spänner båda kolumnerna)
       rad 3: avatar | namn + företag

   .icon-box-text använder display: contents så att dess barn
   (.star-rating, .testimonial-text, .testimonial-meta) blir
   direkta gridbarn och kan placeras med grid-area. */
/* Specificitet: .icon-box.testimonial-box (0,2,0) matchar Flatsomes
   .icon-box.icon-box-top — och med !important på layout-egenskaperna
   vinner vi även när Flatsome laddas senare i kaskaden (dev-miljön).

   Layout:
       rad 1: stjärnor (om visade)         spänner båda kolumnerna
       rad 2: rubrik + citat                spänner båda kolumnerna
       rad 3: avatar | namn + företag       avatar bottom-left, meta bottom-right */
.icon-box.testimonial-box {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-areas:
        "stars stars"
        "text  text"
        "image meta" !important;
    column-gap: 20px !important;
    row-gap: 16px !important;
    align-items: center !important;
    justify-items: start !important;
    flex-direction: unset !important;
    height: 100%;
    padding: 40px;
    background: #5fc891 !important;
    color: #000;
}

.testimonial-name-divider {
    display: none;
}

.icon-box.testimonial-box .icon-box-text {
    display: contents !important;
}

/* Rund avatar – behåll storleken som sätts inline (style="width: ..."). */
.testimonial-box .icon-box-img {
    grid-area: image;
}

.testimonial-box .testimonial-image.circle {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.testimonial-box .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Stjärnor (om visade) i mörkt så de syns på grön bakgrund. */
.testimonial-box .star-rating {
    grid-area: stars;
    color: #000;
    margin: 0;
}

.testimonial-box .star-rating::before,
.testimonial-box .star-rating span::before {
    color: #000;
}

/* Citatblock: rubrik (italic, uppercase, mörk) + brödtext (normal, mörk).
   .italic / .is-italic-klassen från Flatsome ger kursiv på allt — vi
   nollställer den för <p> så body-texten blir normal. */
.testimonial-box .testimonial-text {
    grid-area: text;
    margin: 0;
    font-style: normal !important;
}

.testimonial-box .testimonial-text h2,
.testimonial-box .testimonial-text h3,
.testimonial-box .testimonial-text h4 {
    font-size: 1.4rem !important;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #000 !important;
    font-family: "SupplyReg", sans-serif !important;
    text-transform: uppercase !important;
    font-style: italic !important;
    font-weight: normal !important;
}

.testimonial-box .testimonial-text p {
    margin: 0;
    line-height: 1.55;
    color: #000 !important;
    font-style: normal !important;
    font-family: "Muli", sans-serif !important;
}

/* Meta till höger om avataren: namn + företag staplade. */
.testimonial-box .testimonial-meta {
    grid-area: meta;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.testimonial-box .testimonial-name {
    font-family: "SupplyReg", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
}

.testimonial-box .testimonial-company {
    font-family: "Muli", sans-serif;
    font-size: 0.9rem;
    color: #000;
    opacity: 0.75;
}

@media only screen and (max-width: 849px) {
    .testimonial-box {
        padding: 30px;
        column-gap: 16px;
    }
    .testimonial-box .testimonial-image.circle {
        width: 70px !important;
    }
    .testimonial-box .testimonial-text h2,
    .testimonial-box .testimonial-text h3,
    .testimonial-box .testimonial-text h4 {
        font-size: 1.2rem !important;
    }
}

.accordion {
}

.accordion-title {
    border-top: none;
    padding: 0;
}

.accordion-title.active {
    background-color: rgba(255, 255, 255, 0);
}

.accordion .toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    max-width: 20px;
    width: 20px;
    min-height: 0;
    top: 0;
    transform-origin: 0;
    margin-right: 8px;
}

.accordion .toggle .icon-angle-down::before {
    content: "" !important;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #5ec891;
    line-height: 1 !important;
    left: calc(50% - 1px);
    top: calc(50% - 1px);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.accordion .toggle .icon-angle-down::after {
    content: "" !important;
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #5ec891;
    line-height: 1 !important;
    left: calc(50% + 4px) !important;
    top: calc(50% - 6px) !important;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.accordion .active .toggle {
    transform: none;
}
.accordion .active .toggle .icon-angle-down::after {
    opacity: 0;
    transform: rotate(-180deg);
}
.accordion .active .toggle .icon-angle-down::before {
    transform: rotate(360deg);
}

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

@media only screen and (max-width: 849px) {
    .text-column .col-inner {
        padding: 0;
    }
}

@media only screen and (max-width: 48em) {
}

.no-space-bottom {
    padding-bottom: 0 !important;
}

.timeline-tabs .nav {
    gap: 30px !important;
}

.timeline-tabs .nav li a span {
    font-family: "SupplyReg" !important;
    font-weight: normal !important;
    color: #000 !important;
}

.timeline-tabs .nav-line-bottom > li > a:before {
    background-color: #000 !important;
}

/*************** Frontpage  ***************/
.frontpage-hero {
    height: 100vh;
    height: 100dvh;
}

.frontpage-hero .text-box {
    padding-left: 15px;
    padding-right: 15px;
}

.frontpage-hero h1 {
}

.frontpage-hero p {
    font-size: 1.4rem !important;
}

.frontpage-hero .banner-layers {
    overflow: hidden !important;
}

.some-hero {
    width: auto !important;
    position: absolute !important;
    left: 60px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.some-hero a {
    background: #5fc891;
    color: #fff;
    margin: 0 !important;
    width: 30px;
    line-height: 30px;
    font-size: 1rem !important;
    text-align: center;
}

.some-hero a i {
    line-height: 30px;
}

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

@media only screen and (max-width: 849px) {
    .some-hero {
        display: none;
    }
}

@media only screen and (max-width: 48em) {
}

/*************** Subpage  ***************/
.subpage-title {
    height: 400px;
    background-color: #000 !important;
}

.subpage-title .text-box {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.subpage-title h1 {
}

.subpage-title p {
}

.contact-top h2 {
    margin-bottom: 0;
    color: #5fc891;
}

.contact-top .box-vertical {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
}

.contact-top .box-vertical .box-text {
    padding: 0;
}

.contact-top .box-vertical h4,
.contact-top .box-vertical .is-small {
    font-size: 1rem;
}

.contact-top .box-vertical br {
}

.number-boxes {
    padding-top: 350px !important;
}
.number-boxes .col {
    padding-bottom: 0 !important;
}
.number-boxes .col-inner {
    padding: 40px;
}

.number-counter {
    margin-bottom: 16px;
}

.number-counter h2 {
    margin: 0;
}

.number-counter.plus h2::before {
    content: "+";
}

.number-col-wrap {
    padding-bottom: 0 !important;
    padding-right: 60px !important;
}
.number-col-wrap .number-col {
    padding-bottom: 0 !important;
}
.number-col-wrap .number-col p {
    margin-bottom: 0;
}

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

@media only screen and (max-width: 849px) {
    .subpage-title .text-box {
        width: 100% !important;
        padding-top: 0;
    }

    .number-col-wrap {
        padding: 0 15px 30px !important;
    }
    .number-col-wrap .number-col {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 48em) {
    .contact-top .box-vertical {
        flex-direction: row;
        margin-top: 15px;
    }
    .contact-top .box-vertical .box-text {
        text-align: left !important;
    }
    .contact-top .box-vertical .box-image {
        width: 30% !important;
    }
}

/*************** Jobb & Partner Archive  ***************/
.isotope-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Three items per row */
    grid-auto-rows: 1fr;
}
.filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 30px;
}
.isotope-grid .nektab-jobb-item {
    width: calc(
        33.33% - 30px
    ); /* Explicitly set the width for each item, taking into account 16px gap */
    margin: 15px; /* Add margin to each item */
}
.nektab-jobb-item {
    background: #fff;
    padding: 30px;
    transition: all 0.2s ease-in-out;
}

.nektab-jobb-item:hover {
    background: #e5f6ed;
    cursor: pointer;
}

.nektab-jobb-item p {
    --max-lines: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    margin-bottom: 5px;
}

.nektab-jobb-item .button {
    margin: 0;
}

/*************** Jobb & Partner Single  ***************/
.job-contact-form {
    background: #e6f0f5;
    padding: 30px;
}

/*************** News archive and element  ***************/
.box-blog-post .box-text {
    padding: 30px;
    overflow: hidden;
}

.box-blog-post .image-cover img {
    object-position: 0 0 !important;
}

/*************** Footer  ***************/
.absolute-footer {
    display: none;
}

.footer-section {
}

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

@media only screen and (max-width: 849px) {
    .isotope-grid .nektab-jobb-item {
        width: 100%;
    }
    .filters {
        flex-direction: column;
    }
}

@media only screen and (max-width: 48em) {
}

/*************** Contact Form 7  ***************/
.cinode-form {
    & .wrap {
        padding: 0;
    }

    & br {
        display: none;
    }
}

label {
    font-weight: normal !important;
    font-family: "Muli", sans-serif !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    box-shadow: none !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
    box-shadow: none !important;
}

input[type="file"] {
    height: unset;
    padding: 1rem;
}

textarea {
    resize: none !important;
}

/***** Utbildning archive *******/
textarea {
    resize: none !important;
}

.utb-arkiv .col.medium-6 .col-inner {
    display: flex;
    & .button {
        margin-top: 20px;
    }
}

/***** Utbildning single *******/
.utb-info {
    background:;
}

.detail-box {
    background: rgb(230, 240, 245);
    padding: 30px;
}

.apply-section {
    background: rgb(229, 246, 237);
    padding: 90px !important;
}

/*************** FacetWP Utbildningskategori  ***************/
.arkiv .section-content .col.medium-6 .col-inner {
    display: flex;
}

.facetwp-facet-utbildningskategori {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.facetwp-facet-utbildningskategori .facetwp-radio {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    padding-left: 0;
    background-image: unset !important;
    cursor: pointer;
    font-family: "SupplyReg", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
}

.facetwp-facet-utbildningskategori .facetwp-counter {
    display: none;
}

.facetwp-facet-utbildningskategori .facetwp-radio::before {
    display: none !important;
}

@media only screen and (max-width: 849px) {
    .ub-details-grid .col {
        padding-bottom: 0 !important;
    }
    .ub-details-grid .col-inner {
        padding: 2px 0 !important;
    }
}

.facetwp-facet-utbildningskategori .facetwp-radio::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    transition: background 0.2s ease;
}

.facetwp-facet-utbildningskategori .facetwp-radio.checked::after {
    background: var(--fs-color-primary);
}

.facetwp-facet-utbildningskategori .facetwp-radio:hover::after {
    background: var(--fs-color-primary);
    opacity: 0.5;
}

.facetwp-facet-utbildningskategori .facetwp-radio.checked:hover::after {
    opacity: 1;
}
