.homepage-intro__big {
  font-size: 3rem;
  font-family: "Chivo", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  
}

.homepage-intro__cta {
    font-family: "Chivo", sans-serif;
    background-color: #31f6d5;
    color: black;
    padding: .7rem;
    border-radius: 5px;
    position: absolute;
    right: 0;
    font-size: .8rem;
}

@media (max-width: 1023px) {
   .homepage-intro__cta {
    position: relative;
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    } 
}

.homepage-intro__latest {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 1023px) {
    .homepage-intro__latest {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 440px) {
    .homepage-intro__latest {
        grid-template-columns: 1fr;
    }
}

.cardgrid-general-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 1023px) {
    .cardgrid-general-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 639px) {
    .cardgrid-general-3 {
        grid-template-columns: 1fr;
    }
}

.page-contentblock {
    margin-top: 1rem;
}

.lowercast {
    text-transform: lowercase;
}

.homepage-carousel__navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin-top: 1rem;
}

/* Carousel container */
.homepageCarousel2025 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Carousel items wrapper */
.homepage-carousel__items-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Individual carousel item */
.homepage-carousel__item {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Pause/Play button */
.carousel-btn {
    background-color: #002048;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    color: #fff;
}

.carousel-btn:hover {
    background-color: #002048;
}

.carousel-btn:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* Dots navigation */
.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.carousel-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #002048;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: bold;
    color: #002048;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot:hover {
    background-color: rgba(49, 246, 213, 0.3);
    transform: scale(1.1);
}

.carousel-dot.active {
    background-color: #002048;
    color: #fff;
}

.carousel-dot:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.project-filter__colorBlock {
    width: 15px;
    height: 40px;
}

.project-filter__layout {
    background-color: #ced8da;
    color: #002048;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.project-filter__label {
    text-align: center;
    flex: 1;
}

.page-intro {
    background-color: hsl(213, 25%, 30%);
}

.text-holder table {
    background-color: hsl(190, 14%, 90%)
}

.profile-button__text__function, .sidebar__item__text-holder span, .card__info span, .text-holder p.meta {
    color: hsl(207, 15%, 34%)
}

.control input ~ .control-indicator {
    border: 1px solid #002048;
}

.homepage-carousel__item .card--default .card__info__section h6 {
    font-size: 42px;
}

@media (max-width: 1023px) {
  .resource-overview .resource-overview__filter__body {
    display: flex;
  }
}

.homepage-carousel__item__label{
	text-transform: capitalize;
}