p{
  font-size: 14px !important;
}
.region-footer-menu nav {
flex: 1 1 22% !important;
}
.sdgs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.sdgs-rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 30px;
}

.sdgs-card {
    display: flex;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: auto;
    min-height: 300px;
}

.sdgs-card-image {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.sdgs-card-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}
.align-left{
  max-width:100% !important;
}

.sdgs-card-content {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.sdgs-card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sdgs-card-text {
    font-size: 16px;
    color: #555;
    flex-grow: 1;
}

.sdgs-card-button {
    background-color: #fff;
    color: #007bff;
    border-color: #009edb !important;
    border: 1px solid #009edb !important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
    width: fit-content;
}
 .country-grid-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
}

.country-grid-card {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 12px 8px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.country-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.country-grid-flag {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 8px;
}

.country-grid-link {
  text-decoration: none;
  color: #00385B;
  font-weight: 600;
  font-size: 13px;
  font-family: "Helvetica", "Arial", sans-serif;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vnr-images {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 20px 20px;
   box-sizing: border-box;
  }
.hlpf-year-hp-con h2{
color:black !important;
}
.hlpf-year-hp-con h3{
color:black !important;
}
.hlpf-date{
color:black !important;
}
.hlpf-date, .hlpf-location{
color:black !important;
}
.hlpf-year-hp-con{
background-color: transparent !important;
}
.hlpf-year-hp-con a{
  color:black !important;
}
.hlpf-card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 10px;
      padding: 30px;
      background: #fcfcfc;
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 12px;
    }

    .hlpf-card {
      background: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .hlpf-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 0;
      display: block;
    }

    .hlpf-card-content {
      padding: 20px;
      text-align: start;
    }

    .hlpf-card h3 {
      margin-top: 0;
      margin-bottom: 0.5em;
      color: var(--brand-blue);
      font-size: 18px;
      text-align: left;
    }

    .hlpf-card a {
      color: var(--link-blue);
      text-decoration: none;
    }

    .hlpf-card a:hover {
      text-decoration: underline;
    }

   .hlpf-media-wrapper {
      max-width: 1200px;
      margin: 30px auto;
      padding: 0 20px;
    }

    .hlpf-media-banner {
      width: 100%;
      height: 180px;
      overflow: hidden;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .hlpf-media-banner img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    .hlpf-media-section {
      margin-top: 30px;
      background-color: #ffffff;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.08);
      padding: 30px;
    }

    .hlpf-media-section h2,
    .hlpf-media-item h3 {
      color: #000000;
      font-weight: 700;
      font-family: 'Roboto', sans-serif;
      margin-bottom: 10px;
    }

    .hlpf-media-section h2 {
      text-align: left;
    }

    .hlpf-media-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .hlpf-media-item {
      padding: 20px;
      text-align: left;
    }

    .hlpf-media-text {
      text-align: justify;
      line-height: 1.4;
    }

    .hlpf-media-text ul {
      margin-top: 0;
      padding-left: 20px;
    }

    .hlpf-media-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 8px;
    }
.hlpf-media-section .hlpf-media-item img{
  height: auto !important;
}
.hlpf-media-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
  }

  .hlpf-media-video-item {
    width: 100%;
  }

  .hlpf-media-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  .hlpf-media-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .hlpf-media-video-placeholder {
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 8px;
  }
.front-hlpf-wrapper {
      max-width: 1290px;
      margin: 40px auto;
      padding: 20px;
      background-color: #ffffff;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    }

    .front-hlpf-two-column-container {
      display: flex;
      gap: 20px;
      align-items: stretch;
      flex-wrap: wrap;
    }

    .front-hlpf-left-column {
      flex: 2.5; /* Increased text width */
      font-size: 12px;
      line-height: 1.6;
      min-width: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .front-hlpf-left-column p {
      margin: 0 0 10px 0;
    }

    .front-hlpf-right-column {
      flex: 1.7;
      display: flex;
      flex-direction: column;
      min-width: 250px;
    }

    .front-hlpf-right-column h3 {
      margin: 0 0 10px 0;
      font-size: 16px;
      line-height: 1.4;
    }

    .front-hlpf-video-wrapper {
      position: relative;
      padding-bottom: 35%; /* Reduced video height */
      height: 0;
      overflow: hidden;
      flex-grow: 1;
      width: 100%;
    }

    .front-hlpf-video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
  .hlpf-news-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    margin-top: 30px;
  }

  .hlpf-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .hlpf-news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
  }

  .hlpf-news-card img {
    width: 100%;
    height: 120px;
    display: block;
  }

  .hlpf-news-content {
    padding: 12px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .hlpf-news-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 6px 0;
    border-bottom: 2px solid #009edb;
    padding-bottom: 4px;
    color: #000;
  }

  .hlpf-news-text {
    font-size: 12px;
    margin: 0 0 12px 0;
    text-align: justify;
    flex-grow: 1;
  }

  .hlpf-news-readmore-wrapper {
    text-align: right;
    margin-top: auto;
  }

  .hlpf-news-readmore {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #007bff;
    padding: 8px 14px;
    border-radius: 6px;
    display: inline-block;
  }

  .hlpf-news-readmore:hover {
    background-color: #0056b3;
    text-decoration: none;
  }
.hlpf-media-section h2::after{
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background: #009edb;
  margin-top: 4px;
}
.interview-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    font-family: 'Roboto', sans-serif;
  }

  .interview-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 16px;
    align-items: flex-start;
  }

  .interview-card-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 16px;
  }

  .interview-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .interview-card-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }

  .interview-card-header h3 {
    font-size: 16px;
    margin: 0 0 4px;
    color: #00385B;
  }

  .interview-meta {
    font-size: 12px;
    color: #666;
  }

  .interview-divider {
    margin: 0 6px;
  }

  .interview-description {
    font-size: 13px;
    color: #333;
    margin: 10px 0 20px;
    line-height: 1.4;
  }

  .interview-card-footer {
    display: flex;
    justify-content: flex-end;
  }

  .interview-button {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
  }

  .interview-button:hover {
    background-color: #0056b3;
  }

/* Responsive for smaller screens */
@media (max-width: 768px) {
   .sdgs-rows {
    grid-template-columns: 1fr;
  }

   .sdgs-card {
     flex-direction: column;
   }

    .sdgs-card-image,
    .sdgs-card-content {
        width: 100%;
    }

    .sdgs-card-image {
        padding: 20px;
    }
   .front-hlpf-two-column-container {
        flex-direction: column;
        align-items: flex-start;
      }

      .front-hlpf-left-column,
      .front-hlpf-right-column {
        flex: 1 1 100%;
      }

      .front-hlpf-right-column {
        align-items: center;
        text-align: center;
      }
 }

@media (max-width: 600px) {
  .country-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .country-grid-flag {
    width: 30px;
    height: 30px;
  }

  .country-grid-link {
    font-size: 12px;
  }
  .vnr-images {
    flex-direction: column;
    align-items: center;
      }
  .vnr-images img {
     width: 100%;
     height: auto;
     margin-bottom: 20px; /* Add space between images on small screens */
     }
  .hlpf-card-grid {
        grid-template-columns: 1fr;
      }
     .hlpf-media-wrapper {
        padding: 0 10px;
      }
  .hlpf-media-video-grid {
      grid-template-columns: 1fr;
    }
   .interview-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .interview-card-img {
      margin: 0 0 12px;
    }

    .interview-card-footer {
      justify-content: center;
    }  
}