/* GLOBAL */

body {
    background: #f7f5f1;
    font-family: "Outfit", sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #17232d;
    font-weight: 300;
    word-wrap: break-word;
}
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 {
    font-family: "Castoro", sans-serif;
    margin-bottom: 1.25rem;
    line-height: 1;
    color: #324441;
}
h1,.h1 {
    font-size: 3.25rem;
    line-height: 1.15;
}
h2,.h2 {
    font-size: 3.25rem;
}
h3,.h3 {
    font-size: 2rem;
    line-height: 1.2;
}
h4,.h4 {
    font-size: 1.65rem;
    line-height: 1.2;
}
.fw-bold {
    font-weight: 500 !important;
}
figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
}
.form-control {
    padding: 1rem 2rem;
}
textarea.form-control {
    min-height: 120px;
}
.action {
    font-family: "Castoro", sans-serif;
    font-weight:500;
    font-size: 1.5rem;
    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;
    color: #324441;
}
.action i {
    margin-left: 0.5rem;
}
.action::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #caa047;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.action.active,
.action:hover,
.action:focus {
    color: #caa047;
}
.action.active::after,
.action:hover::after {
    transform: scaleX(1);
}
.btn {
    font-family: "Castoro", sans-serif;
    font-size: 110%;
    font-weight: 600;
    padding:1.1rem 2.75rem 0.9rem 2.75rem;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
/* Text */
.btn span {
    z-index: 2;
    position: relative;
}
/* Bakgrunds-animation */
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    transition: width 0.4s ease;
}
/* Hover-effekt */
.btn:hover::before {
    width: 100%;
}
.btn-sm {
    padding:0.75rem 1.7rem 0.5rem 1.7rem;
    font-size: 90%;
}
.btn-primary-outline {
    border:2px solid #caa047;
    background: none;
    color: #fff;
}
.btn-primary-outline::before {
    background: #caa047;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
    border:2px solid #caa047;
}
.btn-primary {
    background: #324441;
    border-color: #324441;
}
.btn-primary::before {
    background: #5c7571;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #324441;
    border-color: #324441;
}
.text-primary {
    color: #caa047 !important;
}
.badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 100;
    padding: 0;
    justify-content: center;
}
.badge span {
    font-size: 110%;
    background: #caa047;
    color: #fff;
    font-weight: 400;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.75rem 1.5rem;
}

.section-holder {
    margin-bottom: 10rem;
}
.container {
    max-width: 1500px;
}
.container,
.container-fluid {
    padding: 0 2rem;
}

.header {
    top: 1rem;
    left: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: 0.3s;
}
.header .navbar {
    max-width: 100%;
    padding: 0 1rem;
    transition: 0.3s;
}
.navbar-brand img {
    max-width: 200px;
}
.header .container {
    padding: 1rem 1.5rem;
    background: #f7f5f1;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header.is-scrolled {
    top: 0;
}
.header.is-scrolled .navbar {
    padding: 0.5rem;
}
.header .button-holder {
    display: flex;
}
.header .navbar-collapse {
    flex-grow: inherit !important;
}
.header .navbar .nav-item .nav-link {
    margin: 0 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.65rem;
    padding-bottom: 0.2rem;
    font-weight: 600;
    position: relative;
    font-family: "Castoro", sans-serif;
    color: #324441;
}
.header .header-extra {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.header .navbar .dropdown-menu {
    padding: 1rem 0;
    margin: 0;
    overflow: hidden;
    min-width: 350px;
    margin-top: 0.35rem;
    background: #f7f5f1;
}
.header .navbar .dropdown-menu li {
    padding: 0.4rem 1.25rem;
    display: block;
}
.header .navbar .dropdown-menu li .dropdown-item {
    padding: 0.15rem 0;
    width: fit-content;
    font-weight: 600;
    display: block;
    transition: 0.3s;
    font-size: 1.4rem;
    font-family: "Castoro", sans-serif;
    color: #324441;
    position: relative;
}
.header .navbar .dropdown-menu li .dropdown-item:hover,
.header .navbar .dropdown-menu li .dropdown-item:focus {
    background: none;
}
.header .navbar .dropdown-menu li:first-child .dropdown-item {
    border-top: 0;
}
.header .navbar .dropdown-toggle::after {
    border:none;
    display: none;
}
.header .navbar .dropdown-menu li .dropdown-item::before,
.header .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #324441;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.header .navbar .nav-item.current-menu-item .nav-link:before,
.header .navbar .dropdown-menu li .dropdown-item:hover:before,
.header .navbar .dropdown-menu li .dropdown-item:focus:before,
.header .navbar .nav-item:hover .nav-link:before,
.header .navbar .nav-item:focus .nav-link:before {
    transform: scaleX(1) !important;
}
.header .header-extra {
    display: flex;
    justify-content: flex-end;
    gap:1rem;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 90%;
    font-weight: 600;
}
.header .header-extra .search-holder a {
    display: block;
    padding: 0.15rem 0;
    position: relative;
}
.header .header-extra .search-holder a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--base);
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.header .header-extra .search-holder a:hover:after,
.header .header-extra .search-holder a:hover:after {
    transform: scaleX(1) !important;
}

