* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    color: #2B2E44;
    line-height: 1.6;
}

p {
    max-width: 70ch;
    font-family: "Open Sans";
}

a { 
    color: black !important;
}

#top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -100;
}

#forvaltning, #solution, #structure, #ctrl, #kontakt, #test, #form {
    scroll-margin-top: 80px;
}

@media (width <= 768px){
    .container {
        max-width: unset !important;
        width: 100vw !important;
        overflow: hidden;
    }

}

@media (width <= 460px){
    .container {
        padding-left: 20px !important;
    }

    ul {
        padding-left: 20px !important;
    }

    li {
        padding-left: 10px !important;
    }
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 30px;
}

.container .mtop16 {
    margin-top: 16px;
}

.container .mtop20 {
    margin-top: 20px;
}

.container h2 {
    padding-top: 3px;
    font-size: 2rem;
}

/* TOP BAR */

@media (width <= 550px){
.logo {
        display: none;
    }
.top-cta {
    display: block;
}
.topbar-inner {
        display: flex;
        flex-direction: column;
        padding: 8px 0px !important;
}
}

@media (width <= 400px){
    .topbar-inner {
        display: flex;
        flex-direction: column;
        padding: 8px 0px !important;
    }

    .logo {
        font-size: 2rem;
        display: none;
    }

    .logo:before {
        width: 32px !important;
        height: 32px !important;
        background-size: 32px 32px !important;
        margin-top: -4px;
    }

    .top-cta {
        display: block;
    }
}

.topbar {
    background: #2B2E44;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 2px rgba(233, 233, 233, 0.1);
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.top-cta:hover {
    text-decoration: underline;
}

.backlink {
    color: white;
    text-decoration: none;
}

.logo {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #fff;
}

.logo:before {
        content: ' ';
        background-image: url(icons/menugo.svg); 
        display: inline-block;
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;

        margin-bottom: 3px;
        margin-right: 10px;
        margin-left: 8px;
        vertical-align: middle;
        filter: invert(100%);
}

.top-cta {
    background: #EFEFEF;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    color: #2B2E44 !important;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #D9DADC;
}

.top-cta:hover {
    background: #D9DADC;
    color: #000 !important;
}

/* HERO */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.07);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.hero {
    background: #2B2E44;
    margin-top: 80px;
    color: #fff;
}

@media (width <= 550px){
    .hero {
        margin-top: 50px !important;
    }

}

@media (width <= 460px){
    .hero h1:after {
        content: unset !important;
    }
}

.hero h1 {
    line-height: 4rem;
    margin-top: -5px;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
    word-break: keep-all;
}

.hero h1:before {
        content: ' ';
        background-image: url(icons/menugo.svg); 
        display: none !important;
        width: 94px;
        height: 94px;
        background-size: 94px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 32px;
        margin-bottom: 16px;
        margin-top: 8px;
        word-break: keep-all;

        vertical-align: middle;
        filter: brightness(0) invert(1);
    }

@media (width <= 768px){
    .hero-grid {
        /* display: grid; */
        grid-template-columns: 1fr !important;
        /* gap: 60px; */
        align-items: center;
    }   

    .heroicon {
        display: none !important;
    }

    .hero h2 {
        word-break: normal;
        word-wrap: break-word;
    }

    .hero h1 {
        word-break: keep-all;
    }

    .hero h1:before {
        content: ' ';
        background-image: url(icons/menugo.svg); 
        display: inline-block;
        width: 94px;
        height: 94px;
        background-size: 94px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: 16px;
        margin-top: -5px;
        word-break: keep-all;

        vertical-align: middle;
        filter: brightness(0) invert(1);
    }

    .hero p {
        max-width: unset !important;
    }
}

.hero-grid {
    /* display: grid; */
    /* grid-template-columns: 1fr; */
    /* gap: 60px; */
    align-items: center;
    /* padding: 60px 30px; */
}

.hero h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
}

.hero h2 {
    font-family: Montserrat;
    /* margin-top: 4px; */
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
    /* font-style: italic; */
}

.hero p {
    margin-top: 20px;
    max-width: 500px;
}

