.page-header {
  display: none;
}

.removeinlineMargin {
  margin-inline: unset !important;
}

.changeLeftPadding li {
  margin-top: 0 !important;
}

.removeMarginLeft {
  margin-left: unset !important;
}

#site-header {
  z-index: 2;
  padding: unset !important;
}

#site-footer {
    padding-top: unset !important;
}

.fullwidthBanner {
  position: relative;
  z-index: 1;
}

.changeLinkEffect a {
  text-decoration: unset !important;
  color: #350c77;
}

.posAbs {
  position: absolute;
  right: 0;
  top: 60%;
  margin: 0;
  z-index: 2;
}

.posAbs img {
  width: 320px;
  height: 380px;
  object-fit: contain;
}

.custom-site-footer {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.fullWidthImage img {
  width: 100%;
}

.custom-site-header {
  padding: unset;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: #FFFF00;
}

.changeFontInMob a {
  color: #fff !important;
}

.uutiset-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.uutiset-item {
  width: calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #6C03F7;
  border-radius: 30px;
}

.uutiset-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.uutiset-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.uutiset-title {
    font-size: 24px;
    color: #6C03F7;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.uutiset-excerpt {
  font-size: 14px;
  margin-bottom: 10px;
}

.uutiset-readmore {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none !important;
  color: #6C03F7;
  font-family: "Be Vietnam Pro", sans-serif;
}

.uutiset-readmore:hover {
    color: #FFFF00;
}

.uutiset-pagination {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.uutiset-pagination a,
.uutiset-pagination span {
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #FFFF00;
  text-decoration: none !important;
  color: #FFFF00;
}

.uutiset-pagination .current {
  background: #000;
  color: #fff;
}

.singlePost {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
}

.postHeading {
    color: #6C03F7;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
}

.uutiset-excerpt,
.content .wp-block-paragraph {
    color: rgba(0, 0, 0, 1);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Be Vietnam Pro", sans-serif;
}

.featured-image img {
    width: 100%;
    object-fit: contain;
}

.next-post a,
.prev-post a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none !important;
    color: #6C03F7;
    font-family: "Be Vietnam Pro", sans-serif;
}

.post-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.linkColor a {
    color: #6C03F7;
}

.changeBoldColor strong {
    color: #FFFF00;
}

.changeFooterLogoWidth img {
    width: 250px !important;
}

.changeOpacity {
    background: linear-gradient(94.9deg, #A04DFF 0%, #4C00B0 100%);
}

.changeOpacity img{
    opacity: 0.2;
}

.changeBoldColorli strong {
    color: #350C77;
}

.changeOpacityWithImage {
   background: linear-gradient(180deg, #6C03F7 0%, rgba(108, 3, 247, 0) 100%);
   background-blend-mode: color;
   background: linear-gradient(280.3deg, #7B18FF 0%, #BD22FF 27.23%, #4E00CB 60.67%);
}

.changeOpacityWithImage .wp-block-cover__image-background {
    opacity: 0.3;
}

.changeImagePos {
    position: absolute !important;
    bottom: 120px !important;
    right: -70px !important;
    height: 100% !important;
    width: auto !important;
    max-width: 45% !important;
    z-index: 2 !important;
    object-fit: contain !important;
    object-position: bottom right !important;
}

.changepersonImagePos {
    position: absolute;
    right: 0;
    z-index: 3;
    width: auto;
    height: 100%;
    max-width: 45% !important;
    object-fit: contain;
    bottom: 120px;
}

.changeStrongColor a {
    color: #2CFFF7;
}

.latest-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.latest-posts-item {
    flex: 1 1 calc(50% - 48px); /* 2 columns */
    background-color: #ede8f5;  /* lavender, adjust to match your exact shade */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.latest-posts-thumb a {
    display: block;
}

.latest-posts-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.latest-posts-desc {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}

.latest-posts-title {
    color: #350C77;
    text-decoration: none !important;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 125%;
    font-family: "Be Vietnam Pro", sans-serif !important;
    margin-bottom: unset !important;
}

.latest-posts-title a {
    color: #350C77; /* dark purple, adjust to match */
    text-decoration: none !important;
}

.latest-posts-excerpt {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    color: #000;
    font-family: "Be Vietnam Pro", sans-serif !important;
}

.latest-posts-readmore {
    color: #350c77;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1.6;
    text-decoration: unset !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
}

    .changeZindex {
    z-index: 3;
    position: relative;
}

@media (min-width: 920px) {
  .setMaxwidth {
    max-width: 880px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* 3 columns on wider screens */
@media (min-width: 1024px) {
    .latest-posts-item {
        flex: 1 1 calc(50% - 48px);
    }
}

@media (min-width: 1180px) {
  .setMaxwidth {
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1290px) {
  .setMaxwidth {
    max-width: 1350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 1441px) {
    .changepersonImagePos {
       max-width: 53% !important;
       right: -60px;
       bottom: 180px;
    }
    .changeImagePos {
        max-width: 53% !important;
    }
}

@media (max-width: 1281px) {
  .adjustFontSize {
    font-size: 32px !important;
  }
  .fullwidthBanner .redFont {
    font-size: 60px !important;
  }
      .changepersonImagePos {
        max-width: 59% !important;
        right: -60px;
        bottom: 180px;
    }
}

@media (max-width: 1024px) {
  .fullwidthBanner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .changeHeaderPadding,
  .changeFooterPadding {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .fullwidthBanner .redFont {
    font-size: 56px !important;
    word-break: break-all;
  }

  .changeHeadingsize {
    font-size: 42px !important;
  }

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    padding: unset !important;
  }

  .setMaxwidth {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .adjustFontSize {
    font-size: 32px !important;
  }

  .changeH2size {
    font-size: 24px !important;
  }

  .mobileBtn {
    width: 100%;
  }

  .changeSpacing {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .changesizeInMob {
    font-size: 20px !important;
  }

  .changePaddingInMob {
    padding: 24px !important;
  }

  .changeBgColor {
    background-color: #E9F5F2 !important;
  }

  .minHeightAuto {
    min-height: auto !important;
  }

  .changeMaxWidth {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .posAbs {
    top: 28%;
  }

  .changeFontInMob {
    font-size: 16px !important;
  }

  .posAbs img {
    width: 250px;
    height: 420px;
    object-fit: contain;
  }
    .changepersonImagePos {
      display: none !important;
  }
    .changeImagePos {
          max-width: 100% !important;
  }
      .changeMinHeight {
        min-height: 500px !important;
        padding-top: 72px !important;
    }
}

@media (max-width: 821px) {
  .posAbs img {
    width: 220px;
    height: 300px;
    object-fit: contain;
  }

  .posAbs {
    top: 40%;
  }
  .changepersonImagePos {
      display: none !important;
  }
  .changeImagePos {
          max-width: 100% !important;
  }
      .changeMinHeight {
        min-height: 500px !important;
        padding-top: 72px !important;
    }
}

@media (max-width: 767px) {
  .fullwidthBanner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .fullwidthBanner .redFont {
    font-size: 39px !important;
    line-height: 95% !important;
    letter-spacing: -1.17px;
    word-break: unset !important;
  }

  .changeHeadingsize {
    font-size: 42px !important;
  }

  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    padding: unset !important;
  }

  .setMaxwidth {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .adjustFontSize {
    font-size: 32px !important;
  }

  .changeH2size {
    font-size: 24px !important;
  }

  .removeBorder {
    border-right-width: 0px !important;
    border-right-color: unset !important;
    border-bottom: 2px solid #350c77;
    padding-bottom: 36px;
  }

  .mobileBtn {
    width: 100%;
  }

  .changeSpacing {
    margin: 0 20px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .changesizeInMob {
    font-size: 20px !important;
  }

  .changePaddingInMob {
    padding: 24px !important;
  }

  .changeBgColor {
    background-color: #E9F5F2 !important;
  }

  .changeBorderRadius img {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 30px;
  }

  .minHeightAuto {
    min-height: auto !important;
  }

  .adjustGapInMob {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .posAbs {
    top: 82%
  }

  .posAbs img {
    width: 200px;
    height: 250px;
  }

  .mobCol {
    flex-direction: column;
  }

  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open svg {
    fill: #FFFF00 !important;
    height: 40px;
    width: 40px;
  }

  .wp-block-navigation-overlay-close,
  .wp-block-navigation-overlay-close:focus,
  .wp-block-navigation-overlay-close:hover,
  .wp-block-navigation__responsive-container-open,
  .wp-block-navigation__responsive-container-open:focus,
  .wp-block-navigation__responsive-container-open:hover {
    border: unset !important;
    background: unset !important;
  }

  .changeHeaderPadding,
  .changeFooterPadding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .uutiset-item {
    width: calc(50% - 12px);
  }
  
  .changeStyleInMob {
    flex-direction: column;
    width: 100%;
}
.fullWidthBtnMob {
    width: 100%;
    max-width: 100%;
}
.changeMobMenuLogoSize img {
    width: 200px !important;
}
.changeMarginInMob {
    margin-top: 0px !important;
    padding-top: 30px !important;
}
   .latest-posts-item {
        flex: 1 1 100%;
    }
    .latest-posts-desc {
        padding: 20px;
    }
    .latest-posts-title {
        font-size: 22px;
    }
    .changeMinHeight {
        min-height: 500px !important;
        padding-top: 72px !important;
    }
    .changeImagePos {
        position: absolute !important;
    bottom: -110px !important;
    right: -30px !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 2 !important;
    object-fit: contain !important;
    object-position: bottom right !important;
    }

}

@media(max-width: 500px) {
  .uutiset-item {
    width: 100%;
  }
}

@media(max-width: 431px) {
  .posAbs {
    top: 82%;
  }
}

@media(max-width: 415px) {
  .posAbs {
    top: 91%;
  }
}

@media (max-width: 391px) {
  .posAbs {
    top: 100%;
  }
}

@media (max-width: 376px) {
  .posAbs {
    top: 140%;
  }
}

@media (max-width: 361px) {
  .posAbs {
    top: 125%;
  }
}