:root {
  --font-primary: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

body {
  background-color: #ffffff !important;
}

.banner {
  position: relative;
}

.banner .items {
  height: 520px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  text-align: center;
}

.banner .items .image-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-bottom-right-radius: 300px;
  overflow: hidden;
}

.banner .items .image-box img,
.banner .items .image-box video {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-bottom-right-radius: 300px;
  padding-bottom: 15px;
  filter: drop-shadow(0 10px 5px #00000040);
  margin: 0 auto;
}

@media (max-width: 600px) {
  .banner .items .image-box {
    border-bottom-right-radius: 0;
  }
  .banner .items .image-box img,
  .banner .items .image-box video {
    border-bottom-right-radius: 0;
  }
  .banner .empty-link {
    border-bottom-right-radius: 0;
  }
}

.banner .empty-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-bottom-right-radius: 300px;
}

.events-section h2 {
  font-family: var(--font-primary), sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 25px;
  margin-top: 40px;
  color: #578FFA;
  text-align: center;
}

@media (max-width: 1415px) {
  .events-list > .col-12.col-sm-auto:nth-of-type(5) {
    display: none !important;
  }
}

@media (max-width: 1140px) {
  .events-list > .col-12.col-sm-auto:nth-of-type(4) {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .events-list > .col-12.col-sm-auto:nth-of-type(3) {
    display: none !important;
  }
}

.event-card {
  width: 250px;
  height: 250px;
  border-radius: 40px;
  background: #E6EEFE;
  box-shadow: 0 4px 4px 0 #00000040;
  border: 0;
  font-family: var(--font-primary), sans-serif;
  display: flex;
  padding: 20px 5px 5px;
  margin: 15px 5px;
}

.event-card-pink {
  background: rgba(253, 131, 163, 0.3);
}

@media (max-width: 480px) {
  .event-card {
    width: 250px;
    height: 250px;
    border-radius: 30px;
    padding: 15px 5px 5px;
    margin: 20px 10px;
  }
}

@media (max-width: 360px) {
  .event-card {
    width: 250px;
    height: 250px;
    border-radius: 25px;
  }
}

.event-card:hover {
  transform: scale(1.02);
}

.event-title, .event-title-link {
  font-family: var(--font-primary), sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #2043d5;
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  height: 80px;
}

.event-meta {
  text-align: center;
}

.event-meta-text {
  font-family: var(--font-primary), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #30343b;
}

.events-list .col-sm-auto {
  display: flex;
  justify-content: center;
}

.calendar-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MSA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNi43NSIgeT0iMTIuNSIgd2lkdGg9IjM3LjUiIGhlaWdodD0iMzEuMjUiIHJ4PSIyIiBzdHJva2U9IiMyMjIyMjIiLz4KPHBhdGggZD0iTTYuNzUgMTYuNUM2Ljc1IDE0LjYxNDQgNi43NSAxMy42NzE2IDcuMzM1NzkgMTMuMDg1OEM3LjkyMTU3IDEyLjUgOC44NjQzOCAxMi41IDEwLjc1IDEyLjVINDAuMjVDNDIuMTM1NiAxMi41IDQzLjA3ODQgMTIuNSA0My42NjQyIDEzLjA4NThDNDQuMjUgMTMuNjcxNiA0NC4yNSAxNC42MTQ0IDQ0LjI1IDE2LjVWMjAuODMzM0g2Ljc1VjE2LjVaIiBmaWxsPSIjMjIyMjIyIi8+CjxwYXRoIGQ9Ik0xNS4wODMzIDYuMjVMMTUuMDgzMyAxMi41IiBzdHJva2U9IiMyMjIyMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMzUuOTE2NyA2LjI1TDM1LjkxNjcgMTIuNSIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+');
  background-repeat: no-repeat;
  background-size: contain;
}