@media (width <= 443px){
    .hero-buttons {
        flex-direction: column;
        text-align: center;
    }

    .sephero {
        display: none;
    }

    .hero-buttons {
        margin-top: 52px !important;
    }
}

.sephero {
    margin-top: 48px;
    margin-bottom: 48px;
    height: 1px;
    width: 90%;
    border: rgb(180, 180, 180) 1px dashed;
}

.hero-buttons {
    margin-top: 0px;
    display: flex;
    gap: 16px;
}

.hero-buttons > a {
    border: 2px white solid;
    padding: 10px 16px;
    border-radius: 12px;
}

.fastinfo {
    font-size: 14px;
    font-style: italic;
}

.heroicon {
        content: ' ';
        background-image: url(icons/menugo.svg); 
        display: inline-block;
        width: 90%;
        height: 90%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 0px;
        margin-bottom: auto;
        margin-left: 10%;

        vertical-align: top;
        filter: brightness(0) invert(1);

        /* Puls-animation */
        animation: pulse 8s ease-in-out infinite;
        transform-origin: center;
        will-change: transform;
}

.primary-btn:hover, .secondary-btn:hover {
    text-decoration: underline;
}

.primary-btn, .secondary-btn {
    padding: 16px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1rem;
}

.primary-btn, .primary-btn:visited {
    background: #2B2E44;
    color: #fff !important;
    padding: 17px 24px;
}

.secondary-btn {
    background: transparent;
    border: 2px solid #2B2E44;
    color: #2B2E44;
}

/* PROBLEM */

@media (width <= 443px){
    .problem h2 {
        hyphens: auto;
        overflow-wrap: break-word;
    }
}

.problem h2 {
    font-size: 2rem;
    margin-bottom: -8px;
}

.cta-grid > .containertitle > .ingress, .structure > .ingress, .problem .ingress {
    color: #2B2E44;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.problem .mtop20 {
    margin-top: 20px;
}

.problem ul {
    margin-top: 20px;
    padding-left: 20px;
}

.problem-tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.problem-tags span {
    background: #2B2E44;
    padding: 8px 14px;
    border-radius: 0px;
    color: #fff;
    font-weight: 500;

    outline-offset: 2px;
    outline: 2px solid #2B2E44;
}

.solution-grid > h4 {
    margin-bottom: 0px;
}

.solution-grid > ul {
    margin-top: 0px;
    margin-bottom: 24px;
}

.subtext {
    max-width: 70ch;
    border-left: 8px solid #2B2E44;
    padding-left: 16px;
    margin-bottom: 16px;
}



/* SOLUTION */
/* =========================================================
   MenuGo Pricing Cards – COMPLETE CSS (Desktop / Tablet / Mobile)
   Fonts: Montserrat (headlines/buttons) + Open Sans (body)
   Requires:
   - icons/check.svg
   - icons/house.svg
   - icons/people.svg
   - icons/clipboard-data.svg
   ========================================================= */