.card {
    background: none;
    border:0;
}
.card .card-wrapper {
    color: #101010;
    background: #fff;
    text-decoration: none;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.card .card-wrapper figure img {
    object-fit: cover;
    transition: 0.4s;
    height: 250px;
}
.card .card-wrapper .card-body {
    color: #101010;
    padding: 1.75rem;
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    flex: auto;
    width: 100%;
}

.cards .card:nth-child(3n+1) .card-body {
    background: #e2ded0;
}

.cards .card:nth-child(3n+2) .card-body {
    background: #ece3cd;
}

.cards .card:nth-child(3n+3) .card-body {
    background: #dcd1b9;
}

.card .card-wrapper .card-body .btn {
    width: fit-content;
}
.card .card-wrapper:hover .card-body .btn:before,
.card .card-wrapper:focus .card-body .btn:before {
    width: 100%;
}
.card .card-wrapper .card-body .action {
    margin-top: auto;
}
.card a.card-wrapper:hover .action,
.card a.card-wrapper:focus .action {
    color: #ee7003;
}
.card a.card-wrapper:hover figure img,
.card a.card-wrapper:focus figure img {
    transform: scale(1.05);
}
.card a.card-wrapper:hover .action::after,
.card a.card-wrapper:focus .action::after {
    transform: scaleX(1);
}
.card .card-label {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 80%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.card-overlay .card-wrapper {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 18px;
}
.card-overlay .card-wrapper figure img,
.card-overlay .card-wrapper .card-body,
.card-overlay .card-wrapper h3,
.card-overlay .card-wrapper::after {
  transition: 400ms cubic-bezier(.2,.8,.2,1);
}
.card-overlay .card-wrapper figure {
    margin: 0;
    height: 100%;
}
.card-overlay .card-wrapper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.03);
    will-change: opacity, transform;
}
.card-overlay .card-wrapper:hover figure img,
.card-overlay .card-wrapper:focus-within figure img {
    opacity: 1;
    transform: scale(1);
}
.card-overlay .card-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    background: linear-gradient(
      to top,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.25) 55%,
      rgba(0,0,0,0) 100%
    );
}
.card-overlay .card-wrapper:hover::after,
.card-overlay .card-wrapper:focus-within::after {
    opacity: 1;
}
.card-overlay .card-wrapper:hover h3,
.card-overlay .card-wrapper:focus-within h3 {
    color: #fff;
}
.card-overlay .card-wrapper .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 2.5rem;
    transform: translateY(6px);
}
.card-overlay .card-wrapper:hover .card-body,
.card-overlay .card-wrapper:focus-within .card-body {
    transform: translateY(0);
}
.card-overlay .card-wrapper .card-body .btn {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 130%;
    line-height: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(0,0,0,.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,.18);
}
.card-overlay .card-wrapper:hover .btn,
.card-overlay .card-wrapper:focus-within .btn {
    transform: translateY(-2px);
}

