.title-wrapper h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-height: 840px) {
    .news-content {
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* 26-12 */

@media (min-width: 768px) {
    .img-circle {
        width: 140px !important;
        height: 140px !important;
    }
}

@media (max-height: 840px) {
    .img-circle {
        width: 140px;
        height: 140px;
    }
}
/* 26-12-2024 */

/* 29-12-2024 */

.form-check-input:checked {
    background-color: #31447D;
    border-color: #31447D;
}

#feedback_submit,
#feedback_cancel {
    line-height: 1.2;
    font-size: 14px;
    border: none;
    border-radius: 0px !important;
    overflow: hidden;
    padding: 10px 28px 12.5px 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.75s ease;
    font-size: 1rem;
    background-color: #2d3f62;
    transition: all .5s ease-in-out;
    color: #fff;
    margin-top: 20px;
    margin-inline-end: 10px;
}

#feedback_submit:hover {
    background-color: rgb(17 49 113 / 77%);
}

#feedback_cancel {
    background-color: #6896C7 !important;
}

#feedback_cancel:hover {
    background-color: #4a7eb5 !important;
}
.rating-content {
    display: flex;
    align-items: center;
}

#feedbackYes .check__input__container,
#feedbackNo .check__input__container {
    margin-bottom: 8px;
}

#reviewOk,
#reviewNo {
    cursor: pointer;
}

#reviewOk:hover,
#reviewNo:hover {
    color: #000 !important
}

.rating-content {
    margin-top: 8px !important;
    display: flex;
    align-items: center;
}

.review-content span {
    /*font-weight: bold;*/
    display: inline-block;
    /*margin-bottom: 15px;*/
}

.answer-title {
    color: #31447D;
    font-weight: bold;
    /*font-size: 18px;*/
}

.news-banner.img {
    width: 204px;
    max-width: 100%;
    /* height: 204px; */
}

/* search pag
/* 29-12-2024 */


/* cookies Popup 1-6-2024*/



.cookies-wrapper {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.cookies-wrapper.show {
    right: 20px;
}

.cookies-wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.cookies-wrapper header i {
    color: #31447D;
    font-size: 32px;
}

.cookies-wrapper header h3 {
    color: #31447D;
    font-weight: 500;
    margin-bottom: 0;
}

.cookies-wrapper .data {
    margin-top: 16px;
}

.cookies-wrapper .data p {
    color: #333;
    font-size: 16px;
}

.cookies-wrapper .data p a {
    color: #31447D;
    text-decoration: none;
}

.cookies-wrapper .data p a:hover {
    text-decoration: underline;
}

.cookies-wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies-wrapper .buttons .button {
    border: 1px solid #31447D;
    color: #fff;
    padding: 13px 0 13px;
    border-radius: 4px;
    background: #31447D;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}

.cookies-wrapper .buttons #acceptBtn:hover {
    background-color: rgb(17 49 113 / 77%);
}

.cookies-wrapper #declineBtn {
    border: 2px solid #31447D;
    background-color: #fff;
    color: #31447D;
}

.cookies-wrapper #declineBtn:hover {
    background-color: #31447D;
    color: #fff;
}

/* cookies Popup 1-6-2024 */

/* handle slider title 1-6-2024*/
/*
#projectsCarousel .ss-overlay{
    width: calc(100% - 28%);
} */



/* handle slider title 1-6-2024*/

/** 19-1  */

/* 23-1-2025 */
/* Beta version */
.accessibility-form{
position: relative;
}
.accessibility-form::before {
    content: "";
    position: absolute;
    background: url(../img/beta-ar.png);
    display: none;
    width: fit-content;
    font-size: 14px;
    padding: .3rem .4rem .3rem .4rem;
    border-radius: .2rem;
    color: #fff;
    inset-inline-end: -100px;
    top: -70px;
    width: 293px;
    height: 54px;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
z-index:-2;
@media(max-width:992px){
    display: none;top:-110px
}}

    @media(max-width:992px){
    
            a.navbar-brand img.logo {
 position:relative;z-index:2;width: 70%;
}
    }

 

[dir="ltr"]  .accessibility-form::before{
    background-image: url(../img/beta-en.png);
    display: none;
}
/* 23-1-2025 */



@media (max-width: 575px) {
    .parallax {
        min-height: 350px;
      
    }
}