.location-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljk5OTYgNC4xNjY2M0MzMy4wNTM3IDQuMTY2NjMgMzkuNTgzNCAxMC42OTU2IDM5LjU4MzYgMTguNzQ5NkMzOS41ODM2IDI5Ljc2MjUgMjcuNzQwMyAzNi4xNTM0IDI1LjM5OSAzNy4zMDkyQzI1LjE0MzYgMzcuNDM1MyAyNC44NTU2IDM3LjQzNTMgMjQuNjAwMiAzNy4zMDkyQzIyLjI1OCAzNi4xNTI4IDEwLjQxNjYgMjkuNzYxOCAxMC40MTY2IDE4Ljc0OTZDMTAuNDE2OCAxMC42OTU3IDE2Ljk0NTcgNC4xNjY4IDI0Ljk5OTYgNC4xNjY2M1pNMjQuOTk5NiAxMi40OTk2QzIxLjU0ODEgMTIuNDk5OCAxOC43NDk4IDE1LjI5ODEgMTguNzQ5NiAxOC43NDk2QzE4Ljc0OTYgMjIuMjAxMyAyMS41NDggMjQuOTk5NSAyNC45OTk2IDI0Ljk5OTZDMjguNDUxNCAyNC45OTk2IDMxLjI0OTYgMjIuMjAxNCAzMS4yNDk2IDE4Ljc0OTZDMzEuMjQ5NSAxNS4yOTggMjguNDUxMyAxMi40OTk2IDI0Ljk5OTYgMTIuNDk5NloiIGZpbGw9IiMyMjIyMjIiLz4KPHBhdGggZD0iTTM3LjYyOTUgMzQuMzc1QzM4LjkwOTQgMzUuMzI1MSAzOS41ODMzIDM2LjQwMjkgMzkuNTgzMyAzNy41QzM5LjU4MzMgMzguNTk3MSAzOC45MDk1IDM5LjY3NDkgMzcuNjI5NSA0MC42MjVDMzYuMzQ5NSA0MS41NzUxIDM0LjUwODYgNDIuMzY0MSAzMi4yOTE2IDQyLjkxMjdDMzAuMDc0NyA0My40NjEyIDI3LjU1OTkgNDMuNzUgMjUgNDMuNzVDMjIuNDQwMSA0My43NSAxOS45MjUyIDQzLjQ2MTIgMTcuNzA4MyA0Mi45MTI3QzE1LjQ5MTMgNDIuMzY0MSAxMy42NTA0IDQxLjU3NTEgMTIuMzcwNCA0MC42MjVDMTEuMDkwNSAzOS42NzQ5IDEwLjQxNjYgMzguNTk3MSAxMC40MTY2IDM3LjVDMTAuNDE2NiAzNi40MDI5IDExLjA5MDUgMzUuMzI1MSAxMi4zNzA0IDM0LjM3NSIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-size: contain;
}

.event-meta-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.event-meta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.event-meta-icon-col {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.event-meta-text-col {
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
}

.event-meta-icon-col .calendar-icon,
.event-meta-icon-col .location-icon {
  flex-shrink: 0;
}

.event-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 50px;
}

.event-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #578FFA;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  min-width: 240px;
  height: 61px;
  padding: 20px;
  margin: 0 50px;
  font-family: 'IBM Plex Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0 4px 4px 0 #00000040;
  transition: transform 0.2s ease, background-color 0.2s ease;
  column-gap: 20px;
}

.event-action-link:hover {
  transform: scale(1.05);
  background: #4680e8;
  color: #ffffff;
  text-decoration: none;
}

.milestones-wrapper {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.milestones-section {
  width: 100%;
  max-width: 1440px;
  height: 400px;
  background: #578FFA;
  border-bottom-left-radius: 300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 80px;
  overflow: hidden;
  justify-content: center;
  filter: drop-shadow(0 10px 5px #00000040);
}

.milestone-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
}

.milestone-item.has-divider::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 248px;
  width: 1px;
  background: #000000;
}

.milestone-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.milestone-value {
  font-size: 50px;
  font-weight: 700;
  color: #2E3656;
}

.milestone-description {
  font-size: 32px;
  font-weight: 400;
  color: #2E3656;
  max-width: 200px;
  margin: 0 auto;
  height: 80px;
}

/* Responsive adjustments */
@media (max-width: 1350px) {
  .milestones-section {
    height: 400px;
    padding: 0 60px;
  }

  .milestone-value {
    font-size: 42px;
  }

  .milestone-description {
    font-size: 25px;
  }
}

@media (max-width: 1075px) {
  .milestones-section {
    height: 350px;
    border-bottom-left-radius: 200px;
    padding: 0 40px;
  }

  .milestone-item {
    padding: 0 25px;
  }

  .milestone-value {
    font-size: 36px;
  }

  .milestone-description {
    font-size: 25px;
    max-width: 150px;
  }
}

