/*=============================================
=            15/01/2025 - Ion - Page Navigation Element            =
=============================================*/
.tools-section-page-wrap {
    padding: 80px 0 0;
}

.tools-section-page-navigation-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.tools-section-page-navigation-items a.btn {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
    transition: 350ms;
    font-family: var(--buttonTextFontFamily);
}

.tools-section-page-navigation-items a.btn:hover,
.tools-section-page-navigation-items a.active {
    background-color: var(--dark-blue);
    color: #fff;
}

.tools-section-page-navigation-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: var(--mediumHeaderFontFamily);
}

/* Tab style */
.tools-section-page-navigation-items {
    display: flex;
    gap: 10px;
}

.tools-section-page-wrap .tab-button {
    padding: 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
    background: #f8f8f8;
}

/* .tools-section-page-wrap .tab-button.active {
    background: #0073aa;
    color: white;
} */
.tools-section-page-wrap .tab-content {
    display: none;
    margin-top: 10px;
    margin-top: 25px;
}

.tools-section-page-wrap .tab-content.active {
    display: block;
}

/*=============================================
=            Video with text section            =
=============================================*/
.tools-page-video-with-text-section-wrap {
    position: relative;
    margin-bottom: 150px;
    padding-right: 20%;
    padding-left: 25px;
}

.tools-page-video-with-text-section-wrap .video-content {
    position: absolute;
    bottom: -11%;
    right: 0;
    width: 50%;
    z-index: 5555555;
}

/* added 05/02/2025 */
.tools-page-video-with-text-section-wrap .videoWrapper {
    position: relative;
    width: 100%;
}

.tools-page-video-with-text-section-wrap .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.tools-page-video-with-text-section-wrap .content-block__content,
.tools-page-image-with-text-section-wrap .content-block__content {
    padding: 100px 100px 50px;
    font-family: var(--defaultFontFamily);
    font-size: var(--defaultFontSize);
}

.tools-page-video-with-text-section-wrap .content-block__content h2 {
    max-width: 100%;
}

.tools-page-video-with-text-section-wrap .content-block__content p {
    max-width: 100%;
}

.tools-page-video-with-text-section-wrap .video-with-text-text,
.tools-page-image-with-text-section-wrap .content-block__content,
.content-block .wrapper.right .content-block__content{
    max-width: 65%;
}

.tools-page-video-with-text-section-wrap .video-with-text-text h4 strong {
    font-weight: inherit;
}

/*=====  End of Video with text section  ======*/
/*=============================================
=            Image with text section            =
=============================================*/
.tools-page-image-with-text-section-wrap {
    padding: 0;
}

/*=====  End of Image with text section  ======*/
/*=============================================
=            How to access the HAC 30x30 Matchmaking Platform? -Section            =
=============================================*/
.how-to-access-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
}

.how-to-access-buttons-wrap a {
    margin-bottom: 15px;
    margin-right: 30px;
}

.how-to-access-hac-section-wrap {
    padding-bottom: 80px;
}

/*=====  End of How to access the HAC 30x30 Matchmaking Platform? -Section  ======*/
/*=============================================
=            Focal Points - Sections            =
=============================================*/
.focal-points-header-text,
.current-offers-hac-header-text {
    font-size: var(--bigHeadingFontSize);
    font-family: var(--bigHeaderFontFamily);
    line-height: var(--bigHeaderLineHeight);
    font-weight: var(--bigHeaderFontWeight);
    letter-spacing: var(--bigHeaderLetterSpacing);
    text-transform: none;
}

.focal-points-section-wrap .country,
.focal-points-section-wrap .primary-contact,
.focal-points-section-wrap .secondary-contact {
    display: flex;
}

.focal-points-section-wrap .country img,
.focal-points-section-wrap .primary-contact img,
.focal-points-section-wrap .secondary-contact img,
.focal-points-section-wrap .user-item-details-wrap img {
    max-width: 15px;
    margin-right: 10px;
    display: block;
}

.focal-point-user-item {
    margin-bottom: 30px;
}

.focal-points-section-wrap {
    background-color: #F9FAFC;
    padding: 100px 0;
}

.focal-points-section-header,
.current-offers-hac-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#focal-points-country,
#current-offers-hac-theme {
    border: 1px solid var(--green);
    background-color: var(--green);
    border-radius: 5px;
    padding: 7px 20px;
    outline: 0;
    padding-top: 9px;
    /* font-size: 18px; */
    /* font-family: var(--buttonTextFontFamily); */
    font-size: var(--defaultFontSize);
    font-family: var(--defaultFontFamily);
    font-weight: var(--defaultFontWeight);
    line-height: var(--defaultLineHeight);
    letter-spacing: var(--defaultLetterSpacing);
}

