html {
  scroll-behavior: smooth;
}

body {
  background-color: #2e2e2e;
  width: 100%;
  overflow-x: hidden;
}
.owl-dots {
  display: none !important;
}

.splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;
}
.splide .splide__arrow svg {
  fill: #fff;
  height: 10.2em;
  width: 3.2em;
}
.splide .splide__arrow--prev {
  left: 0em;
}
.splide .splide__arrow--next {
  right: 0em;
}
.splide .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 7em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6em;
  z-index: 1;
}
#blog-carousel-fi li,
#blog-carousel-en li {
  /*    height: fit-content;*/
  display: flex;
  /*    flex-direction: row;*/
}
/*.splide__slide a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: white;
  height: 100%;
}*/
.splide__list {
  /*        height: 600px !important;*/
}
.splide__slide h2,
.splide__slide h4 {
  font-size: large;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*owl*/
.item-group {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 30%;
  gap: 20px;
  margin: auto;
}
.item-group div {
  width: calc(50% - 10px) !important;
  margin-bottom: 10px !important;
}
.item-group img {
  width: 100% !important;
  height: auto !important;
}
.owl-carousel {
  margin: 0 auto !important;
}
.owl-nav {
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav i {
  font-size: 48px !important;
  cursor: pointer !important;
}
.w-6 {
  width: 6%;
}
.w-8 {
  width: 8%;
}
/*faq*/
div#blog-carousel-en {
  background-color: #1c1c1c;
}
div#blog-carousel-fi {
  background-color: #1c1c1c;
}
.faq-heading {
  font-weight: 400;
  font-size: 19px;
  -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: white;
}
.faq-text {
  font-weight: 400;
  color: #dce3e8;
  width: 95%;
  padding-left: 20px;
  margin-bottom: 30px;
  padding-top: 15px;
}
.faq {
  width: 80%;
  margin: 0 auto;
  background: #2e2e2e;
  border-radius: 4px;
  position: relative;
  border: 1px solid #2a2828;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top: 1px;
  background-color: #1c1c1c;
  border-bottom: 1px solid #100f0f;
}
.faq input[type="checkbox"] {
  display: none;
}
.faq .faq-arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq input[type="checkbox"]:checked + label {
  display: block;
  background: #2e2e2e;
  color: white;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type="checkbox"]:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 155px;
  padding-top: 25px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
  display: none;
}

