/***** History Section *****/
.history-section {
  background: var(--white-color);
}
.history-section .bio-card .bio-columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  font-size: 16px;
  line-height: 1.5;
}
.history-section .bio-card .bio-columns p {
  margin-bottom: 18px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.history-section .bio-card .bio-columns blockquote {
  font-style: italic;
  text-align: center;
  margin: 25px 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  color: var(--black-color);
}
.history-section .bio-card .bio-columns .quote-author {
  text-align: center;
  font-size: var(--fs-sm);
  margin-bottom: 20px;
  color: var(--black-color);
}
.history-section .bio-card .unesco-link {
  font-style: italic;
  font-weight: var(--fw-bold);
  margin-top: 20px;
}
.history-section .bio-card .unesco-link a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: var(--fw-semibold);
  overflow-wrap: break-word;
}
.history-section .bio-card .bio-footer {
  margin-top: 40px;
  font-size: var(--fs-md);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.history-section .bio-card .bio-footer a {
  font-weight: 600;
  text-decoration: none;
  color: var(--black-color);
  transition: color 0.2s ease;
  display: inline-block;
  opacity: 0.65;
  font-size: var(--fs-sm);
}
.history-section .bio-card .bio-footer a:hover, .history-section .bio-card .bio-footer a.active {
  color: var(--dark-blue);
  opacity: 1;
}

/***** End History Section *****/
/*****  Timeline Section *****/
.our-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: var(--primary-color);
  height: 60vh;
  text-align: center;
}
.our-timeline .sub-title,
.our-timeline .title {
  color: var(--white-color);
}

.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 12px;
}
.timeline .timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to bottom, #cfcfcf, #cfcfcf 8px, transparent 8px, transparent 16px);
}
.timeline .timeline__progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--primary-color);
  transform: translateX(-50%);
  transition: height 0.15s linear;
}
.timeline .t-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 24px;
  align-items: center;
  padding: 34px 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.timeline .t-item .t-card-content {
  grid-column: 3/4;
  grid-row: 1;
}
.timeline .t-item .t-card-media {
  grid-column: 1/2;
  grid-row: 1;
}
.timeline .t-item .t-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 3px solid var(--white-color);
  box-shadow: 0 0 0 4px rgba(31, 63, 174, 0.16);
  margin-top: 12px;
}
.timeline .t-item.is-left .t-card-content {
  grid-column: 1/2;
}
.timeline .t-item.is-left .t-card-media {
  grid-column: 3/4;
}
.timeline .t-item.active {
  opacity: 1;
  transform: translateY(0);
}
.timeline .t-item.active .t-dot {
  background: var(--primary-color);
}
.timeline .t-item .t-marker {
  position: relative;
  grid-column: 2;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.timeline .t-item .t-card {
  background: transparent;
}
.timeline .t-item .t-card .common-subtitle {
  margin-bottom: 10px;
  font-weight: var(--fw-bold);
}
.timeline .t-item .t-card .media {
  max-width: 100%;
  height: auto;
  aspect-ratio: 2.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: opacity 0.2s ease;
  width: 100%;
}
.timeline .t-item .t-sub {
  color: var(--primary-color);
  margin: 0 0 14px;
}

/***** End Timeline Section *****/
/*****  winner 2025 Section *****/
.winner-2025 {
  background: var(--primary-color);
}
.winner-2025 p {
  color: var(--white-color);
}
.winner-2025 .content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
.winner-2025 .winner-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.winner-2025 .winner-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s ease;
}
.winner-2025 .winner-caption {
  position: absolute;
  bottom: 0px;
  left: 34%;
  transform: translateX(-50%);
  text-align: center;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  background: rgba(50, 80, 140, 0.85);
  border: 4px solid #b6ff2f;
  color: #fff;
  padding: 6px 10px;
  width: 90%;
}
.winner-2025.world-council-announcement {
  background: var(--white-color);
}
.winner-2025.world-council-announcement h3 {
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
}
.winner-2025.world-council-announcement p {
  color: var(--black-color);
  line-height: 1.5;
  font-size: var(--fs-sm) !important;
  font-weight: var(--fw-regular);
}
.winner-2025.world-council-announcement p.label {
  font-size: var(--fs-sm);
  color: grey;
  font-style: italic !important;
  margin: 24px 0px;
  font-weight: var(--fw-regular);
}
.winner-2025.world-council-announcement .download-pdf {
  margin-top: 30px;
}
.winner-2025.world-council-announcement .download-pdf p {
  font-weight: 700;
  margin: 0px;
}
.winner-2025.world-council-announcement .download-pdf p a {
  display: inline-block;
  text-decoration: none;
  color: var(--black-color);
}
.winner-2025.world-council-announcement .download-pdf p a:hover {
  opacity: 0.85;
}
.winner-2025.world-council-announcement img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}

