.printing-head {
    text-align: -webkit-right;
    background: url('images/printing/main.png');

    background-size: cover;
    /* Ensure full coverage */
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.printing-head .container {
    position: relative;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0px 20px;
    /* overflow: hidden !important; */
}

.offset-print {
    overflow: hidden;
}

.printing-head-text {
    height: 350px;
    place-content: flex-end;
    color: white;
}

.printing-head-text h1 {
    font-size: 50px;
    font-weight: bold;
}

/* .printing-head p{
    position: absolute;
    bottom: 0;
    right: 130px;
    font-size: 31px;
    font-weight: 700;
    color: white;
    
} */
.offset-printing-details p,
.printing-details p {
    font-size: 16px;
    line-height: 38px;
}

.offset-printing-details,
.banners {
    margin-top: 40px;
}

.offset-printing-details h2,
.printing-details h2,
.banner-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 38px;
}

.list ul,
.banner-list ul {
    font-size: 15px;
    line-height: 38px;
}

.list li,
.banner-list li {
    margin-bottom: 8px;
}

.list-image img {
    width: 100%;
    height: 330px;
    object-fit: contain;
}

.banner-list h2 {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: bold;
    background: linear-gradient(90deg, #7A76FB, #FF0606);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.line {
    margin: 20px 0px;
}

.banner-content .row {
    margin-bottom: 20px;
}

.flag-img img {
    width: 100%;
    height: 900px;
}

.nav-elements {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-elements li {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: black;
    color: white;
    padding: 10px;
    z-index: 1000;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar {
    position: relative;
    z-index: 1000;
}

.dropdown-menu {
    z-index: 1100;
}


@media(max-width:991px) {
    .flag-img img {
        height: 500px;
        object-fit: contain;

    }
}

@media(max-width:576px) {
    .printing-head-text h1 {
        font-size: 35px !important;

    }

    .printing-head-text {
        margin-bottom: 20px;
        height: 220px;
    }

    .printing-head {
        height: 230px;
    }

    .offset-printing-details h2,
    .printing-details h2,
    .banner-title {
        font-size: 26px;
        margin-bottom: 15px;
        /* line-height: 10px; */
    }

    .offset-printing-details p,
    .printing-details p {
        font-size: 14px;
        line-height: 28px;
    }

    .list ul,
    .banner-list ul {
        font-size: 13px;
        line-height: 28px;
    }

    .list-image img {
        height: 100%;
        margin-bottom: 25px;
    }

    .flag-img img {
        height: 100%;
    }

}

@media(max-width:440px) {
    .printing-head-text h1 {
        font-size: 23px !important;
    }


}