#container-main {
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  align-items: center;
}
#container-main #scroller-container {
  z-index: 9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}
#container-main #scroller-container #scroller {
  padding: 6px 16px;
  background: #5269f0;
  border-radius: 16px;
  transition: 0.25s ease;
}
#container-main #scroller-container #scroller:hover {
  transform: scale(1.1);
  background: #8a9cff;
}
#container-main .aligned {
  position: relative;
  display: flex;
}
#container-main .aligned .left {
  width: 50%;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 48px;
  box-sizing: border-box;
}
#container-main .aligned .left .title {
  margin-bottom: 40px;
}
#container-main .aligned .left .title img {
  height: 60px;
}
#container-main .aligned .left .medias {
  margin-bottom: 32px;
}
#container-main .aligned .left .medias .media {
  width: 48px;
  height: 48px;
}
#container-main .aligned .left .medias .media img {
  width: 24px;
}
#container-main .aligned .left .description {
  line-height: 40px;
  margin-bottom: 48px;
}
#container-main .aligned .left .flag-label-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  max-width: 480px;
}
#container-main .aligned .left .flag-label-wrapper img {
  width: 36px;
  opacity: 0.75;
  margin-right: 24px;
  position: relative;
  top: 2px;
}
#container-main .aligned .left .flag-label-wrapper .flag-label {
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
#container-main .aligned .left .flag-label-wrapper .flag-label .border-wrap {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 4px;
  display: flex;
  border: 1px solid #ddd;
}
#container-main .aligned .left .flag-label-wrapper .flag-label .border-wrap .border-wrap-el {
  height: 4px;
  width: 33.33%;
}
#container-main .aligned .left .buttons {
  display: flex;
}
#container-main .aligned .left .buttons .btn {
  margin-right: 40px;
}
#container-main .right {
  width: 45%;
  height: 420px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#container-main .right .quote {
  position: absolute;
  bottom: 32px;
  left: 40px;
  color: #fff;
  text-align: right;
}
#container-main .right .people {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
  background: #8a9cff;
}

.disorder-container .container-in .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.disorder-container .container-in .wrapper .card {
  margin: 40px 0px;
  position: relative;
  background: #fff;
  width: 30%;
  padding: 24px 32px;
  border-radius: 16px;
  box-sizing: border-box;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  transition: 0.25s ease;
  text-align: center;
}
.disorder-container .container-in .wrapper .card h2 {
  text-align: center;
}
.disorder-container .container-in .wrapper .card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1);
}

.map-container {
  position: relative;
}
.map-container .container-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.map-container .container-in .text {
  width: 55%;
}
.map-container .container-in .text p {
  margin-top: 40px;
}
.map-container .container-in .map {
  width: 35%;
}
.map-container .container-in .map img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #container-main .aligned .description {
    line-height: 32px !important;
    margin-bottom: 40px !important;
    text-align: center;
  }
  #container-main .aligned .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  #container-main .aligned .left .flag-label-wrapper {
    max-width: 100%;
  }
  #container-main .aligned .left .title {
    margin-bottom: 40px;
    text-align: center;
  }
  #container-main .aligned .left .title img {
    height: 48px;
  }
  #container-main .aligned .left .medias {
    margin: 0 auto 24px auto;
  }
  #container-main .aligned .left .description {
    margin-bottom: 24px;
  }
  #container-main .aligned .left .buttons {
    flex-direction: column;
  }
  #container-main .aligned .left .buttons .btn {
    width: 100%;
    margin: 0 auto 16px auto;
  }
  #container-main .right {
    display: none;
  }

  .container-in {
    padding: 24px !important;
  }

  .disorder-container .container-in .wrapper .card {
    width: 100%;
    margin: 24px 0;
    padding: 16px;
    height: 285px;
  }
  .disorder-container .container-in .wrapper .card p {
    line-height: 24px !important;
  }

  .map-container .container-in {
    flex-direction: column;
  }
  .map-container .container-in .text {
    width: 100%;
  }
  .map-container .container-in .map {
    width: 100%;
  }
}
/* --- Resources Slider (clean, modern) --- */
.resource-slider {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background: #0b0b14;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.resource-slider .slides {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.resource-slider .slide {
  flex: 0 0 100%;
  min-width: 100%;
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.resource-slider .slide .bg-img {
  width: 100%;
  height: 100%;
  /* max-width:580px;  <-- remove this to avoid uncovered gaps */
  transform: scale(1);
  transition: transform 800ms ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.resource-slider .slide:hover .bg-img {
  transform: scale(1.04);
}

/* Category chip */
.resource-slider .chip {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(10, 10, 18, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: saturate(140%) blur(4px);
}

.resource-slider .chip .chip-icon {
  width: 16px;
  height: 16px;
  opacity: 0.95;
}

/* Title at bottom */
.resource-slider .title-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px 18px 18px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.resource-slider .res-title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-wrap: pretty;
}

.resource-slider .res-date {
  font-size: 13px;
  opacity: 0.9;
}

/* Arrows */
.resource-slider .nav {
  all: unset;
  /* reset ugly default */
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
  background: rgba(17, 17, 28, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  transition: 200ms ease, transform 120ms ease, border-color 200ms ease;
}

.resource-slider .nav:hover {
  background: rgba(17, 17, 28, 0.75);
  border-color: rgba(255, 255, 255, 0.35);
}

.resource-slider .nav:active {
  transform: translateY(-50%) scale(0.96);
}

.resource-slider .nav.prev {
  left: 10px;
}

.resource-slider .nav.next {
  right: 10px;
}

.resource-slider .nav svg {
  display: block;
}

.resource-slider .nav svg path {
  fill: #fff;
}

/* Dots */
.resource-slider .dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  translate: -50% 0;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.resource-slider .dot {
  all: unset;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: transform 150ms ease, background-color 150ms ease;
}

.resource-slider .dot:hover {
  transform: scale(1.15);
}

.resource-slider .dot.active {
  background: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .resource-slider {
    max-width: 100%;
    border-radius: 16px;
  }

  .resource-slider .res-title {
    font-size: 16px;
  }
}