@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --var-red-color: rgb(180, 3, 3);
    --var-blue-color: #004AAD;
    --var-light-blue-bg: rgb(239, 259, 255);
    --var-blue-secondary: #c3ddff;
    --var-blue-inside-seconday: #03387e;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 52px;
    font-weight: 500;
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    font-weight: 500;
}

p,
a,
span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.row {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row-centerized {
    max-width: 750px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row-centerized img {
    border-radius: 10%;
}

.container-integrity {
    align-items: center;
    justify-content: center;
    min-width: 980px;
    max-width: 980px;
}

.container {
    align-items: center;
    justify-content: center;
    min-width: 1180px;
    max-width: 1180px;
}

/* Kolumn bredder */

.col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    align-items: flex-start;
}

.col-lg-3 {
    flex: 0 0 33.3333333333333%;
    max-width: 33.3333333333333%;
}

.col-lg-23 {
    flex: 0 0 24.3333333333333%;
    max-width: 24.3333333333333%;
}

.col-lg-benefits {
    flex: 0 0 33%;
    max-width: 32.48%;
}

.row.benefits-first {
    padding-top: 40px;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-lg-48 {
    display: flex;
    flex-direction: column;
    flex: 0 0 49.9%;
    max-width: 49.9%;
    justify-content: center;
    /* Centrerar VERTIKALT */
    align-items: flex-start;
    /* Håller innehållet VÄNSTERJUST */
    text-align: left;
    /* Säkerställer att texten inte centreras */
}

.col-lg-48-img {
    display: flex;
    flex-direction: column;
    flex: 0 0 49.9%;
    max-width: 49.9%;
    justify-content: center;
    /* Centrerar VERTIKALT */
    align-items: center;
    /* Håller innehållet VÄNSTERJUST */
}

.col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.col-lg-steps {
    flex: 0 0 48%;
    max-width: 48%;
}

.col-lg-steps-services {
    flex: 0 0 46%;
    min-width: 46%;
    max-width: 46%;
}

.services-row {
    gap: 20px;
    padding-top: 20px;
}

.col-lg-whitespace {
    flex: 0 0 52%;
    max-width: 52%;
}

.card-wrapper {
    gap: 2em;
    display: flex;
    justify-content: center;
}

.card-big-wrapper {
    gap: 6em;
    display: flex;
    justify-content: center;
}

.bold-text {
    font-weight: bold;
    font-size: 18px;
}

.card-33-w {
    min-height: 400px;
    min-width: 340px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1), 0 16px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popular-card {
    border: 2.5px solid darkblue;
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.12), 4px 6px 12px rgba(0, 0, 0, 0.1), 0 16px 30px rgba(0, 0, 0, 0.1);
}

.card-number {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    min-width: 340px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

.card-number i {
    color: rgb(47, 47, 236);
    padding-bottom: 30px;
}

.card-number p {
    padding-top: 10px;
}

/* Hover-effekt för att lyfta fram kortet */
.card-33-w:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.15);
}

/* Header-stil */
/* Header-stil */
.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--var-blue-color);
    color: white;
    text-align: center;
    padding: 25px;
    border-radius: 12px 12px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    /* För att bandet ska kunna placeras korrekt */
    overflow: hidden;
    /* För att säkerställa att bandet inte går utanför headerns kanter */
}

/* Band för att markera populärt paket */
.ribbon {
    width: 120%;
    /* Ökar bredden för att säkerställa att hela texten får plats */
    height: 40px;
    /* Höjd på bandet */
    background: darkblue;
    color: white;
    position: absolute;
    top: -10px;
    /* Placerar bandet så att det täcker toppen */
    left: -45%;
    /* Justerar positionen så att hela texten syns korrekt */
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transform: rotate(-45deg);
    /* Ger den sneda looken */
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    /* Se till att bandet är ovanpå allt annat */
}

