@charset "UTF-8";

body {
  padding-top: 3.5rem;
  font-family: "Barlow";
  overflow-x: hidden;
}

main {
  padding: 2rem 0;
}

a {
  color: rgb(var(--color-1));
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: rgb(247.4851485149, 30.8069306931, 9.5148514851);
}

p {
  margin-bottom: 0.5rem;
}

.rounded-pill {
  border-radius: 20px !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

.text-md {
  font-family: "Barlow";
  font-size: 16px;
}

.text-lg {
  font-family: "Barlow";
  font-size: 19px;
}

.text-xl {
  font-family: "Barlow";
  font-size: 37px;
}

.container-fluid {
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  padding-right: 0px;
  padding-left: 0px;
}

.bg-navy {
  background: rgb(var(--color-1));
}

.bg-light {
  background: rgb(var(--color-2));
}

.bg-babyblue {
  background: rgb(var(--color-5));
}

.bg-orange {
  background-color: rgb(var(--color-6));
}

.btn-orange {
  background-color: rgb(var(--color-6));
  border: none;
  height: 40px;
  padding: 7px 20px;
  color: rgb(var(--color-8));
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.btn-orange-lg {
  background-color: rgb(var(--color-6));
  border: none;
  height: 48px;
  padding: 7px 20px;
  color: rgb(var(--color-1));
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-family: "Barlow";
  font-weight: 700px;
  font-size: 23px;
  cursor: pointer;
}

.btn-orange:hover {
  background-color: rgb(var(--color-6));
  transform: scale(1.1);
  color: rgb(var(--color-8));
}

.btn-orange:focus {
  background-color: rgb(var(--color-6));
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}

.btn-orange-lg:hover {
  background-color: rgb(var(--color-6));
  transform: scale(1.1);
  color: rgb(var(--color-1));
}

.btn-orange-lg:focus {
  background-color: rgb(var(--color-6));
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}

.bg-newnavy {
  background: rgb(var(--color-7));
}

.bg-navy-round {
  background: rgb(var(--color-1));
  border-radius: 50%;
  height: 800px;
  width: 800px;
  align-items: center;
  margin: 5rem auto 2rem;
}

.border-navy {
  border: 1px solid rgb(var(--color-1));
}

.border-white {
  border: 1px solid white;
}

.text-navy {
  color: rgb(var(--color-1));
}

.text-white {
  color: rgb(var(--color-2));
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.dot {
  position: relative;
}

.dot-navy {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 2px;
  z-index: 2;
  animation: fadeInNavy linear both;
  animation-timeline: view(block);
  animation-range: cover 0% contain 72%;
}

.dot-orange {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 60px;
  animation: fadeInOrange linear both;
  animation-timeline: view(block);
  animation-range: cover 0% contain 20%;
}

.dot-yellow {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 510px;
  animation: fadeInYellow linear both;
  animation-timeline: view(block);
  animation-range: cover 0% contain 0%;
}

@keyframes fadeInNavy {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-350%);
  }
}

@keyframes fadeInOrange {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-160%);
  }
}

@keyframes fadeInYellow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(110%);
  }
}

@-moz-document url-prefix() {
  .dot-navy {
    transform: translateX(-350%);
    animation: none;
  }

  .dot-orange {
    transform: translateX(-160%);
    animation: none;
  }

  .dot-yellow {
    transform: translateX(110%);
    animation: none;
  }
}

.pt-7 {
  padding-top: 7rem !important;
}

.form-control {
  background: fff;
  height: 40px;
}

.form-control-textarea {
  background: fff;
  height: 130px;
}