.faq-heading-h2 {
  color: white;
  letter-spacing: 5px;
}
.blog-heading-h2 {
  color: white;
  letter-spacing: 5px;
}
/*faq*/
.clr-white {
  color: white !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.bg-black {
  background-color: black;
}
.background-cover {
  background-size: cover !important;
}
.background-no-repeat {
  background-repeat: no-repeat !important;
}
.background-center {
  background-position: center !important;
}
.h-50 {
  height: 50vh;
}
.h-100 {
  height: 100%;
}
.bg-dark {
  background-color: rgb(0 0 0 / 78%);
}
.user-select-none {
  user-select: none;
}
.z-index-1 {
  z-index: 1;
}
.opacity-5 {
  opacity: 0.5;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.mobile-nav .phone-img {
  width: 100px;
}
.link-img {
  position: absolute;
  bottom: 5%;
  right: 3%;
}
.link-img-1 img {
  width: 400px;
}

.btn-left,
.btn-right {
  background-color: rgb(64 56 56 / 20%);
}
.margin-start {
  margin-block-start: 0;
}
.desktop-nav img {
  max-width: 100%;
  width: 50%;
}
.link-img img {
  width: 150px;
}
.main {
  background-image: url(images/kiinteistöhuolto-hinta.jpeg);
  height: 85vh;
}
.maintenance {
  height: 90vh;
}

header {
  position: fixed;
  z-index: 109;
  background: #2e2e2e;
  top: 0;
  padding-top: 1%;
  width: 100%;
  padding-bottom: 1%;
  padding: 0px !important;
}
header nav {
  align-items: center;
  text-align: center;
  margin: auto;
}

.smaller {
  font-size: 7px !important;
}

.medium {
  font-size: 9px !important;
}

.upload-video {
  z-index: 11;
}
.main-img {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  vertical-align: middle;
}
.overlay-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.logoImg img {
  max-width: 250px;
}
.countryFlag {
  bottom: 5%;
}
.contentSection img {
  width: 100px;
  max-width: 100%;
}
.footer-items {
  border-top: 3px solid white;
  padding-top: 1%;
}
.carousalSection img {
  max-width: 100%;
  height: 70vh;
}
.social-icon {
  /*width: 35px;*/
  border-radius: 5px;
}
@media screen and (min-width: 753px) and (max-width: 1280px) {
  /*  .contract1 h2,*/
  .contract1 button {
    margin: 0px !important;
  }
  .contract1 p {
    margin: 0px !important;

    font-size: smaller !important;
  }
}

@media only screen and (max-width: 800px) {
  .link-img img {
    width: 104px;
  }
}

@media screen and (min-width: 1240px) {
  .logoImg img {
    width: 180px !important;
  }
}

@media (min-width: 1241px) and (max-width: 3560px) {
  .logoImg img {
    width: 300px !important;
  }
}

@media (min-width: 592px) and (max-width: 768px) {
  .social-nav img {
    width: 30% !important;
  }
  .mobile-nav .phone-img {
    max-width: 48px !important;
  }
}

@media (min-width: 425px) and (max-width: 591px) {
  .social-nav img {
    width: 42% !important;
  }
  .mobile-nav .phone-img {
    width: 47px !important;
  }
}
@media (min-width: 321px) and (max-width: 424px) {
  .social-nav img {
    width: 36% !important;
  }
  .mobile-nav .phone-img {
    max-width: 47px !important;
  }
}
@media (max-width: 320px) {
  .social-nav img {
    width: 69% !important;
  }
  .mobile-nav .phone-img {
    max-width: 42px !important;
  }
}

@media (min-width: 780px) and (max-width: 900px) {
  .social-nav img {
    width: 33% !important;
  }
}

.contentSection img {
  display: block !important;
}
.no-js .reference-carousel,
.reference-carousel.owl-loaded {
  display: flex !important;
  align-items: center;
}
.no-js .charity-carousel,
.charity-carousel.owl-loaded {
  display: flex !important;
  align-items: center;
}
.owl-next,
.owl-prev {
  background: transparent !important;
  border: none !important;
  color: white !important;
  font-size: xxx-large !important;
  cursor: pointer !important;
}

.shadow {
  box-shadow: 0px 0px 30px 0px black;
}
.upload-video {
  bottom: 5%;
  left: 3%;
}

.countryFlag {
  bottom: 4%;
  right: 8%;
}

.desktop-nav {
  display: block;
  padding: 12px;
}
.mobile-nav {
  display: none !important;
}

.lang-fi {
  display: block;
}
.lang-en {
  display: none;
}

/*#request {
    background-image: url('images/kiinteistöhuolto-tuntihinta.jpeg');
    background-position: bottom;
    background-size: cover;
}
*/

.formSection {
  position: relative;
  overflow: hidden;
}

.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: bottom;
  z-index: -1;
}

.overlay-contract {
  display: none;
  animation: fadeInLeft 0.5s ease-out forwards;
}
/*.overlay-maintenance{
    display: none;
    animation: fadeInLeft 0.5s ease-out forwards;
}*/

.overlay-home {
  display: none;
  animation: fadeInLeft 0.5s ease-out forwards;
}

.overlay-boat {
  display: none;
  animation: fadeInRight 0.5s ease-out forwards;
}

.overlay-engine {
  display: none;
  animation: fadeInLeft 0.5s ease-out forwards;
}

.overlay-amg {
  display: none;
  animation: fadeInRight 0.5s ease-out forwards;
}

.overlay-it {
  display: none;
  animation: fadeInLeft 0.5s ease-out forwards;
}

.overlay-info {
  display: none;
  animation: fadeInRight 0.5s ease-out forwards;
}
#boat .main-img {
  height: 100% !important;
}