.ribbon span {
    display: block;
    line-height: 40px;
    /* Justerar linjehöjden för att matcha höjden */
    width: 88%;
    /* Fyller hela bandets bredd */
    text-align: center;
    /* Centrerar texten */
    position: relative;
    font-weight: bold;
}

/* Stil för kroppens innehåll */
.card-body {
    padding: 20px;
    flex-grow: 1;
}

.card-body p {
    padding-bottom: 20px;
}

.package-list {
    list-style: none;
    padding: 0;
}

.package-list li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.package-list li i {
    color: rgb(47, 47, 236);
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Snygg knapp i footern */
.card-footer {
    text-align: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 0 0 12px 12px;
}

.card-contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--var-blue-color);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.row-benefits {
    padding-top: 10px;
    gap: 15px;
}

.card-contact-button:hover {
    background-color: rgb(0, 0, 239);
    transform: translateY(-2px);
}

.container-header {
    height: 100px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container-header-special {
    height: 100px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container-header-2 {
    padding-bottom: 30px;
}

.container-header p {
    max-width: 650px;
    text-align: center;
}

.centerized.container-header {
    max-width: 720px;
}

.centerized {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.centerized-buttons {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: center;
}

.dark-blue-span {
    text-transform: uppercase;
    font-weight: bold;
    color: darkblue;
    padding-bottom: 5px;
}

.dark-blue-span-hero {
    text-transform: uppercase;
    font-weight: bold;
    color: darkblue;
    padding-bottom: 5px;
}

.main-bold {
    font-size: 19px !important;
    font-weight: 500;
}

.package-list {
    list-style-type: none;
}

.package-list i {
    padding-right: 10px;
}

.hero-main-image-wrapper-2 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-main-image-wrapper-2 img {
    width: 480px;
    height: auto;
    position: relative;
    z-index: 200 !important;
    border-radius: 20px;
    /* Placera framför allt */
}



.hero-main-image-wrapper-3 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-main-image-wrapper-3 img {
    width: 480px;
    height: auto;
    position: relative;
    z-index: 200 !important;
    border-radius: 20px;
    /* Placera framför allt */
}

.hero-main-image-wrapper img {
    width: 620px;
    height: auto;
    position: relative;
    z-index: 200 !important;
    /* Placera framför allt */
}

/* Animering för att rotera cirkeln med dynamiska steg */
@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    5% {
        transform: translate(-50%, -50%) rotate(18deg);
    }

    10% {
        transform: translate(-50%, -50%) rotate(36deg);
    }

    15% {
        transform: translate(-50%, -50%) rotate(54deg);
    }

    20% {
        transform: translate(-50%, -50%) rotate(72deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    30% {
        transform: translate(-50%, -50%) rotate(108deg);
    }

    35% {
        transform: translate(-50%, -50%) rotate(126deg);
    }

    40% {
        transform: translate(-50%, -50%) rotate(144deg);
    }

    45% {
        transform: translate(-50%, -50%) rotate(162deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    55% {
        transform: translate(-50%, -50%) rotate(198deg);
    }

    60% {
        transform: translate(-50%, -50%) rotate(216deg);
    }

    65% {
        transform: translate(-50%, -50%) rotate(234deg);
    }

    70% {
        transform: translate(-50%, -50%) rotate(252deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(270deg);
    }

    80% {
        transform: translate(-50%, -50%) rotate(288deg);
    }

    85% {
        transform: translate(-50%, -50%) rotate(306deg);
    }

    90% {
        transform: translate(-50%, -50%) rotate(324deg);
    }

    95% {
        transform: translate(-50%, -50%) rotate(342deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Animering för att gradvis ändra färgen med fler steg och smidigare övergångar */
@keyframes changeColor {
    0% {
        background: linear-gradient(135deg, #4b6cb7, #182848);
    }

    10% {
        background: linear-gradient(135deg, #475a96, #1b1f3a);
    }

    20% {
        background: linear-gradient(135deg, #425187, #1a1e36);
    }

    30% {
        background: linear-gradient(135deg, #3e4978, #191d33);
    }

    40% {
        background: linear-gradient(135deg, #394169, #181c30);
    }

    50% {
        background: linear-gradient(135deg, #35395a, #171a2c);
    }

    60% {
        background: linear-gradient(135deg, #394169, #181c30);
    }

    70% {
        background: linear-gradient(135deg, #3e4978, #191d33);
    }

    80% {
        background: linear-gradient(135deg, #425187, #1a1e36);
    }

    90% {
        background: linear-gradient(135deg, #475a96, #1b1f3a);
    }

    100% {
        background: linear-gradient(135deg, #4b6cb7, #182848);
    }
}

.cta-container {
    gap: 20px;
    display: flex;
    flex-direction: row;
    padding-top: 30px;
}

.choose-image {
    max-width: 550px;
}

.choose-image-bigger {
    margin-top: 25px;
    border-radius: 8px;
    max-width: 800px;
}

.btn.btn-blue-color {
    color: #fff;
    background-color: var(--var-blue-color);
}

.btn.btn-secondary-color {
    color: var(--var-blue-inside-seconday) !important;
    background-color: var(--var-blue-secondary) !important;
    font-weight: 500;
}

.btn.btn-red-color {
    color: #fff;
    background-color: var(--var-red-color);
}

.btn {
    border: 0 solid transparent;
    border-radius: 7px 7px 7px 0;
    transition: border-radius .7s ease-in-out;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    display: inline-block;
    position: relative;
}

.btn.large {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

.btn.smaller {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
}

.btn.f-w {
    min-width: 250px;
}

.btn.s-w {
    min-width: 200px;
}

section.main-hero {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--var-light-blue-bg);
    padding: 60px 0;
}

/* Outline-halvcirkel */
section.main-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 5px solid #0b3d91;
    /* mörkblå kant */
    border-radius: 50%;
    background: transparent;
    bottom: -250px;
    left: -250px;
    z-index: -1;
    pointer-events: none;
    /* säkerhet */
}

/* Mobil */
@media (max-width: 768px) {
    section.main-hero::before {
        width: 250px;
        height: 250px;
        top: -175px;
        right: -175px;
        bottom: auto;
        left: auto;
        opacity: 0.2;
    }
}


/* Transparent sektion */

section.transparent {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 60px 0;
}

/* Outline-halvcirkel */
section.transparent::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border: 5px solid #0b3d91;
    /* mörkblå kant */
    border-radius: 50%;
    background: transparent;
    bottom: -250px;
    left: -250px;
    z-index: -1;
    pointer-events: none;
    /* säkerhet */
}

/* Mobil */
@media (max-width: 768px) {

    section.transparent::before {
        bottom: -250px;
        right: -250px;
        left: auto; /* viktigt – tar bort desktop-positioneringen */

        width: 350px;
        height: 350px;

        opacity: 0.2;
    }

    section.transparent {
        display: flex;
        flex-direction: column;
    }

    section.transparent .col-lg-48-img {
        order: -1;
    }
}


section.roll-companies {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--var-blue-secondary);
}

/* Companies carousel */

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* Endast halva eftersom vi dubblar loggorna */
    }
}

.logos {
    display: none !important;
    padding-top: 40px;
    overflow: hidden;
    width: 100% !important;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
}

.logos:after {
    right: 0;
}

.logo_items {
    display: flex;
    gap: 40px;
    animation: 15s slides infinite linear;
    align-items: center;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 65px;
    width: auto;
}

section.integrity {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-color: #fff;
}

section.cookie-policy {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-color: #fff;
}

section.gdpr-policy {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-color: #fff;
}

.integrity-text {
    padding-top: 20px;
}

.integrity-h {
    padding-top: 20px;
}

.cookie-text {
    padding-top: 20px;
}

.cookie-h {
    padding-top: 20px;
}

.gdpr-text {
    padding-top: 20px;
}

.gdpr-h {
    padding-top: 20px;
}

.container-integrity ul {
    padding-top: 20px;
    list-style-type: none;
}

section.services-hero {
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--var-light-blue-bg);
    padding: 60px 0;
}

section.choose-experience {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 60px 0;
}

section.recruitment-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 60px 0;
}

section.services {
    background-color: #fff;
    height: 1050px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    padding-bottom: 150px;
    padding-top: 140px;
}

section.steps {
    height: 1150px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 0;
    padding-bottom: 50px;
    padding-top: 50px;
}

section.steps-services {
    height: 1050px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.industries {
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    padding-bottom: 140px;
    background-color: #fff;
}

section.why-portal {
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-color: #fff;
}

section.all {
    height: 1500px;
}

section.us {
    height: 1150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    padding-bottom: 140px;
    background-color: var(--var-light-blue-bg);
}

.profile-image {
    max-height: 250px;
    width: auto;
}

section.candidate-landing {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-color: var(--var-light-blue-bg);
}

section.candidate-landing::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 5px solid #0b3d91;
    /* mörkblå kant */
    border-radius: 50%;
    background: transparent;
    top: -175px;
    right: -175px;
    bottom: auto;
    left: auto;
    z-index: -1;
    pointer-events: none;
    /* säkerhet */
}

/* Mobil */
@media (max-width: 768px) {
    section.candidate-landing::before {
        width: 250px;
        height: 250px;
        top: -175px;
        right: -175px;
        bottom: auto;
        left: auto;
        opacity: 0.2;
    }
}


.person-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.person-card a {
    text-decoration: none;
    color: black;
}

.img-wrapper {
    border-radius: 8px;
}

.person-card img {
    border-radius: 8px;
    max-height: 300px;
    width: auto;
}

.person-header {
    text-align: left !important;
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding-top: 10px;
    font-size: 18px;
}

.person-description {
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(116, 116, 116);
}

.person-details {
    padding-top: 10px;
}

.step-container {
    margin-top: -70px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.4s ease;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.step-container-services {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.4s ease;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.step-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #1c5cd3 0%, #2575fc 100%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.step-container:hover::before {
    opacity: 0.1;
}

.step-content {
    position: relative;
    z-index: 2;
}

.step-number {
    font-size: 40px;
    font-weight: bold;
    color: #2575fc;
    margin-bottom: 15px;
    background: var(--var-blue-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-number-services {
    font-size: 32px;
    font-weight: bold;
    color: #2575fc;
    margin-bottom: 15px;
    background: var(--var-blue-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

@media only screen and (max-width: 868px) {
    .step-content h3 {
        font-size: 26px !important;
    }
}

.step-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    transition: opacity 0.3s ease;
}

.step-container:hover .step-content h3 {
    transform: translateY(-10px);
    color: #6a11cb;
}

.step-container:hover .step-content p {
    opacity: 0.8;
}

section.numbers {
    height: 700px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    padding-top: 160px;
}

section.about-hero {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 650px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

/* Spegelvänd version */
section.about-hero::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border: 5px solid #0b3d91;
    border-radius: 50%;
    background: transparent;
    z-index: -1;
    top: -175px;
    left: -175px;
    bottom: auto;
    right: auto;
    pointer-events: none;
}

/* Mobil */
@media (max-width: 768px) {
    section.about-hero::before {
        width: 250px;
        height: 250px;
        top: -185px;
        left: -185px;
        bottom: auto;
        right: auto;
        z-index: -1 !important;
        opacity: 0.1;
    }
}

section.works-hero {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 1050px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.works-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 5px solid #0b3d91;
    /* mörkblå kant */
    border-radius: 50%;
    background: transparent;
    top: -175px;
    right: -175px;
    bottom: auto;
    left: auto;
    z-index: -1;
    pointer-events: none;
    /* säkerhet */
}

/* Mobil */
@media (max-width: 768px) {
    section.works-hero::before {
        width: 250px;
        height: 250px;
        top: -175px;
        right: -175px;
        bottom: auto;
        left: auto;
        opacity: 0.2;
    }
}

section.recruitment-hero {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 550px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.recruitment-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 5px solid #0b3d91;
    border-radius: 50%;
    background: transparent;
    bottom: -250px;
    right: -250px;
    z-index: -1;
    pointer-events: none;
}

@media only screen and (max-width: 900px) {
    section.recruitment-hero::before {
        width: 350px;
        height: 350px;
        opacity: 0.2;
    }
}

section.services-explainer {
    height: 750px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.services-benefits {
    height: 750px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.contact-form {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: flex-start;
    min-height: 300px;
    gap: 20px;
    padding: 80px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-form form {
    display: flex;
    min-width: 100%;
    flex-direction: column;
    gap: 20px;
}

.contact-form button {
    background-color: var(--var-blue-color);
    font-weight: bold;
    color: white;
    padding: 20px;
    border: 0 solid transparent;
    border-radius: 7px 7px 7px 0;
    transition: border-radius .7s ease-in-out;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    display: inline-block;
}

input[type="email"],
input[type="name"],
input[type="subject"] {
    padding: 12px;
    border-radius: 8px;
    border: 0.2px solid black;
}

textarea[id="message"] {
    padding: 12px;
    padding-bottom: 45px;
    border-radius: 8px;
    border: 0.2px solid rgb(0, 0, 0, 0.5);
}

section.contact-form {
    height: 800px;
    display: flex;
    background-color: #ffff;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.contactus-hero {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 1050px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.contactus-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 5px solid #0b3d91;
    /* mörkblå kant */
    border-radius: 50%;
    background: transparent;
    top: -175px;
    right: -175px;
    bottom: auto;
    left: auto;
    z-index: -1;
    pointer-events: none;
    /* säkerhet */
}

/* Mobil */
@media (max-width: 768px) {
    section.contactus-hero::before {
        width: 250px;
        height: 250px;
        top: -175px;
        right: -175px;
        bottom: auto;
        left: auto;
        opacity: 0.2;
    }
}

section.our-goal {
    height: 400px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.why-us {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 400px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

section.why-us::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    border: 5px solid #0b3d91;
    /* mörkblå kant */
    border-radius: 50%;
    background: transparent;
    bottom: -250px;
    left: -250px;
    z-index: -1;
    pointer-events: none;
    /* säkerhet */
}

/* Mobil */
@media (max-width: 768px) {
    section.why-us::before {
        width: 250px;
        height: 250px;
        top: -175px;
        right: -175px;
        bottom: auto;
        left: auto;
        opacity: 0.2;
    }
}


section.benefits {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 450px;
    background-color: var(--var-light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

/* Spegelvänd version */
section.benefits::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 5px solid #0b3d91;
    border-radius: 50%;
    background: transparent;
    bottom: -250px;
    right: -250px;
    z-index: -1;
    pointer-events: none;
}

/* Mobil */
@media (max-width: 768px) {
    section.benefits::before {
        width: 250px;
        height: 250px;
        top: -175px;
        left: -175px;
        bottom: auto;
        right: auto;
        z-index: -1 !important;
        opacity: 0.2;
    }
}

/* ACCORDION */

.accordion {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.portal-showcase {
    /* Lägg till en djupare skugga för ett mer dramatiskt utseende */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.15);
    border-radius: 32px !important;
    transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portal-showcase:hover {
    /* Förstora något vid hover för en interaktiv effekt */
    transform: scale(1.05);

    /* Öka skuggans intensitet vid hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2);
}

.accordion button {
    background-color: var(--var-blue-secondary);
    color: var(--var-blue-inside-seconday);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.4s ease;
    border-radius: 10px;
    padding: 15px;
    border: none;
    outline: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    width: 100%;
}

.accordion button:hover {
    cursor: pointer;
    background-color: rgb(202, 219, 250);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--var-blue-secondary);
}

.accordion-content p {
    padding-bottom: 15px;
    color: var(--var-blue-inside-seconday);
}

.accordion-title {
    font-weight: 600;
}

.icon i {
    transition: transform 0.2s ease;
}

button[aria-expanded="true"] .icon i {
    transform: rotate(180deg);
}

.person-row {
    align-items: baseline;
}

section.recruiters {
    height: 650px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.bubble-around-text {
    background-color: var(--var-blue-color);
    color: white;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 15px;
}

.nice-list {
    list-style-type: none;
    padding: 0;
}

.nice-list li {
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
}

.nice-list li i {
    color: var(--var-blue-color);
}

.nice-list i {
    padding-right: 5px;
}

.small-section-text {
    font-size: 18px;
    color: #474747
}

.section-text {
    font-size: 18px;
    color: #242424
}

.marked-text {
    border-radius: 8px;
    text-decoration: underline;
    font-weight: 600;
    font-size: 40px;
}

.container-h {
    min-width: 100%;
    text-align: center;
}

.about-header {
    font-size: 48px;
}

.main-h1 {
    font-size: 52px;
    font-weight: 500;
}

/* Cookie popup */

.cookie-popup {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    text-align: left !important;
    bottom: 20px;
    left: 20px;
    background-color: white;
    color: black;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    max-width: 450px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: none;
}

.cookie-button {
    background-color: #004AAD;
    color: white;
    border: none;
    padding: 12px 16px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.special-row {
    margin-top: 60px;
}

@media only screen and (min-width: 1300px) {
    .special-row {
        margin-top: 80px !important;
    }
}

.cookie-button:hover {
    background-color: #f1f1f1;
}

/* Lite större skärmar */

@media only screen and (max-width: 1100px) {

    h1,
    .main-h1 {
        max-width: 95% !important;
        font-size: 34px;
    }

    .special-row {
        margin-top: 0px !important;
    }

    h2,
    .marked-text {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .btn.large {
        padding: 15px 20px;
        font-size: 16px;
    }

    .col-lg-7,
    .col-lg-5,
    .col-lg-6,
    .col-lg-3,
    .col-lg-benefits,
    .col-lg-23,
    .col-lg-48,
    .col-lg-48-img {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: left;
    }

    .card-wrapper {
        flex-wrap: wrap;
        padding: 10px;
    }

    .card-33-w,
    .card-number {
        min-width: 100%;
        height: auto;
    }

    .hero-image,
    .choose-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    section.main-hero,
    section.choose-experience,
    section.services,
    section.numbers,
    section.recruiters,
    section.about-hero,
    section.us,
    section.candidate-landing,
    section.why-portal,
    section.why-us,
    section.recruitment-hero,
    section.recruitment-switcher,
    section.works-hero,
    section.transparent {
        padding: 30px 15px;
        height: auto;
    }

    .section-image-wrapper {
        padding: 0px;
    }

    .why-header {
        padding-bottom: 15px;
    }

    .dark-blue-span {
        margin-top: 100px !important;
    }

    .section-text {
        font-size: 16px;
    }

    .small-section-text {
        font-size: 16px;
    }

    .main-bold {
        font-size: 17px !important;
    }

    .container-header {
        padding-bottom: 120px;
    }

    .container {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .container-integrity {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .container-h {
        flex: 1;
    }

    .cookie-popup {
        max-width: 80%;
    }

    .vision-padding {
        padding-top: 15px;
    }
}


/* Responsiv anpassning - mobiler */

@media only screen and (max-width: 768px) {

    h1,
    .main-h1 {
        max-width: 95% !important;
        font-size: 34px;
    }

    h2,
    .marked-text {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .btn.large {
        padding: 15px 20px;
        font-size: 16px;
    }

    .col-lg-7,
    .col-lg-5,
    .col-lg-6,
    .col-lg-3,
    .col-lg-benefits,
    .col-lg-steps,
    .col-lg-steps-services,
    .col-lg-23,
    .col-lg-48,
    .col-lg-48-img {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: left;
    }

    .card-wrapper {
        flex-wrap: wrap;
        padding: 10px;
    }

    .card-33-w,
    .card-number {
        min-width: 100%;
        height: auto;
    }

    .hero-image,
    .choose-image,
    .choose-image-bigger {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    section.main-hero,
    section.choose-experience,
    section.services,
    section.services-hero,
    section.numbers,
    section.recruiters,
    section.about-hero,
    section.contact-form,
    section.contactus-hero,
    section.steps,
    section.steps-services,
    section.services-explainer,
    section.services-benefits,
    section.us,
    section.benefits,
    section.candidate-landing,
    section.why-portal,
    section.why-us,
    section.recruitment-hero,
    section.recruitment-switcher,
    section.works-hero,
    section.transparent {
        padding: 30px 15px;
        height: auto;
    }
    section.benefits {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .section-image-wrapper {
        padding: 0px;
    }

    .why-header {
        padding-bottom: 15px;
    }

    section.services-benefits {
        display: flex;
        flex-direction: column-reverse;
    }

    .services-benefits .col-lg-6:nth-child(1) {
        order: 2;
    }

    .services-benefits .col-lg-6:nth-child(2) {
        order: 1;
    }

    section.our-goal {
        padding: 30px 15px;
    }

    .dark-blue-span {
        margin-top: 100px !important;
    }

    .dark-blue-span-hero {
        margin-top: 30px !important;
    }

    .section-text {
        font-size: 16px;
    }

    .small-section-text {
        font-size: 16px;
    }

    .container-h {
        min-width: 100% !important;
    }

    .centerized {
        max-width: 100% !important;
    }

    .contact-form {
        padding: 20px;
        margin-top: 25px;
    }

    .person-card {
        width: 100%;
    }

    .step-content {
        text-align: center;
    }

    .step-container {
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .step-number {
        font-size: 30px;
    }

    .step-number,
    .step-container,
    .step-content,
    .col-lg-steps {
        text-align: left !important;
    }

    .step-container {
        margin-bottom: 30px;
    }

    .col-lg-whitespace {
        display: none;
    }

    .col-lg-steps {
        flex: 0 0 95%;
        max-width: 95%;
    }

    .person-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .person-card {
        align-items: center;
    }

    .person-header,
    .person-description {
        text-align: center !important;
    }

    .container {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .container-integrity {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .offer-header {
        height: 30vh;
        padding-top: 90px;
    }

    .btn.s-w {
        min-width: 150px !important;
        max-width: 190px !important;
    }

    .btn.f-w {
        min-width: 150px !important;
        max-width: 190px !important;
    }

    .hero-main-image-wrapper::before,
    .section-image-wrapper::before {
        width: 200px;
        height: 200px;
    }

    .hero-main-image-wrapper-2 {
        padding-top: 50px !important;
    }

    .hero-main-image-wrapper-2 img {
        width: auto !important;
    }

    .hero-main-image-wrapper-3 img {
        width: auto !important;
    }
    .cookie-popup {
        max-width: 80%;
    }

    .vision-padding {
        padding-top: 15px;
    }

    .section-image-wrapper img {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


/* recruitment switcher */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.process-item-wrapper {
    position: relative;
}

.process-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: background-color 0.3s, border-color 0.3s;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    /* Endast skugga på ovansidan */
}

.process-item:hover {
    background-color: #f7f7f7;
    border-color: #007bff;
}

.process-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--var-blue-color);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
}

.process-title {
    font-weight: bold;
    color: #333;
    flex-grow: 1;
}

.process-details {
    display: none;
    background-color: #fff;
    padding: 15px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Endast skugga på undersidan */
}

.process-details.active {
    display: block;
}

.process-details h3 {
    color: var(--var-blue-color);
    margin-bottom: 10px;
    font-size: 32px;
}

.process-details a {
    padding-top: 25px;
    color: var(--var-blue-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.process-details a:hover {
    color: #0056b3;
}

.section-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-image-wrapper img {
    max-width: 86%;
    border-radius: 20px;
    transition: opacity 0.3s ease-in-out;
}