.form-control-textarea:focus,
.form-control-textarea:focus-visible {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.scrollwrapper_overlay {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  z-index: 1;
}

.scrollwrapper_overlay_content {
  width: 100%;
}

.scrollwrapper>svg {
  width: 100%;
  height: auto;
}

.scrollwrapper>svg {
  position: relative;
  z-index: 2;
}

.container-filter {
  justify-self: center;
  width: 1045px;
}

.container-articles {
  max-width: 1045px;
  margin: 0 auto;
}

.article-filter {
  justify-self: start;
  width: 100%;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  width: 1rem;
  height: 1rem;
}

.form-check-input:checked {
  background-color: #fff;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M13.485 1.929l-7.071 7.071-3.536-3.536L1.515 6.808l4.95 4.95 8.485-8.485z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}

.form-stage {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.form-stage-header {
  background: #0d3b66;
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  user-select: none;
}

.stage-title {
  color: #fff;
  font-family: "Barlow";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.stage-status {
  font-size: 18px;
}

.status-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.stage-complete .status-icon.complete {
  display: inline-block;
}

.stage-error .status-icon.error {
  display: inline-block;
}

.form-stage-body {
  padding: 0 26px 26px;
}

.btn:disabled {
  background: gray;
}

.border-danger {
  border-color: rgb(var(--color-1)) !important;
}

@media (max-width: 576px) {
  .bg-navy-round {
    background: rgb(var(--color-1));
    height: fit-content;
    border-radius: 0%;
    width: auto;
    align-items: center;
    margin: 0 2rem;
  }

  .dot-orange {
    display: none;
  }

  .dot-yellow {
    display: none;
  }

  .dot-navy {
    display: none;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .container-filter {
    justify-self: center;
    width: 100%;
  }

  .newsletter-card {
    width: 90%;
    max-width: 430px;
    margin-top: 0px;
    text-align: left;
  }

  #partnerPackForm,
  #partnerPackSuccess {
    transition: opacity 0.3s ease;
  }

  #partnerPackSuccess {
    display: none;
  }

  .partners-form {
    width: 100%;
    margin: 20px auto 0;   /* ✅ NO overlap on small screens */
    padding: 25px;
  }

  .partners-form-section {
    padding: 80px 15px 40px;
  }

  .partners-categories {
    width: 100% !important;
    max-width: 100%;
    padding: 0 15px;
  }

  .partners-metrics {
    width: 100% !important;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .dot-orange {
    display: none;
  }

  .dot-yellow {
    display: none;
  }

  .dot-navy {
    display: none;
  }

  .bg-navy-round {
    background: rgb(var(--color-1));
    height: fit-content;
    border-radius: 0%;
    width: 70%;
    align-items: center;
    margin: 5rem auto 2rem;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .container-filter {
    justify-self: center;
    width: 100%;
  }

}

.form-container {
  width: 100%;
  margin: 0 auto;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="phone"],
.form-container input[type="number"],
.form-container textarea {
  margin: 0px 0px 0px 0px;
}

.form-container textarea {
  min-height: 150px;
  padding-inline: 35px;
}

.form-container .panel .panel-heading {
  margin-bottom: 20px;
}

.form-container .btn-group {
  width: 90%;
  margin: 0 auto 10px auto;
}

.form-container .back {
  float: left;
}

.form-container .continue {
  float: right;
}

.form-check .form-check-input {
  float: left;
  margin-top: 5px;
}

.select-wrapper {
  padding-right: 40px;
}

.select-wrapper select {
  width: 100%;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 15px;
  padding: 12px 0 12px 20px;
  cursor: pointer;
  border-radius: 30px;
  outline: none;
}

.select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
  z-index: 999;
}

.select-wrapper:focus-within .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox input:focus-visible+.checkmark {
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}

button[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  font-size: 0.95rem;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #555;
  border-radius: 0;
  /* no rounding */
}

.custom-checkbox:hover input~.checkmark {
  background-color: #f0f0f0;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #fff;
  border-color: #123C4E;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark::after {
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #123C4E;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  /* space for arrow */
}

.select-container {
  position: relative;
}

.select-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #123C4E;
  display: flex;
  align-items: center;
}

.select-arrow svg {
  width: 12px;
  height: 7px;
}

.text-danger {
  padding-bottom: 1rem;
}

.input-sm {
  width: 207px;
}

.input-md {
  width: 282px;
}

.input-lg {
  width: 442px;
}

.hide {
  position: absolute;
  opacity: 0;
}

#part1,
#part2 {
  z-index: 2;
  display: block;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

#part2 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#step2:checked~#part2 {
  opacity: 1;
  height: auto;
}

#step2:checked~#part1 {
  opacity: 0;
  height: 0;
  display: none;
}

:root {
  --color-1: 18, 60, 78;
  --color-2: 239, 239, 239;
  --color-3: 98, 178, 59;
  --color-4: 251, 188, 51;
  --color-5: 216, 235, 245;
  --color-6: 240, 130, 17;
  --color-7: 0, 100, 105;
  --color-8: 13, 19, 19;
}

body {
  font-family: "Barlow";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow";
}

blockquote {
  color: #999;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 3rem auto;
  width: 80%;
}

.navbar-brand small {
  font-family: "Barlow";
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.5rem;
}

.lead {
  font-size: 1.2rem;
}

.btn {
  border-radius: 20px;
}

.btn.btn-primary {
  background-color: #f94c3b;
  border-color: #f94c3b;
  transition: all 0.2s ease-in-out;
}

.btn.btn-primary:hover {
  background-color: rgb(224.6237623762, 26.3589108911, 6.8762376238);
  border-color: rgb(224.6237623762, 26.3589108911, 6.8762376238);
}

.btn.btn-secondary {
  background-color: rgb(var(--color-3));
  border: none;
  height: 40px;
  padding: 7px 20px;
  color: rgb(var(--color-8));
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.btn.btn-secondary:hover {
  background-color: rgb(var(--color-4));
  transform: scale(1.1);
}

.btn.btn-navy {
  background-color: rgb(var(--color-1));
  border: none;
  height: 40px;
  padding: 7px 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.btn.btn-outline-dark {
  background-color: #fff;
  border: 1px solid rgb(var(--color-1));
  height: 40px;
  padding: 7px 20px;
  color: rgb(var(--color-1));
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.btn.btn-outline-dark:hover {
  transform: scale(1.1);
}

.btn.btn-hero {
  margin-inline: 40px;
}

.is-hidden {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.trading {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.error-field {
  position: relative;
  overflow: hidden;
}

.error-field input {
  position: relative;
  z-index: 2;
  border: 1px solid rgb(var(--color-1));
  background: #fff;
}

.error-field.has-error .form-input {
  border: 1px solid #f94c3b;
}

.error-field.has-error .select-arrow {
  top: 25%
}

.error-field .form-input {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 40px;
  background: #fff;
  font-family: "Barlow";
  color: #000;
  border: 1px solid rgb(var(--color-1));
  align-items: center;
  padding-inline: 12px;
  padding-block: 6px;
  border-radius: 50rem 50rem 50rem 50rem;
  z-index: 999;
}

.error-field .error-msg {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  background-color: #D1261A;
  font-family: Barlow;
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-radius: 30rem 30rem 50rem 50rem;
  z-index: 999;
  pointer-events: none;
}

.error-field:not(.has-error) .error-msg {
  display: none;
}

.error-field.has-error .form-control {
  background: #D1261A;
  height: 80px;
  border: 1px solid #D1261A;
}

.error-field.has-error .form-control-textarea {
  background: #D1261A;
  height: 150px;
  border: 1px solid #D1261A;
}

.error-field:not(.has-error) input {
  background: fff;
  height: 40px;
}

.custom-padding {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.error-field.has-error .form-control {
  border-color: #D1261A !important;
}

.privacyCheck {
  font-family: "Barlow";
  font-size: 18px;
}

#error-privacyCheck {
  display: none;
  color: #D1261A;
  padding: 2px 0px;
  border-radius: 6px;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 600;
}

.rounded-select {
  width: 100%;
  padding: 14px 45px 14px 18px;
  border-radius: 30px;
  /* Fully rounded */
  border: 1.5px solid #2f4f4f;
  background-color: #fff;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  font-size: 15px;
  color: #2f4f4f;
  cursor: pointer;
}

/* Custom arrow */
.rounded-select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%232f4f4f' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

/* Focus */
.rounded-select:focus {
  outline: none;
  border-color: #6a5acd;
  box-shadow: 0 0 0 2px rgba(106, 90, 205, 0.15);
}

@media (max-width: 576px) {
  .btn.btn-hero {
    margin-inline: 0px;
  }

  .custom-padding {
    padding-bottom: 1rem;
    padding-top: 0rem;
  }

  .input-sm {
    width: 100%;
  }

  .input-md {
    width: 100%;
  }

  .input-lg {
    width: 100%;
  }
}

.year-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.year-selector button {
  padding: 25px 20px;
  font-size: 16px;
  border: 2px solid rgb(var(--color-4));
  background: rgb(var(--color-4));
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.year-selector button:hover {
  background: rgb(var(--color-1));
  color: white;
}

.year-selector button.active {
  background: rgb(var(--color-1));
  color: white;
  font-weight: bold;
  border-color: rgb(var(--color-1));
}

.calendar-table {
  margin: -40px auto 0 auto;
  z-index: 2;
  position: relative;
  border-radius: 11px;
}

.monthly-table {
  border-radius: 11px;
  background-color: #fff;
}

.month-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

hr {
  color: #000;
  opacity: 1;
}

.month-event {
  background-color: rgb(var(--color-1));
  border-radius: 11px;
  margin: 1rem;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.btn-view-more {
  width: 50%;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

.month-event:hover .btn-view-more {
  display: block;
}

.card .card-img,
.card .card-img-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content-list {
  height: 700px;
  margin-top: 100px;
  justify-self: center;
}

.content-list-icon img {
  width: 439px;
  height: 400px;
  margin-right: 50px;
}

content {
  width: 30%;
}

.explore-component {
  width: 100%;
  justify-items: center;
  justify-self: center;
}

.container-carousel {
  position: relative;
  margin-bottom: 2rem;
}

.slider-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-item {
  scroll-snap-align: center;
  transition: all 0.4s ease;
  margin-right: 0;
}

.carousel-item .carousel-image {
  padding: 20px;
  width: 20%;
}

.carousel-item .carousel-image img {
  width: 100%;
}

.carousel-content {
  align-self: center;
}

.face-desc p {
  margin: 0;
}

.faces-section {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column
}

.faces-section:hover {
  transform: scale(1.2);
}

@media (min-width: 576px) and (max-width: 992px) {
  .content-list {
    height: auto;
    margin-top: 100px;
  }

  .content {
    width: 60%;
  }

  .explore-component {
    background: rgb(var(--color-1));
  }

  .carousel-item .carousel-image {
    padding: 20px;
    width: 45%;
  }
}

@media (max-width: 576px) {
  .content-list {
    height: auto;
    margin-top: 100px;
    overflow-x: hidden;
  }

  .content {
    width: 85%;
    text-align: start;
    padding: 30px;
  }

  .explore-component {
    background: rgb(var(--color-1));
    padding-bottom: 2rem;
  }

  .carousel-item .carousel-image {
    width: 60%;
  }
}

.navbar.fixed-top {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Barlow";
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

.navbar.fixed-top .navbar-nav {
  font-size: 16px;
  font-weight: bold;
  font-family: "Barlow";
  gap: 3rem;
}

.navbar.fixed-top .navbar-nav .nav-link {
  display: block;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.navbar.fixed-top .navbar-nav :hover,
.navbar.fixed-top .navbar-nav .show {
  font-weight: 700;
}

.navbar.fixed-top .navbar-nav .active .nav-link,
.navbar.fixed-top .navbar-nav .dropdown-item.active,
.navbar.fixed-top .navbar-nav .active button {
  font-weight: 700;
}

.navbar.fixed-top .navbar-nav .dropdown-menu {
  font-size: 14px;
}

.navbar.fixed-top .navbar-toggler {
  padding: 0.25rem 0.5rem;
}

.navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

@media (min-width: 576px) and (max-width: 992px) {
  .navbar.fixed-top .navbar-nav {
    gap: 1rem;
  }

  .navbar.fixed-top .container {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .navbar.fixed-top .navbar-nav {
    gap: 1rem;
  }

  .navbar.fixed-top .container {
    max-width: 100%;
  }

}

header {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

header .container {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

header h1 {
  font-size: 3.6rem;
  text-transform: uppercase;
}

header .lead {
  font-size: 1.35rem;
}

header.has-image {
  color: #eee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

header.has-image .dimmer {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

.block.column-block .col-md:not(:last-child) {
  margin-bottom: 1.5rem;
}

.block.column-block img {
  height: 100%;
  object-fit: cover;
}

.block.image-gallery-block .carousel {
  border-radius: 0.25rem;
  overflow: hidden;
}

.block .hero-background {
  background-color: rgb(var(--color-1));
  border-radius: 20px;
  min-height: 730px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.hero-logo {
  margin-bottom: 3.5rem;
}

.logo {
  width: 220px;
  height: 165px;
}

.hero-banner .col-12 {
  display: flex;
  justify-content: center;
}

.hero-background .hero-image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

.hero-background .hero-image img {
  width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.hero-background .hero-content {
  padding: 5rem 2rem 0 5rem;
}

.hero-background h1 {
  font-size: 6rem;
  margin-bottom: 2rem;
}

.hero-background p {
  font-size: 2.5rem;
  padding: 0 1rem 0 0;
}

@media (min-width: 768px) {
  .block.column-block .col-md:not(:last-child) {
    margin-bottom: 0;
  }

  .container-block {
    max-width: 720px;
  }
}

.post-meta {
  font-size: 0.875rem;
}

.post-meta span:not(:last-child)::after {
  content: "◆";
  display: inline-block;
  padding: 0 0.25rem;
}

.archive article {
  padding-bottom: 1rem;
}

.comments .alert {
  background: #f4f4f4;
  padding: 2rem 2.5rem;
}

.page-link {
  color: gray;
  min-width: 2.5rem;
  text-align: center;
}

.page-link:hover {
  color: rgb(var(--color-1));
}

.page-item.active .page-link {
  color: rgb(var(--color-1));
  background: none;
  border-color: rgb(var(--color-1));
}

footer {
  background-color: rgb(var(--color-1));
  padding: 5rem 3rem;
}

footer .row1 {
  display: flex;
  justify-content: space-between;
}

footer .row2 {
  display: flex;
  padding-top: 100px;
  justify-content: space-between;
}

footer .row3 {
  padding-top: 20px;
  text-align: left;
}

.col-footer-img {
  text-align: center;
}

.social-info {
  font-family: "Barlow";
  text-align: center;
  margin: 2rem 0;
}

.social-info h3 {
  color: white;
  margin-bottom: 1rem;
}

.social-link-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: #004f5a;
}

.legal-info {
  /*background-color: #0e3c4c; */
  font-family: "Barlow";
  text-align: left;
  padding: 1rem 2rem;
  font-size: 13px;
  color: white;
  display: flex;
  justify-content: center;
}

.legal-link-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.legal-link-list li {
  white-space: nowrap;
}

.legal-link-list a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-link-list a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .col-footer-img {
    width: 14%;
  }
}

.social-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.linkedin-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

.linkedin-icon-lg {
  width: 30px;
  height: 30px;
  margin-top: 17px;
}

.face-icon {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  flex-shrink: 0;
}

.img-hero {
  border-radius: 10rem;
  max-width: 100%;
}

.umi-logo {
  width: 50px;
}

.umi-logo-footer {
  width: 200px;
}

.nacfb-logo-footer {
  width: 170px;
  height: 65px;
}

.content-text {
  width: 60%;
}

.content-img {
  width: 40%;
}

.team-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.team-archive-hero {
  padding: 3rem 3rem 0rem 3rem;
}

.team-grid {
  padding: 0rem 3rem 6rem 3rem;
}

.team-archive-title {

  font-size: 30px;
  color: rgb(var(--color-1));
  text-decoration: none;
  font-weight: 700;
}

.team-archive-excerpt {
  font-size: 16px;
  color: rgb(var(--color-1));
  text-decoration: none;
  font-weight: 400;
  padding: 1rem 25rem;
}

.team-member-title {
  font-size: 19px;
  color: rgb(var(--color-1));
  text-decoration: none;
  font-weight: 700;
}

.team-member-position {
  font-size: 19px;
  color: rgb(var(--color-1));
  text-decoration: none;
  font-weight: 400;
}

.back-icon {
  width: 7.5px;
  height: 15px;
}

.back-link {
  font-size: 18px;
  color: rgb(var(--color-1));
  text-decoration: none;
  font-weight: 700;
  padding: 20px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.back-link:hover {
  color: rgb(var(--color-1));
  font-weight: 900;
}

.team-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.team-member-photo {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50%;
}

.team-member-photo-placeholder {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-name {
  font-size: 2rem;
  color: rgb(var(--color-1));
  font-weight: 700;
  margin-top: 20px;
}

.team-position {
  font-size: 1rem;
  color: rgb(var(--color-1));
  font-weight: 400;
}

.who-title {
  font-size: 26px;
  color: rgb(var(--color-1));
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 20px;
}

.team-bio p {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.newsletter-section {
  background: url('/assets/images/newsletter-bg.svg') center/cover no-repeat;
  justify-items: center;
}

.newsletter-card {
  width: 90%;
  max-width: 430px;
  margin-top: 0px;
  text-align: left;
}

.newsletter-title {
  justify-items: center !important;
}

.newsletter-form {
  justify-content: center !important;
}

.newsletter-success {
  padding: 80px 20px;
}

.newsletter-success img {
  margin-bottom: 15px;
}

.partners-hero-wrapper {
  background-color: #EFEFEF;
  position: relative;
}

.text-title {
  font-family: 'Barlow';
  font-size: 29px;
  font-weight: 700;
  color: rgb(var(--color-1));
}

.partners-hero-desc {
  max-width: 500px;
  margin: 0.75rem auto 0;
  color: #000;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.partners-hero-image {
  max-height: 260px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 2rem;
}

.partners-metrics {
  width: 1000px;
  margin-top: -60px;
  position: relative;
  justify-self: center;
  z-index: 2;
}

.metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem 1rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
  max-width: 186px
}

.metric-card-icon {
  width: 22.5px;
  height: 27.5px;
  object-fit: contain;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.metric-card-value {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.25rem;
}

.metric-card-desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
}

.partners-coverage {
  padding: 100px 0;
}

.partners-desc {
  max-width: 500px;
  margin: 0.75rem auto 0;
  color: #000;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.partners-desc-lg {
  max-width: 500px;
  margin: 0.75rem auto 0;
  color: #000;
  font-family: "Barlow";
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.partners-coverage-map {
  border-radius: 8px;
}

.partners-categories {
  width: 1000px;
  position: relative;
  justify-self: center;
}

.partners-category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
}

.partner-logo-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3 / 2; /* ✅ KEY FIX */
  padding: 10px;
}

.partner-logo-card img {
  max-width: 80%;
  max-height: 60%;
  object-fit: contain;
}

.partners-form-section {
  background: url('/assets/images/partners-pack.svg') top/cover no-repeat;
  padding: 120px 20px 60px;
  position: relative;
  margin-top: 200px;
}

.partners-form-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.partners-form {
  width: 681px;
  margin: -200px auto 0;
  background-color: #fff;
  padding: 50px 80px;
  border-radius: 22px;
  color: rgb(var(--color-1));
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.partners-form-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.btn-partners-submit {
  border-radius: 20px;
  background-color: rgb(var(--color-6));
  border: none;
  color: rgb(var(--color-1));;
  padding: 0.625rem 2rem;
  font-weight: 600;
}

@media (max-width: 576px) {
  .content-img {
    order: -1;
    width: 100% !important;
    padding-inline: 100px;
    margin: 0 auto 10px auto !important;
  }

  .d-flex {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .content-text {
    width: 100% !important;
  }

  .back-link {
    font-size: 18px;
    color: rgb(var(--color-1));
    text-decoration: none;
    font-weight: 700;
    padding: 20px 20px 20px 5px;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .who-title {
    font-size: 16px;
    color: rgb(var(--color-1));
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .team-bio p {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.7;
  }

  .team-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    padding: 0rem 2rem;
  }

  .team-archive-excerpt {
    padding: 0;
  }

  .partners-desc-lg {
    padding: 0 12px;
    text-align: center;
  }


}

@media (min-width: 576px) and (max-width: 768px) {
  .content-img {
    order: -1;
    width: 100% !important;
    padding-inline: 200px;
    margin: 0 auto 10px auto !important;
  }

  .d-flex {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .content-text {
    width: 100% !important;
  }

}

.slider {
  width: 1320px;
  margin: 2rem auto 2.5rem;
  place-items: center;
  overflow: hidden;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */
.slide-track {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slide-track2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slide {
  width: 100%;
  height: 60px;
  display: contents;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
  gap: 15px;
}

.logo-container {
  animation: scroll 60s linear infinite;
  animation-name: scroll;
  display: flex;
}

#partners-container2 .logo-container {
  animation-name: scroll2;
}

.slide:hover {
  transform: scale(0.8);
}

.partner-logo {
  width: 158px;
  height: auto;
  border-radius: 5px;
  margin: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.funding-table {
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  gap: 0;
  font-family: "Barlow";
}

.column {
  border-right: 1px solid #123c4e;
  border-left: 1px solid #123c4e;
  padding-inline: 140px;
}

.column:last-child {
  border-right: 1px solid #123c4e;
}

.column h3 {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #123c4e;
  border-bottom: 1px solid #123c4e;
  box-shadow: inset 0 -1px 0 #123c4e;
  border-top: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-inline: -180px;
}

.row-table {
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #123c4e;
  border-bottom: 1px solid #123c4e;
  box-shadow: inset 0 -1px 0 #123c4e;
  border-top: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-inline: -180px;
}

.row-button {
  padding: 20px;
  font-size: 18px;
  color: #123c4e;
  border-top: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-inline: -180px;
}

.row:last-child {
  border-bottom: none;
}

.button-row {
  text-align: center;
}

.button-row a {
  margin: 8px 0;
  padding: 5px 14px;
  border: 1px solid #123c4e;
  border-radius: 20px;
  background: none;
  text-decoration: none;
  color: #123c4e;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

#all-partners-container {
  margin-top: 2rem;
  margin-bottom: 4rem;
  max-width: 950px;
  text-align: center;
  padding-inline: 20px;
}

.all-partners-logos-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
  margin-bottom: 1.5rem;
}

.all-partners-logos-container .all-partners-logos {
  width: 100%;
  align-self: center;
  justify-self: center;
  border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .hero-background h1 {
    font-size: 4.5rem;
  }

  .hero-background p {
    font-size: 2rem;
    padding: 0;
  }

  .slider {
    width: unset;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .team-archive-excerpt {
    padding: 0;
  }

  .newsletter-card {
    width: 100%;
    max-width: 380px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -70%)
  }

  .newsletter-title {
    justify-items: flex-start !important;
  }

  .newsletter-form {
    justify-content: flex-end !important;
  }

  .container-block {
    position: relative;
    width: 100%;
    height: 345px;
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .container-block {
    max-width: 1140px;
  }
}

@media (min-width: 1281px) {
  .newsletter-section {
    background: url('/assets/images/newsletter-bg-lg.svg') center/cover no-repeat;
    justify-items: center;
  }

  .newsletter-card {
    width: 100%;
    max-width: 380px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -70%)
  }

  .newsletter-title {
    justify-items: flex-start !important;
  }

  .newsletter-form {
    justify-content: flex-end !important;
  }

  .container-block {
    position: relative;
    height: 539px;
    width: 100%;
    max-width: 1320px;
  }

  .container-partners {
    position: relative;
    height: 800px;
    width: 100%;
    max-width: 1320px;
  }
}

/* ✅ Mobile Styles */
@media (max-width: 768px) {
  .funding-table {
    flex-direction: column;
    padding: 10px 20px;
    align-items: center;
  }

  .column {
    padding-inline: 20px;
    width: 100%;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
  }

  .column:last-child {
    border: none;
  }

  .column h3,
  .row-table,
  .row-button {
    margin-inline: 0;
    font-size: 16px;
    padding: 10px;
  }

  .button-row a {
    font-size: 16px;
    padding: 6px 12px;
  }

  .content-text-block p {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .umi-logo-footer {
    margin-bottom: 30px;
    width: 170px;
  }

  .nacfb-logo-footer {
    margin-bottom: 30px;
    width: 170px;
  }

  .carousel-content {
    width: auto !important;
  }

  .container-carousel {
    padding: 2rem;
  }

  .content-list-icon img {
    width: 100%;
    height: unset;
    padding: 1rem;
  }

  .hero-logo {
    margin: auto;
  }

  .team-archive-excerpt {
    padding: 0;
  }

  .container-partners {
    position: relative;
    height: 800px;
    width: 100%;
    max-width: 1320px;
  }

  .partners-form {
    width: 90%;
    margin: -100px auto 0; /* smaller overlap */
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .block .hero-background {
    min-height: unset;
  }

  .hero-background .hero-content {
    padding: 2rem 2rem 0.5rem;
  }

  .hero-logo {
    margin-bottom: 1.5rem;
  }

  .hero-background h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  .hero-background p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .hero-background .hero-image img {
    width: 50%;
  }

  .all-partners-logos-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }

  .container-partners {
    position: relative;
    height: 800px;
    width: 100%;
    max-width: 1320px;
  }

}