.btn-right {
  top: 9%;
  right: 6%;
  padding: 4px;
  border-radius: 37px;
  width: 25px;
  height: 25px;
}

.btn-left {
  top: 9%;
  left: 6%;
  padding: 4px;
  border-radius: 37px;
  width: 25px;
  height: 25px;
}
.overlay-img {
  transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-box-shadow: 0 0 18px #000000;
  border-radius: 50%;
}
.overlay-img:hover {
  transform: scale(1.5);
  transition: 0.2s ease;
}
.w-90 {
  width: 90% !important;
}
.justify-content-start {
  justify-content: start;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*@keyframes fadeOut {*/
/*    from {*/
/*        opacity: 1;*/
/*        transform: translateX(0);*/
/*    }*/
/*    to {*/
/*        opacity: 0;*/
/*        transform: translateX(-100%);*/
/*    }*/
/*}*/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.popup video {
  max-width: 100%;
}

.popup-trigger {
  transition: 300ms all;
}
/*.owl-stage .cloned {*/
/*    margin-right:inherit !important;*/
/*}*/
.owl-next {
  position: absolute;
  right: 0;
}
.owl-prev {
  position: absolute;
  left: 0;
  z-index: 111111;
}
.popup-trigger:hover {
  opacity: 0.8;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 42%;
  max-width: 100%;
  margin: 2em auto;
  top: 20%;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
}

.is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color: #35a785;
  transition: 300ms all;
}

@media screen and (max-width: 620px) {
  .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62% !important;
    object-fit: cover !important;
    object-position: bottom;
    z-index: -1;
  }

  #huoltopaketit .content {
    height: auto !important ;
  }

  .info-header-group {
    gap: 3px !important;
  }
  .link-img-1 {
    margin-top: 25px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
  }
  .link-img-1 img {
    width: 150px !important;
  }

  .info-header-nav p {
    font-size: 8px;
  }
  .info-header-nav span {
    font-size: 6px;
    padding: 1px !important;
  }
  .info-header-nav a {
    font-size: 6px;
    padding: 1px !important;
  }
  .contract-button {
    font-size: 7px !important;
    margin-top: 4px !important;
    padding: 3px 3px 3px 3px !important;
  }
  #asiakasportaali .contract1,
  #hinnasto .contract2 {
    gap: 0px !important;
  }
  #asiakasportaali .contract1 a,
  #hinnasto .contract2 a {
    padding: 0px !important;
  }
  #asiakasportaali .contract1 p {
    margin: 5px !important;
    font-size: 5px !important;
  }
  .owl-stage .cloned {
    margin-right: 10px !important;
  }
  /*.contentSection img {*/
  /*    max-width: 100px;*/
  /*}*/
  /* .faq {*/
  /*  width: 90%  !important;*/
  /*}*/
  .popup-container {
    width: 98% !important;
  }
  .splide__slide h2,
  .splide__slide h4,
  .splide__slide p {
    font-size: x-small;
  }

  .faq-heading {
    text-indent: 10px !important;
    font-size: 15px !important;
  }
  .faq-text {
    padding-left: 10px !important;
  }
  .faq input[type="checkbox"]:checked + label {
    height: 160px !important;
  }
  .faq input[type="checkbox"]:not(:checked) + label {
    height: 160px !important;
  }
}
@media screen and (max-width: 300px) {
  /*.contentSection img {*/
  /*    max-width: 100px;*/
  /*}*/
  .faq {
    width: auto !important;
  }
  .faq-heading {
    text-indent: 10px !important;
    font-size: 15px !important;
  }
  .faq-text {
    padding-left: 10px !important;
  }
  .faq input[type="checkbox"]:checked + label {
    height: 160px !important;
  }
  .faq input[type="checkbox"]:not(:checked) + label {
    height: 160px !important;
  }
}
.nav-items a {
  font-size: 12px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.file {
  width: 95px !important;
  height: 33px;
  cursor: pointer;
}
#uploadStatus {
  display: none;
}

