.navigation-component {
    width: 100%;
    height: 105px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #F3FAFF;
    padding: 20px 40px;
}
.nav-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.nav-content-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 24px;
    min-height: 100%;
}
.nav-content-top-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 8px;

}
.nav-content-top-main img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.nav-content-top-main p {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-decoration: underline;
}
.nav-content-top-img {
    width: 13px;
    height: 13px;
    object-fit: cover;
}
.nav-content-top-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
}
.nav-content-top-main p:hover, .nav-content-top-subtitle:hover {
    cursor: pointer;
    text-decoration: none;
}
.nav-content-bottom p {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-transform: uppercase;
    padding: 0 8px;
}
.nav-underline {
    font-weight: 600;
    color: #08487C;
    text-decoration: underline;
}
.full-worldskills-page-section {
    padding: 40px;
}
.full-worldskills-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.full-worldskills-top span {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #666666;
}
.full-worldskills-top h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #000000;
}
.full-worldskills-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.full-worldskills-middle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.full-worldskills-middle-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 900px;
}
.full-worldskills-middle-left-img {
  width: 900px;
  height: 500px;
  object-fit: cover;
}
.full-worldskills-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 30px;
}
.full-worldskills-article-paragraph ul {
    margin-bottom: 0;
}
.full-worldskills-article-paragraph h5, .full-worldskills-article-paragraph p, .full-worldskills-article-paragraph ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #000000;
}
.full-worldskills-article-paragraph h5 {
    font-weight: 700;
}
.full-worldskills-middle-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 439px;
    width: 100%;
    background-color: #F3FAFF;
    padding: 40px;
    border-radius: 20px;
}
.full-worldskills-middle-right h3 {
    font-size: 18px;
    font-weight: 600;
    line-height:100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #000000;
}
.full-worldskills-news-card span {
    font-size: 14px;
    font-weight: 400;
    line-height:100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #A1A1A1;
}
.full-worldskills-news-card h4 {
    font-size: 16px;
    font-weight: 700;
    line-height:100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-decoration: underline;
}
.full-worldskills-news-card h4:hover {
    text-decoration: none;
    cursor: pointer;
}
.full-worldskills-news-card {
    padding: 40px 0;
    border-bottom: 1px solid #D7EDFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.full-worldskills-share {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #F3FAFF;
    width: 564px;
    padding: 20px;
    border-radius: 20px;
    gap: 15px;
}
.full-worldskills-share p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #000000;
}
.full-worldskills-share-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.full-worldskills-share-socials a img:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.full-worldskills-news-cards {
    width: 100%;
}
.work-plan-icon {
    width: 48px;
    height: 48px;
}
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.full-worldskills-middle-left-slider-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.full-worldskills-middle-left-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.full-worldskills-middle-left-slider-item {
  min-width: 100%; 
  box-sizing: border-box;
  display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.full-worldskills-middle-left-slider-item img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 500px;
}

