.elementor-1912 .elementor-element.elementor-element-49cce14{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1912 .elementor-element.elementor-element-7a8985d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1912 .elementor-element.elementor-element-73f2f10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1912 .elementor-element.elementor-element-dbe6b60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1912 .elementor-element.elementor-element-95b18b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1912 .elementor-element.elementor-element-4c38584{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1912 .elementor-element.elementor-element-49cce14{--content-width:1600px;}.elementor-1912 .elementor-element.elementor-element-7a8985d{--content-width:1600px;}.elementor-1912 .elementor-element.elementor-element-73f2f10{--content-width:1600px;}.elementor-1912 .elementor-element.elementor-element-dbe6b60{--content-width:1600px;}.elementor-1912 .elementor-element.elementor-element-95b18b8{--content-width:1600px;}.elementor-1912 .elementor-element.elementor-element-4c38584{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-64d6228 */.hero-partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8fafa;
  padding: 100px 60px;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  gap: 60px;
  flex-wrap: wrap;
}

.hero-partner-content {
  flex: 1 1 500px;
}

.hero-partner-content h1 {
  font-size: 42px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.hero-partner-content p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  max-width: 600px;
}

.hero-partner-illustration {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-partner-illustration img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.hero-partner-illustration.floating img:hover {
  transform: translateY(-8px);
}

@media (max-width: 992px) {
  .hero-partner {
    flex-direction: column-reverse;
    text-align: center;
    padding: 60px 30px;
  }

  .hero-partner-content h1 {
    font-size: 32px;
  }

  .hero-partner-content p {
    font-size: 16px;
  }
}

.wise-button {
  background-color: #B66A2E;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.wise-button:hover {
  background-color: #a15822;
  color: white; /* Ensures text stays white on hover */
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .hero-partner {
    flex-direction: column-reverse;
    text-align: center;
    padding: 60px 20px;
    gap: 40px;
  }

  .hero-partner-content {
    flex: none;
    max-width: 100%;
  }

  .hero-partner-illustration {
    flex: none;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hero-partner-content h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .hero-partner-content p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .wise-button {
    font-size: 16px;
    padding: 12px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-266e585 */.wise-roadmap {
  background-color: #f8fafa;
  padding: 100px 20px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.wise-roadmap-header {
  margin-bottom: 80px;
}

.wise-roadmap-title {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.wise-roadmap-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.wise-roadmap-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

.milestone {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.milestone-circle {
  width: 16px;
  height: 16px;
  background-color: #B66A2E;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 0 6px #f8fafa;
  z-index: 1;
}

.milestone-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  max-width: 300px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.milestone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.milestone-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.milestone-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Connector line */
.wise-roadmap-container::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 5%;
  right: 5%;
  height: 2px;
  background-color: #eee;
  z-index: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .wise-roadmap-container {
    flex-direction: column;
    align-items: center;
  }

  .wise-roadmap-container::before {
    display: none;
  }

  .milestone {
    margin-bottom: 60px;
  }

  .milestone-card {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-898f34e */.vision-mission-section {
  background-color: #f8fafa;
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.vision-mission-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.vm-card {
  background-color: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  flex: 1 1 400px;
  max-width: 500px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.vm-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.vm-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.vm-icon {
  background-color: #f2e9e3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.vm-icon i {
  font-size: 36px;
  color: #B66A2E;
}

/* Responsive */
@media (max-width: 768px) {
  .vm-card {
    max-width: 100%;
  }

  .section-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9590049 */.values-section {
  background-color: #f8fafa;
  padding: 100px 20px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.value-card {
  background-color: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  flex: 1 1 260px;
  max-width: 300px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.value-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.value-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.value-icon {
  background-color: #f2e9e3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.value-icon i {
  font-size: 32px;
  color: #B66A2E;
}

/* Responsive */
@media (max-width: 768px) {
  .value-card {
    max-width: 100%;
  }

  .section-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e084883 */.team-section {
  background-color: #ffffff;
  padding: 100px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.team-text {
  flex: 1 1 500px;
  max-width: 600px;
}

.team-text h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.team-text p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.team-text ul {
  list-style: none;
  padding: 0;
}

.team-text ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.team-text ul li i {
  color: #B66A2E;
  margin-right: 10px;
  font-size: 18px;
}

.team-image {
  flex: 1 1 400px;
  max-width: 500px;
  text-align: center;
}

.team-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease;
}

.team-image img:hover {
  transform: translateY(-6px);
}

/* CAREER CTA BLOCK */
.team-career-cta {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  flex-wrap: wrap;
}

.career-cta-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.career-cta-content p {
  font-size: 16px;
  color: #555;
  margin: 0;
  max-width: 600px;
}

.career-cta-button {
  flex-shrink: 0;
}

.career-cta-button .wise-button {
  padding: 12px 28px;
  font-size: 15px;
  background-color: #B66A2E;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.career-cta-button .wise-button:hover {
  background-color: #a15822;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .team-section {
    padding: 60px 20px;
  }

  .team-grid {
    flex-direction: column-reverse;
    gap: 30px; /* ↓ minskat från 50px */
  }

  .team-text {
    max-width: 100%;
  }

  .team-text h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .team-text p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .team-text ul li {
    font-size: 15px;
  }

  .team-image {
    max-width: 100%;
    margin-bottom: 10px; /* ↓ litet extra stöd för visuellt avstånd */
  }

  .team-career-cta {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .career-cta-button {
    margin-top: 20px;
  }

  .career-cta-content h3 {
    font-size: 20px;
  }

  .career-cta-content p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .team-grid {
    gap: 24px; /* ↓ ännu tajtare mellanrum på liten skärm */
  }

  .team-text h2 {
    font-size: 24px;
  }

  .team-text p,
  .career-cta-content p {
    font-size: 14px;
  }

  .team-text ul li {
    font-size: 14px;
  }

  .career-cta-content h3 {
    font-size: 18px;
  }

  .career-cta-button .wise-button {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
  }
}

@media (max-width: 576px) {
  .team-grid {
    gap: 16px !important;
  }

  .team-image {
    margin-bottom: 0 !important;
  }

  .team-image img {
    margin-bottom: 0;
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b175d5b *//* SHARED SECTION HEADER */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.section-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* WHY CHOOSE US */
.why-choose-section {
  background-color: #f8fafa;
  padding: 100px 20px;
  max-width: 1400px;
  margin: 0 auto;
}
.why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.why-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  padding: 30px;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}
.why-card i {
  font-size: 36px;
  color: #B66A2E;
  margin-bottom: 16px;
}
.why-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.why-card p {
  font-size: 15px;
  color: #555;
}

/* WHERE WE WORK */
.where-we-work {
  background-color: #ffffff;
  padding: 100px 20px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.country-list span {
  background: #f8fafa;
  border-radius: 20px;
  padding: 12px 20px;
  font-size: 16px;
  color: #1a1a1a;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
  transition: transform 0.3s ease;
}
.country-list span:hover {
  transform: translateY(-4px);
}

/* FINAL CTA */
.final-cta {
  background-color: #f8fafa;
  padding: 100px 20px;
  text-align: center;
}
.final-cta-box {
  max-width: 700px;
  margin: 0 auto;
}
.final-cta-box h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.final-cta-box p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}
.wise-button {
  background-color: #B66A2E;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.wise-button:hover {
  background-color: #a15822;
  color: white;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header h2,
  .final-cta-box h2 {
    font-size: 28px;
  }
  .why-card {
    max-width: 100%;
  }
}/* End custom CSS */