/*****  End winner 2025 Section *****/
/*****  nomination-process  *****/
.nomination-process p {
  font-size: var(--fs-l);
}
.nomination-process p span {
  font-size: var(--fs-l);
  color: var(--primary-color);
  display: inline-block;
  font-weight: var(--fw-medium);
}
.nomination-process .nomination-image {
  width: 100%;
  height: 100%;
}
.nomination-process .nomination-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: opacity 0.2s ease;
}

.qa-content {
  display: none;
}

.qa-content.active {
  display: block;
}

/***** End  nomination-process  *****/
/*****  jose-marti-fond  *****/
.jose-marti-fond .fond-image-box {
  width: 100%;
  overflow: hidden;
}
.jose-marti-fond .fond-image-box img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: opacity 0.2s ease;
}
.jose-marti-fond .row:nth-child(2) .fond-image-box {
  overflow: hidden;
}
.jose-marti-fond .row:nth-child(2) .fond-image-box img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: opacity 0.2s ease;
}

.faq-section .qa-container {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}
.faq-section .qa-container .qa-info {
  flex: 1 1 250px;
  background: var(--sky-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  height: 180px;
}
.faq-section .qa-container .qa-info a {
  color: var(--black-color);
  text-decoration: none;
  font-size: var(--fs-l);
  font-weight: var(--fw-semibold);
}
.faq-section .qa-container .qa-info img {
  width: 74px;
  height: auto;
}
.faq-section .qa-container .qa-info:hover {
  background: var(--primary-color);
  scale: 1.06;
}
.faq-section .qa-container .qa-info:hover a {
  color: var(--white-color);
}
.faq-section .qa-container .qa-info:hover img {
  filter: invert(1);
}
.faq-section .qa-container .qa-info:last-child {
  flex: 0 0 30%;
  margin-left: auto;
  margin-right: auto;
}
.faq-section .faq-items-box {
  margin-top: 50px;
}
.faq-section .faq-items-box .qa-heading {
  font-size: var(--fs-2xl);
  position: relative;
  padding-bottom: 10px;
}
.faq-section .faq-items-box .qa-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background: #737373;
}
.faq-section .faq-items-box .qa-heading.active::before {
  width: 100%;
}
.faq-section .qa-content p:first-child {
  color: var(--primary-color);
  font-weight: var(--fw-medium);
}

/*****  End jose-marti-fond  *****/
/*****  Contact Us   *****/
.committee-card {
  position: relative;
  overflow: hidden;
}
.committee-card img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s ease;
  width: 100%;
}
.committee-card .committee-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.committee-card .committee-overlay h4 {
  color: #b6ff3b;
  margin: 0;
  font-weight: 600;
}
.committee-card:hover img {
  transform: scale(1.05);
}
.committee-card:hover .committee-overlay {
  opacity: 1;
}

.send-message {
  background-size: cover;
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/contact-form-banner3.png");
  background-repeat: no-repeat;
  background-position: center;
}
.send-message .container {
  z-index: 2;
}
.send-message .common-title {
  color: var(--primary-color);
}
.send-message .location-box h3 {
  color: var(--primary-color);
}
.send-message .location-box p {
  font-size: var(--fs-lg);
}
.send-message .location-box i[class^=ri-] {
  font-size: var(--fs-2xl);
  color: var(--primary-color);
}
.send-message .contact-form label {
  font-size: var(--fs-lg);
  color: var(--black-color);
  font-weight: 600;
  margin-bottom: 0px;
}
.send-message .contact-form .form-group {
  width: 100%;
}
.send-message .contact-form input,
.send-message .contact-form textarea {
  background: transparent;
  border: 0px;
  border-bottom: 2px solid grey;
  color: var(--black-color);
  outline: 0px;
  border-radius: 0px;
}
.send-message .contact-form input::-moz-placeholder, .send-message .contact-form textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
}
.send-message .contact-form input::placeholder,
.send-message .contact-form textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
}
.send-message .contact-form input:focus,
.send-message .contact-form textarea:focus {
  outline: 0px;
  box-shadow: none;
}