@media (max-width: 861px) {
  .milestones-section {
    height: auto;
    min-height: 300px;
    border-bottom-left-radius: 150px;
    padding: 25px 10px;
  }

  .milestones-section .row {
    flex-direction: column;
  }

  .milestone-item {
    width: 100%;
    padding: 10px 0;
    height: auto;
  }

  .milestone-item.has-divider::after {
    width: 80px;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .milestone-item:last-child.has-divider::after {
    display: none;
  }

  .milestone-value {
    font-size: 40px;
  }

  .milestone-description {
    font-size: 25px;
    max-width: 250px;
    height: 50px;
  }
}

.services-wrapper {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.services-section h2 {
  font-family: var(--font-primary), sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 30px;
  margin-top: 90px;
  color: #578FFA;
  text-align: center;
}

.services-list {
  max-width: 1400px;
  width: 100%;
}

.service-card {
  width: 300px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 #00000040;
}

.service-card:hover {
  background-color: #578ffa;
}

.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-card .card-body {
  padding: 0;
  height: 100%;
}

.service-image-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.service-image {
  min-width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-image {
  transform: scale(1.05);
}

.service-content {
  padding: 20px;
  text-align: center;
}

.service-title {
  font-family: var(--font-primary), sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #2E3656;
  margin: 0;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .service-title {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .service-title {
    font-size: 22px;
  }
}

.service-card:hover .service-title {
  color: white;
}

@media (max-width: 768px) {
  .service-card {
    width: 100%;
    max-width: 350px;
  }

  .services-section h2 {
    font-size: 35px;
    line-height: 50px;
    margin-top: 50px;
  }
}

.webshop-section {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative; /* make it a positioning context */
  padding: 0;
}

.webshop-wrapper {
  padding: 0;
}

.background-image-wrapper {
  height: 450px;
  max-width: 1200px;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 300px;
  padding-top: 15px;
  filter: drop-shadow(0 -10px 5px #00000040);
}

.webshop-ad-wrapper {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 233px;
  width: 759px;
  border-top-left-radius: 300px;
  background-color: #E6EEFE;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 -5px 5px #00000040);
}

.webshop-ad-content {
  width: 460px;
  text-align: center;
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  word-break: keep-all;
  overflow-wrap: normal;
}

.webshop-ad-content p {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #2E3656;
}

.webshop-ad-button {
  z-index: 3;
  text-wrap: nowrap;
}

.desktop-only {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}

.mobile-only {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 650px) {
  .webshop-ad-wrapper {
    display: none;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline-block;
  }
  .background-image {
    border-top-right-radius: 0;
  }
}

@media (min-width: 651px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: inline-block;
  }
}
.management-wrapper {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 50px;
}

.management-section h2 {
  font-family: var(--font-primary), sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #578FFA;
  text-align: center;
}

/* CSS Grid Layout */
.management-grid {
  display: grid;
  gap: 10px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Desktop: 1-4-4 layout */
@media (min-width: 1200px) {
  .management-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  /* First item spans all 4 columns and centers itself */
  .management-grid-item:first-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Tablet: 1-3-3-3 layout */
@media (min-width: 768px) and (max-width: 1199px) {
  .management-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .management-grid-item:first-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Small Tablet: 1-2-2-2-2 layout */
@media (min-width: 576px) and (max-width: 767px) {
  .management-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* First item spans both columns */
  .management-grid-item:first-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Mobile: Single column */
@media (max-width: 575px) {
  .management-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.management-card {
  width: 100%;
  max-width: 300px;
  min-height: 300px;
  border: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.management-card:hover {
  transform: scale(1.05);
}

.management-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.management-card .card-body {
  padding: 0;
  height: 100%;
}

.management-image-wrapper {
  width: 180px;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 0;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
}

.management-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.management-card:hover .management-image {
  transform: scale(1.05);
}

.management-content {
  padding: 20px;
  text-align: center;
}

.management-title {
  font-family: var(--font-primary), sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  /*color: #2E3656;*/
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
}

.management-content p {
  margin: 0;
  color: #666;
}

@media (max-width: 768px) {
  .management-section h2 {
    font-size: 35px;
    line-height: 50px;
    margin-top: 50px;
  }

  .management-title {
    font-size: 24px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: #D9D9D9;
  background: transparent;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.swiper-button-prev {
  left: 10px;
  top: 40%;
}

.swiper-button-next {
  right: 10px;
  top: 40%;
}

.swiper-button-prev:after {
  content: '\25C0';
  font-size: 40px;
}

.swiper-button-next:after {
  content: '\25B6';
  font-size: 40px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.4);
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #333;
  width: 16px;
  border-radius: 5px;
}

@media (max-width: 767px) {

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }

  .swiper-button-prev {
    left: 5px;
    top: 45%;
  }

  .swiper-button-next {
    right: 5px;
    top: 45%;
  }
}
