.pub-ban.no-pub {
    display: none !important;
}

#pzaws {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
}

#pzaws .header-article {
    min-height: 350px;
    max-height: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

#header-container {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    gap: 40px;
    color: #141414;
    max-width: 1200px;
}

.header-logo img {
    width: 230px;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
    text-align: left;
    /* max-width: 700px; */
    font-family: "Roboto", sans-serif;
}

.header-content h2 {
    text-align: left;
    color: #141414 !important;
}

@media (min-width: 768px) and (max-width: 917px) {
    #header-container {
        max-width: 100%;
    }
}

@media (max-width: 766px) {
    #header-container {
        padding: 20px;
        max-width: 100%;
        width: 100%;
    }
    .header-content h2 {
        font-weight: bold;
    }
    #pzaws .header-article {
        max-height: 100%;
    }
}


.content-aws {
    background: #ffffff;
    width: 100%;
    padding: 60px 0;
}


.first-wrapper {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    gap: 40px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    align-items: center;
}


.first-content, .first-holder {
    width: 48%;
}

.first-holder img {
    width: 100%;
    height: auto;
}

.first-holder p {
    font-style: italic;
    text-align: center;
    font-size: 14px;
}

.first-content h1 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #141414;
}


.first-content p {
    color: #141414;
    line-height: 1.3;
}

.botton-aws {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #FF9900;
    /* Add a transition for smooth animation */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.botton-aws a {
    color: #FF9900;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.botton-aws svg path {
    fill: #FF9900;
    transition: fill 0.3s ease-in-out;
}

.botton-aws:hover {
    color: #CC7A00;
    transform: translate(10px, 0px);
}

.botton-aws:hover a {
    color: #CC7A00;
}

.botton-aws:hover svg path {
    fill: #CC7A00;
}

/* first content styling @media */
@media (min-width: 768px) and (max-width: 917px) {
    .first-wrapper {
        gap: 20px;
    }
    .first-content h1 {
        font-size: 18px;
    }
    .first-content p {
        font-size: 14px;
    }
    .first-holder p {
        font-size: 12px;
    }
}


@media (max-width: 766px) {
    .first-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .first-content, .first-holder {
        width: 100%;
    }
        .first-content h1 {
        font-size: 18px;
    }
    .first-content p {
        font-size: 14px;
    }
    .first-holder p {
        font-size: 12px;
    }
}


.sepaws {
    width: 80%;
    margin: 40px auto;
    height: 1px;
}


.sec-holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    gap: 20px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.sec-holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    gap: 120px;
    margin: 0 auto;
}

.articleaws {
    display: flex;
    flex-direction: column;
    width: 48%;
    gap: 10px;
    justify-content: space-between;
}

.articleaws h3 {
    height: 50px;
    line-height: 1.3;
    overflow: hidden;
    color: #333E48;
}

.image-wrapper img {
    width: 60%;
    height: 277px;
    object-fit: cover;
    object-position: center;
    max-width: 218px;
    background: #D9D9D9;
}

.image-wrapper2 img {
    /* width: 60%; */
    height: 277px;
    object-fit: contain;
    object-position: center;
    max-width: 361px;
    background: #ffffff;
}

.image-wrapper p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}

.articleaws .articleparagraph {
    text-align: justify;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    /* font-size: 15px; */
}

/* commetns */
.botton-aws2 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #FF9900;
    /* Add smooth transitions for color and transform */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.botton-aws2 a {
    color: #FF9900;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.botton-aws2 svg path {
    fill: #FF9900;
    transition: fill 0.3s ease-in-out;
}

.botton-aws2:hover {
    color: #CC7A00; 
    transform: translate(10px, 0px);
}

.botton-aws2:hover a {
    color: #CC7A00;
}

.botton-aws2:hover svg path {
    fill: #CC7A00;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    align-items: center;
    margin-bottom: 20px;
}


.image-wrapper2 {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    align-items: center;
    margin-bottom: 20px;
}

.h3holder {
    height: 50px;
}

.paragraph-holder {
    height: 120px;
}

@media (min-width: 768px) and (max-width: 917px) {
    .image-wrapper img, .image-wrapper2 img {
        height: auto;
    }
    .h3holder {
        height: 70px;
    }
    .paragraph-holder {
        height: 170px;
    }
}

@media (max-width: 766px) {
    .image-wrapper img {
        height: auto;
        width: 60%;
    }

    .image-wrapper2 img {
        height: auto;
        width: 80%;
    }
    .articleaws {
        width: 100%;
    }
    
    .h3holder {
        height: auto;
    }
    .paragraph-holder {
        height: auto;
    }
    .sec-holder {
        flex-direction: column;
        gap: 40px !important;
    }
}

.separateur {
    width: 100%;
    height: 50px;
    background: #ffffff;
}



.image-wrapper-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.image-wrapper-inner img {
    width: 46%;
    height: auto;
}

.image-caption {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.image-caption p {
    width: 100%;
}



.menu-wrapper {
    width: 100%;
    background: #FA582D;
}

.menu-wrapper .menu-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.menu-wrapper .menu-content .menu-itms {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 50%;
    padding: 15px 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
    transition: color 0.3s ease-in-out;

}

.menu-wrapper .menu-content .menu-itms:hover {
    color: #e4e1e1;
}


.partnercontent {
    background: #ffffff;
    width: 100%;
    padding: 60px 0 0;
    font-family: "Roboto", sans-serif;
}

.partnerwrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contenttitle h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #141414;
}

.contentimgtext {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.contentimg {
    width: 48%;
}

.contentimg img {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #D9D9D9;
}

.contenttext {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contenttext p {
    color: #141414;
    line-height: 1.3;
    margin: 0;
}

.palobtn {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #FF9900;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.palobtn a {
    color: #FF9900;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    gap: 5px;
    place-items: anchor-center;
}

.palobtn svg path {
    fill: #FF9900;
    transition: fill 0.3s ease-in-out;
}

.palobtn:hover {
    color: #CC7A00; 
    transform: translate(10px, 0px);
}

.palobtn:hover a {
    color: #CC7A00;
}

.palobtn:hover svg path {
    fill: #CC7A00;
}

@media (min-width: 768px) and (max-width: 917px) {
    .partnerwrapper {
        gap: 20px;
    }
    .contenttitle h3 {
        font-size: 18px;
    }
    .contentimgtext {
        gap: 20px;
    }
    .contentimg img {
        max-width: 100%;
    }
    .contenttext p {
        font-size: 14px;
    }
}

@media (max-width: 766px) {
    .partnerwrapper {
        width: 90%;
        padding: 0 20px;
        gap: 20px;
    }
    .contenttitle h3 {
        font-size: 18px;
    }
    .contentimgtext {
        flex-direction: column;
        gap: 20px;
    }
    .contentimg {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contentimg img {
        max-width: 100%;
        height: auto;
    }
    .contenttext {
        width: 100%;
    }
    .contenttext p {
        font-size: 14px;
    }
}