/***** End Contact Us   *****/
/*****  Jury Page   *****/
.jury-profile-container .content-box {
  background: var(--sky-blue);
  padding: 20px 30px;
  height: 560px;
  transition: box-shadow 0.3s ease-in-out;
}
.jury-profile-container .content-box p {
  word-wrap: break-word;
  margin-bottom: 0px;
}
.jury-profile-container .content-box p.cnt-lbl {
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
}
.jury-profile-container .content-box .banner-title {
  font-size: var(--fs-3xl);
}
.jury-profile-container .content-box .image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s ease;
  border-radius: 9px;
}
.jury-profile-container .content-box .image img:hover {
  scale: 1.05;
}
.jury-profile-container .content-box:hover {
  background: var(--primary-color);
}
.jury-profile-container .content-box:hover p {
  color: var(--white-color);
}
.jury-profile-container .content-box:hover h2 {
  color: var(--secondary-color);
}

.council-member-slider .label-box {
  padding: 20px 10px;
  background: var(--primary-color);
  display: none;
  text-align: center;
  position: absolute;
  bottom: 9px;
  width: 100%;
}
.council-member-slider .label-box p {
  color: var(--white-color);
  margin-bottom: 0px;
  font-weight: 400;
  font-size: var(--fs-sm);
}
.council-member-slider .label-box p.member-title {
  margin-bottom: 4px;
  color: var(--secondary-color);
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
}
.council-member-slider .owl-carousel .item {
  opacity: 0.35;
  transition: all 0.3s ease;
  aspect-ratio: 9/10;
  position: relative;
}
.council-member-slider .owl-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.council-member-slider .owl-carousel .owl-item {
  scale: 0.95;
  transition: all 0.3s ease;
}
.council-member-slider .owl-carousel .owl-item.center .item {
  opacity: 1;
  scale: 1.1;
}
.council-member-slider .owl-carousel .owl-item.center .label-box {
  display: block;
}

.nav-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}
.nav-slider .owl-nav .owl-prev,
.nav-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url("../images/down-arrow.png") no-repeat center !important;
  background-size: 30px !important;
  background-color: #000;
  opacity: 1;
  rotate: 90deg;
  transition: scale 0.3s ease-in-out;
}
.nav-slider .owl-nav .owl-prev:hover,
.nav-slider .owl-nav .owl-next:hover {
  scale: 0.9;
}
.nav-slider .owl-nav .owl-prev {
  float: left;
}
.nav-slider .owl-nav .owl-next {
  float: right;
  rotate: -90deg;
}
.nav-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.nav-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--light-gray);
}
.nav-slider .owl-dots .owl-dot.active {
  background-color: var(--primary-color);
}

/***** End Jury Page   *****/
.faq-mobile .faq-card {
  display: flex;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e9edf3;
  background: var(--white-color);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
}
.faq-mobile .qa-sidebar {
  width: 34%;
  background: #f6f8fc;
  border-right: 1px solid #e9edf3;
  padding: 14px;
}
.faq-mobile .qa-sidebar .qa-btn {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
  color: var(--black-color);
  transition: transform 0.15s ease, background 0.2s ease;
}
.faq-mobile .qa-sidebar .qa-btn .qa-icon {
  width: 22px;
  height: 22px;
}
.faq-mobile .qa-sidebar .qa-btn:hover {
  background: rgba(2, 6, 23, 0.04);
}
.faq-mobile .qa-sidebar .qa-btn.active {
  background: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 10px 22px rgba(31, 107, 255, 0.25);
}
.faq-mobile .qa-sidebar .qa-btn.active .qa-icon {
  filter: brightness(0) invert(1);
}
.faq-mobile .qa-sidebar .qa-btn .qa-title {
  font-size: 16px;
  line-height: 1.25;
}
.faq-mobile .qa-panel {
  width: 66%;
  padding: 22px 22px 18px;
  background: var(--white-color);
}
.faq-mobile .qa-panel .qa-content {
  display: none;
}
.faq-mobile .qa-panel .qa-content.show {
  display: block;
}
.faq-mobile .qa-panel .qa-heading {
  margin: 0 0 14px;
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  color: var(--black-color);
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}
.faq-mobile .qa-panel .qa-list {
  margin-top: 14px;
}
.faq-mobile .qa-panel .qa-list .qa-item {
  padding: 14px 0;
  border-bottom: 1px solid #eef2f7;
}
.faq-mobile .qa-panel .qa-list .qa-item:last-child {
  border-bottom: 0;
}
.faq-mobile .qa-panel .qa-list .qa-q {
  font-size: var(--fs-l);
  font-weight: var(--fw-semibold);
}
.faq-mobile .qa-panel .qa-list .qa-a {
  line-height: 1.5;
  font-size: var(--fs-sm);
}

