@import "variable.css";


html {
    scroll-behavior: smooth;
}

strong {
    font-family: 'PlusJakartaSans-Bold';
}

body {
    margin: 0;
    padding: 0;
    font-family: PlusJakartaSans-Regular;
    background: #ffffff;
}

a {
    color: rgba(var(--theme-dark), 1);
    text-decoration: none;
}

a:hover {
    color: rgba(var(--theme-dark), 1);
    text-decoration: none;
}

.navigation-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav {
    /* width: 70%; */
    flex-grow: 3;
    gap: 50px;
    justify-content: center;
}

.navbar-btn {
    /* width: 30%; */
    flex-grow: 1;
    text-align: right;
}

.banner-section {
    background-image: url(../images/banner-bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
}

.banner-text {
    padding: 144px 0;
}

.banner-content {
    background-color: rgba(var(--theme-blue), 1);
    padding: 34px;
    display: flex;
    align-items: flex-start;
    row-gap: 18px;
    flex-direction: column;
}

.banner-content .title {
    color: rgba(var(--theme-light), 1);
    font-size: 60px;
    font-family: Anton-Regular;
    line-height: 68px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.banner-content .description {
    color: rgba(var(--theme-light), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

/* Our facility section css */
.Our-facility {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F7F7;
}

.facility-title {
    margin-bottom: 60px;
}

.facility-title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin: 12px;
    text-transform: uppercase;
}

.facility-title .main-title {
    color: rgba(var(--theme-dark), 1);
    font-size: 60px;
    font-family: Anton-Regular;
    line-height: 68px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.facility-card {
    padding: 34px;
    background-color: transparent;
    transition: all 0.5s;
    cursor: pointer;
}

.facility-card.active,
.facility-card:hover {
    background-color: rgba(var(--theme-light), 1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.12);
}

.facility-card .icon {
    margin-bottom: 39px;
}

.facility-card .title {
    margin-bottom: 18px;
    color: rgba(var(--theme-dark), 1);
    font-size: 30px;
    font-family: Anton-Regular;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
}

.facility-card .desc {
    margin-bottom: 39px;
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
}

.facility-card .desc .desc-hilight {
    color: rgba(var(--theme-dark), 1);
    font-family: PlusJakartaSans-Medium;
}

.facility-card .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    font-size: 18px;
    font-family: Anton-Regular;
    line-height: 26px;
}

.facility-card .btn-outline-secondary {
    color: rgba(var(--theme-dark), 1);
    border-color: rgba(var(--theme-blue), 1);
}

.facility-card .btn-outline-secondary:hover,
.facility-card:hover .btn-outline-secondary {
    color: rgba(var(--theme-light), 1);
    border-color: rgba(var(--theme-blue), 1);
    background-color: rgba(var(--theme-blue), 1);
}

.facility-card .btn-outline-secondary:hover .btnicon,
.facility-card:hover .btn-outline-secondary .btnicon {
    filter: invert(100%);
}

/* Our facility section css */

/* about us section end --------------------------------------------------------*/
.about-us-section {
    background-color: rgba(var(--theme-light), 1);
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-title {
    margin-bottom: 42px;
}

.about-us-section .about-title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin: 12px;
    text-transform: uppercase;
}

.about-us-section .about-title .main-title {
    color: rgba(var(--theme-dark), 1);
    font-size: 60px;
    font-family: Anton-Regular;
    line-height: 68px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.about-card-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-card-wrapper {
    border-top: 1px solid #EDE9E9;
    border-bottom: 1px solid #EDE9E9;
    padding-top: 18px;
    padding-bottom: 18px;
}

.about-card-wrapper .about-card {
    background: rgba(var(--theme-light), 1);
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.about-card-wrapper .about-card:hover {
    background: rgba(var(--theme-blue), 1);
    cursor: pointer;
    transition: all 0.4s;
}

.card-image-wrapper {
    width: 342px;
    height: 248px;
    overflow: hidden;
}

.card-image {
    width: 342px;
    height: 248px;
    object-fit: cover;
    object-position: center;
}

.about-card-wrapper .about-card .details {
    width: calc(100% - 402px);
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 60px;
}

.about-card-wrapper .about-card .details .title {
    color: rgba(var(--theme-dark), 1);
    font-size: 56px;
    font-family: Anton-Regular;
    line-height: 74px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.about-card-wrapper .about-card:hover .details .title {
    color: rgba(var(--theme-light), 1);
}

.about-card-wrapper .about-card .details .description p {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

.about-card-wrapper .about-card:hover .details .description p {
    color: rgba(var(--theme-light), 1);
}

.about-card-wrapper .about-card:hover .details .about-card-button .icon {
    filter: invert(100%);
}

/* about us section end --------------------------------------------------------*/

/* Our Team section start ------------------------------------------------------ */
.Our-Team-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F7F7;
}

.Our-Team-section .Our-Team-title {
    margin-bottom: 60px;
}

.Our-Team-section .Our-Team-title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.Our-Team-section .Our-Team-title .main-title {
    color: rgba(var(--theme-dark), 1);
    font-size: 56px;
    font-family: Anton-Regular;
    line-height: 74px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.Our-Team-section .Our-Team-title .description {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin: 0;
}

.team-member-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.team-member-card {
    background-color: rgba(var(--theme-light), 1);
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 190px;
}

.team-member-card .designation {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin-bottom: 12px;
    width: 100%;
}

.team-member-card .member-name {
    color: rgba(var(--theme-dark), 1);
    font-size: 27px;
    font-family: Anton-Regular;
    line-height: 38px;
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
    width: 100%;
}

.team-member-card .member-email {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Bold;
    line-height: 26px;
    text-align: left;
    margin-bottom: 12px;
    width: 100%;
}

.conclusion {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}

/* Our Team section end ------------------------------------------------------ */



/* Products section start ------------------------------------------------------ */
.product-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: rgba(var(--theme-light), 1);
}

.product-section .product-title {
    margin-bottom: 60px;
}

.product-section .product-title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-section .product-title .main-title {
    color: rgba(var(--theme-dark), 1);
    font-size: 56px;
    font-family: Anton-Regular;
    line-height: 74px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-section .product-title .description {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin: 0;
}

.product-card-list {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.product-card-left {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.product-card-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.product-img-wrapper {
    width: 50%;
}

.product-card-left .product-details {
    width: 640px;
    padding-left: 95px;
}

.product-card-right .product-details {
    width: 506px;
    padding-right: 44px;
}


.product-details .title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-details .title .title {
    color: rgba(var(--theme-dark), 1);
    font-size: 60px;
    font-family: Anton-Regular;
    line-height: 68px;
    text-align: left;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.product-details .title .desc {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.subpoints-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.subpoints .title {
    color: rgba(var(--theme-dark), 1);
    font-family: Anton-Regular;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.subpoints .title .point-scale {
    font-family: Anton-Regular;
    font-size: 18px;
    line-height: 26px;
}

.subpoints .desc {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
}

.subpoints-card-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.subpoints-card {
    background-color: rgba(var(--theme-light), 1);
    padding: 24px;
    box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.subpoints-card .details .title {
    color: rgba(var(--theme-dark), 1);
    font-family: Anton-Regular;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.subpoints-card .details .desc {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-SemiBold;
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
}

/* Products section end ------------------------------------------------------ */

/* Our Commitment section start ------------------------------------------------------ */
.Commitment-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F7F7F7;
}

.Commitment-section .Commitment-title {
    margin-bottom: 60px;
}

.Commitment-section .Commitment-title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.Commitment-section .Commitment-title .main-title {
    color: rgba(var(--theme-dark), 1);
    font-size: 56px;
    font-family: Anton-Regular;
    line-height: 74px;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.Commitment-section .Commitment-title .description {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin: 0;
}

.Commitment-card {
    padding: 216px 16px 16px 16px;
    height: 100%;
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    gap: 12px; 
    min-height: 395px;*/
}

.Energy-Efficient-Production {
    background: url(../images/Energy-Efficient-Production.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    object-fit: cover;
    object-position: center;
}

.Waste-Recycling {
    background: url(../images/Waste-Recycling.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    object-fit: cover;
    object-position: center;
}

.Water-Conservation {
    background: url(../images/Water-Conservation.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    object-fit: cover;
    object-position: center;
}

.Sustainable-Sourcing {
    background: url(../images/Sustainable-Sourcing.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    object-fit: cover;
    object-position: center;
}

.title {
    color: rgba(var(--theme-light), 1);
    font-size: 24px;
    font-family: Anton-Regular;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

.description {
    color: rgba(var(--theme-light), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

.notes {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
}

.notes span {
    color: rgba(var(--theme-dark), 1);
    font-size: 24px;
    font-family: Anton-Regular;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Our Commitment section end ------------------------------------------------------ */

/* Industries We Serve section start ------------------------------------------------------ */

.Industries-subpoints-card-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.Industries-subpoints-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.Industries-subpoints-card .details {
    border-bottom: 1px solid #EDE9E9;
}

.Industries-subpoints-card .details:last-child {
    border-bottom: none;
}

.Industries-subpoints-card .details .title {
    color: rgba(var(--theme-dark), 1);
    font-family: Anton-Regular;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.Industries-subpoints-card .details .desc {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-SemiBold;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16;
}

/* Industries We Serve section end ------------------------------------------------------ */

.join-our-team {
    background-color: #F7F7F7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



/* FAQ section start ------------------------------------------------------ */

.faq-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: rgba(var(--theme-light), 1);
}

.faq-section .faq-title {
    margin-bottom: 60px;
}

.faq-section .faq-title .subtitle {
    color: rgba(var(--theme-blue), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-section .faq-title .main-title {
    color: rgba(var(--theme-dark), 1);
    font-size: 56px;
    font-family: Anton-Regular;
    line-height: 74px;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-section .faq-title .description {
    color: rgba(var(--theme-gray), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

/* FAQ section end ------------------------------------------------------ */

.cta {
    background-color: rgba(var(--theme-blue), 1);
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-title {
    color: rgba(var(--theme-light), 1);
    font-size: 60px;
    font-family: Anton-Regular;
    line-height: 72px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

.newsletter-input .form-control {
    border-radius: 0;
}

.newsletter-input .btn-dark,
.newsletter-input .btn-dark:hover,
.newsletter-input .btn-dark:focus,
.newsletter-input .btn-dark:active {
    border-radius: 0;
    background-color: rgba(var(--theme-dark), 1);
}

/* footer css start */
footer {
    background-color: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 48px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 24px;
}

.brand-desc {
    width: 782px;
    text-align: center;
    color: #3D495D;
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    margin-bottom: 36px;
}

.brand-contact {
    /* width: 936px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 36px;
}

.brand-contact-title {
    margin: 0;
    color: rgba(var(--theme-dark), 1);
    font-size: 24px;
    font-family: Anton-Regular;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-details {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-details a {
    color: #3D495D;
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    margin-bottom: 0;
}

.Attention {
    margin-bottom: 56px;
}

.divider {
    border: 1px solid rgb(61 73 93 / 18%);
    width: 100%;
}

.copyright-text {
    color: rgba(var(--theme-dark), 1);
    font-size: 18px;
    font-family: PlusJakartaSans-Regular;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 24px;
}

.copyright-text .brand-name {
    font-family: Anton-Regular;
    text-transform: uppercase;
}

/* footer css start */

/* Responsive media query ------------------------------------------------*/
@media only screen and (max-width: 1920px) {
    .banner-section {
        min-height: 100vh;
    }

    .facility-card .btn {
        padding: 15px 36px;
    }
}

@media only screen and (max-width: 1440px) {
    .facility-card .btn {
        padding: 12px 24px;
    }

    .Our-facility {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-us-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-card-wrapper .about-card {
        padding: 20px;
        gap: 40px;
    }

    .card-image-wrapper {
        width: 280px;
        height: 204px;
    }

    .card-image {
        width: 280px;
        height: 204px;
    }

    .about-card-wrapper .about-card .details {
        width: calc(100% - 320px);
        gap: 40px;
    }

    .about-card-wrapper .about-card .details .title {
        font-size: 44px;
        line-height: 61px;
    }

    .about-card-wrapper .about-card .details .description p {
        font-size: 18px;
        line-height: 26px;
    }

    .Our-Team-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .Our-Team-section .Our-Team-title {
        margin-bottom: 60px;
    }

    .Our-Team-section .Our-Team-title .main-title {
        font-size: 44px;
        line-height: 61px;
    }

    .product-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .product-section .product-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 44px;
        font-family: Anton-Regular;
        line-height: 61px;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .Commitment-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .Commitment-section .Commitment-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 44px;
        font-family: Anton-Regular;
        line-height: 61px;
        text-align: center;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .faq-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .faq-section .faq-title {
        margin-bottom: 60px;
    }

    .faq-section .faq-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 44px;
        font-family: Anton-Regular;
        line-height: 61px;
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

}

@media only screen and (max-width: 1200px) {
    .banner-text {
        padding: 84px 0;
    }

    .banner-content .title {
        font-size: 44px;
        line-height: 61px;
    }

    .Our-facility {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .facility-title {
        margin-bottom: 40px;
    }

    .facility-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 34px;
        font-family: Anton-Regular;
        line-height: 47px;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }

    .facility-card .title {
        margin-bottom: 18px;
        color: rgba(var(--theme-dark), 1);
        font-size: 28px;
        font-family: Anton-Regular;
        line-height: 38px;
        text-align: left;
        text-transform: uppercase;
    }

    .about-us-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-us-section .about-title .subtitle {
        color: rgba(var(--theme-blue), 1);
        font-size: 18px;
        font-family: PlusJakartaSans-Regular;
        line-height: 26px;
        text-align: center;
        margin: 12px;
        text-transform: uppercase;
    }

    .about-us-section .about-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 34px;
        font-family: Anton-Regular;
        line-height: 47px;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }

    .about-card-wrapper .about-card {
        padding: 20px;
        gap: 20px;
    }

    .card-image-wrapper {
        width: 200px;
        height: 146px;
    }

    .card-image {
        width: 200px;
        height: 146px;
    }

    .about-card-wrapper .about-card .details {
        width: calc(100% - 220px);
        gap: 20px;
    }

    .about-card-wrapper .about-card .details .title {
        font-size: 34px;
        line-height: 47px;
    }

    .about-card-wrapper .about-card .details .description p {
        font-size: 16px;
        line-height: 22px;
    }

    .Our-Team-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .Our-Team-section .Our-Team-title {
        margin-bottom: 40px;
    }

    .Our-Team-section .Our-Team-title .main-title {
        font-size: 34px;
        line-height: 47px;
    }

    .product-details .title .title {
        color: rgba(var(--theme-dark), 1);
        font-size: 34px;
        font-family: Anton-Regular;
        line-height: 47px;
        text-align: left;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .product-details {
        width: 50%;
        padding-left: 54px;
        padding-right: 54px;
    }

    .subpoints .title {
        font-size: 18px;
        line-height: 24px;
    }

    .product-details .title .desc {
        color: rgba(var(--theme-gray), 1);
        font-size: 16px;
        font-family: PlusJakartaSans-Regular;
        line-height: 22px;
        text-align: left;
        margin-bottom: 18px;
        text-transform: capitalize;
    }

    .product-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .product-section .product-title {
        margin-bottom: 40px;
    }

    .product-section .product-title .subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .product-section .product-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 34px;
        font-family: Anton-Regular;
        line-height: 47px;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .product-section .product-title .description {
        color: rgba(var(--theme-gray), 1);
        font-size: 16px;
        font-family: PlusJakartaSans-Regular;
        line-height: 22px;
        text-align: center;
        margin: 0;
    }

    .Commitment-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .Commitment-section .Commitment-title {
        margin-bottom: 40px;
    }

    .Commitment-section .Commitment-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 34px;
        font-family: Anton-Regular;
        line-height: 47px;
        text-align: center;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .subpoints-card .details .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .Industries-subpoints-card .details .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .faq-section .faq-title {
        margin-bottom: 40px;
    }

    .faq-section .faq-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 34px;
        font-family: Anton-Regular;
        line-height: 47px;
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .cta-title {
        color: rgba(var(--theme-light), 1);
        font-size: 44px;
        font-family: Anton-Regular;
        line-height: 61px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .brand-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .navbar .container {
        position: relative;
    }

    .banner-section .navbar .container .navbar-collapse {
        position: absolute;
        top: 80px;
        right: 0;
    }

    .navigation-menu {
        justify-content: flex-start;
        flex-direction: column;
        background-color: rgba(var(--theme-light), 1);
        padding: 24px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(var(--theme-dark), 1) !important;
    }

    .navbar-nav {
        gap: 0px;
    }

    .navbar-brand .brand-logo {
        height: 84px;
        width: auto;
    }

    .banner-text {
        padding: 54px 0;
    }

    .banner-content .title {
        font-size: 44px;
        line-height: 61px;
    }

    .Our-facility {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .about-us-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .about-card-wrapper .about-card {
        background: rgba(var(--theme-light), 1);
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 24px;
    }

    .card-image-wrapper {
        width: 342px;
        height: 248px;
        overflow: hidden;
    }

    .card-image {
        width: 342px;
        height: 248px;
        object-fit: cover;
        object-position: center;
    }

    .about-card-wrapper .about-card .details {
        width: calc(100% - 0px);
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .about-card-wrapper .about-card .details .title {
        color: rgba(var(--theme-dark), 1);
        font-size: 56px;
        font-family: Anton-Regular;
        line-height: 74px;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
    }

    .about-card-wrapper .about-card:hover .details .title {
        color: rgba(var(--theme-light), 1);
    }

    .about-card-wrapper .about-card .details .description p {
        color: rgba(var(--theme-gray), 1);
        font-size: 18px;
        font-family: PlusJakartaSans-Regular;
        line-height: 26px;
        text-align: left;
        margin-bottom: 16px;
    }

    .Our-Team-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .team-member-list {
        flex-direction: column;
    }

    .product-details {
        width: 50%;
        padding-left: 34px;
        padding-right: 34px;
    }

    .product-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .Commitment-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .faq-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .cta-title {
        font-size: 34px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 768px) {
    .product-card-list {
        gap: 50px;
    }

    .product-card-left {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .product-card-left .product-img-wrapper {
        width: 100%;
    }

    .product-card-left .product-details {
        width: 100%;
        padding-left: 34px;
        padding-right: 34px;
    }

    .product-card-right {
        flex-direction: column-reverse;
    }

    .product-card-right .product-img-wrapper {
        width: 100%;
    }

    .product-card-right .product-details {
        width: 100%;
        padding-left: 34px;
        padding-right: 34px;
    }

    .product-details .title .title {
        color: rgba(var(--theme-dark), 1);
        font-size: 24px;
        font-family: Anton-Regular;
        line-height: 34px;
        text-align: left;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .subpoints-card-list {
        margin-top: 30px;
    }

    .faq-section .faq-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 24px;
        font-family: Anton-Regular;
        line-height: 34px;
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .contact-details {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-direction: column;
    }

    .brand-desc {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .banner-section .navbar .container {
        position: relative;
    }

    .banner-section .navbar .container .navbar-collapse {
        position: absolute;
        top: 80px;
        right: 16px;
    }

    .banner-section .navbar .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .banner-text {
        padding: 34px 16px;
    }

    .banner-content {
        padding: 24px;
        row-gap: 16px;
    }

    .banner-content .title {
        font-size: 24px;
        line-height: 34px;
    }

    .banner-content .description {
        font-size: 16px;
        line-height: 22px;
    }

    .facility-card .title {
        font-size: 20px;
        line-height: 28px;
    }

    .facility-card .icon {
        margin-bottom: 24px;
    }

    .facility-card .desc {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .facility-card {
        padding: 24px;
        background-color: rgba(var(--theme-light), 1);
        border: 1px solid #f4f4f4;
        margin-bottom: 24px;
    }

    .about-card-wrapper .about-card {
        padding: 0;
    }

    .about-card-wrapper .about-card:hover {
        background: rgba(var(--theme-light), 1);
        cursor: unset;
        transition: all 0.4s;
    }

    .about-card-wrapper .about-card .details {
        gap: 12px;
    }

    .about-card-wrapper .about-card:hover .details .title {
        color: rgba(var(--theme-dark), 1);
        margin: 0;
    }

    .about-card-wrapper .about-card .details .title {
        font-size: 24px;
        line-height: 34px;
    }

    .about-card-wrapper .about-card:hover .details .description p {
        color: rgba(var(--theme-dark), 1);
        margin: 0;
    }

    .about-card-wrapper .about-card:hover .details .about-card-button .icon {
        filter: invert(0%);
    }

    .team-member-card {
        padding: 20px;
    }

    .product-details {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .subpoints .title {
        display: inline-block;
    }

    .subpoints .title .point-scale {
        display: inline-block;
    }

    .subpoints-card {
        flex-direction: column;
    }

    .subpoints-card .details .title {
        color: rgba(var(--theme-dark), 1);
        font-family: Anton-Regular;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

    .subpoints-card .details .desc {
        color: rgba(var(--theme-gray), 1);
        font-size: 16px;
        font-family: PlusJakartaSans-SemiBold;
        line-height: 22px;
        text-align: left;
        margin-bottom: 0;
    }

    .notes {
        margin-top: 34px;
    }

    .faq-section .faq-title {
        margin-bottom: 24px;
    }

    .faq-section .faq-title .subtitle {
        color: rgba(var(--theme-blue), 1);
        font-size: 16px;
        font-family: PlusJakartaSans-Regular;
        line-height: 22px;
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .faq-section .faq-title .main-title {
        color: rgba(var(--theme-dark), 1);
        font-size: 24px;
        font-family: Anton-Regular;
        line-height: 34px;
        text-align: left;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .faq-section .faq-title .description {
        color: rgba(var(--theme-gray), 1);
        font-size: 16px;
        font-family: PlusJakartaSans-Regular;
        line-height: 22px;
        text-align: left;
        margin: 0;
    }

    footer {
        background-color: #F7F7F7;
        padding-top: 40px;
        padding-bottom: 24px;
    }

    .footer-logo {
        margin-bottom: 12px;
    }

    .brand-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-details a {
        font-size: 16px;
        line-height: 22px;
    }

    .accordion-button {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion-body {
        font-size: 16px;
        line-height: 24px;
    }

    .address {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 375px) {
    .banner-text {
        padding: 34px 16px;
    }
}

/* Responsive media query ------------------------------------------------*/