.hero {
    background: #324441;
    color: #fff;
    position: relative;
    height: 90vh;
    min-height: 700px;
    overflow: hidden;
}
.hero video,
.hero figure img {
    object-fit: cover;
    width: 100%;
    height: 90vh;
    min-height: 700px;
}
.hero .hero-content {
    position: relative;
    padding-top: 6rem;
}
.hero .hero-content::before {
    content:"";
    position: absolute;
    top: 10%;
    border-radius: 500px;
    left: -20rem;
    border: 3rem #2f413e solid;
    display: block;
    width: 550px;
    height: 550px;
}
.hero .hero-content::after {
    content:"";
    position: absolute;
    top: -70%;
    border-radius: 500px;
    left: -25rem;
    border: 3rem #2f413e solid;
    display: block;
    width: 700px;
    height: 700px;
}
.hero .hero-content-txt {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 10;
}
.hero .hero-content-txt h1 {
    color: #fff;
    position: relative;
}
.hero ul li {
    font-style: italic;
    font-size: 110%;
    line-height: 1;
    font-family: "Castoro", sans-serif;
}
.hero .hero-content-txt ul li i {
    color: #caa047;
}

.hero-sub {
    height: 450px;
    min-height: 100%;
}
.hero-sub figure img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}
.hero-sub h1 {
    background-color: rgba(247, 245, 241,0.85);
    display: inline-block;
    position: absolute;
    top:65%;
    left: 2rem;
    padding: 1.25rem 2.5rem;
    margin: 0;
    border-radius: 10px;
}
.hero-service {
    margin-top: 11rem;
}

.half-half {
    position: relative;
    overflow: hidden;
}
.half-half figure img {
    object-fit: cover;
    width: 100%;
    height: 60vh;
    min-height: 600px;
    border-radius: 10px;
}
.half-half .half-half-content {
    position: relative;
}
.half-half .half-half-content-txt {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    z-index: 10;
}
.half-half ul li {
    font-style: italic;
    font-size: 110%;
    line-height: 1;
    font-family: "Castoro", sans-serif;
}
.half-half .half-half-content-txt i {
    color: #caa047;
}

.banner img {
    width: 100%;
}

.reference {
    background: #e2ded0;
    padding: 10rem 0;
}
.reference .flex-people-circles {
    justify-content: center;
    align-items: center;
    margin-bottom: 72px;
    display: flex;
}
.reference .flex-people-circles img {
    object-fit: cover;
    border-radius: 50%;
    flex: none;
    width: 160px;
    height: 160px;
    margin-left: -30px;
    margin-right: -30px;
}
.testimonial-intro {
    max-width: 750px;
    margin: 0 auto;
}
.testimonial {
    border-radius: 10px;
    background: #324441;
    margin-top: 4rem;
    color: #fff;
}
.testimonial-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4rem;
    gap:5rem;
}
.content .testimonial-card {
    padding: 2rem;
}
.testimonial-media {
    flex: 0 0 auto;
    max-width: 350px;
}
.testimonial-media img {
    border-radius: 500px;
}
.content .testimonial-media {
    width: 150px;
}
.testimonial-content {
    flex: 1 0 0;
    width: 100%;
}
.testimonial-content .quote {
    font-size: 12rem;
    line-height: 0.7;
    margin-bottom: 0;
    display: inline-block;
    transform: translateY(10%);
    color: #caa047;
}
.content .testimonial-content .quote {
    font-size: 6rem;
}
.testimonial-text {
    font-family: "Castoro", sans-serif;
    font-style: italic;
    font-size: 160%;
    font-weight: 300;
    margin-bottom: 2rem;
}
.content .testimonial-text {
    font-size: 120%;
}
.testimonial-name {
    font-weight: 500;
}