@media (max-width:1280px) {
    .container {
      max-width: 100% !important;
      padding: 0 !important;
    }
    .nav-content-top-main img {
      width: 22px;
      height: 22px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle {
      font-size: 12px;
    }
    .nav-content-top-img {
      width: 11px;
      height: 11px;
    }
    .nav-content-bottom p {
      font-size: 28px;
    }
    .nav-content  {
      gap: 10px;
    }
    .navigation-component {
      height: 100%;
      padding: 16px 36px;
    }
    .full-worldskills-page-section {
        padding: 30px;
    }
    .full-worldskills-content {
        gap: 30px;
    }
    .full-worldskills-top, .full-worldskills-middle {
        gap: 15px;
    }
    .full-worldskills-top span, .full-worldskills-article-paragraph h5, .full-worldskills-article-paragraph p, .full-worldskills-article-paragraph ul li, .full-worldskills-news-card h4 {
        font-size: 14px;
        line-height: 120%;
    }
    .full-worldskills-top h2 {
        font-size: 28px;
    }
    .full-worldskills-middle-left, .full-worldskills-middle-right {
        max-width: none;
        gap: 30px;
    }
    .full-worldskills-middle-left-img {
        width: 100%;
        
    }
    .full-worldskills-article {
        gap: 20px;
    }
    .full-worldskills-middle-right h3 {
        font-size: 16px;
    }
    .full-worldskills-news-card {
        padding: 30px 0;
        gap: 15px;
    }
    .full-worldskills-news-card span {
        font-size: 12px;
    }
    .full-worldskills-share {
        padding: 15px;
        width: 550px;
        gap: 10px;
    }
    .full-worldskills-share p {
        font-size: 18px;
    }
    .full-worldskills-share-socials {
        gap: 10px;
    }
    .full-worldskills-share-socials a img {
        width: 46px;
        height: 46px;
    }
    .full-worldskills-middle-left {
        flex: 2;
    }
    .full-worldskills-middle-right {
        flex: 1;
        padding: 30px;
    }
    .work-plan-icon {
    width: 44px;
    height: 44px;
}
.full-worldskills-middle-left-slider-item img {
    max-height: 450px;
}
.full-worldskills-middle-left-slider-content {
    gap: 15px
}
}
@media (max-width:768px) {
   .nav-content-top-main img {
        width: 19px;
        height: 19px;
    }
    .nav-content-top-main {
        gap: 5px;
        padding: 10px 5px;
    }
    .nav-content-top-img {
        width: 9px;
        height: 9px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle {
        font-size: 10px;
    }
    .nav-content-top {
        gap: 10px;
    }
    .nav-content {
        gap: 5px;
    }
    .navigation-component {
        height: 100%; 
        padding: 15px 20px;
    }
    
    .nav-content-bottom p {
        font-size: 24px; 
        padding: 0 5px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle{
       font-size: 12px;
    }
    .full-worldskills-page-section {
        padding: 20px;
    }
    .full-worldskills-content, .full-worldskills-middle-left, .full-worldskills-middle-right {
        gap: 20px;
    }
    .full-worldskills-top, .full-worldskills-middle {
        gap: 10px;
    }
    .full-worldskills-top span, .full-worldskills-article-paragraph h5, .full-worldskills-article-paragraph p, .full-worldskills-article-paragraph ul li, .full-worldskills-news-card h4 {
        font-size: 12px;
    }
    .full-worldskills-top h2 {
        font-size: 24px;
        line-height: 100%;
    }
    .full-worldskills-middle {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .full-worldskills-article {
        gap: 15px;
    }
    .full-worldskills-middle-right h3 {
        font-size: 14px;
    }
    .full-worldskills-news-card {
        padding: 20px 0;
        gap: 10px
    }
    .full-worldskills-news-card span {
        font-size: 10px;
    }
    .full-worldskills-share {
        width: 100%;
        padding: 10px;
    }
    .full-worldskills-share p {
        font-size: 16px;
    }
    .full-worldskills-share-socials a img {
        width: 42px;
        height: 42px;
    }
    .work-plan-icon {
    width: 40px;
    height: 40px;
}
.full-worldskills-middle-left-slider-item img {
    max-height: 400px;
}
.full-worldskills-middle-left-slider-content {
    gap: 10px
}
}
@media (max-width: 480px) {
    .nav-content-top-main p, .nav-content-top-subtitle {
        font-size: 10px;
    }
    .nav-content-bottom p {
        font-size: 18px;
    }
    .nav-content-top-main img {
        width: 17px;
        height: 17px;
    }
    .nav-content-top-img {
        width: 7px;
        height: 7px;
    }
    .nav-content-top {
        gap: 5px;
    }
    .navigation-component {
        padding: 10px 15px;
    }
    .full-worldskills-page-section {
        padding: 10px;
    }
    .full-worldskills-top h2 {
        font-size: 18px;
    }
    .full-worldskills-share-socials a img {
        width: 30px;
        height: 30px;
    }
    .full-worldskills-share p {
        font-size: 14px;
    }
    .full-worldskills-share {
        flex-direction: column;
    }
    .full-worldskills-article-paragraph ul {
        padding-left: 1rem;
    }
    .full-worldskills-content, .full-worldskills-middle-left, .full-worldskills-middle-right {
        gap: 15px;
    }
    .full-worldskills-middle-right {
        padding: 30px 20px;
    }
    .work-plan-icon {
    width: 38px;
    height: 38px;
}
.full-worldskills-middle-left-slider-item img {
    max-height: 350px;
}
}