.btnDiv {
  float: right !important;
}
form {
  width: 40%;
  margin: auto;
  padding-top: 10%;
  /*padding-bottom:10%;*/
}
input[type="text"],
select,
textarea,
input[type="number"],
input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  background-color: white !important;
  border: none;
}
.btn-1 {
  float: left !important;
}
.btn-2 {
  float: right !important;
}
span {
  color: white;
}

input[type="submit"] {
  background-color: #04aa6d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.container {
  padding: 20px;
}
.row {
  margin-bottom: 3%;
}
.col-25 {
  float: left;
  width: 100%;
  margin-bottom: 1%;
  margin-top: 3px;
}

.col-75 {
  float: left;
  width: 100%;
  /*margin-top: 6px;*/
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.splide__slide span {
  font-size: small;
}
@media screen and (max-width: 850px) {
  .col-25,
  .col-75,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
  form {
    width: 80%;
  }
  form span,
  form input {
    margin-bottom: 1%;
  }
  .faq {
    width: auto !important;
  }
  .faq-heading {
    text-indent: 10px !important;
    font-size: 15px !important;
  }
  .faq-text {
    padding-left: 10px !important;
  }
  .faq input[type="checkbox"]:checked + label {
    height: 160px !important;
  }
  .faq input[type="checkbox"]:not(:checked) + label {
    height: 160px !important;
  }
  .w-inherit-m {
    width: auto !important;
  }
  .w-95-m {
    width: 95% !important;
  }
}
@media screen and (max-width: 780px) {
  /**/

  .mobile-nav {
    margin-top: 0px !important;
  }

  .item-group {
    width: 60% !important;
  }

  .social-nav {
    display: flex !important;
    /*width: 27% !important;*/
    align-items: center !important;
    gap: 23px !important;
    /*justify-content: center !important;*/
  }

  .social-icon-facebook {
    width: 28px !important;
    padding-top: 4px !important;
  }
  .social-icon-instagram {
    width: 30px !important;
    padding-top: 4px !important;
  }
  .social-icon-mob {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 10px;
    margin-right: -44px !important;
  }
  /**/
  .faq {
    width: 75% !important;
  }
  .patrik {
    flex-direction: column !important;
  }
  .leevi {
    flex-direction: column !important;
  }
  .desktop-nav {
    display: none !important;
  }
  .mobile-nav {
    display: flex !important;
    padding: 0px 0px 0px 25px !important;
  }
  .owl-next,
  .owl-prev {
    font-size: larger !important;
  }
  .charity-carousel .owl-item img,
  .reference-carousel .owl-item img {
    width: 100% !important;
    margin: auto !important;
  }
  .faq-heading {
    text-indent: 0px !important;
    line-height: 19px;
    font-size: 12px !important;
    padding-left: 10px !important;
  }
  .faq-text {
    padding-left: 10px !important;
  }
  .faq input[type="checkbox"]:checked + label {
    height: 160px !important;
  }
  .faq input[type="checkbox"]:not(:checked) + label {
    height: 100% !important;
  }
  #yhteystiedot {
    flex-direction: column !important;
    gap: 20px !important;
    padding-bottom: 0px !important;
  }
  .patrik.d-flex.flex-row.text-center.gap-50,
  .leevi.d-flex.flex-row.text-center.gap-50 {
    gap: 20px !important;
  }
  .images {
    padding-bottom: 0px !important;
  }
  p.lang-fi.faq-heading {
    line-height: 19px;
    font-size: 12px !important;
  }
  .logo {
    width: 20% !important;
    padding-left: 5px !important;
    margin: auto !important;
  }
  .logos img {
    width: 100% !important;
  }
  .logos {
    display: flex !important;
    gap: 5px !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .bass-img {
    padding-left: 0px !important;
  }
}
#tietoa img {
  height: 70% !important;
}
div#tietoaoverlay {
  height: 70% !important;
}
/*new updates*/
.reference-headline {
  color: white;
}
.contact-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover !important;
}
.counter-container {
  font-weight: bold;
  color: white;
}