#focal-points-country,
#current-offers-hac-theme {
    padding-right: 30px;
    /* line-height: 1; */
    min-height: 39px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 0.5L6 5.5L11 0.5' stroke='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 7px;
}

#focal-points-country,
#current-offers-hac-theme {
    max-width: 200px;
}

#focal-points-results {
    margin-top: 40px;
}

.focal-point-user-item .country {
    font-weight: 600;
    margin-bottom: 30px;
}

.focal-points-section-wrap .primary-contact,
.focal-points-section-wrap .secondary-contact {
    color: #50A4DC;
    font-weight: 600;
}

.user-item-details-wrap {
    display: flex;
    /* border: 1px solid red; */
    width: auto;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 26px;
}

#focal-points-results {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 60px;
    flex-wrap: wrap;
}

#focal-points-results > div,
.offer-list-hac-wrap .offer-list-hac-column {
    /* flex: 45%; */
    min-width: 45%;
    width: 45%;
}

#focal-points-results > div:first-of-type,
.offer-list-hac-wrap .offer-list-hac-column:first-of-type {
    margin-right: 15px;
}

.user-item-details-wrap .user-email a {
    color: #182843;
    text-decoration: underline;
}

.user-item-details-wrap .user-email {
    margin-left: 50px;
}

/*=====  End of Focal Points - Sections  ======*/
/*=============================================
=            Current Offer - Section            =
=============================================*/
.current-offers-hac-section-wrap {
    background-color: #182843;
}

.current-offers-hac-section-wrap .current-offers-hac-header-text,
.current-offers-hac-section-wrap .current-offers-hac-section-subheader,
.current-offers-hac-section-wrap .offer-item-hac-title {
    color: #fff;
}

.current-offers-hac-section-wrap .offer-item-hac-provider {
    color: #C2E564;
}

.current-offers-hac-section-wrap #current-offers-hac-results {
    color: #fff;
}

.offer-list-hac-wrap {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.current-offers-hac-section-subheader {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 70px;
}

.offer-list-hac-wrap .offer-item-hac-title {
    margin-bottom: 2px;
    /* font-weight: 800; */
}

.offer-list-hac-wrap .offer-item-hac {
    margin-bottom: 30px;
}

#load-more-offers-hac {
    display: flex;
    align-items: center;
    background-color: #182843;
    color: #fff;
    border: 1px solid #50A4DC;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 5px;
    padding: 5px 15px;
    transition: 350ms;
    font-family: var(--buttonTextFontFamily);
}

#load-more-offers-hac img {
    max-width: 12px !important;
    margin-top: 0 !important;
    margin-left: 5px;
}

#load-more-offers-hac:hover {
    background-color: #c2e564;
    color: #182843;
}

/*=====  End of Current Offer - Section  ======*/
/*=============================================
=            Slider With Image - Section            =
=============================================*/
.swiper-container-slider-with-image-section {
    overflow: hidden;
}

.swiper-container-slider-with-image-section .swiper-slide-image-item {
    height: 200px;
}

.swiper-container-slider-with-image-section .swiper-slide-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-slider-with-image-section .swiper-slide .slider-item-title {
    background-color: #182843;
    color: #fff;
    padding: 30px 30px 50px;
    flex: 1;
    font-size: var(--defaultFontSize);
    font-family: var(--defaultFontFamily);
    line-height: var(--defaultLineHeight);
    font-weight: var(--defaultFontWeight);
    letter-spacing: var(--defaultLetterSpacing);
}

.swiper-container-slider-with-image-section .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.swiper-container-slider-with-image-section .swiper-pagination {
    position: static;
    margin-top: 35px;
}

.slider-with-image-section-title {
    margin-bottom: 60px;
    font-family: var(--bigHeaderFontFamily);
}