@media (max-width: 768px) {
  .section-padding {
    padding: 30px 0px;
  }
  .history-section .bio-card .bio-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .history-section .bio-card .bio-footer {
    margin-top: 20px;
    row-gap: 15px;
  }
  .our-timeline {
    height: 15vh;
  }
  .timeline {
    padding: 20px 12px;
  }
  .timeline .timeline__line,
  .timeline .timeline__progress {
    left: 18px;
    transform: none;
  }
  .timeline .t-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0;
    padding-left: 35px;
    margin-bottom: 30px;
  }
  .timeline .t-item .t-marker,
  .timeline .t-item .t-card,
  .timeline .t-item .t-card-media,
  .timeline .t-item .t-card-content {
    grid-column: auto !important;
  }
  .timeline .t-item .t-marker {
    position: absolute;
    left: -1px;
  }
  .timeline .t-item .t-dot {
    width: 18px;
    height: 18px;
    margin-top: 0px;
  }
  .timeline .t-item .t-sub {
    margin-bottom: 5px;
  }
  .timeline .t-item .t-card-media {
    order: 1;
    grid-row: auto;
  }
  .timeline .t-item .t-card-content {
    order: 2;
  }
  .timeline .t-item .t-card-content h3 {
    font-size: var(--fs-xl);
    line-height: 1.1;
  }
  .timeline .t-card .media {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .winner-2025 .content-box p {
    font-size: var(--fs-md);
  }
  .winner-2025 .winner-image img {
    max-width: 100%;
  }
  .winner-2025 .winner-image .winner-caption {
    padding: 6px;
  }
  .winner-2025 .winner-caption {
    left: 50% !important;
    width: 100% !important;
  }
  .winner-2025.world-council-announcement h3 {
    line-height: 1.5;
    font-size: var(--fs-md) !important;
    margin-top: 20px;
  }
  .winner-2025.world-council-announcement p {
    font-size: var(--fs-sm) !important;
  }
  .nomination-process p {
    font-size: var(--fs-md);
  }
  .faq-section .qa-info:last-child {
    flex: 0 0 100% !important;
  }
  .faq-section .faq-items-box {
    margin-top: 30px !important;
  }
  .faq-section .faq-items-box .qa-heading {
    font-size: var(--fs-l);
  }
  .faq-section .qa-container .qa-info:nth-child(2),
  .faq-section .qa-container .qa-info:nth-child(4),
  .faq-section .qa-container .qa-info:nth-child(6) {
    background: var(--primary-color);
  }
  .faq-section .qa-container .qa-info:nth-child(2) .qa-btn,
  .faq-section .qa-container .qa-info:nth-child(4) .qa-btn,
  .faq-section .qa-container .qa-info:nth-child(6) .qa-btn {
    color: var(--white-color);
  }
  .faq-section .qa-container .qa-info:nth-child(2) img,
  .faq-section .qa-container .qa-info:nth-child(4) img,
  .faq-section .qa-container .qa-info:nth-child(6) img {
    filter: invert(1);
  }
  .faq-mobile .faq-card {
    flex-direction: column;
  }
  .faq-mobile .qa-sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e9edf3;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    -webkit-overflow-scrolling: touch;
  }
  .faq-mobile .qa-btn {
    width: auto;
    white-space: nowrap;
  }
  .faq-mobile .qa-panel {
    width: 100%;
    padding: 16px;
  }
  .faq-mobile .qa-heading {
    font-size: 22px;
  }
  .faq-mobile .qa-q {
    font-size: 16px;
  }
  .jury-profile-container .banner-title {
    font-size: var(--fs-lg) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .winner-2025.world-council-announcement .winner-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .winner-2025 .winner-caption {
    left: 50% !important;
    width: 100%;
    font-size: var(--fs-sm);
  }
  .jury-profile-container .banner-title {
    font-size: var(--fs-lg) !important;
  }
}/*# sourceMappingURL=main.css.map */