/* ===== Base ===== */
*{ box-sizing:border-box; }
.solution{
  padding: 64px 0 40px;
  background: linear-gradient(#f6f7fb, #f1f2f6);
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#1a1d2b;
}

.solution .container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.solution h2{
  margin: 0 0 6px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-align: center;
  color: #2B2E44;
}

.solution h3{
  margin: 0 0 26px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2B2E44;
  text-align: center;
  margin-bottom: 3rem;
  font-family: Montserrat;
}

/* Holder */
.salecardholder{
  display:grid;
  gap: 8px;
}

/* ===== Card base ===== */
.salecard{
  position: relative;
  border: 2px solid #2b2e44;
  border-radius: 10px;
  background: #ffffff;
  overflow: visible;
  height: 100%;
  box-shadow:
    0 18px 40px rgba(0,0,0,.22),
    0 8px 16px rgba(0,0,0,.12);
}

/* Main (middle) card */
.salecard.main{
  background:#2b2e44;
  color:#ffffff;
  border-color:#2b2e44;
  box-shadow:
    0 24px 55px rgba(0,0,0,.30),
    0 10px 22px rgba(0,0,0,.16);
  height: 105%;
}

/* Badge */
.salecard .badge{
  position:absolute;
  top:-12px;
  left:18px;
  background:#ffffff;
  color:#1a1d2b;
  border:2px solid #2b2e44;
  border-radius:6px;
  padding:4px 10px;
  font-family:"Montserrat","Open Sans",system-ui,sans-serif;
  font-weight:700;
  font-size:13px;
  line-height: 1.1;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

/* Recommended badge background */
.salecard.main .badge{
  background:#e6d7a8;
}

/* Optional: hide empty badge holder if you keep it */
.salecard .badge:empty{ display:none; }

/* ===== Internal Grid ===== */
.cardgrid{
  display:grid;
  width:100%;
  border-radius: 10px;
  overflow:hidden; /* clips separators neatly */
}

/* “Cells” */
.cell{
  min-width: 0;
}

/* Icon */
.cell-icon{
  display:flex;
  align-items:center;     /* height centered */
  justify-content:center; /* width centered */
  padding: 18px;
}

.icon{
  width:72px;
  height:72px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

/* Your icon mapping */
.icon.bas{ background-image:url(icons/house.svg); filter: invert(12%) sepia(5%) saturate(5845%) hue-rotate(196deg) brightness(96%) contrast(82%); }
.icon.samordning{ background-image:url(icons/people.svg); filter: invert(100%); }
.icon.analys{ background-image:url(icons/clipboard-data.svg); filter: invert(12%) sepia(5%) saturate(5845%) hue-rotate(196deg) brightness(96%) contrast(82%); }

/* Info */
.cell-info{
  padding: 18px;
}

.cardtitle{
  margin: 0 0 4px;
  font-family:"Montserrat","Open Sans",system-ui,sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

.cardsubtitle{
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.35;
  color:#2B2E44;
  height: 32px;
}

/* Price */
.price{
  display:flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px #2b2e44 solid;
  padding-bottom: 12px;
  border-bottom: 1px #2b2e44 solid;
}

.price.sam {
    border-top: 1px white solid;
    border-bottom: 1px white solid;
}

.price-from{
  font-size: 1rem;
  color:#2B2E44;
}

.price-value{
  font-family:"Montserrat","Open Sans",system-ui,sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.02em;
}

.price-unit{
  font-size: 16px;
  color:#2B2E44;
}

/* Features */
.cell-features{
  padding: 14px 18px;
}

.features{
  list-style:none;
  padding:0;
  margin:0;
}

.features li{
  position:relative;
  padding: 11px 0 11px 30px;
  font-size: 1rem;
  line-height: 1.25;
  border-top: 1px solid rgba(0,0,0,.12);
}

.features li:first-child{
  border-top: none !important;
}

.features li::before{
  content:"";
  position:absolute;
  left:0;
  top: 9px;
  width:24px;
  height:24px;
  background: url("icons/check.svg") center/contain no-repeat;
}

/* CTA */
.cell-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px 18px;
}

.button{
  width: 100%;
  max-width: 190px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 2px solid #2b2e44;
  background:#ffffff;
  color:#2b2e44;
  font-family:"Montserrat","Open Sans",system-ui,sans-serif;
  font-weight:700;
  font-size: 13px;
  cursor:pointer;
}

.button:hover{
  filter: brightness(0.98);
}

.button--beige{
  background:#e6d7a8;
  border-color:#e6d7a8;
  color:#1a1d2b;
}

/* ===== Main card overrides ===== */
.salecard.main .cardsubtitle,
.salecard.main .price-from,
.salecard.main .price-unit{
  color: rgba(255,255,255,.85);
}

.salecard.main .features li{
  border-top: 1px solid rgba(255,255,255,.14);
}

.salecard.main .features li::before{
  filter: invert(100%);
}

.salecard.main .button{
  background: transparent;
  color:#ffffff;
  border-color:#ffffff;
}

/* Footer note (optional) */
.solution .footnote{
  margin: 48px 0 0;
  font-size: 13px;
  color:#1a1d2b;
}

/* =========================================================
   DESKTOP (3 columns) – cards vertical
   ========================================================= */
@media (min-width: 901px){

  .tier-bas > .cardgrid > .cell-cta {
    height: 100%;
    /* background: #d7eeeb; */
  }

  .tier-bas > .cardgrid > .cell-cta > button {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .salecardholder{
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  /* Make main card slightly taller/featured */
  .salecard.main{
    transform: translateY(-10px);
  }

  /* Vertical layout inside each card */
  .cardgrid{
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .cell-icon{
    padding: 22px 18px 8px;
  }

  .cell-info{
    padding-top: 6px;
    text-align:center;
  }

  .price{
    justify-content:center;
  }
  
  .price.sam {
    margin-top: 8px;
  }

  .cell-features{
    padding-top: 8px;
  }

  .cell-cta{
    padding-bottom: 18px;
  }
}

/* =========================================================
   TABLET (iPad) – stacked cards + 4 “boxes”
   [Icon] [Info] [List] [Button]
   ========================================================= */
@media (min-width: 587px) and (max-width: 900px){

  .salecardholder{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .main > .cardgrid { height: 100%;}

  .salecard.main{
    transform: none;
  }

.salecard > .cardgrid > .cell-info > .cardsubtitle {
    height: auto;
  }

  .salecard:last-child {
    margin-top: 12px;
  }

  /* 4 columns inside each card */
  .cardgrid{
    grid-template-columns: 120px 1fr 1fr;
    align-items: stretch;
  }

  /* Vertical separators between “boxes” */
  .cell { margin-top: 8px !important; margin-bottom: 8px !important;}
  .cell-info{ border-left: 1px solid rgba(0,0,0,.18); }
  .cell-features{ border-left: 1px solid rgba(0,0,0,.18); }
  .cell-cta{ border-left: 1px solid rgba(0,0,0,.18); }

  .salecard.main .cell-info,
  .salecard.main .cell-features,
  .salecard.main .cell-cta{
    border-left: 1px solid rgba(255,255,255,.16);
  }

  /* Icon should be visually centered (already), but keep area consistent */
  .cell-icon{
    padding: 16px 18px;
  }

  /* Make info feel like the image: tighter subtitle + bold price */
  .cardsubtitle{ margin-bottom: 10px; }
  .price {
    border-bottom: unset !important;
    border-top: unset !important;
  }
  .price-value{ font-size: 32px; }

  /* Button column: keep centered */
  .button{ max-width: 180px; }
}

/* =========================================================
   MOBILE – stacked, vertical, compact
   ========================================================= */
@media (max-width: 586px){

  .salecardholder{
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Single column inside card */
  .cardgrid{
    grid-template-columns: 1fr;
  }

  .salecard:last-child{
    margin-top: 23px;
  }

  /* Remove tablet separators */
  .cell-info,
  .cell-features,
  .cell-cta{
    border-left: none !important;
  }

  .cell-icon{
    padding: 18px 18px 8px;
  }

  .cell-info{
    padding-top: 6px;
    text-align:center;
  }

  .price{
    justify-content:center;
  }

  .cell-features{
    padding-top: 8px;
  }

  .cell-cta{
    padding: 10px 18px 18px;
  }

  .button{
    max-width: 240px;
  }

  .solution > .container > h3 {
    margin-top: 16px;
    line-height: 1.6rem !important;
  }

}

@media (max-width: 461px){
    .features {
        padding-left: 0px !important;
    }
    
    .features > li {
        padding-left: 0px !important;
    }
    
    .features > li::before {
        display: none !important;
    }
}

/* =========================================================
   OPTIONAL: Accessibility + motion
   ========================================================= */
@media (prefers-reduced-motion: reduce){
  .salecard.main{ transform: none; }
  .button:hover{ filter: none; }
}



/* STRUCTURE */

.bold {
    font-weight: 600;
}

@media (width <= 620px){
    .structure-grid {    
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto;
        gap: 8px !important;
        margin-top: 20px !important;
    }

    .structure-levels {
        gap: 0px !important;
        margin-left: unset !important;
        margin-right: unset !important;
        font-weight: 600;
        margin-top: 32px;
    }

    .role-box {
        margin-right: unset !important;
    }
}

.structure-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
}

.structure-text h2 {
    margin-bottom: 16px;
}

.structure-text p {
    margin-bottom: 16px;
}

.structure-text .sidetext {
    margin-top: -16px;
    font-weight: 600;
    font-style: italic;
}

.structure-levels {
    position: relative;
    display: flex;
    flex-direction: column; /* gör så att de ligger ovanpå varandra */
    justify-content: space-between;
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
    min-width: 200px;
}

.structure-levels::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: black;
  z-index: -1; /* bakom texterna */
}

.structure-levels div {
    background: #2B2E44;
    color: #fff;
    padding: 10px;
    text-align: center;
    
    border-radius: 8px;
}

.role-box {
    margin-top: 36px;
    background: #fff;
    border-radius: 8px;
    margin-right: 30px;
}

.role-box strong {
    display: inline-block;
}

.role-box #text-loop {
    display: inline-block;
}

#text-loop {
  /* font-size: 32px; */
  /* font-weight: bold; */
  /* font-family: monospace; */
  border-right: 3px solid black;
  padding-right: 6px;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% { border-color: transparent; }
}

/* CTA */

.cta {
    background: #EFEFEF;
}

@media (width <= 574px){
    .cta-grid {
        grid-template-rows: auto auto auto !important;
        grid-template-columns: 1fr !important;
    }

    .cta-grid h2 {
        grid-column: unset !important;
    }

    .cta-grid .cta-box {
        margin-top: 36px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cta-box input, .cta-box textarea {
        font-size: 1rem;
    }
}


@media (width <= 443px){
    .cta-grid h2 {
        hyphens: auto;
        overflow-wrap: break-word;
    }
}

.cta-grid {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
    /* gap: 48px; */
    background: #EFEFEF;
    width: 100%;
}

    .containertitle {
        grid-column: span 2;
        margin-bottom: 48px;
    }

.cta-grid h2 {
    /* grid-column: span 2; */
    /* margin-bottom: 24px; */
}

.cta-grid div ul {
    padding-left: 20px;
    margin-top: 24px;
}

.cta-grid div .septest {
    margin-top: 24px;
    margin-bottom: 24px;
}

.cta-box {
    background: #EFEFEF;;
    padding: 30px;
    padding-top: 0px;
    border-radius: 16px;
}

.cta-box h3 {
    margin-bottom: 12px;
}

.cta-box input, .cta-box textarea {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.cta-box textarea {
    resize: none;
    height: 120px;
}

.cta-box button:hover {
    cursor: pointer;
    text-decoration: underline;
}

.cta-box button, .cta-box .secondary-btn {
    width: 100%;
    margin-top: 10px;
    padding: 17px;
    border-radius: 20px;
    border: none;

    font-weight: 600;
    font-size: 1rem;
    background: #2B2E44;
    color: #fff;
}

#cta-message {
    font-weight: 600;
}

.cta-box .secondary-btn {
    background: #e0f2ef;
    color: black;
    
}

.field-error {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 8px;
    margin-top: 2px;
}

/* ========= Connect ========= */

.connect {
    background: linear-gradient(#f6f7fb, #f1f2f6);
}

.connect .cta-box {
    background: unset;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
}

.connect .cta-box h2 {
    padding-top: 48px;
    padding-bottom: 12px;
    font-size: 2rem;
}

.connect > .cta-box > #cta-form > button {
    width: 80%;
    margin-left: 10%;
}


/* FOOTER */

.logotext {
    font-size: 18px !important;
    font-weight: 700;
}

@media (width <= 620px){
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto;
        gap: 32px !important;
    }

    .footer-grid div:nth-child(1)  {
        text-align: center !important;
    }

    .footer-grid div:nth-child(1) p {
        text-align: center !important;
    }

    .footer-grid div:nth-child(2) p {
        text-align: center !important;
    }

    .footer-grid div:nth-child(3) p {
        text-align: center !important;
        padding-right: 0px !important;
    }
}

.footer {
    background: #2B2E44;
    padding: 20px 0px 20px;
    color: white;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.footer-grid div:nth-child(2) p {
    text-align: center;
}

.footer-grid div:nth-child(3) p {
    text-align: right;
    padding-right: 40px;
}

.footer a, .footer a:visited, .footer a:active, .footer a:focus { 
    color: white !important;
    text-decoration: unset !important;
}

.footer a:hover {
    /* font-weight: 600; */
    text-decoration: underline !important;
}


.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}