.button-primary.bg-white:hover{
    background-color: #1F824B !important;
    color: #fff !important;
}
.main-detail img{
    width: 100%;
    height: auto;
}
.overlay-centered{
    width: 100%;
    text-align: center;
}
.header-button{
    display: flex;
    gap: 10px;
}
.header-button .language-dropdown button {
    padding: 10px;
}
.r-relative{
    position: relative;
}
.flex{
    display: flex;
}
picture{
    max-width: 250px;
}
picture img{
    min-height: 100%;
    max-width: 240px;
    margin: 0 auto;
}
.airline-slider .swiper-wrapper{
    /*justify-content: center;*/
}
.solution-market .button-primary.btn-view-all{
    background-color: transparent;
    color: #00423d;
    border: 2px solid #00423d;
}
.gall-slider {
    width: 100%;
    height: 100%;
}

.gall-slider {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gall-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gall-slider a:hover img{
    transform: scale(1.1);
    box-shadow: inset 0px -40px 16px 0px rgba(0, 0, 0, 0.5);
    transition: 0.2s box-shadow, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s box-shadow;
    transition: 0.2s transform, 0.2s box-shadow, 0.2s -webkit-transform;
}
.header-list-main {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;*/
    margin-top: 2rem;
    padding-left: 0;
    display: inline-block !important;
    width: 100% !important;
}
.header-list-main li {
    font-size: 20px;
    display: inline-block !important;
    margin-right: 25px;
    margin-bottom: 18px;
    position: relative !important;
    padding-left: 20px !important;
}
.header-list-main li::before {
    content: '•'; /* Dairəvi marker */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #fff;
}
@media (max-width: 768px) {
    .button-primary {
        font-size: 1rem;
    }
    .bg-wp{
        display: flex;
        align-items: center;
    }
}

@media (max-width: 600px) {
    section {
        margin-bottom: 100px;
    }
    .flexo-upper-image{
        margin-bottom: 24px;
    }
    .flexo-printing .flexo__right .flexo-content__text p {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .contact-card__footer p, .contact-card__footer a{
        font-size: 16px;
    }
    .contact-card__footer h4{
        font-size: 18px;
    }
    .footer {
        width: 100%;
    }
    .footer__rigth form {
        position: relative;
    }
    .footer .email-signup{
        width: 100%;
    }
    .footer .signup-button{
        position: absolute;
        top: 45px;
        right: 0;
        width: 100%;
    }
    .footer__left{
        margin-top: 50px;
    }
}