#visitorCount {
  font-size: larger;
  color: white;
}
/*nav bar*/
.logos {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.logos img {
  width: 50%;
  height: 50% !important;
}
header {
  background-color: #333;
  padding: 0px 12px 12px 0px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo h2 {
  color: white;
}

.menu-icon {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  transition: all 0.3s ease;
}

/* Hamburger icon */
.menu-icon::before {
  transform: translateY(-6px);
}

.menu-icon::after {
  transform: translateY(6px);
}

.menu-icon.open::before {
  transform: rotate(45deg) translateY(0);
}

.menu-icon.open::after {
  transform: rotate(-45deg) translateY(0);
}

.nav-links {
  list-style: none;
}

.nav-links li {
  margin-left: 2rem;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
}

.nav-links li a:hover {
  color: #f0a500;
}
#faq-sh {
  background: #2e2e2e;
}
#blog-en-sh {
  background: #2e2e2e;
}
/* Mobile Styles */
@media (min-width: 768px) and (max-width: 998px) {
  .nav-links {
    position: absolute;
    top: 45px;
    right: 10px;
    background-color: #333;
    width: 100%;
    text-transform: uppercase;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: height 0.3s ease;
  }
}

#tietoa {
  scroll-margin-top: 70px;
}
#asiakaslomake,
#yhteystiedot {
  scroll-margin-top: 110px;
}
#usein-kysytyt-kysymykset {
  scroll-margin-top: 150px !important ;
}
#carousal {
  scroll-margin-top: 150px;
}
#it {
  scroll-margin-top: 10px;
}

#referenssit {
  scroll-margin-top: 150px;
}
#home {
  scroll-margin-top: 10px;
}
#huoltopaketit {
  scroll-margin-top: 110px;
}

#blogi {
  scroll-margin-top: 125px;
}
#pro-bono {
  scroll-margin-top: 150px;
}
#asiakasportaali,
#hinnasto {
  scroll-margin-top: 90px;
}
@media (max-width: 768px) {
  .carousel div audio {
    height: 26px !important;
    /* padding: 10px; */
    width: 233px !important;
  }
  .eng-blogs p {
    font-size: xx-small !important;
    width: 75% !important;
  }
  .carousel div {
    padding: 3px 10px 15px 5px !important;
  }
  .eng-blogs .carousel .slick-prev:before,
  .eng-blogs .carousel .slick-next:before {
    font-size: 27px !important;
  }
  .carousel div h2 {
    font-size: x-small !important;
  }
  .carousel div span {
    font-size: x-small !important;
  }
  .eng-blogs .carousel .slick-next {
    top: 20px !important;
    right: 14px !important;
  }
  .eng-blogs .carousel .slick-prev {
    top: 20px !important;
  }
  .carousel {
    width: 90% !important;
  }
  .splide .splide__arrow svg {
    height: 3.2em !important;
    width: 2.2em !important;
  }
  .splide .splide__arrow {
    width: 2em !important;
  }

  #tietoa,
  #usein-kysytyt-kysymykset,
  #asiakaslomake,
  #blogi {
    scroll-margin-top: 80px;
  }
  #yhteystiedot {
    scroll-margin-top: 60px !important ;
  }
  #home,
  #it {
    scroll-margin-top: 60px !important ;
  }
  #blogi {
    scroll-margin-top: 100px !important;
  }
  #pro-bono {
    scroll-margin-top: 110px !important;
  }
  #huoltopaketit {
    scroll-margin-top: 90px !important;
  }
  #asiakasportaali {
    scroll-margin-top: 90px !important ;
  }
  .nav-links {
    position: absolute;
    top: 62px;
    right: 0px;
    background-color: #333;
    width: 100%;
    text-transform: uppercase;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: height 0.3s ease;
  }
  #faq-sh {
    width: 100% !important;
    margin: auto !important;
  }
  #blog-en-sh {
    width: 100% !important;
    margin: auto !important;
  }
  .tietoa {
    line-height: 8px !important;
  }
  .nav-links li {
    margin: 1.5rem 0;
    text-align: center;
  }
  .menu-icon {
    display: block;
  }
  .nav-links.active {
    height: 135vh;
  }
  .logos {
    width: 98% !important;
  }
  .more-ref p {
    font-size: 7px !important;
  }
  .more-ref h2 {
    padding-left: 5px !important;
  }
  .more-ref {
    line-height: 8px !important;
  }
  div#content {
    width: 100% !important;
  }
}
.color-white {
  color: white;
}
#more-ref img {
  background: white;
  width: 25px !important;
  height: auto;
  border-radius: 50%;
  margin-top: 14px;
}
#usein-kysytyt-kysymykset img {
  background: white;
  width: 25px !important;
  height: auto;
  border-radius: 50%;
}
#blogi img {
  background: white;
  width: 25px !important;
  border-radius: 50%;
}
.more-ref {
  width: 90%;
  padding: 20px;
  margin-top: 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
}
div#more-ref {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
div#usein-kysytyt-kysymykset {
  background: #2e2e2e;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
