section.banner .banner__text a {
    padding: 15px 20px;
    max-width: 335px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.plastic .plastic__img {
    max-width: 776px;
    width: 100%;
    height: 100%;
}

section.plastic .plastic__img img {
    height: 100%;
    object-fit: cover;
}

section.plastic .plastic__card {
    padding: 40px;
    border: 1px solid #D6B448;
    background: #FFF;
    max-width: 776px;
    width: 100%;
}

section.plastic .plastic__card a {
    padding: 15px 25px;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.plastic .plastic__vid {
    position: relative;
    width: 100%;
    height: 100% !important; 
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
    display: none;
}

section.plastic .plastic__vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

section.offer .offer__button {
    gap: 50px;
}

section.offer .offer__card {
    padding: 30px;
    border: 1px solid #D6B448;
    background: #FFF;
    height: 100%;
    text-align: center;
    margin-left: 1px;
    transition: .5s ease-in-out;
    height: 238px;
    display: flex;
}

section.offer .offer__card:hover {
    border: 1px solid #A68C39;
    background: #D6B448;
    box-shadow: 5px 5px 10px 0px rgba(33, 33, 33, 0.40) inset;
}

section.offer .offer__card:hover h3 {
    color: white;
}

section.offer .offer__card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(18%) hue-rotate(213deg) brightness(104%) contrast(100%);
}

section.offer .offer__card .offer__img img {
    width: auto;
    margin: auto;
}

section.offer .owl-carousel .owl-stage {
    display: flex;
}

section.services .services__header ul {
    flex-wrap: nowrap;
}

section.services .services__header ul li {
    border: 1px solid var(--1391-c-1, #1391C1);
    background: #FFF;
}

section.services .services__header .nav-link {
    border-radius: 0;
    padding: 15px 20px;
    color: #212121;
    font-family: var(--font-inter-regular);
    font-weight: 500;
}

section.services .services__header .nav-link.active {
    background: var(--blue);
    color: white;
}

section.services .services__header .nav-link:hover:not(.active) {
    background: var(--darkBlue);
    color: white;
}

section.services .services__img img {
    width: auto;
}

section.services .services__card {
    border: 1px solid #D6B448;
    background: #FFF;
    height: 100%;
    padding: 30px;
    transition: .5s ease-in-out;
}

section.services .owl-carousel .owl-stage {
    display: flex;
}

section.services .services__card:hover {
    border: 1px solid #D6B448;
    background: #D6B448;
    box-shadow: 5px 5px 10px 0px rgba(33, 33, 33, 0.40) inset;
}

section.services .services__card:hover h3 {
    color: white
}

section.services .services__card:hover p {
    color: white;
}

section.services .services__card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(18%) hue-rotate(213deg) brightness(104%) contrast(100%);
}

section.specialty .specialty__text {
    max-width: 725px;
    width: 100%;
}

section.specialty .specialty__text.specialty__text_two {
    margin-right: 60px;
}

section.specialty .specialty__text.specialty__text_one {
    margin-left: 60px;
}

section.specialty span {
    color: #212121;
    font-family: var(--font-inter-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.specialty .specialty__image {
    /* max-width: 960px; */
    width: 100%;
    height: 100%;
}

section.specialty .specialty__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.specialty .specialty__text a {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}

section.mex .mex__heading {
    max-width: 850px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
}

section.mex .mex__heading p a {
    font-family: "WorkSansRegular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

section.mex .vid__iframe {
    display: none;
}

section.mex .vid__iframe {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
    display: none;
}

section.mex .vid__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

section.why h2 {
    max-width: 272px;
    width: 100%;
}

section.why .why__cards {
    max-width: 1096px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

section.why .why__card {
    border: 1px solid #D6B448;
    background: #FAFAFA;
    padding: 30px;
    /* height: 156px; */
    /* max-height: 156px; */
    display: flex;
}

section.why .why__card span {
    font-size: 18px;
}

section.why .why__card img {
    width: 50px;
    max-width: 50px;
}

section.testimonials .testimonials__grid {
    row-gap: 24px; 
}

section.testimonials .testimonial__card {
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.testimonials .testimonial__text {
    padding: 45px 50px;
    border: 1px solid #D6B448;
    height: 100%;
}

section.testimonials .author_name {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

section.testimonials .testimonial__name {
    padding: 10px 50px;
}

section.certification .certification__content {
    row-gap: 24px;
}   

section.certification .card {
    height: 100%;
    justify-content: space-between;
    border-radius: 0;
}

section.certification .cert__image {
    border: 1px solid #D6B448;
    background: #FFF;
    padding: 10px;
    /* height: 100%; */
}

section.certification .cert__title {
    padding: 10px 50px;
}

section.certification .cert__title span {
    font-size: 18px;
    font-family: var(--font-inter-bold);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.blogs .blogs__heading a {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}

section.blogs .blogs__content {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 24px; 
    grid-template-areas: 
        "blog1 blog2 blog3 blog3"
        "blog1 blog2 blog4 blog4"; 
}

.blog1 { grid-area: blog1; }
.blog2 { grid-area: blog2; }
.blog3 { grid-area: blog3; }
.blog4 { grid-area: blog4; }

section.blogs .blog3, section.blogs .blog4 {
    display: flex;
    flex-direction: row;
}

section.blogs .blog3 .blog__image, section.blogs .blog4 .blog__image {
    max-width: 296px;
    width: 100%;
    height: auto !important;
}

section.blogs .blog3 .blog__text, section.blogs .blog4 .blog__text {
    width: 100%;
    max-width: 420px;
}

section.blogs .blog3 .blog__image img, section.blogs .blog4 .blog__image img {
    width: 296px;
    max-width: 296px;
}

section.blogs .card {
    border-radius: 0;
    border: 1px solid #D6B448;
}

section.blogs .card .blog__image {
    height: 250px;
    overflow: hidden;
}

section.blogs .card .blog__text {
    background: #FFF;
    padding: 30px;
}

section.blogs .card img {
    transition: .5s ease-in-out;
    transform: scale(1);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section.blogs .card svg {
    transition: transform 0.3s ease-in-out;
}

section.blogs .card:hover img {
    transform: scale(1.2);
}

section.blogs .card:hover a {
    color: var(--gold);
}

section.blogs .card:hover a svg path {
    fill: var(--gold);
}

section.blogs .card:hover a svg {
    transform: translateX(5px); /* Moves the SVG 5px to the right */
}

section.contact .contact__image {
    max-width: 948px;
    width: 100%;
}

section.contact .contact__image img {
    height: 100%;
    object-fit: cover;
}

section.contact .contact__form {
    max-width: 738px;
    width: 100%;
}

section.contact form p:has(input[type="submit"]) {
    margin-bottom: 0;
}

section.contact form input:not([type="submit"]), section.contact form textarea {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FAFAFA;
    font-size: 18px;
    color: #212121;
    width: 100%;
}

section.contact form textarea {
    resize: none;
}

section.contact form input:not([type="submit"])::placeholder, section.contact form textarea::placeholder {
    color: #9D9D9D;
    font-family: var(--font-inter-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.contact form input[type="submit"] {
    padding: 15px 25px;
    border: 0;
    transition: .5s ease-in-out;

    font-family: var(--font-inter-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.contact .wpcf7-response-output {
    margin: 0 !important;
}

@media (max-width: 1399px) {
    section.banner {
        background-image: url(../../assets/img/homepage/banner-img-1399.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    section.banner .banner__content {
        margin: auto;
    }

    section.banner h1, section.banner p, section.banner span {
        color: white;
    }

    section.plastic .plastic__img, section.plastic .plastic__card {
        max-width: 100%;
    }

    section.plastic .row {
        row-gap: 30px;
    }

    section.why h2 {
        max-width: unset;
        text-align: center;
    }    

    section.why .why__cards {
        max-width: 100%;   
    }

    section.blogs .blogs__content {
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 24px; 
        grid-template-areas: 
            "blog1 blog2"
            "blog3 blog3"
            "blog4 blog4"; 
    }

    section.blogs .blog3 .blog__image, section.blogs .blog4 .blog__image {
        max-width: 100%;
    }

    section.blogs .blog3 .blog__text, section.blogs .blog4 .blog__text {
        max-width: 100%;
    }

    section.blogs .blog3 .blog__image img, section.blogs .blog4 .blog__image img {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1199px) {

    section.services .services__tab {
        margin-bottom: 30px;
    }

    section.specialty .specialty__text, section.specialty .specialty__image {
        max-width: 100%;
    }

    section.specialty .specialty__one {
        margin-bottom: 30px;
    }

    section.specialty .specialty__text.specialty__text_one,
    section.specialty .specialty__text.specialty__text_two {
        margin: 0;
    }

    section.specialty .row {
        row-gap: 30px;
    }

    section.specialty .row .col-xl-6 {
        padding: 0;
    }

    section.specialty .specialty__content_row {
        margin-bottom: 30px;
    }

    section.contact .contact__image, section.contact .contact__form {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    section.why .why__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    section.blogs .blog3 .blog__image, section.blogs .blog4 .blog__image {
        height: 250px !important;
    }
}

@media (max-width: 767px) {
    section.offer .offer__card {
        margin-left: 3px;
    }

    section.why .why__cards {
        grid-template-columns: repeat(1, 1fr);
    }

    section.blogs .blogs__content {
        display: grid; 
        grid-template-columns: 1fr; 
        /* grid-template-rows: 1fr;  */
        gap: 24px; 
        grid-template-areas: 
            "blog1"
            "blog2"
            "blog3"
            "blog4"; 
    }

    section.blogs .blog3, section.blogs .blog4 {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    section.banner .banner__text a {
        max-width: 100%;
    }

    section.testimonials .testimonial__text {
        padding: 30px;
    }

}