/* Hide on desktop, show on mobile */
.hide-desktop {
    display: none;
}

@media (max-width: 992px) {
    .hide-desktop {
        display: block;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
        width: 1920px;
    }
}

/* ========================================
   576px Breakpoint - Small Phones
   ======================================== */
@media (max-width: 576px) {
    /* Timeline - Single Column Layout */
    .timeline-item {
        flex-direction: column !important;
        text-align: center;
        margin-bottom: 60px;
    }

    .timeline-line {
        left: 20px !important;
        transform: none !important;
    }

    .timeline-content-left,
    .timeline-content-right {
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .timeline-dot {
        left: 20px !important;
        transform: translateX(-50%) !important;
    }

    /* Footer Map - Responsive Height */
    .footer-map #footer-map {
        height: min(280px, 40vh) !important;
    }

    /* Form Elements */
    .form-select,
    .form-control {
        font-size: 14px !important;
    }

    /* Hero Text Overflow Protection */
    .hero-content h1,
    .hero-title {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 4.2em;
    }

    .hero-bottom-logo img {
        width: 230px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .about-us {
        padding: 60px 0;
    }

    .about-us-left {
        background: none;
    }

    .about-us {
        position: relative;
    }

    .about-us::before {
        content: "";
        background: url(../img/about-right-mb-bg.webp);
        width: 60%;
        height: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        bottom: 0;
        right: 0;
        position: absolute;
    }

    .about-us-left {
        margin-bottom: 30px;
    }

    .main-title {
        font-size: 2em;
    }

    .about-right h3 {
        font-size: 1.6em;
    }

    .about-right {
        position: relative;
        z-index: 1;
    }

    .about-right-img {
        width: 80%;
    }

    .about-left-btn {
        padding-bottom: 0;
    }

    .who-we-are,
    .why-do-we {
        padding-bottom: 1.5em;
    }

    .featured-products-list .featured-product-item {
        margin-bottom: 30px;
    }

    .featured-product-name {
        font-size: 22px;
    }

    .feature-block .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .feature-block {
        margin: 0 0px;
        padding-top: 30px;
        overflow: hidden;
    }

    .feature-block-content {
        padding-top: 30px;
    }

    .featured-products {
        overflow: hidden;
    }

    .section-small-title {
        padding-bottom: 2em;
    }

    .feature-block {
        overflow: visible;
        padding-top: 60px;
    }

    .footer {
        padding: 50px 0;
    }

    .footer-contact-details {
        padding-left: 0;
    }

    .footer-map {
        margin-bottom: 30px;
    }

    .about-us {
        -webkit-mask-image: url("../img/about-path-mb.png");
        mask-image: url("../img/about-path-mb.png");
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: top center;
        -webkit-mask-composite: xor;
                mask-composite: exclude;
    }

    /* Home page: keep transparent on mobile */
    .home-page .about-us {
        background: transparent;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .home-page .about-us::before {
        display: none;
    }

    .home-page .about-us-left {
        background: none;
    }

    .home-page .featured-products {
        background: transparent;
    }

    .about-us-page .about-us {
        background-size: 100% auto;
        border-radius: 0 0 20px 20px;
        padding-bottom: 0;
    }

    .hero-bottom-logo {
        bottom: -40px;
        left: 0;
    }

    .company-vision {
        background-size: 100% 100%, 50%;
        position: relative;
    }

    .company-vision::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(17%, rgb(0 0 0 / 38%)), color-stop(34%, rgb(0 0 0 / 71%)), to(rgba(0, 0, 0, 1)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 38%) 17%, rgb(0 0 0 / 71%) 34%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 38%) 17%, rgb(0 0 0 / 71%) 34%, rgba(0, 0, 0, 1) 100%);
    }

    .company-vision .container {
        position: relative;
        z-index: 2;
    }

    .company-vision-content h2 {
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .loc-map {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: 100vh;
        min-height: 100vh;
        padding: 0;
    }

    .hero-content {
        padding: 50px 0;
    }

    .hero-content h1 {
        font-size: 2.5em;
    }

    .feature-block-img {
        margin: 0 -24px;
    }

    .footer-links ul li a {
        font-size: 16px;
    }

    .footer-links ul li {
        margin-bottom: 20px;
    }

    .footer-contact-details h3,
    .footer-contact-details p,
    .footer-contact-details a {
        font-size: 16px;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .about-chairman h3 {
        font-size: 18px;
    }

    .inner-hero-section {
        padding-top: 150px;
    }

    .inner-hero-section .hero-content h1 {
        font-size: 3em;
    }

    .careers-form-section {
        padding-bottom: 60px;
    }

    .contact-loc-section {
        padding-bottom: 20px;
    }

    .contact-info-section {
        padding: 40px 0 20px;
    }

    .contact-info .value {
        margin-bottom: 30px;
    }

    /* Floating Quote Button Mobile Positioning */
    .floating-quote-btn {
        right: 15px;
        bottom: 70px;
        padding: 10px 16px;
        font-size: 13px;
    }

    html[dir="rtl"] .floating-quote-btn {
        right: auto;
        left: 15px;
    }

    /* Footer Map - Responsive Height for Tablets */
    .footer-map #footer-map {
        height: 220px !important;
    }

    /* Timeline Mobile Adjustments */
    .timeline-item {
        margin-bottom: 80px;
    }

    .contact-form-section {
        padding: 50px 0;
    }

    .loc-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tab-nav-custom.nav-pills .nav-link {
        padding: 10px 8px;
        font-size: 14px;
    }

    .category-tabs-wrapper {
        gap: 5px;
    }

    .category-scroll-btn {
        width: 32px;
        height: 32px;
    }

    .category-scroll-btn i {
        font-size: 14px;
    }

    .product-listing .featured-products-list .row {
        --bs-gutter-x: 1rem;
    }

    .product-listing .featured-product-item {
        padding: 10px;
    }

    .product-listing .featured-product-name {
        padding: 15px 10px;
        min-height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 66px;
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .product-listing {
        padding-bottom: 50px;
    }

    .product-details {
        padding: 15px;
    }

    .product-size {
        padding: 0 0px;
    }

    .data-pill {
        padding: 8px 10px;
        min-width: 60px;
        margin: 5px 0;
    }

    /* Specification Accordion Mobile */
    .spec-accordion-header {
        padding: 0 15px;
    }

    .spec-accordion-header .col-label {
        font-size: 14px;
        margin: 12px 0;
    }

    .spec-accordion-content .product-size {
        padding: 10px 15px 20px;
        gap: 8px;
    }

    .spec-accordion-content .product-size .data-pill {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 100px;
        max-width: 150px;
    }

    .heading-pill {
        padding: 8px 15px;
        text-align: center;
    }

    .table-box .featured-product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 20px;
    }

    .table-box .featured-product-item figure {
        padding-top: 34%;
        width: 50%;
        margin-bottom: 0;
    }

    .table-box .featured-product-name {
        width: 44%;
        padding: 15px 10px;
        font-size: 18px;
    }

    .table-box .featured-product-item figure::before {
        display: none;
    }

    .table-box .featured-product-item figure::after {
        display: none;
    }
    .coating-item{
        margin-bottom: 20px;
    }

    /* ========================================
       PRODUCT DETAIL PAGES - COMPACT MOBILE
       ======================================== */

    /* Product Info Box */
    .product-info-box {
        padding: 12px !important;
        margin-bottom: 15px !important;
    }

    .product-title-main {
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
    }

    .product-description-text {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    /* Sidebar Sections */
    .sidebar-section {
        padding: 12px !important;
        margin-bottom: 12px !important;
    }

    .sidebar-section h4 {
        font-size: 0.95rem !important;
        margin-bottom: 10px !important;
    }

    /* Key Features */
    .key-features-box-left ul {
        gap: 6px !important;
    }

    .key-features-box-left li {
        font-size: 12px !important;
        padding: 6px 0 !important;
    }

    .key-features-box-left .feature-bullet {
        width: 5px !important;
        height: 5px !important;
    }

    /* E-Catalog Button */
    .e-catalog-btn,
    .ppgi-download-btn {
        padding: 10px 16px !important;
        font-size: 12px !important;
    }

    .e-catalog-btn i,
    .ppgi-download-btn i {
        font-size: 14px !important;
    }

    /* Available Profiles */
    .profiles-grid,
    .ppgi-profiles {
        gap: 8px !important;
    }

    .profile-item {
        padding: 8px !important;
    }

    .profile-image-wrapper {
        height: 50px !important;
    }

    .profile-name {
        font-size: 11px !important;
        margin-top: 5px !important;
    }

    /* Coatings Grid */
    .coatings-grid-new {
        gap: 8px !important;
    }

    .coating-card {
        min-height: 140px !important;
    }

    .coating-card-image {
        min-height: 100px !important;
    }

    .coating-card-label {
        padding: 6px 8px !important;
        font-size: 11px !important;
        min-height: 24px !important;
    }

    /* Colors Grid */
    .ppgi-colors-grid {
        gap: 8px !important;
    }

    .ppgi-color-item {
        gap: 6px !important;
    }

    .color-swatch {
        width: 50px !important;
        height: 50px !important;
    }

    .color-info {
        gap: 2px !important;
    }

    .color-code,
    .color-name {
        font-size: 10px !important;
    }

    /* PPGI Layout */
    .ppgi-layout-container {
        padding: 15px 10px !important;
    }

    .ppgi-three-column {
        gap: 15px !important;
    }

    .ppgi-left-sidebar,
    .ppgi-right-sidebar {
        padding: 0 !important;
    }

    .ppgi-center-image {
        padding: 15px 0 !important;
    }

    .ppgi-center-image img {
        max-height: 300px !important;
    }

    /* Product Cards Layout */
    .product-cards-header {
        margin-bottom: 15px !important;
    }

    .product-cards-header .product-title {
        font-size: 1.2rem !important;
    }

    .product-cards-header .heading-pill {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }

    .product-description {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }

    /* Product Matrix Layout */
    .product-matrix-header {
        padding: 15px !important;
        gap: 15px !important;
    }

    .product-matrix-header .product-title {
        font-size: 1.2rem !important;
    }

    .product-matrix-header .header-image img {
        max-height: 200px !important;
    }

    /* Modals */
    .description-modal-content {
        padding: 15px !important;
        margin: 10% 15px !important;
    }

    .description-modal-body {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    .description-modal-ok {
        padding: 8px 24px !important;
        font-size: 13px !important;
    }

    .color-modal-content {
        padding: 20px 15px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .color-display-large {
        width: 140px !important;
        height: 140px !important;
        margin: 0 auto 15px !important;
    }

    .color-details {
        text-align: center !important;
        width: 100% !important;
    }

    .color-details h3 {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
    }

    .color-details p {
        font-size: 0.95rem !important;
        margin-bottom: 15px !important;
    }

    /* Ensure images are clickable on mobile */
    .glightbox,
    .product-main-image,
    .coating-card-image-link,
    .clickable-color,
    .ppgi-main-image {
        cursor: pointer !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
    }

    .ppgi-center-image a,
    .coating-card a,
    .product-image-wrapper a,
    .ppgi-right-new a,
    a.ppgi-main-image {
        display: block !important;
        position: relative !important;
        z-index: 5 !important;
        pointer-events: auto !important;
    }

    /* Standard layout main image */
    .ppgi-right-new .ppgi-main-image {
        display: block !important;
        cursor: pointer !important;
        position: relative !important;
    }

    .ppgi-right-new {
        position: relative !important;
        z-index: 5 !important;
    }

    /* Ensure proper touch target size */
    .coating-card-image-link {
        min-height: 44px !important;
        min-width: 44px !important;
    }

    .color-swatch.clickable-color {
        min-height: 44px !important;
        min-width: 44px !important;
    }

    /* Fix z-index stacking for clickable elements */
    .ppgi-center-image {
        position: relative !important;
        z-index: 5 !important;
    }

    .coating-card {
        position: relative !important;
        z-index: 5 !important;
    }
}
/* ===========================
   FINAL FIX: Remove bottom space on product pages
   =========================== */
@media (max-width: 767px) {
  .product-listing {
    padding-bottom: 40px !important;
    min-height: auto !important;
  }
  
  .product-detail-page,
  .ppgi-layout-container,
  .ppgi-three-column {
    min-height: auto !important;
  }
}

@media (max-width: 992px) {
    .navmenu a:hover, .navmenu .active, .navmenu .active:focus{
        text-decoration: none !important;
    }
    .mobile-nav-toggle{
                color: #002266 !important;
        font-size: 34px !important;
    }
  .product-listing,
  .product-detail-page {
    min-height: auto !important;
    padding-bottom: 40px !important;
  }
  .ppgi-row {
    flex-flow: column-reverse
 }
 .ppgi-col-right {
    padding-right: 12px;
    padding-bottom: 30px;
}
.sidbar-key-features{
    margin-bottom: 20px;
}
}

/* Responsive: New Coating Grid */
@media (max-width: 768px) {
    .header .logo {
        max-width: 180px;
    }
  .coatings-grid-new {
    gap: 10px;
  }

  .coating-card-image {
    padding: 0 !important;
  }

  .coating-card-label {
    padding: 8px 10px;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .coatings-grid-new {
    gap: 8px;
  }

  .coating-card-image {
    padding: 0 !important;
  }

  .coating-card-label {
    padding: 6px 8px;
    font-size: 0.65rem;
  }

  /* Stack form buttons vertically on small phones */
  .careers-form-section .d-flex.justify-content-between,
  .contact-form-section .d-flex.justify-content-between {
    flex-direction: column !important;
    gap: 15px;
  }

  .careers-form-section .d-flex.justify-content-between button,
  .careers-form-section .d-flex.justify-content-between .btn,
  .contact-form-section .d-flex.justify-content-between button,
  .contact-form-section .d-flex.justify-content-between .btn {
    width: 100%;
  }
}


/* ========================================
   GLightbox Image Display Fix for Mobile
   ======================================== */
@media (max-width: 767px) {
    .glightbox-container .gslide-image img,
    .glightbox-container .gslide-media img {
        width: auto !important;
        height: auto !important;
        max-width: 90vw !important;
        max-height: 80vh !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .glightbox-container .gslide-image,
    .glightbox-container .gslide-media {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
    }

    .glightbox-container .ginner-container {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .glightbox-container .gslide {
        width: 100% !important;
        height: 100% !important;
    }

    .glightbox-container .gslide-description {
        background: rgba(0, 0, 0, 0.8) !important;
        padding: 10px 15px !important;
        font-size: 13px !important;
    }

    /* Ensure GLightbox doesn't have width/height conflicts */
    .gslide-inline,
    .gslide-external {
        max-width: 90vw !important;
        max-height: 80vh !important;
    }
}

/* Mobile GLightbox Image Clarity Fix */
@media (max-width: 767px) {
    .glightbox-container .gslide-image img {
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-filter: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10000 !important;
        background: transparent !important;
    }

    .glightbox-container .gslide {
        background: transparent !important;
    }

    .glightbox-container .ginner-container {
        background: transparent !important;
        backdrop-filter: none !important;
    }

    /* Remove blur effects */
    .gslide-image,
    .gslide-media,
    .gslide-image *,
    .gslide-media * {
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* ========================================
   Matrix Table Mobile Optimization
   ======================================== */
@media (max-width: 767px) {
    .matrix-table-wrapper {
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        margin: 15px 0 !important;
        padding: 10px !important;
        scroll-behavior: smooth !important;
        cursor: grab !important;
        position: relative !important;
        /* Scroll shadow indicators */
        background:
            linear-gradient(90deg, rgba(0,0,0,0.5) 0%, transparent 10%) left,
            linear-gradient(90deg, transparent 90%, rgba(0,0,0,0.5) 100%) right;
        background-size: 40px 100%, 40px 100%;
        background-repeat: no-repeat;
        background-attachment: local, local;
    }

    .matrix-table-wrapper:active {
        cursor: grabbing !important;
    }

    /* Scroll hint */
    .matrix-table-wrapper::before {
        content: "← Swipe to scroll →";
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(59, 130, 246, 0.9);
        color: white;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 600;
        z-index: 100;
        pointer-events: none;
        animation: fadeOut 3s ease-in-out forwards;
    }

    @keyframes fadeOut {
        0%, 50% { opacity: 1; }
        100% { opacity: 0; visibility: hidden; }
    }

    .matrix-table {
        min-width: 100% !important;
        font-size: 12px !important;
        touch-action: pan-x !important;
        table-layout: auto !important;
        width: auto !important;
    }

    /* All data columns (after sticky columns) */
    .matrix-table td:nth-child(n+3),
    .matrix-table th:nth-child(n+3) {
        min-width: 50px !important;
        max-width: 80px !important;
        width: auto !important;
        padding: 6px 8px !important;
        text-align: center !important;
    }

    .matrix-table thead th {
        padding: 6px 4px !important;
        font-size: 11px !important;
        white-space: normal !important;
        line-height: 1.2 !important;
        min-width: 50px !important;
        max-width: 70px !important;
        height: 45px !important;
        vertical-align: middle !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        hyphens: auto !important;
    }

    .matrix-table tbody td {
        padding: 6px 4px !important;
        font-size: 10px !important;
        white-space: nowrap !important;
        min-width: 50px !important;
        max-width: 70px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .matrix-label-header,
    .matrix-label-cell {
        min-width: 65px !important;
        font-size: 9px !important;
        position: sticky !important;
        left: 0 !important;
        background: #1e3a8a !important;
        z-index: 10 !important;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3) !important;
    }
.matrix-column-header:first-child{
      position: sticky !important;
        left: 0 !important;
        background: #1e3a8a !important;
        z-index: 10 !important;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3) !important;
}
    /* First two columns (Size & Thickness) sticky */
    .matrix-table td:first-child,
    .matrix-table th:first-child {
        position: sticky !important;
        left: 0 !important;
        background: #1e3a8a !important;
        z-index: 9 !important;
        min-width: 65px !important;
        /* max-width: 65px !important;
        width: 65px !important; */
        font-size: 9px !important;
        padding: 6px 4px !important;
        white-space: normal !important;
    }

    .matrix-table td:nth-child(2),
    .matrix-table th:nth-child(2) {
        position: sticky !important;
        left: 65px !important;
        background: #1e40af !important;
        z-index: 9 !important;
        min-width: 55px !important;
        max-width: 55px !important;
        width: 55px !important;
        font-size: 9px !important;
        padding: 6px 4px !important;
        white-space: normal !important;
    }

    /* Matrix header styling */
    .product-matrix-header {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }

    .product-matrix-header .product-title {
        font-size: 1.2rem !important;
    }

    .product-matrix-header .heading-pill {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    /* Slicer filters on mobile */
    .slicer-filters {
        gap: 8px !important;
        margin-bottom: 15px !important;
    }

    .slicer-filter-group {
        margin-bottom: 10px !important;
    }

    .slicer-filter-group label {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    .slicer-filter-group select {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    /* No results message */
    .slicer-no-results {
        padding: 20px !important;
        font-size: 13px !important;
    }

    /* Ensure matrix section is visible */
    .product-matrix-section {
        padding: 15px 0 !important;
        background: transparent !important;
    }

    /* Table visibility and layout */
    .matrix-table-wrapper {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: rgba(0, 0, 0, 0.3) !important;
        border-radius: 8px !important;
        padding: 10px !important;
    }

    .matrix-table {
        display: table !important;
        visibility: visible !important;
        opacity: 1 !important;
        border-collapse: collapse !important;
        width: 100% !important;
    }

    .matrix-table thead {
        display: table-header-group !important;
        background: rgba(59, 130, 246, 0.2) !important;
    }

    .matrix-table tbody {
        display: table-row-group !important;
    }

    .matrix-table tr {
        display: table-row !important;
    }

    .matrix-table th,
    .matrix-table td {
        display: table-cell !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        background-clip: padding-box !important;
    }

    .matrix-table th {
        background: rgba(59, 130, 246, 0.3) !important;
        color: #3b82f6 !important;
        font-weight: 600 !important;
    }

    /* Alternate row colors */
    .matrix-table tbody tr:nth-child(even) {
        background: rgba(59, 130, 246, 0.08) !important;
    }

    .matrix-table tbody tr:nth-child(odd) {
        background: rgba(0, 0, 0, 0.3) !important;
    }

    /* Checkmarks and icons visibility */
    .matrix-table td i,
    .matrix-table td .bi {
        color: #10b981 !important;
        font-size: 16px !important;
        display: inline-block !important;
    }

    /* Empty cells */
    .matrix-table td:empty::after {
        content: "-";
        color: rgba(255, 255, 255, 0.3);
    }

    /* Better scroll indicator for table */
    .matrix-table-wrapper::after {
        content: "→";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: rgba(59, 130, 246, 0.8);
        pointer-events: none;
        animation: pulseArrow 2s infinite;
    }

    @keyframes pulseArrow {
        0%, 100% { opacity: 0.5; transform: translateY(-50%) translateX(0); }
        50% { opacity: 1; transform: translateY(-50%) translateX(5px); }
    }

    .home-page .about-us .who-we-are h3 {
        font-size: 2.2em;
    }

    .home-page .about-us {
        padding: 0 0 60px;
    }

    .e-catalog-btn.e-catalog-inline {
        margin-top: 30px !important;
    }

    .our-values-section {
        padding: 60px 0;
    }

    .footer-bottom p {
        text-align: center !important;
    }

    .footer-social-media a {
        font-size: 24px;
        padding: 5px;
    }

    .footer-bottom {
        padding-top: 20px;
    }
    .hero_bottom_logo img {
    width: 45%;
    margin-bottom: -2%;
 }
 .timeline-item{
    margin-bottom: 50px;
 }
 .timeline-title {
        font-size: 2rem;
    }
      section.product-listing.product-detail-page{
        margin-top: 0px !important;
  }
  .ppgi-layout-container{
    margin-top: 30px !important;
  }
  .ppgi-row {
    flex-flow: column-reverse;
}
.ppgi-coatings-section .coating-card-image img{
    height: auto;
}
.header{
        padding: 15px 0 15px;
}
.ppgi_sidebar{
        display: flex;
    flex-direction: column;
}
.ppgi_sidebar .available-colors{
 order: 1;
}
.ppgi_sidebar .sidbar-divider{
 order: 2;
     margin: 0px 0 40px;
}
.ppgi_sidebar .sidbar-key-features{
 order: 3;
}
.ppgi_sidebar .e-catalog-download{
 order: 4;
}
.ppgi-coatings-section .coating-card-image img{
        object-fit: contain !important;
}
.product-listing-row .col-lg-3{
    order: 1;
}
.product-listing-row .col-lg-9{
    order: 2
}
.hero-media.hero-video{
    position: relative !important;
}
.hero-slide{
    position: relative !important;
    height: auto !important;
}
.hero-slider{
            height: auto !important;
}
.hero-section{
            height: auto !important;
        min-height: 250px !important;
}
.hero-media.hero-video{
        position: relative;
}
.hero-media.hero-video {
    position: relative !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    height: 250px;
}
.product-listing-new{
    padding-top: 20px !important;
}
.careers-hero-section{
        background-attachment: scroll !important;
}
.contact-hero-section.inner-hero-section{
        min-height: auto !important;
            background-attachment: scroll!important;
            padding-top: 120px!important;
}
.inner-hero-section .hero-content h1 {
        font-size: 2.5em !important;
    }
    .contact-loc-section{
        padding-top: 20px !important;
    }
    body main.main {
  padding-top: 73px !important;
}
.hero-slider{
        position: relative !important;
}
}

@media (min-width: 768px) {
.hide-desktop{
  display: none !important;
}
}
@media (max-width: 767px) {
    .hide-mobile{
        display: none !important;
    }
    .hero-back-btn{
        margin-top: 20px !important;
    }
    .product-hero-section .product-hero-image{
            padding-bottom: 40% !important;
            padding-top: 10px !important;
    }
    section.product-listing.product-detail-page{
            margin-top: 10px !important;
    }
}