.slick-list, .slick-track {
    height: 100%;
}

.country_project_swiper {
    height: unset;
    padding-left: 9px;
}

.swiper_container.top_projects_country_slider_holder {
    height: auto;
}

.swiper.top_projects_country_slider {
    height: auto;
}

.country_project.swiper-slide {
    margin-bottom: 2px;
    background: #FFFBF3;
}

.countries_projects {
    width: 100%;
}

.swiper.top_projects_country_slider .swiper-wrapper {
    padding-left: 0px !important;
    margin-right: 0px !important;
}

.country_project {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFFBF3;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 38px 36px 47px;
    box-sizing: border-box;
    width: 550px !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-left: 16px;
    height: 550px;
}

.country_project_image {
    width: 87.48px;
    height: 87.48px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: url(_path-to-image.html>) lightgray 50% / cover no-repeat;
    box-shadow: 1px 1px 0px 0px #242C35;
}

.country_project_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
}

.country_project_price {
    color: #00C2FF;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-top: 10px;
}

.project_buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.country_project_copy {
    color: #57595C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.country_project_button a {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    border-radius: 40px;
    border: 1px solid #414141;
    background: #76DBEE;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 7px 12px;
    margin-top: 20px;
    float: left;
}

.less .swiper .swiper-slide, .less .swiper-wrapper, .swiper {
    cursor: inherit !important;
}


.less .swiper-wrapper {
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 16px;
    padding: 0px 0px !important;
    box-sizing: border-box;
  	padding-left: 0px!important;
  padding-right: 0px!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.less .country_project.swiper-slide {
    flex: 1;
    margin-left: 0px !important;
}

.less .swiper.top_projects_country_slider {
    padding: 0px 25px;
}

.countries_projects.less .country_project.swiper-slide.spacer {
    display: none !important;
}

.country_project.swiper-slide.spacer {
    width: 1px !important;
    padding: 0px !important;
}

.country_project_button.co_fund a {
    background: #B8F4FF;
}


@media all and (max-width: 550px) {
  .country_project_button.co_fund a {
    margin-top: 0px;
}
}

 /* Make the parent relative so the tooltip positions correctly */
  .co_fund {
    position: relative;
    display: inline-block;
  }

  /* Hide the co-fund amount by default */
  .co_fund_amount {
    display: none;
    position: absolute;
    bottom: 100%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }

  /* Show on hover */
  .co_fund:hover .co_fund_amount {
    display: block;
  }