.slider-with-image-section-page-wrap {
    background-color: #F9FAFC;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*=====  End of Slider With Image - Section  ======*/
/*=============================================
=            Accordion Section            =
=============================================*/
.accordion-with-image-section-page-wrap .hac-accordion-with-image-wrap {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    overflow: hidden;
}

.accordion-with-image-section-page-wrap .hac-accordion-item {
    border-bottom: 1px solid #50A4DC;
}

.accordion-with-image-section-page-wrap .hac-accordion-item:last-of-type {
    border-bottom: none;
}

.accordion-with-image-section-page-wrap .hac-accordion-header {
    padding: 15px;
    padding-left: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: var(--mediumHeaderFontFamily);
}

.accordion-with-image-section-page-wrap .hac-accordion-header h3 {
    margin: 0;
    /* font-size: 35px; */
    /* line-height: 1.6; */
    font-size: var(--mediumHeaderFontSize);
    font-family: var(--mediumHeaderFontFamily);
    line-height: var(--mediumHeaderLineHeight);
    font-weight: var(--mediumHeaderFontWeight);
    letter-spacing: var(--mediumHeaderLetterSpacing);
}

.accordion-with-image-section-page-wrap .hac-accordion-toggle {
    font-size: 24px;
    font-weight: bold;
}

.accordion-with-image-section-page-wrap .hac-accordion-content {
    display: none;
    /* padding: 15px; */
    background: #fff;
    font-family: var(--defaultFontFamily);
}

.accordion-with-image-section-page-wrap .hac-accordion-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.hac-accordion-content-wrap {
    /* display: flex; */
    /* flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-bottom: 50px;
}

.hac-accordion-content-logo-item-wrap {
    /* background-color: #f9fafc; */
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #e3f1f9;
}

.hac-accordion-content-logo-item-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.accordion-with-image-section-page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hac-accordion-content-item-name-wrap {
    padding: 10px 15px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
}

.hac-accordion-content-logo-item-wrap img {
    transition: 350ms;
}

.hac-accordion-content-logo-item-wrap:hover img {
    transform: scale(1.05);
}

.hac-accordion-content-logo-item-wrap {
    overflow: hidden;
}

/*=====  End of Accordion Section  ======*/
/*=============================================
=            04/11/2025 -Ion - Fix            =
=============================================*/
.tools-page-video-with-text-section-wrap .video-with-text-text > div > a {
    font-family: 'Figtree', sans-serif;
    font-size: var(--defaultFontSize) !important;
    line-height: 1 !important;
    letter-spacing: 14%;
    font-weight: 500 !important;
    padding: 20px 30px !important;
    /* display: flex !important; */
    border-radius: 5px !important;
    transition: 350ms !important;
}

/*=====  End of 04/11/2025 -Ion - Fix  ======*/
/*=============================================
=            MEDIA Query            =
=============================================*/
@media only screen and (max-width: 1500px) {
    .tools-page-video-with-text-section-wrap .video-with-text-text {
        max-width: 55%;
    }
}

@media only screen and (max-width: 1375px) {
    .tools-page-video-with-text-section-wrap .video-content {
        bottom: -9%;
    }

    .hac-accordion-content-wrap {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (max-width: 1200px) {
    .tools-page-video-with-text-section-wrap .video-content {
        bottom: -4%;
    }

    .hac-accordion-content-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1024px) {

    .focal-points-header-text,
    .current-offers-hac-header-text {
        font-size: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .tools-page-video-with-text-section-wrap .video-content {
        position: static;
        width: 100%;
        margin-top: 30px;
    }

    .tools-page-video-with-text-section-wrap {
        padding-right: 10px;
    }

    .tools-page-video-with-text-section-wrap .video-with-text-text,
    .tools-page-image-with-text-section-wrap .content-block__content,
        .content-block .wrapper.right .content-block__content {
        max-width: 100%;
    }

    /* image with text */
    .tools-page-image-with-text-section-wrap .content-block__image {
        margin: 0 auto 0;
    }

    /* image with text */
    .tools-page-image-with-text-section-wrap .content-block__content {
        width: 100%;
    }

    .hac-accordion-content-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {

    .tools-page-video-with-text-section-wrap .content-block__content,
    .tools-page-image-with-text-section-wrap .content-block__content {
        padding: 25px;
    }

    .tools-page-video-with-text-section-wrap .content-block__content h2,
    .tools-page-image-with-text-section-wrap .content-block__content h2 {
        margin-bottom: 20px;
    }

    .tools-page-video-with-text-section-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }

    .focal-points-section-header,
    .current-offers-hac-section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .current-offers-hac-section-subheader-text {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 630px) {
    .hac-accordion-content-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 550px) {
    .user-item-details-wrap {
        flex-direction: column;
    }

    .user-item-details-wrap .user-email {
        margin-left: 0;
    }

    .offer-list-hac-wrap {
        flex-direction: column;
    }

    #focal-points-results > div,
    .offer-list-hac-wrap .offer-list-hac-column {
        min-width: 100%;
        width: 100%;
    }

    .hac-accordion-content-logo-item-wrap {
        height: 170px;
    }

    .tools-section-page-navigation-items a.btn {
        width: 100%;
    }

         .tools-page-video-with-text-section-wrap .content-block__content h2,
         .tools-page-image-with-text-section-wrap .content-block__content h2{
        font-size: var(--mediumHeaderFontSize);
    }
}

/*=====  End of MEDIA Query  ======*/