.process-section .process-section__header {
    max-width: 1000px;
    margin: 0 auto;
}
.process-step__number {
    font-family: "Castoro", sans-serif;
    border-bottom: 1px solid #caa047;
    color: #caa047;
    font-size: 5em;
    font-weight: 500;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.process-step__body p {
    margin: 0;
}

.values {
    background: #ece3cd;
    padding: 10rem 0;
}
.values,
.values .container,
.values .row,
.values .values-grid,
.values .values-grid-wrapper{
    overflow: visible;      /* sticky dör om någon parent har overflow hidden/auto */
}
.values .container > .row {
    position: relative;
}
.values .values-sticky {
    position: sticky;
    top: 10rem;
    align-self: flex-start;
    max-width: 700px;
}
.values .values-grid-wrapper .values-cards:last-child {
    margin-top: 6rem;
}
.values .values-grid-wrapper .values-cards .card {
    text-align: center;
    margin-bottom: 1.5rem;
}
.values .values-grid-wrapper .values-cards .card-wrapper {
    padding: 4rem 2rem;
    display: block;
}
.values .values-grid-wrapper .values-cards .card-wrapper .card-big-check {
    background: #caa047;
    color: #324441;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem auto;
    display: flex;
    font-size: 2.5rem;
}
.values .values-grid-wrapper .values-cards .card-wrapper .card-body {
    padding: 0;
}
.values .values-grid-wrapper .values-cards .card-wrapper .card-body h3 {
    margin-bottom: 1rem;
}

.contact {
    background: #e2ded0;
    padding: 10rem 0;
    position: relative;
}
.contact #seo {
    position: sticky;
    align-self: flex-start;
    top: 9rem;
}

.accordion {
    background: none;
}
.accordion-item {
    background: #fff;
    border-radius: 6px !important;
    margin-bottom: 0.75rem;
}
.accordion-button {
    font-size: 100%;
    background: none;
    padding-top: 1.5rem;
    font-family: "Castoro", sans-serif;
}
.accordion-button:not(.collapsed) {
  background: none;
  color: #000;
  outline: none !important;
  border:0 !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
    color: #fff;
}
.animation > div {
    text-align: center;
}
.animation .stat-holder {
    font-size: 5.5rem;
    display: flex;
    justify-content: center;
    color: #caa047;
    font-family: "Castoro", sans-serif;
}
.animation .stat-holder .stat {
    margin-right: 0.25rem;
}
.animation .icon-txt {
    margin: 0;
}
footer {
    padding: 10rem 0;
    background: #324441;
}
footer .container {
    max-width: 1100px;
}
footer i {
    color: #caa047;
}
footer .nav-item .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-weight: 600;
    position: relative;
    font-family: "Castoro", sans-serif;
    color: #fff;
    display: inline-block;
}
footer .nav-item.current-menu-item .nav-link,
footer .nav-item:hover .nav-link,
footer .nav-item:focus .nav-link {
    color: #caa047;
}
/* underline animation */
footer .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #caa047;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease-in-out;
}
/* hover / active */
footer .nav-item.current-menu-item .nav-link::before,
footer .nav-item:hover .nav-link::before,
footer .nav-item:focus .nav-link::before {
    transform: scaleX(1);
}
footer h2,
footer h3,
footer h4,
footer h5,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5 {
    color: #fff;
}
footer p,
footer a {
  font-size: 90% !important;
}
footer .footer-bottom {
    border-top: 1px solid #5c7571;
    padding-top: 2rem;
}
footer .action {
    color: #fff;
}

