.customer-service-container {
    position: fixed;
    bottom: 145px;
    right: 103px;
    width: 60px;
    height: 60px;
    z-index: 999;
}

html,
body {
    overflow-x: hidden;
}

.customer-service-container:hover {
    cursor: pointer;
}


.btn-color-denka {
    background-color: #0E3D91;
}

.color-denka-secondary {
    background-color: #AB9734;
}

.compare-btn-container .custom-denka-btn {
    padding: 28px;
    font-size: 22px;
    font-weight: bolder;
}

.custom-denka-btn {
    background-color: #AB9734;
    border-radius: 10px;
    padding: 15px 20px;
    border: 0;
}

.text-blue {
    color: #0E3D91;
}

@media (max-width: 780px) {
    .main-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-links {
        display: none;
        flex-direction: column;
        background: #111;
        padding: 15px;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .page-links li {
        margin: 0;
        padding: 2px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-links li a {
        color: #fff !important;
    }

    /* ------------------HAMBURGER MENU MOBILE------------------ */
    .main-menu-list li.active a,
    .mobile-menu-list li.active a {
        color: #AB9734 !important;
    }

    .mobile-menu-list a:hover {
        color: #AB9734;
    }

    .menu-toggle {
        display: block;
        font-size: 24px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
        margin-left: auto;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 9999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 300px;
        height: 100dvh;
        background: #111;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }


    .mobile-menu-overlay.open {
        display: block;
    }

    .mobile-menu.open {
        transform: translateX(0);
    }

    .mobile-menu-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 10px;
    }

    .mobile-menu-header .mobile-logo img {
        height: 40px;
    }

    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }

    .mobile-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
        flex-grow: 1;
        overflow-y: auto;
    }

    .mobile-menu-list li {
        margin-bottom: 15px;
    }

    .mobile-menu-list a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        display: block;
        padding: 10px 0;
        transition: color 0.2s;
    }

    .mobile-menu-list a:hover {
        color: #AB9734;
    }

    .mobile-menu-footer {
        flex-shrink: 0;
        padding-bottom: env(safe-area-inset-bottom, 15px);
    }


    .social-icons li a {
        color: #fff;
        font-size: 16px;
    }

    .mobile-language select {
        background: #0E3D91;
        color: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

/* Desktop */
@media (min-width: 781px) {
    .menu-toggle {
        display: none;
    }
}

/* ------------------HEADER MOBILE START------------------ */
@media (max-width: 768px) {

    .social-icons {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .about-section-one .col-lg-6 {
        margin-bottom: 30px;
    }

    .about-section-mission .row,
    .about-section-vision .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .about-section-mission p,
    .about-section-vision p {
        width: 100%;
        max-width: 100%;
        text-align: justify;
        color: #999999;

    }

    .about-section-one video {
        width: 100%;
        height: auto;
    }

    .testimonial-slider-one .testimonial-item-one {
        margin-bottom: 20px;
    }

    .testimonial-slider-one .testimonial-author-image img {
        width: 70px;
        height: 70px;
    }

    .about-section-one .col-lg-6.col-sm-12:last-child {
        height: 200px !important;
        /* adjust as needed */
        margin-bottom: 20px;
    }

}

/* ------------------HEADER MOBILE END------------------ */

/* ------------------HOMEPAGE MOBILE START------------------ */
@media (max-width: 768px) {

    .latest-news-card {
        text-align: center;
    }

    .latest-news-card .news-meta {
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 10px !important;
        padding: 0 !important;
    }

    .latest-news-card .news-button {
        display: none;
    }

    .latest-news-card .news-title+.mobile-readmore {
        display: block;
        margin: 10px auto 0 auto;
        text-align: center;
    }

    .latest-news-card .mobile-readmore a {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 8px;
        background: rgba(217, 217, 217, 0.12);
        color: white;
        letter-spacing: 2px;
    }

    .animate.fadeInUp.wow[style*="padding: 40px 80px"] {
        padding: 20px 10px !important;
    }

    .contact-section-one .row {
        flex-direction: column;
    }

    .contact-section-one .col-lg-5,
    .contact-section-one .col-lg-7 {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-form-one {
        width: 100%;
    }

    .btn-theme,
    .custom-denka-btn,
    .color-denka-secondary {
        width: 50%;
        text-align: center;
        right: 40%;
    }
}

/* ------------------HOMEPAGE MOBILE END------------------ */

/* ------------------TIMELINE DESKTOP START------------------ */

.timeline {
    position: relative;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin: 0 auto;
}


.timeline-section {
    border-radius: 15px;
    padding: 10px 100px 10px 100px;
    background-color: #0E3D91;
    text-align: center;
    transform: scale(0.8);
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: -200px;
    margin-top: -250px;

}

.timeline-wrapper {
    display: inline-block;
    transform-origin: top center;
    width: 100%;
}


.timeline .row {
    position: relative;
}

.timeline .timeline-segment {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 2px solid #AB9734;
    z-index: 1;
}

.timeline .timeline-dot {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #AB9734;
    border: 3px solid #AB97344D;
    z-index: 2;
}

.timeline .row.is-first .timeline-segment {
    top: 35%;
    height: 65%;
}

.timeline .row.is-last .timeline-segment {
    top: -10%;
    height: 50%;
}

.year-circle {
    position: relative;
    z-index: 3;
}


/* ------------------TIMELINE DESKTOP END-------------------- */

/* ------------------TIMELINE MOBILE START------------------ */
@media (max-width: 768px) {
    .timeline-section {
        padding: 60px 0 !important;
        min-height: 120vh;
        margin-top: -300px;
        width: 90vw;
        margin-left: -60px;
        border-radius: 0;
    }

    .timeline {
        padding: 0 10px !important;
    }

    .timeline .row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-bottom: 50px !important;
        position: relative;
    }

    .timeline .row .col-6 {
        width: 50% !important;
        padding: 15px !important;
    }

    .timeline .row .col-6:first-child {
        text-align: right !important;
    }

    .timeline .row .col-6:last-child {
        text-align: left !important;
    }

    .timeline .timeline-segment {
        transform: translateX(-50%);
        height: 100% !important;
    }

    .timeline .timeline-dot {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
        top: auto !important;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding: 0 !important;
        border: 3px solid #AB97344D;
        box-sizing: border-box;
        display: block;
        background-color: #AB9734;
    }

    .timeline .row .col-6 p {
        font-size: 14px !important;
    }

    .timeline .row .col-6 span {
        font-size: 22px !important;
        display: block;
        margin: 0 30px;
    }

    .col-6 .text-center {
        border: solid 3px #FFFFFF;
        background-color: #FFFFFF1A;
        border-radius: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .col-lg-4.col-sm-12 {
        text-align: center !important;
    }

}

/* ------------------TIMELINE MOBILE END------------------ */


/* ------------------CERTIFICATE SLIDER START-------------- */


.certificate-container {
    overflow: hidden;
    width: 100%;
    padding: 20px;
}

.certificate-inner-container img {
    max-width: 620px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.certificate-inner-container {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.certificate-container img {
    width: 100%;
}

.certificate-container:hover {
    cursor: pointer;
}

.certificate-container:hover img {
    transform: scale(1.1);
}


.certificate-slider .slick-prev {
    background-color: unset;
    border: unset;
    height: 65px;
    width: 65px;
    top: 45%;
    left: -55px;
    position: absolute;
}

.certificate-slider .slick-next {
    background-color: unset;
    border: unset;
    height: 65px;
    width: 65px;
    top: 45%;
    right: -55px;
    position: absolute;
}

.certificate-slider .slick-prev::before {
    font-family: 'FontAwesome';
    content: '\f053';
    font-size: 60px;
}

.certificate-slider .slick-next::before {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 60px;
}

.certificate-inner-container img {
    width: 100%;
}


/* ------------------CERTIFICATE SLIDER END---------------- */

/* ------------------CERTIFICATE SLIDER MOBILE FIX---------------- */
@media (max-width: 768px) {

    .about-green-label {
        padding: 20px 15px 40px 15px !important;
    }

    .about-green-label .col-12 {
        padding: 10px !important;
    }

    .about-green-label h2 {
        white-space: nowrap;
        margin-bottom: 15px;
    }

    .about-green-label .certificate-container,
    .about-green-label .certificate-container img,
    .about-green-label .certificate-slider .certificate-container {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 300px !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        padding: 5px !important;
    }

}

/* ------------------CERTIFICATE SLIDER MOBILE FIX END---------------- */


/* ------------------PRODUCTS START------------------------ */

.product-container {
    padding: 5px;
}

.product-square {
    position: relative;
    width: 80%;
    padding-bottom: 55%;
    margin: 0 auto;
    background: linear-gradient(to bottom, #0E3D9100 50%, #0E3D91 100%);
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.product-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

/* 🔹 Auto zoom image when category tab becomes active */
.tab-pane.active .product-content img {
    animation: imageZoom 1s ease forwards;
}

@keyframes imageZoom {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.product-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.product-square:hover .product-content img {
    transform: scale(1.2);
}

.product-title {
    position: absolute;
    text-align: center;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -6%);
}

.product-title h5,
.product-title span {
    font-size: 12px;
    line-height: 1.1;
}

/* ------------------PRODUCTS END-------------------------- */

/* ------------------PRODUCT MOBILE START---------------- */
@media (max-width: 768px) {


    .row .col-12.text-center h2 {
        padding-top: 20px;
    }

    .product-square {
        padding-bottom: 120%;
    }

    .product-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .green-label-section .col-12 {
        padding: 10px !important;
    }

    .green-label-section h2 {
        white-space: nowrap;
        margin-bottom: 15px;
    }

    .green-label-section .certificate-container img {
        width: 100% !important;
        max-width: auto !important;
        height: auto !important;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

}


/* ------------------PRODUCT MOBILE END---------------- */

/* ------------------PRODUCTS TYPE START------------------- */

.product-type-container {
    padding: 15px;
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-type-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
    display: block;
}

.product-type-container:hover img {
    transform: scale(1.2);
}

/* ------------------PRODUCTS TYPE END--------------------- */

/* ---------------- MOBILE UI FOR PRODUCT TYPE START---------------- */
@media (max-width: 768px) {
    section {
        padding: 6px 50px 5px 50px !important;
    }

    .page-header-section+section .row .col-12.text-center h2 {
        font-size: 30px;
    }

    .d-flex.justify-content-between.align-items-center.mb-4 {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 50px;
        gap: -50px;
    }

    .product-row {
        padding-top: 30px;
    }

    .product-desc-reviews .nav {
        justify-content: center;
        gap: 2px;
    }

    .product-desc-reviews .nav li {
        flex: 0 0 auto;
        padding: 0 0 0 0 !important;
    }

    .custom-denka-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 14px;
        padding: 6px 12px;
    }

    .product-type-container {
        padding: 1px;
        border-radius: 8px;
        height: auto;
    }

    .product-type-container img {
        width: 100%;
        max-height: 180px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .product-col-2 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }

    .product-col-2 h4 {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .product-col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---------------- MOBILE UI FOR PRODUCT TYPE END---------------- */

/* ------------------PRODUCTS DETAIL START----------------- */

.product-detail-img-container img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.product-detail-description-container {
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-bottom: 1px solid #CCCCCC;
}

.product-detail-description-container p {
    text-align: justify;
}

.col-lg-6.col-sm-12.animate.fadeInRight.wow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-detail-breadcrumb-container {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.breadcrumb-separator {
    color: #616866;
    font-weight: bold;
    gap: 0 20px;
}

.product-detail-breadcrumb-content,
.product-detail-breadcrumb-content-2 {
    display: contents;
}

.product-detail-breadcrumb-content-2 span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-detail-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-detail-info h2,
.product-detail-info p,
.product-detail-info hr {
    margin: 5;
}

.product-detail-info hr {
    margin: 10px 0;
}


.truncated-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em;
}

.sidebar-project-info {
    background-color: #E8E8E8;
    width: 110%;
    padding: 40px;
}

.project-details-img-container {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    height: 650px;
    position: relative;
}

.project-details-img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.product-desc-reviews-btn {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    list-style: none;
    padding: 30px;
    margin: 0;
}

.product-desc-reviews-btn li a {
    white-space: nowrap;
}

.project-details-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    position: relative;
    z-index: 0;
}

.project-details-slider .slick-prev {
    background-color: unset;
    border: unset;
    height: 45px;
    width: 45px;
    top: 50%;
    left: 45px;
    transform: translate(-45%, -50%);
    position: absolute;
    z-index: 1;
}

.project-details-slider .slick-next {
    background-color: unset;
    border: unset;
    height: 45px;
    width: 45px;
    top: 50%;
    right: 40px;
    transform: translate(10%, -50%);
    position: absolute;
}

.project-details-slider .slick-prev::before {
    font-family: 'FontAwesome';
    content: '\f053';
    font-size: 40px;
    color: white;
}

.project-details-slider .slick-next::before {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 40px;
    color: white;
}

.project-detail-small-container {
    overflow: hidden;
    border-radius: 25px;
    width: 100%;
    height: 200px;
    position: relative;
}

.project-detail-small-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
    transition: 0.3s ease;
}

.project-detail-small-container img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.project-detail-small-slider .slick-current .project-detail-small-container::before {
    background-color: transparent;
}

.project-detail-padding-container {
    padding: 0px 10px;
}

.compare-grid-grid {
    display: grid;
    grid-template-columns: 220px 1fr 1fr 1fr;
    column-gap: 30px;
    align-items: start;
}

.compare-grid-grid .cell {
    padding: 18px 12px;
    box-sizing: border-box;
}

.compare-grid-grid .feature-cell {
    font-weight: 600;
    text-align: left;
    color: #222;
    display: flex;
    align-items: flex-start;
}

.compare-grid-grid .product-cell {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.compare-grid-grid .product-cell.long-text {
    text-align: justify;
    display: block;
}

.compare-grid-grid .product-cell.long-text ul {
    margin: 6px 0 10px 20px;
    padding: 0;
    list-style-type: disc;
}

.compare-grid-grid .product-cell.long-text li {
    display: list-item;
    margin-bottom: 4px;
}


.compare-grid-grid .product-cell img {
    max-width: 140px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.compare-grid-grid select.form-control {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 992px) {
    .compare-grid-grid {
        grid-template-columns: 1fr;
    }

    .compare-grid-grid .product-cell {
        justify-content: flex-start;
    }

    .compare-grid-grid select.form-control {
        max-width: 100%;
    }
}

#col1-image,
#col2-image,
#col3-image,
#col1-category,
#col2-category,
#col3-category {
    text-align: center;
    vertical-align: middle;
}

#col1-image img,
#col2-image img,
#col3-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* ------------------PRODUCTS DETAIL END------------------- */

/* ---------------- MOBILE UI FOR PRODUCT DETAIL ---------------- */
@media (max-width: 768px) {

    .product-detail-wrapper,
    .product-detail-wrapper div[style*="padding"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-detail-img-container {
        padding: 15px;
        background-color: #D9D9D9;
        border-radius: 8px;
    }

    .product-detail-img-container img {
        width: 100%;
        max-height: 250px;
        object-fit: contain;
    }

    .product-detail-info {
        margin-top: 20px;
        gap: 15px;
    }

    .product-detail-info h2 {
        font-size: 20px;
        text-align: center;
    }

    .product-detail-info p {
        font-size: 14px;
        text-align: justify;
    }

    .product-detail-info .custom-denka-btn {
        font-size: 13px;
        padding: 6px 12px;
        width: 100%;
        text-align: center;
    }

    .product-detail-breadcrumb-container {
        margin-top: 20px;
        display: grid;
        flex-direction: column;
        padding: 0 10px;
    }

    .product-detail-breadcrumb-container h5 {
        font-size: 15px;
    }

    .breadcrumb-separator {
        align-items: center;
        justify-content: center;
        padding: 0 20px ;
    }

    .product-detail-breadcrumb {
        font-size: 12px;
        color: #555;
        white-space: nowrap;
    }

    .product-detail-subcategories {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
    }

    .product-detail-subcategories h5 {
        font-size: 13px;
        margin: 0;
        white-space: nowrap;
    }

    .product-detail-overview-container {
        text-align: justify;
        font-size: 14px;
        line-height: 1.5;
    }

    .product-desc-reviews {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 0 10px;
    }

    .product-desc-reviews-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 0;
        list-style: none;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    .product-desc-reviews-btn li {
        flex: 0 0 auto;
    }

    .product-desc-reviews-btn li a {
        font-size: 14px !important;
        padding: 6px 12px;
        text-align: center;
        white-space: nowrap;
        border-radius: 6px;
    }

    .product-desc-reviews-btn li a.active {
        color: #fff;
    }


    #overview,
    #application,
    #benefit,
    #technical,
    #product-info,
    #video {
        padding-bottom: 30px !important;
        text-align: justify;
        width: 100%;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: left;
        position: relative;
        left: 0;
        right: auto;
    }


    p {
        font-size: 14px;
        line-height: 1.5;
    }

    #product-info .row {
        gap: 8px;
        padding-bottom: 30px !important;
    }

    #product-info .col-3,
    #product-info .col-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #product-info h6 {
        font-size: 16px;
    }


    #product-info p {
        font-size: 14px !important;
    }

    #video iframe {
        height: 250px !important;
    }

    .related-products .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }

    .related-products h4 {
        font-size: 14px;
        text-align: center;
    }
}

/* ---------------- MOBILE UI FOR PRODUCT DETAIL END ---------------- */

/* ------------------ PROJECTS MOBILE UI START------------------ */

@media (max-width: 768px) {

    .page-header-section>div {
        padding: 0 20px !important;
    }

    .page-header-section {
        background-position: center !important;
        background-size: cover !important;
    }

    [style*="padding: 120px 150px 50px 150px"] {
        padding: 60px 20px 30px 20px !important;
    }

    .heading-box h1 .heading-title {
        font-size: 30px !important;
        line-height: 1.3 !important;
        text-align: left !important;
        position: relative;
        right: auto !important;
        left: 0 !important;
    }


    .heading-box .sub-title {
        font-size: 12px !important;
    }

    .product-desc-reviews-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .product-desc-reviews-btn li {
        flex: 1 1 auto;
        text-align: center;
    }

    .product-desc-reviews-btn a {
        font-size: 14px !important;
        padding: 6px 10px !important;
    }

    .portfolio-box-five {
        margin-bottom: 20px;
    }

    .portfolio-title-five h4 {
        font-size: 16px !important;
    }

    .portfolio-title-five p {
        font-size: 13px !important;
    }

    .portfolio-btn-five {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
    }

    .portfolio-btn-five img {
        width: 16px;
        height: auto;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }

    .blog-pagination-btn a {
        padding: 6px 10px !important;
        font-size: 14px !important;
    }
}


/* ------------------ PROJECTS MOBILE UI END------------------ */
/* ------------------ PROJECTS DETAILS MOBILE UI START------------------ */
@media (max-width: 768px) {


    h2 {
        font-size: 22px;
    }

    h3 {
        font-weight: bold;
    }

    .project-detail-padding-container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .project-detail-small-container img {
        width: 100%;
        height: auto;
        border-radius: 6px;
        display: block;
    }

    .sidebar-project-info {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px !important;
        margin: 20px 0 0 0;
        box-sizing: border-box;
    }

    .sidebar-project-info h3 {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sidebar-project-info p,
    .sidebar-project-info li {
        font-size: 13px;
        line-height: 1.4;
    }

    .sidebar-project-info ul {
        padding-left: 18px;
    }

    .project-details-slider {
        margin-bottom: 1rem !important;
    }

    .project-detail-small-slider {
        margin-bottom: 0rem !important;
    }

    .mobile-project-info {
        margin-top: 0;
        margin-bottom: 5rem !important;
    }

    .sidebar-project-info {
        padding: 15px 15px !important;
        margin: 0 !important;
    }
}

/* ------------------ PROJECTS DETAILS MOBILE UI END------------------ */

/* ------------------CAREER START--------------- */

.career-title {
    color: #0E3D91;
}

.career-row {
    padding-bottom: 30px;
}

.custom-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #C4C6C5;
    border-radius: 0;
    padding: 0;
    padding-bottom: 11px;
}

.custom-form label {
    margin-bottom: 18px;
    font-weight: 500;
}

.custom-form label span {
    color: #ffffff;
}

.form-upload-container {
    position: relative;
}

.form-upload-container input {
    position: absolute;
    top: 0%;
    height: 100%;
    opacity: 0;
}

.form-upload {
    border-radius: 15px;
    padding: 20px 40px;
    background-color: #666666;
    color: white;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.form-upload span {
    color: #E66363;
    margin-left: 10px;
}

.form-upload i {
    margin-right: 30px;
    font-size: 30px;
}

.form-upload-small {
    color: #CCCCCCCC;
    font-style: italic;
}

.form-upload-medium {
    color: #818181b6;
    font-style: italic;
}

/* ------------------CAREER END----------------- */

/* ------------------ CAREERS MOBILE UI START ------------------ */
@media (max-width: 768px) {


    .page-header-section .page-header-heading h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .page-header-section .page-header-heading p {
        font-size: 14px;
        margin-top: 10px;
    }

    .careers-section {
        padding: 20px 15px;
    }

    .heading-box h2.heading-title {
        font-size: 20px;
        line-height: 1.4;

    }

    .heading-box .sub-title {
        font-size: 13px;
        display: block;
        margin-bottom: 8px;
    }

    .job-box-heading h4 {
        font-size: 18px;
    }

    .job-box-heading .post-name {
        font-size: 13px;
    }

    .job-box {
        padding: 15px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }


    .job-box p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .job-lower {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        margin: 10px;
    }

    .job-lower .btn {
        width: 100%;
        font-size: 14px;
    }

    .job-location {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .job-location li {
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
        flex: none;
    }

    .job-location p {
        font-size: 13px;
        margin: 0;
        white-space: nowrap;
    }

    .pagination {
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .blog-pagination-btn a {
        font-size: 13px;
        padding: 6px 10px;
    }
}

/* ------------------ CAREERS MOBILE UI END ------------------ */


/* ---------------- MOBILE UI FOR CAREER DETAIL PAGE START---------------- */
@media (max-width: 768px) {

    .careers-section .row,
    .page-header-section .row {
        margin-left: 10px !important;
        margin-right: 10px !important;
        align-items: center;
    }

    .careers-section {
        padding: 0 15px;
    }

    .careers-section h2 {
        font-size: 20px;
        margin-top: 12px;
    }

    .post-name {
        font-size: 13px;
    }

    .job-location {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .job-location li {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
    }

    .career-row {
        margin-bottom: 18px;
    }

    .career-row h4 {
        font-size: 18px;
    }

    .career-row p {
        font-size: 14px;
    }

    .custom-form {
        margin-top: 10px;
    }

    .custom-form label {
        font-size: 14px;
    }

    .custom-form .form-control {
        font-size: 14px;
    }

    .form-upload-medium {
        font-size: 12px;
        line-height: 1.4;
    }

}

/* ---------------- MOBILE UI FOR CAREER DETAIL PAGE END ---------------- */


/* ---------------- MOBILE UI FOR FAQ PAGE START ---------------- */
@media (max-width: 768px) {

    .faq-section-four .container {
        padding: 0 15px !important;
    }

    .accordion-button {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .accordion-body p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: justify;
    }

    .accordion-item {
        margin-bottom: 8px !important;
    }
}

/* ---------------- MOBILE UI FOR FAQ PAGE END---------------- */

/* ---------------- MOBILE UI FOR CONTACT US PAGE START---------------- */
@media (max-width: 768px) {

    .contact-section .row.mb-4 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px;
        width: 100% !important;
    }

    .contact-section .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    .contact-section .col-4:empty {
        display: none !important;
    }

    .contact-info h3 {
        text-align: center !important;
    }

    .contact-info {
        text-align: center !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
    }

    .contact-info ul {
        padding: 0 !important;
        list-style: none !important;
        width: 100%;
    }

    .contact-info ul li {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 5px;
        margin-bottom: 15px;
        width: 100%;
    }

    .contact-info ul li img {
        width: 30px !important;
        height: 30px !important;
        margin: 0 auto !important;
    }

    .contact-info ul li .contact-title {
        text-align: center !important;
    }

    .contact-info h4 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }

    .contact-info p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .contact-info ul li .contact-title h6 {
        font-size: 14px !important;
        margin-bottom: 2px !important;
    }

    .contact-info ul li .contact-title p,
    .contact-info ul li .contact-title a {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
}


/* ---------------- MOBILE UI FOR CONTACT US PAGE END---------------- */


/* ---------------- MOBILE FOOTER START---------------- */
@media (max-width: 768px) {
    .footer-one {
        text-align: center;
        padding: 15px 10px;
    }

    .footer-one .footer-logo-one,
    .footer-one .footer-about-one,
    .footer-one .footer-widget-one,
    .footer-one .footer-newslatter-one {
        text-align: center;
        padding: 5px 0;
        margin: 0;
    }

    .footer-one h1,
    .footer-one h4,
    .footer-one p {
        margin: 0 0;
    }

    .footer-one .footer-menu-one,
    .footer-one .footer-social-media-one,
    .footer-one .footer-lower-one ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 5px 0;
    }

    .footer-one .footer-menu-one {
        display: block !important;
        padding: 0;
        justify-content: center;
        margin: 10px 0 0 0;
    }

    .footer-one .footer-menu-one li,
    .footer-one .footer-social-media-one li {
        display: block;
        margin: 5px 0;
        list-style: none;
    }

    .footer-one .footer-lower-one {
        margin-top: 10px;
    }

    .footer-one .footer-lower-one ul li {
        list-style: none;
    }

    .footer-one .footer-lower-one p {
        margin: 5px 0;
        font-size: 15px;
    }
}

/* ---------------- MOBILE FOOTER END---------------- */

/* ---------------- NEWS LISTING START ---------------- */
.portfolio-image-five {
    height: 200px;
    width: 100%;
    max-width: none;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin: 0 auto 10px auto;
}

.portfolio-image-five img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.portfolio-title-five h4 {
    font-size: 20px;
}

/* ---------------- NEWS LISTING END ---------------- */
/* ---------------- COMPARE PRODUCT MOBILE START ---------------- */

@media (max-width: 768px) {
    .compare-grid-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: hidden;
        padding: 20px;
    }

    .compare-grid-grid .feature-cell {
        grid-column: 1 / span 2;
        font-weight: bold;
        background: #f7f7f7;
        padding: 5px 6px;
        font-size: 14px;
    }

    #product3-cell,
    #col3-image,
    #col3-category,
    #col3-overview,
    #col3-application,
    #col3-key_benefits,
    #col3-composition,
    #col3-packing_size,
    #col3-shelf_life,
    #col3-handling,
    #col3-storage_condition_temperature {
        display: none !important;
    }

    .compare-grid-grid .product-cell {
        text-align: center;
        border: 1px solid #eee;
        font-size: 13px;
        box-sizing: border-box;
        width: 100%;
        min-width: 90%;
    }

    .compare-grid-grid select.form-control {
        width: 100%;
        font-size: 13px;
        padding: 4px 6px;
        box-sizing: border-box;
    }

    .compare-grid-grid img {
        max-width: 100%;
        max-height: 120px;
        height: auto;
        object-fit: contain;
    }

    .container {
        padding-left: 6px;
        padding-right: 6px;
    }

}

/* ---------------- COMPARE PRODUCT MOBILE END ---------------- */
/* ---------------- PROJECTS LISTING START ---------------- */

.product-desc-reviews-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.product-desc-reviews-btn li {
    flex: 0 0 auto;
}

.portfolio-box-five {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    margin: auto;
}

.portfolio-info-five {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
}

.portfolio-title-five {
    flex: 1;
    min-width: 0;
}

.truncated-description {
    font-size: 14px !important;
    word-break: break-word;
    margin: 5px 0 0;
}

.portfolio-btn-five {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------------- PROJECTS LISTING END ---------------- */

/* ---------------- ISO CERTIFICATE LISTING START ---------------- */
.iso-title {
    font-size: 28px;
    color: #0E3D91;
    margin-bottom: 25px;
}

.certificate-container {
    padding: 10px;
    text-align: center;
}

.certificate-inner-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.px-custom {
    padding: 0 65px;
}

/* ---------------- ISO CERTIFICATE LISTING END ---------------- */

/* ------------------ISO CERTIFICATE SLIDER MOBILE START---------------- */
@media (max-width: 768px) {

    .about-iso-certification {
        padding: 0 5px !important;

    }

    .about-iso-certification .col-12[style] {
        padding: 0 5px !important;
    }

    .about-iso-certification .certificate-container {
        width: 100% !important;
        margin: 10px auto !important;
        text-align: center;
    }

    .about-iso-certification .certificate-container img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }

    .about-iso-certification .col-12.text-center {
        padding: 0 !important;
    }

    .about-iso-certification h2 {
        text-align: center !important;
    }
}

/* ------------------ISO CERTIFICATE SLIDER MOBILE END---------------- */

/* ------------------BACK TO TOP MOBILE START---------------- */
@media (max-width: 768px) {
    .prgoress_indicator {
        right: 20px;
        bottom: 60px;
        width: 50px;
        height: 50px;
    }

    .prgoress_indicator::after {
        line-height: 40px;
        font-size: 25px;
        height: 50px;
        width: 50px;
    }

    .prgoress_indicator::before {
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
}

/* ------------------BACK TO TOP MOBILE END---------------- */