div#blogi {
  background: #2e2e2e;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
/*more-reference*/
.more-ref {
  color: white;
  line-height: 30px;
  background: #1c1c1c;
  padding: 0;
  border: none;
  border-radius: 5px;
}
.more-ref h2 {
  font-size: small;
}
.more-ref p {
  font-size: small;
  padding: 5px;
}
.contact-text {
  display: flex;
  padding: 0px 25px 0px 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eng-blogs a {
  color: white;
  text-decoration: none;
}
.eng-blogs a:hover {
  opacity: 0.7;
}
.eng-blogs p {
  font-size: small;
  margin: auto;
  width: 85%;
  height: -webkit-fill-available;
}
.carousel {
  width: 80%;
  margin: 0 auto;
}
.carousel div {
  padding: 10px 10px 15px 10px;
  text-align: center;
  font-size: 20px;
  color: #dce3e8;
  background-color: #1c1c1c;
  padding-bottom: 30px !important;
}

.carousel .slick-list.draggable {
  padding: 0px !important;
}
.carousel div h2 {
  font-size: medium;
}
.carousel div audio {
  height: 33px;
  padding: 10px;
}
.carousel div span {
  font-size: small;
}
.slick-prev {
  z-index: 100;
  left: 8px !important;
  top: 55px !important;
}
.slick-next {
  right: 50px !important;
  z-index: 100;
  top: 55px !important;
}

/* Change arrow icon size */
.slick-prev:before,
.slick-next:before {
  font-size: 50px !important;
}

#blog-en-sh .carousel h5 {
  margin: 10px;
}

/*update after 21/4/2025*/

.contract-button {
  color: white;
  padding: 10px 20px 10px 20px;
  background: black;
  border: none;
  cursor: pointer;
}

#huoltopaketit {
  background-image: url(images/Huoltopaketit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#huoltopaketit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
#huoltopaketit .content {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  height: 700px;
  justify-content: center;
}
.maintenance-card {
  background-color: #2e2e2e;
  font-size: small;
}
.maintenance-card p,
h3 {
  margin: 2px;
  padding: 4px 10px 4px 10px;
}
.maintenance-card ul {
  margin: 2px;
}
.maintenance-card span {
  background-color: black;
  padding: 10px;
  margin: 25px 0px 0px 0px;
}
.info-header-nav {
  background-color: black;
}
.info-header-nav span {
  /*    background: black;*/
  border: 1px solid white;
  padding: 5px 15px 5px 15px;
}

/*login page*/

.login-container {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-top: 180px;
  margin-bottom: 100px;
}

.login-container h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.login-container input {
  margin-bottom: 1rem;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login-container button {
  padding: 10px;
  font-size: 16px;
  background-color: #0077cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.login-container button:hover {
  background-color: #005fa3;
}

.error {
  color: red;
  text-align: center;
  margin-top: 10px;
  display: none;
}

/*soophi page*/
.sophi-text {
  margin: auto;
  width: 75%;
  margin-top: 150px;
  margin-bottom: 100px;
  border: 2px solid white;
  padding: 20px;
}

.info-header-nav a {
  border: 1px solid white;
  padding: 5px 15px 5px 15px;
}