.content-holder {
    margin-top: 4rem;
}
.sidebar {
    display: grid;
    gap:2rem 0;
}
.sidebar .card:nth-child(3n+1) .card-body {
    background: #e2ded0;
}
.sidebar .card:nth-child(3n+2) .card-body {
    background: #ece3cd;
}
.sidebar .card:nth-child(3n+3) .card-body {
    background: #dcd1b9;
}
.content-wrap h2 {
    font-size: 2.3rem;
    margin-top: 2rem;
}
.content-wrap img {
    margin:1.5rem 0;
    border-radius: 10px;
}
.content-wrap *:first-child {
    margin-top: 0 !important;
}
#breadcrumbs {
    margin-bottom: 4rem;
    font-size: 85%;
}
#breadcrumb a {
    color: #324441;
}
.content-holder-404 {
    height: 100vh;
    padding: 25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-holder-404 .text {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.content-holder-404 .text .mega-title {
    font-size: 10rem;
    font-weight: 900;
    color: #324441;
}
.content-holder-404 .text .btn {
    margin-left: auto;
    margin-right: auto;
}

/* Contact Form 7 */
.wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wpcf7 p {
    margin: 0;
}
.wpcf7 label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}
/* Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}
/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #000;
    outline: none;
}
/* Error messages */
.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #d63638;
    margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #d63638;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}
/* Response box */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 10px;
}
.error-404 {
    padding: 11rem 0;
}
@media only screen and (max-width: 1199px) {
  h1,.h1 {
      font-size: 3rem;
      line-height: 1.15;
  }
  h2,.h2 {
      font-size: 2.75rem;
      line-height: 1.15;
  }
  h3,.h3 {
      font-size: 2rem;
      line-height: 1.2;
  }
  .section-holder {
      margin-bottom: 8rem;
  }
  .footer,
  .contact,
  .values,
  .reference {
      padding: 8rem 0;
  }
  .hero video,
  .hero figure img,
  .hero {
      height: 100%;
      min-height: 100%;
  }
  .hero .hero-content {
      padding-top: 0;
  }
  .half-half .half-half-content-txt,
  .hero .hero-content-txt {
      max-width: 80%;
      margin: 0;
      padding: 4rem;
      position: relative;
      z-index: 10;
  }
  .hero .hero-content::before,
  .hero .hero-content::after {
      display: none;
  }
  .testimonial-text {
      font-size: 140%;
  }
  .testimonial-card {
      padding: 3rem;
  }
  .values .values-sticky {
      top: 0;
      position: relative;
  }
  .values .values-grid-wrapper .values-cards:last-child {
      margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
    h1,.h1 {
        font-size: 2.25rem;
        line-height: 1.15;
    }
    h2,.h2 {
        font-size: 1.75rem;
        line-height: 1.15;
    }
    h3,.h3 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .header .navbar .nav-item .nav-link {
        margin: 0.15rem 0;
        font-size: 120%;
    }
    .footer,
    .contact,
    .values,
    .reference {
        padding: 6rem 0;
    }
    .section-holder {
        margin-bottom: 6rem;
    }
    .half-half .half-half-content-txt {
        padding: 3rem 0 0 0;
    }
    .hero .hero-content-txt {
        padding: 3rem;
    }
    .animation .stat-holder {
        font-size: 4.5rem;
    }
    .half-half figure img {
        height: 450px;
        min-height: 100%;
    }
    .btn {
      padding:0.85rem 1.75rem 0.75rem 1.75rem;
    }
    .btn,
    .hero ul li,
    .half-half ul li {
        font-size: 100%;
    }
    .testimonial-text {
        font-size: 120%;
    }
    .testimonial-card {
        padding: 2.5rem;
        gap:3rem;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .header .header-extra {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    .hero-service {
        margin-top: 9rem;
    }
}
@media only screen and (max-width: 768px) {
    .section-holder {
        margin-bottom: 3rem;
    }
    .content-holder {
        margin-top: 1rem;
        padding-top: 2rem;
        border-top: 1px solid #324441;
    }
    .footer,
    .contact,
    .values,
    .reference {
        padding: 3rem 0;
    }
    .half-half .half-half-content-txt {
        padding: 1.75rem 0 0 0;
        max-width: 100%;
    }
    .hero .hero-content-txt {
        max-width: 100%;
        padding: 2rem 0.75em;
    }
    .section-holder {
        margin-bottom: 2rem;
    }
    .container,
    .container-fluid {
        padding: 0 0.75em;
    }
    .half-half figure img {
        height: 250px;
    }
    .testimonial-text {
        font-size: 110%;
    }
    .testimonial-card {
        padding: 1.75rem;
        gap:2rem;
    }
    .process-step__number {
        font-size: 4em;
        padding-bottom: 0;
        margin-bottom: 1rem;
    }
    .card .card-wrapper .card-body {
        padding: 1.5rem;
    }
    .hero-service {
        margin-top: 7rem;
    }
    .hero-sub h1 {
        left: 1rem;
        padding: 1rem 1.5rem;
    }
}
