@font-face {
  font-family: "Finlandica";
  src: url("../fonts/Finlandica-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Finlandica";
  src: url("../fonts/Finlandica-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

body {
  font-family: "Finlandica" !important;
  overflow-x: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

textarea {
  overflow: hidden;
}

button {
  outline: none !important;
  cursor: pointer;
}

.centerText {
    align-content: center;
}

.row {
    margin-left: unset !important;
    margin-right: unset !important;
}

.fullWidthImage {
    padding: unset !important;
}

.setpadding {
    padding: 0px;
}

.text {
font-family: "Finlandica";
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #565872;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.btn-primary {
  background-color: #bdfc67 !important;
  border-color: #bdfc67 !important;
  color: #4211aa !important;
}

.btn-primary:hover {
  background-color: #aefc40 !important;
  border-color: #aefc40 !important;
  color: #320a86 !important;
}

.btn-secondary {
  background: #8046fc !important;
  border-color: #8046fc !important;
  color: white !important;
}

.btn-secondary:hover {
  background: #6a25ff !important;
  border-color: #6a25ff !important;
  color: white !important;
}

.owl-carousel img {
  width: auto !important;
  display: inline-block !important;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-item {
  opacity: 0;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
  margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
  color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 7px;
  display: block;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  z-index: 5;
  font-weight: 400;
  color: #fff;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

.gray-bg {
  background-color: #f4f4f4 !important;
}

.light-bg {
  background-color: #fff !important;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
}

.owl-nav,
.owl-dots {
  display: none;
}

/* Btn style */
.theme-btn {
  display: inline-block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  font-family: "Finlandica";
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 12.5px 35px;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  z-index: 1;
}

.btn-style-one.style-two {
  background-color: #fff;
  color: #222 !important;
}

.btn-style-one.style-two:hover {
  background-color: var(--theme-color);
}

.btn-style-one i {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}

.btn-style-one:hover {
  color: #fff !important;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  content: "";
  background-color: #1e2843;
  transition: 0.5s;
  z-index: -1;
}

.btn-style-one:hover:before {
  width: 100%;
}

.btn-style-one span {
  position: relative;
}

.nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #848484;
  font-family: "Finlandica";
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0px 20px;
}

.nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #848484;
  top: 0px;
  right: 30px;
  margin: 0px;
  margin: 0px;
  border: none !important;
  transform: rotate(0deg) !important;
}

.blog_thumbnail img {
  margin-bottom: 20px;
}

/** scroll-to-top **/
.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
    font-family: "Finlandica";
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.navbar-logo img {
  width: 15rem;
}

.search-popup .upper-box img {
  max-width: 180px;
}

.header-button {
  background: #bdfc67;
  color: #4211aa;
}

.header-button:hover {
  background: #bbfc61;
  color: #4514af;
}

.main-box {
  padding: 0.3rem 0rem;
  background: linear-gradient(
    90deg,
    #6945e4 0%,
    #5242e9 20%,
    #5242e9 30%,
    #5a2dc1 55%,
    #5a2dc1 80%,
    #552fb8 100%
  );
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.05);
}

/* Fixed navbar styling */
.custom-navbar {
  background: transparent;
  height: 70px;
  position: relative;
  z-index: 10;
}

.dynamic-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dynamic-menu li {
  border-bottom: 1px solid #bdfc67;
  width: 100%;
  text-align: center;
}

.dynamic-menu li:last-child {
  border-bottom: none;
}

.dynamic-menu li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: 400;
  line-height: 43px;
  text-transform: uppercase;
  color: #4211aa;
}

.flag-icons-header {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0;
}

.flag-icons-header svg {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

/* Custom toggle icon styles */
.primary-divider {
  border: 4px solid #cdfc8e !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.company-details {
    border-bottom: 8px solid #cdfc8e !important;
}

.menu-icon {
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: 2px solid #bdfc67;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  position: relative;
}

.menu-icon .bar {
  width: 60%;
  height: 2px;
  background-color: #bdfc67;
  transition: all 0.4s ease;
  transform-origin: center;
}

/* Transform to X */
.menu-icon.open .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-icon.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-icon.open .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Full-screen dropdown menu */
.custom-menu {
  position: absolute;
  width: 20rem;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  display: none;
  flex-direction: column;
  align-items: center;
  border: 2px solid #bdfc67;
}

.custom-menu.show {
  display: flex;
}

.custom-menu a {
  text-decoration: none;
  border-bottom: 1px solid #bdfc67;
  width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: #4211aa;
}

.custom-menu a:last-child {
  border-bottom: none;
}

/*  maailmalle-section starts*/
.maailmalle-section-title {
    font-family: "Finlandica" !important;
    font-size: 68px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.01;
    letter-spacing: -1.97px;
    text-align: center;
    color: #561cb4;
}

.maailmalle-section-description {
    font-family: "Finlandica";
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #4211aa;
}

.maailmalle-section-button {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-top: 40px;
  font-family: "Finlandica";
  font-size: 20px;
}

.adjustMargin {
    margin-bottom: 30px;
}

.teaching-section .adjustMargin {
    margin-bottom: 40px;
}

.maailmalle-content-div {
  padding-left: auto;
  padding-right: auto;
  width: 60%;
}

.euroopan-unionin-flag {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 2rem;
}

.euroopan-unionin-flag img {
  width: 14rem;
}

/* osallistua section styling starts */
.osallistua-section {
  background: #caddff;
}

.osallistua-section-title {
    font-family: "Finlandica";
  font-size: 42px;
  line-height: 46px;
  color: #561cb4;
}

.osallistua-custom-points {
  width: 2rem;
  height: 2rem;
  background: #8046fc;
  color: #bdfc67;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.osallistua-custom-points-span {
    font-family: "Finlandica";
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.6%;
}

.osallistua-points-text {
    font-family: "Finlandica";
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: #4211aa;
}

.osallistua-section-button {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
    font-family: "Finlandica";
  font-size: 20px;
}

/* Coaching section styling */
.teaching-section-heading {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.6%;
  text-align: center;
  color: #561cb4;
}

.timeline {
  position: relative;
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.line {
  position: absolute;
  top: 74px;
  left: 120px;
  right: 120px;
  height: 2px;
  background-color: #170a62;
  z-index: 0;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  position: relative;
}

.circle {
    font-family: "Finlandica";
  background-color: #5e14c9;
  color: #c5f868;
  font-size: 50px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-top: 20px;
}

.step-title {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  color: #4211aa;
}

.step-desc {
    font-family: "Finlandica";
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #4211aa;
}

.arrow {
  position: absolute;
  top: 74px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #170a62;
  z-index: 2;
}

.arrow.arrow-1a {
  position: absolute;
  top: 74px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 31px solid #170a62;
  z-index: 2;
}

.arrow.arrow-2a {
  position: absolute;
  top: 74px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 31px solid #170a62;
  z-index: 2;
}

.faq-accordion-icon {
  width: 14px;
}

.arrow.arrow-1 {
  left: calc(30.9%);
}

.arrow.arrow-2 {
  left: calc(66.2%);
}

.arrow.arrow-1a {
  left: calc(33.3%);
}

.arrow.arrow-1a img {
  width: 42px;
  height: 34px;
}

.arrow.arrow-2a {
  left: calc(68.6%);
}

/* Sales section styling starts */
.sales-section-first-column {
  background: linear-gradient(135deg, #6739d8 0%, #6b7cfb 100%);
  padding: 2rem 3rem;
}

.sales-section-second-column {
  background: rgb(76 136 246 / 10%);
  padding: 2rem 3rem;
}

.sales-first-column-title {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #bdfc67;
}

.topical-section .container.py-4 {
    padding-bottom: 60px !important;
}

.sales-section-first-column .row.justify-content-center {
    display: flex;
    gap: 20px;
}

.sales-representative-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.sales-representative-image .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-representative-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.sales-representative-name-text {
    font-family: "Finlandica";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ccff86;
}

.sales-representative-company {
  text-align: start;
}

.sales-second-column-title {
    font-family: "Finlandica" !important;
    font-size: 38px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0;
    text-align: left;
    color: #561cb4;
}

.sales-second-column-footer-text {
    font-family: "Finlandica";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.2%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #4211aa;
}

/* FAQs section starts */
.faq-question {
    font-family: "Finlandica";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.2%;
  color: #4211aa;
}

/* Growth Section starts */
.growth-section-heading {
    font-family: "Finlandica" !important;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.26px;
    text-align: center;
    color: #561cb4;
    margin-bottom: 30px;
}

.countries-growth-accordion-button {
  line-height: normal !important;
  padding: 15px !important;
}

.accordion-flush .accordion-button .d-flex.align-items-center{
    align-items: flex-start !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    margin-top: 5px;
}

.setTitlecenter {
    width: 100%;
    display: flex;
    justify-content: center;
}

.accordion-flush .accordion-collapse {
    padding: 40px;
    background-color: rgb(76 136 246 / 10%);
}

.accordion-flush .accordion-body {
    font-family: "Finlandica" !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #4211aa;
    justify-items: center;
    width: 100%;
}

.growth-country-question {
    font-family: "Finlandica" !important;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #561cb4;
}

.growth-country-question-span {
    font-family: "Finlandica" !important;
    font-size: 17px;
    font-weight: normal;
  color: #561cb4;
}

.home-faqs-accordion-item {
  background: transparent !important;
}

.home-faqs-accordion-item .accordion-header .accordion-button {
  height: 28px;
      font-family: "Finlandica" !important;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: -0.05px;
    text-align: left;
    color: #4211aa !important;
}

.home-faqs-accordion-item .accordion-header {
    padding: 5px 0px;
}

.home-faqs-accordion-item .accordion-body {
    font-family: "Finlandica" !important;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: -0.05px;
    text-align: left;
    color: #4211aa !important;
}

.accordion-item {
  border: none !important;
  margin-bottom: unset !important;
}

.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}

/* Keep it the same even when collapsed is removed (i.e. opened) */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

/* Remove focus outline */
.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button::after {
  display: none !important;
}

/* Topical section styling starts */
.topical-section {
  background: linear-gradient(90deg, #6b1fa6 0%, #3d7df5 100%);
}

.topical-section-heading {
    font-family: "Finlandica" !important;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.26px;
    color: #ccff86;
}

.home-post-time-div {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 3px solid #bdfc67;
}

.home-post-date {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 16px;
  color: #0c1669;
}


.card-img-top.rounded-0 {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.home-post-title {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #0c1669;
}

.home-post-description {
    font-family: "Finlandica";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #0c1669;
  display: inline-block;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-topical-news-banner {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.single-topical-news-title {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: -2.9%;
  text-align: center;
  color: #561cb4;
}

.single-topical-news-title-content {
    font-family: "Finlandica";
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  color: #4211aa;
}

.single-topical-news-text p {
    font-family: "Finlandica";
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #4211aa;
}

.single-topical-news-sub-heading {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #561cb4;
}

.single-topical-news-quote {
    font-family: "Finlandica";
  font-weight: 700;
  font-size: 27px;
  line-height: 46px;
  color: #a897fd;
}

.single-topical-news-quote svg {
  vertical-align: top;
  font-size: 24px;
  color: #a897fd;
  margin-top: 4px;
  height: 0.9em;
  width: auto;
  display: inline;
  padding: 0;
}

.single-topical-href-icon {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #4211aa;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

.single-topical-href-icon a {
  text-decoration: none;
  color: inherit;
}

.single-topical-href-icon a:hover {
  text-decoration: none;
  color: inherit;
}

.single-topical-href-icon svg {
  margin-left: 0.2rem;
  width: 0.8em;
  height: 0.6em;
}

/* Company Details Section styling starts */
.company-details-home-heading {
  font-family: "Finlandica";
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.26px;
  text-align: center;
  color: #561cb4;
}

.company-person-image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  background: #561cb4;
  box-shadow: 0 12px 27px 0 rgba(0, 0, 0, 0.16);
}

.setGap {
    gap: 20px;
}

.setSectionWidth {
    width: 90%;
}

.accordion-header:hover {
    background: rgb(76 136 246 / 10%);
}

.company-person-name-text {
  font-family: "Finlandica";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #561cb4;
}

.company-person-contact-details {
  font-family: "Finlandica";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #561cb4 !important;
}

.left-img {
    width: 50% !important;
}

.right-content {
    width: 50% !important;
    align-self: center;
}

.company-person-details {
  text-align: start;
}

.company-person-name {
  text-align: start;
}

.news-cards-div {
  padding: 0px;
}

/* Program page styling starts */
/* Export points heading */
.export-program-title {
    font-family: "Finlandica";
    font-size: 42px;
    font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #561cb4;
}

.page-template-page-program .teaching-section .adjustMargin {
    margin-bottom: 70px;
}

.adjustTopPadding {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.export-program-title-span {
    font-family: "Finlandica";
  font-size: 32px;
 font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #561cb4;
}

.export-program-list {
    font-family: "Finlandica";
  padding-left: 1.25rem;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #4211aa;
}

.export-program-list li {
  position: relative;
  padding-left: 30px;
  margin: 20px 1px;
}

.export-program-points-disc {
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background-color: #8046fc;
  border-radius: 50%;
  display: inline-block;
}

.single-post-inline-image {
  display: flex;
  justify-content: end;
  align-items: start;
}

/* Footer Stylins Starts */
.footer {
  background: linear-gradient(
    90deg,
    #6945e4 0%,
    #5c2edc 10%,
    #5242e9 35%,
    #5d2dc4 60%,
    #5a2dc1 80%,
    #552fb8 100%
  );
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.05);
  color: white !important;
  padding: 60px 0 !important;
}

.footer-pages-links {
  color: #bdfc67 !important;
}

.footer-pages-links:hover {
  text-decoration: underline !important;
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -20px;
}

.footer .logo {
  font-size: 24px !important;
  font-weight: bold !important;
}

.footer .social-icon {
  background-color: #b4f520 !important;
  border-radius: 50px !important;
  padding: 5px !important;
  color: black !important;
  font-size: 18px !important;
  margin-right: 10px !important;
}

.footer-social-icon img {
  max-height: 40px !important;
  margin-top: 15px !important;
}

.affliation-logo {
  width: 16% !important;
}

.affliation-logo img {
  width: 100% !important;
  height: auto !important;
}

.footer-description p {
  color: #bdfc67 !important;
  font-size: 20px;
  line-height: 23px;
}

.footer .highlight {
  color: #b4f520 !important;
  font-weight: bold !important;
}

.footer-pages-links li a {
  font-size: 20px;
}

.no-hover-underline {
  text-decoration: none !important;
}

.no-hover-underline:hover {
  text-decoration: none !important;
}

.text-color {
  color: #bdfc67 !important;
}

.v-separator {
  position: absolute !important;
  right: 0 !important;
  top: 0% !important;
  width: 1px !important;
  background-color: white !important;
}

.v-separator-logo {
  height: 60% !important;
}

.v-separator-middle {
  height: 80% !important;
}

.v-separator-end {
  height: 45% !important;
}

.last-footer-column {
  margin-top: 0rem;
}

.medium-screen-seperator {
  display: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    border-radius: 50%;
    object-fit: cover;
    height: 35px;
}

.accordion-img {
    margin-bottom: 2rem;
}

.company-logo {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.expert-logo {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

@media (max-width: 1300px) {
  .footer-pages-links {
    text-decoration: none !important;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .footer-pages-links li a {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
  }
  
  .footer-description p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .navbar-logo {
    padding-left: 5rem 80px !important;
  }
  
  .single-topical-news-quote {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
    .sales-representative-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
}
@media (max-width: 992px) {
  .navbar-logo {
    padding-left: 1.9rem !important;
  }
  
  .footer-logo {
    width: 12rem;
    margin-left: -10px;
  }

  .footer-pages-links li a {
    font-size: 20px;
  }

  .footer-description p {
    font-size: 20px;
  }

  .medium-screen-seperator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: white !important;
    margin-bottom: 1rem;
  }

  .last-footer-column {
    padding-top: 1rem;
  }
}

@media (max-width: 890px) {
  .footer-logo {
    width: 12rem !important;
    margin-left: -10px !important;
  }
}

@media (max-width: 768px) {
  .navbar-logo {
    padding-left: 1rem !important;
  }
  
  .steps {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .line,
  .arrow {
    display: none;
  }

  .single-topical-news-banner {
    height: auto;
  }

  .single-topical-news-quote {
    line-height: 37px;
  }
  .maailmalle-content-div {
      width: 100%;
  }
  .maailmalle-section-title {
    font-size: 32px;
    line-height: 1.01;
  }
  .maailmalle-section-description {
              font-size: 22px;
              line-height: 1.37;
  }
  .osallistua-section-title {
      font-size: 32px;
    line-height: 1.01;
  }
  .mobileView {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-content: center;
    justify-self: center;
}
.left-img {
    width: 100% !important;
}
.right-content {
    width: 100% !important;
    padding: 20px !important;
    justify-items: center;
}
.osallistua-points-text {
    font-size: 16px; 
}
.osallistua-section .col-md-12.d-flex.justify-content-center.my-4.py-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.osallistua-section .row {
    margin: unset;
    gap: 10px;
}
.teaching-section-heading {
    font-size: 32px;
}
.sales-section-second-column {
    padding: 30px 25px !important;
}
.sales-second-column-title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
}
.home-faqs-accordion-item .accordion-header .accordion-button {
            font-size: 16px;
        line-height: 1.5;
}
.growth-section-heading {
    font-size: 32px;
}
.growth-country-question {
    font-size: 18px;
}
.growth-country-question-span {
   font-size: 16px; 
}
.topical-section-heading {
    font-size: 32px;
    text-align: center;
}
.company-details-home-heading {
    font-size: 32px;
}
.company-person-name-text,
.company-person-details{
    font-size: 22px;
}
.circle {
    font-size: 32px;
        width: 80px;
        height: 80px;
}
  .footer-logo {
    max-width: 12rem;
    margin-left: -10px;
  }
  .home-post-time-div {
      align-content: center;
  }
  .home-post-title {
          flex-direction: column;
    align-items: flex-start !important;
  }
  .home-post-description {
      margin-left: 0px !important;
  }
  .export-program-title {
      font-size: 28px;
  }
  .export-program-title-span {
      font-size: 18px;
  }
  .export-program-list li {
      overflow-wrap: break-word;
  }
  .setSectionWidth {
    width: 100%;
}
.navbar-logo {
    padding-left: 0.5rem !important;
  }

  .main-box {
    padding: 0.3rem 1rem;
  }
  

  .circle {
    margin-top: 10px;
  }

  .news-cards-div {
    padding: 1px 5px;
  }

  .company-person-name {
    text-align: center;
      justify-items: center;
  }

  .company-person-details {
    text-align: center;
      justify-items: center;
  }

  .single-topical-news-banner {
    height: 16rem;
  }

  .single-topical-news-title {
    font-size: 52px;
  }

  .single-post-inline-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-faqs-accordion-item .accordion-header .accordion-button {
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
  }

  .home-faqs-accordion-item .accordion-header .accordion-button img {
    margin-top: 0.5rem;
  }

  .export-program-title {
    line-height: inherit;
  }

  .sales-representative-image {
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
  }

  .sales-representative-company {
    text-align: center;
  }

  .euroopan-unionin-flag {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .footer-logo {
    max-width: 12rem;
    margin-left: -21px;
  }
  .yritysesittely-section .banner-image {
      height: 100% !important;
  }
  .footer .mt-4.d-flex.g-ap-3.align-items-center.justify-content-start.flex-wrap {
    justify-content: center !important;
}
.affliation-logo {
    width: 40% !important;
}
}

.position-relative {
  position: relative !important;
}
@media (max-width: 1024px) {
    .company-details-home-heading {
       font-size: 38px; 
    }
}
@media (max-width: 991.98px) {
  .v-separator {
    display: none !important;
  }

  .maailmalle-content-div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.position-relative {
  position: relative !important;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .maailmalle-content-div {
        width: 70%;
    }
    .page-template-page-program .maailmalle-content-div {
        width: 75%;
    }
    .osallistua-section .col-lg-8.col-md-12.col-sm-12 {
        width: 75%;
    }
    .setMaxwidth .container {
        max-width: 1140px;
    }
}

/* Footer Styling Ends */
