/* ============================================
   SK Industries — Custom Pages CSS
   Primary: #0365a4 (blue)
   Accent:  #10a56b (green)
============================================ */

/* Override theme CSS variable */
:root {
    --thm-base:  #0365a4;
    --thm-base2: #10a56b;
    --sk-blue:        #0365a4;
    --sk-green:       #10a56b;
    --sk-blue-light:  rgba(3,101,164,0.1);
    --sk-green-light: rgba(16,165,107,0.1);
    --sk-dark:        #0b1a2e;
}

/* Taglines always green */
.section-title__tagline { color: var(--sk-green) !important; }

/* Heading spans use blue */
.section-title__title span { color: var(--sk-blue) !important; }

/* Theme button overrides */
.thm-btn {
    background-color: var(--sk-blue) !important;
    border-color: var(--sk-blue) !important;
}
.thm-btn:hover {
    background-color: var(--sk-green) !important;
    border-color: var(--sk-green) !important;
}

/* ============================================
   Page Banner
============================================ */
.page-banner {
    position: relative;
    background-color: var(--sk-dark);
    padding: 120px 0 80px;
    overflow: hidden;
}
.page-banner__bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.22;
}
.page-banner__inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
.page-banner__title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
.page-banner__breadcrumb {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.page-banner__breadcrumb li {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-banner__breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.page-banner__breadcrumb li a:hover { color: var(--sk-green); }
.page-banner__breadcrumb li .sep { color: rgba(255,255,255,0.4); }

/* ============================================
   WhatsApp Floating Button
============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 85px;
    right: 22px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(37,211,102,0.45);
    text-decoration: none;
    animation: wa-pulse 2.5s infinite;
    transition: transform 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float i {
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
@keyframes wa-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(37,211,102,0.55); }
    70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0   rgba(37,211,102,0); }
}

/* ============================================
   About Page — Story Section
============================================ */
.about-story-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(0,0,0,0.14);
}
.about-story-img-wrap img { width: 100%;     height: 650px;
    object-fit: cover; display: block; }
.about-story-badge {
    position: absolute;
    bottom: 28px;
    left: 28px;
    background: var(--sk-blue);
    color: #fff;
    border-radius: 12px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(3,101,164,0.4);
}
.about-story-badge .badge-num {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}
.about-story-badge .badge-num sup { font-size: 22px; }
.about-story-badge .badge-lbl {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255,255,255,0.88);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Story Stat Cards */
.about-stat-card {
    background: #f5f7fa;
    border-radius: 12px;
    padding: 22px 18px;
    border-left: 4px solid var(--sk-blue);
    transition: all 0.3s;
}
.about-stat-card:hover {
    background: var(--sk-blue);
    border-color: var(--sk-blue);
    box-shadow: 0 8px 28px rgba(3,101,164,0.22);
    transform: translateY(-3px);
}
.about-stat-card__num {
    font-size: 28px;
    font-weight: 800;
    color: var(--sk-blue);
    line-height: 1;
    margin-bottom: 6px;
    transition: color 0.3s;
}
.about-stat-card__num span { font-size: 20px; }
.about-stat-card:hover .about-stat-card__num { color: #fff; }
.about-stat-card__lbl {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
    transition: color 0.3s;
}
.about-stat-card:hover .about-stat-card__lbl { color: rgba(255,255,255,0.85); }

/* ============================================
   About Page — Mission / Vision / Values
============================================ */
.mvv-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f0f5fb 0%, #e8f4f8 100%);
}

.mvv-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.09);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.35s, box-shadow 0.35s;
}
.mvv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(3,101,164,0.18);
}

/* Top dark header */
.mvv-card__top {
    background: linear-gradient(135deg, var(--sk-dark) 0%, #0a3060 100%);
    padding: 36px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.mvv-card__icon-wrap {
    width: 64px;
    height: 64px;
    background: var(--sk-blue);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(3,101,164,0.45);
}
.mvv-card__icon-wrap i { font-size: 28px; color: #fff; }

/* Vision icon — green accent */
.vision-top { background: linear-gradient(135deg, #062b1a 0%, #0d4f31 100%); }
.vision-icon { background: var(--sk-green); box-shadow: 0 6px 20px rgba(16,165,107,0.45); }

/* Values icon — mixed */
.values-top { background: linear-gradient(135deg, #100a2e 0%, #2a1060 100%); }
.values-icon { background: #6c4ae6; box-shadow: 0 6px 20px rgba(108,74,230,0.45); }

.mvv-card__heading {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.25;
}

/* Card body */
.mvv-card__body {
    padding: 28px 28px 32px;
    flex: 1;
}
.mvv-card__body p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.85;
    margin: 0;
}

/* Bottom accent bar */
.mvv-card__accent {
    height: 4px;
    background: var(--sk-blue);
}
.vision-accent { background: var(--sk-green); }
.values-accent { background: #6c4ae6; }

/* Core Values list */
.mvv-values-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mvv-values-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
.mvv-values-list li i {
    color: #6c4ae6;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ============================================
   About Page — Why Choose Items
============================================ */
.why-choose-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 8px;
}
.why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 20px;
    background: #f5f7fa;
    border-radius: 12px;
    border-left: 4px solid var(--sk-blue);
    transition: all 0.3s;
}
.why-choose-item:hover {
    background: #fff;
    box-shadow: 0 6px 24px rgba(3,101,164,0.12);
    transform: translateX(4px);
}
.wci-icon {
    width: 48px;
    height: 48px;
    background: var(--sk-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wci-icon i { font-size: 20px; color: #fff; }
.wci-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.wci-text p { font-size: 13.5px; color: #666; margin: 0; line-height: 1.6; }

/* ============================================
   About Page — Certifications
============================================ */
.cert-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 24px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,0.07);
    height: 100%;
    transition: all 0.3s;
    border-top: 4px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.cert-card--blue { border-top-color: var(--sk-blue); }
.cert-card--green { border-top-color: var(--sk-green); }
.cert-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.cert-card--blue .cert-card__icon {
    background: var(--sk-blue-light);
}
.cert-card--blue .cert-card__icon i { font-size: 32px; color: var(--sk-blue); }
.cert-card--green .cert-card__icon {
    background: var(--sk-green-light);
}
.cert-card--green .cert-card__icon i { font-size: 32px; color: var(--sk-green); }
.cert-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}
.cert-card__desc {
    font-size: 13.5px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

/* CTA Outline Button */
.cta-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 6px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    background: transparent;
}
.cta-outline-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

/* Old about-value-box kept for compatibility */
.about-value-box {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 24px 20px;
    margin-bottom: 20px;
    border-left: 4px solid var(--sk-blue);
    transition: box-shadow 0.3s, border-color 0.3s;
}
.about-value-box:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border-color: var(--sk-green);
}
.about-value-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--sk-blue);
}
.about-value-box p { margin: 0; font-size: 14px; line-height: 1.7; color: #666; }

/* ============================================
   Products Page — Sticky Nav
============================================ */
.prod-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 990;
    background: #fff;
    border-bottom: 2px solid #eef2f7;
    transition: box-shadow 0.3s;
}
.prod-sticky-nav.is-stuck {
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.prod-sticky-nav__list {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
}
.prod-sticky-nav__list::-webkit-scrollbar { display: none; }
.psn-link {
    display: block;
    padding: 16px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all 0.25s;
}
.psn-link:hover,
.psn-link.active {
    color: var(--sk-blue);
    border-bottom-color: var(--sk-blue);
}
.psn-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    background: var(--sk-blue);
    color: #fff !important;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 12px;
    transition: background 0.3s;
    border-bottom: none !important;
}
.psn-cta:hover { background: var(--sk-green); }

/* ============================================
   Products Page — Intro Section
============================================ */
.prod-intro-section {
    padding: 90px 0;
    background: #fff;
}
.prod-intro-cert {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cert-tag {
    font-size: 13px;
    font-weight: 700;
    color: var(--sk-blue);
    background: var(--sk-blue-light);
    padding: 5px 14px;
    border-radius: 30px;
    letter-spacing: 0.3px;
}
.prod-intro-text {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 16px;
}
.prod-intro-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}
.pib {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
    background: var(--sk-blue-light);
    color: var(--sk-blue);
}
.pib i { font-size: 12px; }

/* Catalogue showcase image */
.prod-catalogue-showcase {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(0,0,0,0.14);
    cursor: pointer;
}
.prod-catalogue-showcase img { width: 100%; display: block; }
.pcs-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(3,101,164,0.92), transparent);
    padding: 40px 24px 24px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s;
}
.prod-catalogue-showcase:hover .pcs-overlay { opacity: 1; }
.pcs-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--sk-blue) !important;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}
.pcs-dl-btn:hover { background: var(--sk-green); color: #fff !important; }

/* ============================================
   Products Page — Category Sections
============================================ */
.prod-category-section {
    padding: 90px 0;
    background: #fff;
}
.prod-category-section--alt {
    background: #f5f7fa;
}

/* Category header */
.prod-cat-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 44px;
    padding-bottom: 24px;
    border-bottom: 2px solid #eef2f7;
}
.prod-cat-header--green { border-bottom-color: var(--sk-green-light); }
.pch-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--sk-dark), #0a3060);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pch-icon--green { background: linear-gradient(135deg, #062b1a, #0d4f31); }
.pch-icon i { font-size: 26px; color: #fff; }
.pch-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--sk-blue);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}
.prod-cat-header--green .pch-tag { color: var(--sk-green); }
.pch-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--sk-dark);
    margin: 0;
    line-height: 1.3;
}
.pch-title span { color: var(--sk-blue); }
.prod-cat-header--green .pch-title span { color: var(--sk-green); }

/* ============================================
   Product Cards
============================================ */
.pcat-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1.5px solid #f0f3f8;
}
.pcat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(3,101,164,0.16);
    border-color: var(--sk-blue-light);
}
.pcat-card--featured { border-top: 4px solid var(--sk-green); }
.pcat-card--wide { flex-direction: row; }

.pcat-card__img-wrap {
    background: linear-gradient(135deg, #e8f0fa, #c8ddf5);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    overflow: hidden;
}
.pcat-card__img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.pcat-card:hover .pcat-card__img-wrap img { transform: scale(1.05); }

.pcat-card__body {
    padding: 20px 20px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pcat-card__code {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    color: var(--sk-blue);
    background: var(--sk-blue-light);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.code-green { color: var(--sk-green) !important; background: var(--sk-green-light) !important; }
.pcat-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.35;
}
.pcat-card__usage {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.pcat-card__usage li {
    font-size: 13px;
    color: #555;
    padding: 5px 0 5px 18px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1.5;
}
.pcat-card__usage li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sk-blue);
}
.pcat-card__usage li:last-child { border-bottom: none; }

.pcat-colors {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pcat-colors__label { font-size: 12px; font-weight: 600; color: #666; }
.color-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #0365a4, #10a56b);
    color: #fff;
}

.pcat-card__footer {
    padding: 12px 20px;
    border-top: 1px solid #f0f0f0;
    background: #fafbfc;
}
.pcat-card__footer a {
    font-size: 13px;
    font-weight: 700;
    color: var(--sk-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s, gap 0.3s;
}
.pcat-card__footer a:hover { color: var(--sk-green); gap: 10px; }
.pcat-card__footer a i { font-size: 11px; }

/* ============================================
   Spec Tables
============================================ */
.prod-spec-table-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border: 1.5px solid #e8eef5;
}
.pstw-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--sk-dark), #0a3060);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pstw-header--green { background: linear-gradient(135deg, #062b1a, #0d4f31); }
.pstw-header i { font-size: 14px; opacity: 0.8; }

.prod-spec-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.prod-spec-table thead th {
    background: var(--sk-blue-light);
    color: var(--sk-blue);
    font-size: 12.5px;
    font-weight: 700;
    padding: 12px 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-bottom: 2px solid var(--sk-blue-light);
}
.prod-spec-table tbody td {
    padding: 11px 16px;
    font-size: 13.5px;
    color: #444;
    border-bottom: 1px solid #f0f4f8;
    vertical-align: middle;
    line-height: 1.55;
}
.prod-spec-table tbody tr:last-child td { border-bottom: none; }
.prod-spec-table tbody tr:hover td { background: #f8fbff; }
.prod-spec-table td:first-child,
.prod-spec-table td:nth-child(2) {
    font-weight: 600;
    white-space: nowrap;
    color: #222;
}
.code-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11.5px;
    font-weight: 800;
    color: var(--sk-blue);
    background: var(--sk-blue-light);
    border-radius: 4px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin: 2px 2px;
}
.code-badge--green { color: var(--sk-green) !important; background: var(--sk-green-light) !important; }

/* ============================================
   Application Panel (airway section)
============================================ */
.prod-app-panel {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    border: 1.5px solid #eef2f7;
}
.pap-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pap-title i { color: var(--sk-green); }
.pap-item {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}
.pap-item:hover { background: var(--sk-blue); }
.pap-item:hover h5,
.pap-item:hover p { color: #fff; }
.pap-item__icon {
    width: 48px;
    height: 48px;
    background: var(--sk-green-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: background 0.3s;
}
.pap-item:hover .pap-item__icon { background: rgba(255,255,255,0.2); }
.pap-item__icon i { font-size: 20px; color: var(--sk-green); transition: color 0.3s; }
.pap-item:hover .pap-item__icon i { color: #fff; }
.pap-item h5 { font-size: 14px; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; transition: color 0.3s; }
.pap-item p  { font-size: 12.5px; color: #666; margin: 0; line-height: 1.6; transition: color 0.3s; }

/* ============================================
   MRI Banner
============================================ */
.mri-banner {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: linear-gradient(135deg, #0b1a2e, #0a3060);
    border-radius: 12px;
    padding: 22px 28px;
    margin-bottom: 40px;
    border-left: 5px solid var(--sk-blue);
}
.mri-banner__icon {
    width: 46px;
    height: 46px;
    background: var(--sk-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mri-banner__icon i { font-size: 22px; color: #fff; }
.mri-banner__text {
    font-size: 14.5px;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
}
.mri-banner__text strong { color: #fff; }

/* Sleeve info grid */
.sleeve-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.sinfo-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #444;
    line-height: 1.55;
}
.sinfo-item i { color: var(--sk-green); font-size: 15px; flex-shrink: 0; margin-top: 1px; }

/* ============================================
   Quality Cards
============================================ */
.prod-quality-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #0b1a2e 0%, #0a3060 100%);
}
.prod-quality-section .section-title__tagline { color: var(--sk-green) !important; }
.prod-quality-section .section-title__title { color: #fff !important; }
.prod-quality-section .section-title__title span { color: var(--sk-green) !important; }

.quality-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 36px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}
.quality-card:hover {
    background: rgba(255,255,255,0.10);
    transform: translateY(-5px);
}
.quality-card--green {
    border-color: rgba(16,165,107,0.3);
    background: rgba(16,165,107,0.06);
}
.quality-card__icon {
    width: 66px;
    height: 66px;
    background: var(--sk-blue);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.quality-card__icon--green { background: var(--sk-green); }
.quality-card__icon i { font-size: 30px; color: #fff; }
.quality-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}
.quality-card__text {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.85;
    margin: 0 0 16px;
    flex: 1;
}
.sterilization-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sterilization-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.82);
    line-height: 1.4;
}
.sterilization-list li i { color: var(--sk-green); font-size: 15px; }
.quality-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    background: rgba(3,101,164,0.35);
    border: 1px solid rgba(3,101,164,0.5);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-top: auto;
}
.quality-card__badge--green {
    background: rgba(16,165,107,0.25);
    border-color: rgba(16,165,107,0.4);
}

/* ============================================
   Catalogue Image Cards
============================================ */
.cat-img-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 36px rgba(0,0,0,0.12);
    transition: transform 0.3s, box-shadow 0.3s;
}
.cat-img-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}
.cat-img-card img { width: 100%; display: block; }
.cat-img-card__label {
    padding: 14px 18px;
    background: var(--sk-dark);
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

/* ============================================
   Products Filter Nav (legacy — kept for compatibility)
============================================ */
.products-filter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    justify-content: center;
}
.products-filter-nav .filter-btn {
    padding: 9px 24px;
    border: 2px solid #ddd;
    border-radius: 30px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    color: #444;
}
.products-filter-nav .filter-btn.active,
.products-filter-nav .filter-btn:hover {
    background: var(--sk-blue);
    border-color: var(--sk-blue);
    color: #fff;
}

/* Product cards — equal height in rows */
.product-item { display: flex; }
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(3,101,164,0.18);
}
.product-card__header {
    background: linear-gradient(135deg, var(--sk-dark) 0%, #0a3060 100%);
    padding: 30px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-card__header .p-icon {
    width: 56px;
    height: 56px;
    background: var(--sk-blue-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(3,101,164,0.4);
}
.product-card__header .p-icon span { font-size: 26px; color: var(--sk-green); }
.product-card__header .p-cat {
    font-size: 11px;
    font-weight: 700;
    color: var(--sk-green);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.product-card__header .p-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.product-card__body {
    padding: 22px 22px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-card__text {
    font-size: 13.5px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 16px;
    flex: 1;
}
.product-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}
.product-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    background: var(--sk-blue-light);
    color: var(--sk-blue);
}
.product-card__badge.green {
    background: var(--sk-green-light);
    color: var(--sk-green);
}

.product-spec-table { width: 100%; border-collapse: collapse; }
.product-spec-table td {
    padding: 7px 10px;
    font-size: 12.5px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}
.product-spec-table td:first-child {
    font-weight: 600;
    color: #333;
    width: 48%;
}
.product-spec-table td:last-child { color: #555; }
.product-spec-table tr:last-child td { border-bottom: none; }

.product-card__footer {
    padding: 14px 22px;
    border-top: 1px solid #f0f0f0;
    background: #fafbfc;
}
.product-card__footer a {
    font-size: 13px;
    font-weight: 600;
    color: var(--sk-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}
.product-card__footer a:hover { color: var(--sk-green); }
.product-card__footer a i { font-size: 11px; }

/* Spec strip */
.spec-strip {
    background: linear-gradient(135deg, var(--sk-dark), #0a3060);
    padding: 50px 0;
}
.spec-strip .spec-item {
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.spec-strip .spec-item:last-child { border-right: none; }
.spec-strip .spec-val {
    font-size: 22px;
    font-weight: 700;
    color: var(--sk-green);
    display: block;
    margin-bottom: 4px;
}
.spec-strip .spec-lbl { font-size: 13px; color: rgba(255,255,255,0.7); }

/* Industry card */
.industry-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    transition: all 0.3s;
    height: 100%;
}
.industry-card:hover {
    box-shadow: 0 8px 30px rgba(3,101,164,0.15);
    transform: translateY(-4px);
}
.industry-card .ic-icon {
    width: 60px;
    height: 60px;
    background: var(--sk-blue-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.industry-card .ic-icon i { font-size: 26px; color: var(--sk-blue); }
.industry-card h5 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: #222; }
.industry-card p  { font-size: 13px; color: #777; margin: 0; line-height: 1.6; }

/* ============================================
   Contact Page
============================================ */
.contact-page-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 22px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: box-shadow 0.3s, border-left 0.3s;
    border-left: 4px solid transparent;
}
.contact-page-info-card:hover {
    box-shadow: 0 8px 28px rgba(3,101,164,0.15);
    border-left-color: var(--sk-blue);
}
.contact-page-info-card .cp-icon {
    width: 48px; height: 48px;
    background: var(--sk-blue);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.contact-page-info-card .cp-icon i { color: #fff; font-size: 20px; }
.contact-page-info-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #222;
}
.contact-page-info-card p { font-size: 13.5px; color: #555; margin: 0; line-height: 1.65; }
.contact-page-info-card a {
    font-size: 13.5px;
    color: #555;
    text-decoration: none;
    line-height: 1.65;
    display: block;
}
.contact-page-info-card a:hover { color: var(--sk-blue); }

.contact-form-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 40px 36px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.contact-form-wrap .form-group { margin-bottom: 18px; }
.contact-form-wrap label {
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}
.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select {
    width: 100%;
    padding: 11px 15px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.25s, box-shadow 0.25s;
    outline: none;
    background: #fafbfc;
    color: #333;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus {
    border-color: var(--sk-blue);
    box-shadow: 0 0 0 3px rgba(3,101,164,0.1);
    background: #fff;
}
.contact-form-wrap textarea { height: 135px; resize: vertical; }

.contact-alert {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-alert.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.contact-alert.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 420px;
    border: none;
    border-radius: 12px;
    display: block;
}

/* Download catalogue button */
.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: linear-gradient(135deg, var(--sk-blue), #0452cc);
    color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 16px;
}
.btn-download:hover {
    background: linear-gradient(135deg, var(--sk-green), #0d8a57);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(3,101,164,0.3);
}

/* Social icon buttons */
.social-icon-btns { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.social-icon-btns a {
    width: 40px; height: 40px;
    border-radius: 8px;
    background: var(--sk-blue-light);
    color: var(--sk-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}
.social-icon-btns a:hover {
    background: var(--sk-blue);
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================
   Footer Text Visibility Fixes
============================================ */

/* Make all non-anchor text inside footer lists visible (spans, icons, plain text) */
.site-footer-two .footer-widget-two__links-list li {
    color: rgba(255, 255, 255, 0.80);
}
.site-footer-two .footer-widget-two__links-list li i,
.site-footer-two .footer-widget-two__links-list li span {
    color: rgba(255, 255, 255, 0.80);
}

/* Ensure anchors stay white and hover turns green */
.site-footer-two .footer-widget-two__links-list a {
    color: rgba(255, 255, 255, 0.80) !important;
}
.site-footer-two .footer-widget-two__links-list a:hover {
    color: var(--sk-green) !important;
}

/* About column text visibility */
.site-footer-two .footer-widget-two__about-text {
    color: rgba(255, 255, 255, 0.80) !important;
}

/* ============================================
   Responsive
============================================ */
@media (max-width: 991px) {
    .page-banner { padding: 100px 0 60px; }
    .page-banner__title { font-size: 40px; }
    .contact-form-wrap { padding: 28px 22px; }
    .product-item { display: block; }
}
@media (max-width: 575px) {
    .page-banner__title { font-size: 30px; }
    .spec-strip .spec-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
}

/* ============================================
   Products Page — Medical Check Valves (mcv)
   Premium UX/UI Design
============================================ */
.mcv-section {
    position: relative;
    padding: 100px 0 120px;
    background: #f4f8fd;
    overflow: hidden;
}

/* Decorative background blobs */
.mcv-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.mcv-blob--tl {
    top: -180px;
    left: -180px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(3,101,164,0.08) 0%, transparent 70%);
}
.mcv-blob--br {
    bottom: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(16,165,107,0.07) 0%, transparent 70%);
}
.mcv-section .container { position: relative; z-index: 1; }

/* ── Section Header ── */
.mcv-header {
    text-align: center;
    margin-bottom: 70px;
}
.mcv-header__sub {
    font-size: 17px;
    color: #6b7a8d;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.75;
    margin-top: 10px;
}

/* ── Cards ── */
.mcv-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0;
    background: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
    box-shadow: 0 6px 48px rgba(3,101,164,0.08);
    overflow: hidden;
    transition: transform 0.38s cubic-bezier(0.23,1,0.32,1),
                box-shadow 0.38s cubic-bezier(0.23,1,0.32,1);
    border: 1.5px solid #edf2f9;
}
.mcv-card:last-child { margin-bottom: 0; }
.mcv-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 72px rgba(3,101,164,0.15);
}

/* top accent line per card variant */
.mcv-card--blue  { border-top: 5px solid var(--sk-blue); }
.mcv-card--green { border-top: 5px solid var(--sk-green); }
.mcv-card--violet{ border-top: 5px solid #6c4ae6; }

/* Ghost number watermark */
.mcv-card__ghost-num {
    position: absolute;
    top: 8px;
    right: 28px;
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    opacity: 0.042;
    color: var(--sk-dark);
    letter-spacing: -4px;
}

/* ── Icon column ── */
.mcv-card__icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 0 0 44px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Vertical connector line between icon and bottom of card */
.mcv-card__step-line {
    width: 2px;
    flex: 1;
    min-height: 60px;
    margin-top: 16px;
    background: linear-gradient(to bottom, rgba(3,101,164,0.2), transparent);
    border-radius: 2px;
}
.mcv-card--green .mcv-card__step-line {
    background: linear-gradient(to bottom, rgba(16,165,107,0.22), transparent);
}

/* ── Icon box ── */
.mcv-icon {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    position: relative;
}
.mcv-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.35s;
}
.mcv-card:hover .mcv-icon::after { opacity: 1; }

.mcv-icon--blue {
    background: linear-gradient(145deg, #1b7fd4 0%, var(--sk-blue) 100%);
    box-shadow: 0 12px 36px rgba(3,101,164,0.38);
}
.mcv-icon--blue::after {
    box-shadow: 0 0 0 6px rgba(3,101,164,0.15);
}
.mcv-icon--green {
    background: linear-gradient(145deg, #1ec982 0%, var(--sk-green) 100%);
    box-shadow: 0 12px 36px rgba(16,165,107,0.38);
}
.mcv-icon--green::after {
    box-shadow: 0 0 0 6px rgba(16,165,107,0.15);
}
.mcv-icon--violet {
    background: linear-gradient(145deg, #8a6aee 0%, #5535d4 100%);
    box-shadow: 0 12px 36px rgba(108,74,230,0.38);
}
.mcv-icon--violet::after {
    box-shadow: 0 0 0 6px rgba(108,74,230,0.15);
}

/* ── Card body ── */
.mcv-card__body {
    flex: 1;
    padding: 44px 52px 44px 36px;
    position: relative;
    z-index: 1;
}

.mcv-card__title {
    font-size: 24px;
    font-weight: 800;
    color: var(--sk-dark);
    margin: 0 0 4px;
    line-height: 1.25;
}

/* Animated underline divider */
.mcv-card__divider {
    width: 52px;
    height: 4px;
    border-radius: 4px;
    background: var(--sk-blue);
    margin: 14px 0 22px;
    transition: width 0.4s cubic-bezier(0.23,1,0.32,1);
}
.mcv-card__divider--green  { background: var(--sk-green); }
.mcv-card__divider--violet { background: #6c4ae6; }
.mcv-card:hover .mcv-card__divider { width: 100px; }

.mcv-card__body p {
    font-size: 15.5px;
    color: #566a80;
    line-height: 1.9;
    margin-bottom: 16px;
}
.mcv-card__body p:last-child { margin-bottom: 0; }

/* Highlighted keywords */
.mcv-card--blue  .mcv-card__body strong { color: var(--sk-blue); }
.mcv-card--green .mcv-card__body strong { color: var(--sk-green); }
.mcv-card--violet .mcv-card__body strong { color: #5535d4; }

/* ── Sterilization List ── */
.mcv-sterilization-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.mcv-sterilization-list li {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 13px 26px 13px 16px;
    background: #f4f8fd;
    border: 1.5px solid #dde8f5;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--sk-dark);
    transition: all 0.32s cubic-bezier(0.23,1,0.32,1);
    cursor: default;
}
.mcv-sterilization-list li:hover {
    background: linear-gradient(135deg, var(--sk-blue), var(--sk-green));
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(3,101,164,0.28);
}
.mcv-steri-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sk-blue), var(--sk-green));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.32s;
}
.mcv-steri-icon i {
    font-size: 12px;
    color: #fff;
}
.mcv-sterilization-list li:hover .mcv-steri-icon {
    background: rgba(255,255,255,0.28);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .mcv-card__body { padding: 36px 36px 36px 28px; }
    .mcv-card__icon-col { padding: 36px 0 0 32px; }
    .mcv-card__title { font-size: 21px; }
}
@media (max-width: 767px) {
    .mcv-section { padding: 70px 0 80px; }
    .mcv-header { margin-bottom: 48px; }
    .mcv-card {
        flex-direction: column;
        border-top-width: 5px;
        border-left: none;
    }
    .mcv-card__icon-col {
        flex-direction: row;
        padding: 32px 32px 0;
        gap: 16px;
        align-items: center;
    }
    .mcv-card__step-line { display: none; }
    .mcv-card__body { padding: 20px 32px 36px; }
    .mcv-card__ghost-num { font-size: 80px; top: 4px; right: 16px; }
    .mcv-sterilization-list { flex-direction: column; }
    .mcv-sterilization-list li { justify-content: flex-start; }
    .mcv-icon { width: 72px; height: 72px; font-size: 30px; border-radius: 18px; }
}
@media (max-width: 480px) {
    .mcv-card__body { padding: 16px 22px 28px; }
    .mcv-card__icon-col { padding: 26px 22px 0; }
    .mcv-card__title { font-size: 19px; }
    .mcv-card__body p { font-size: 14.5px; }
    .mcv-header__sub { font-size: 15px; }
}

/* ============================================
   Products Page — Gallery Section (pgl)
============================================ */
.prod-gallery-section {
    position: relative;
    padding: 100px 0 120px;
    background: #fff;
    overflow: hidden;
}
.pgl-bg-blob--bl {
    position: absolute;
    bottom: -160px;
    left: -160px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16,165,107,0.06) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.prod-gallery-section .container { position: relative; z-index: 1; }

/* Header */
.prod-gallery-header { text-align: center; margin-bottom: 16px; }
.prod-gallery-sub {
    text-align: center;
    font-size: 16px;
    color: #6b7a8d;
    margin-top: 10px;
    margin-bottom: 44px;
    line-height: 1.7;
}

/* Filter buttons */
.pgl-filter-wrap { display: flex; justify-content: center; margin-bottom: 48px; }
.pgl-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: #f4f8fd;
    padding: 8px;
    border-radius: 50px;
    border: 1.5px solid #e8eef5;
}
.pgl-btn {
    padding: 9px 22px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}
.pgl-btn:hover { color: var(--sk-blue); }
.pgl-btn.active {
    background: var(--sk-blue);
    color: #fff;
    box-shadow: 0 4px 16px rgba(3,101,164,0.28);
}

/* Grid */
.pgl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* Individual item */
.pgl-item {
    transition: opacity 0.35s, transform 0.35s;
}
.pgl-item.pgl-hidden {
    display: none;
}

/* Card */
.pgl-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 22px rgba(0,0,0,0.09);
    cursor: pointer;
    border: 1.5px solid #edf2f9;
    transition: transform 0.38s cubic-bezier(0.23,1,0.32,1),
                box-shadow 0.38s cubic-bezier(0.23,1,0.32,1);
}
.pgl-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(3,101,164,0.16);
    border-color: var(--sk-blue-light);
}
.pgl-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23,1,0.32,1);
    background: #e8f0fa;
}
.pgl-card:hover img { transform: scale(1.07); }

/* Hover overlay */
.pgl-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(11,26,46,0.88) 0%,
        rgba(11,26,46,0.45) 50%,
        rgba(11,26,46,0.06) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px 22px;
    opacity: 0;
    transition: opacity 0.35s;
}
.pgl-card:hover .pgl-overlay { opacity: 1; }

/* Zoom icon */
.pgl-zoom-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
    align-self: center;
    margin-top: auto;
}
.pgl-zoom-icon i { font-size: 18px; color: #fff; }
.pgl-card:hover .pgl-zoom-icon {
    background: var(--sk-blue);
    border-color: var(--sk-blue);
    transform: scale(1.1);
}

/* Bottom info bar */
.pgl-info {
    width: 100%;
    margin-top: auto;
}
.pgl-cat-tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 12px;
    border-radius: 30px;
    margin-bottom: 7px;
}
.pgl-cat-tag--blue   { background: var(--sk-blue);  color: #fff; }
.pgl-cat-tag--green  { background: var(--sk-green); color: #fff; }
.pgl-cat-tag--violet { background: #6c4ae6;         color: #fff; }
.pgl-cat-tag--teal   { background: #077a7a;         color: #fff; }

.pgl-img-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.35;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .prod-gallery-section { padding: 70px 0 80px; }
    .pgl-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 575px) {
    .prod-gallery-section { padding: 50px 0 60px; }
    .pgl-grid { grid-template-columns: 1fr; gap: 16px; }
    .pgl-filter { padding: 6px; gap: 6px; }
    .pgl-btn { padding: 8px 16px; font-size: 12px; }
}

/* ============================================
   Products Page — Specification Tables Section (mts)
============================================ */
.mts-section {
    position: relative;
    padding: 100px 0 120px;
    background: #f4f8fd;
    overflow: hidden;
}

.mts-bg-blob--tr {
    position: absolute;
    top: -140px;
    right: -140px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(3,101,164,0.07) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.mts-section .container { position: relative; z-index: 1; }

/* Section header */
.mts-section-header {
    text-align: center;
    margin-bottom: 64px;
}
.mts-section-header__sub {
    font-size: 16px;
    color: #6b7a8d;
    margin-top: 10px;
    line-height: 1.7;
}

/* Individual table block */
.mts-block {
    margin-bottom: 52px;
}
.mts-block:last-child { margin-bottom: 0; }

/* ── Category header bar ── */
.mts-cat-hdr {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 28px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(135deg, var(--sk-dark) 0%, #0a3060 100%);
    position: relative;
    overflow: hidden;
}
.mts-cat-hdr::after {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
}
.mts-cat-hdr--green  { background: linear-gradient(135deg, #062b1a 0%, #0d4f31 100%); }
.mts-cat-hdr--violet { background: linear-gradient(135deg, #16082e 0%, #3b1882 100%); }
.mts-cat-hdr--teal   { background: linear-gradient(135deg, #05202a 0%, #094858 100%); }

/* Icon box */
.mts-cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255,255,255,0.13);
    border: 1.5px solid rgba(255,255,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mts-cat-icon i { font-size: 24px; color: #fff; }
.mts-cat-icon--green  { background: rgba(16,165,107,0.22);  border-color: rgba(16,165,107,0.4); }
.mts-cat-icon--violet { background: rgba(108,74,230,0.22);  border-color: rgba(108,74,230,0.4); }
.mts-cat-icon--teal   { background: rgba(0,185,185,0.18);   border-color: rgba(0,185,185,0.38); }

/* Text block */
.mts-cat-text { flex: 1; min-width: 0; }
.mts-cat-num {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 5px;
}
.mts-cat-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}
.mts-cat-title span { color: var(--sk-green); }

/* Right-side category badge */
.mts-cat-badge {
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: rgba(3,101,164,0.35);
    border: 1px solid rgba(3,101,164,0.55);
    white-space: nowrap;
    flex-shrink: 0;
}
.mts-cat-badge--green  { background: rgba(16,165,107,0.3);  border-color: rgba(16,165,107,0.55); }
.mts-cat-badge--violet { background: rgba(108,74,230,0.3);  border-color: rgba(108,74,230,0.55); }
.mts-cat-badge--teal   { background: rgba(0,185,185,0.22);  border-color: rgba(0,185,185,0.45); }

/* Table wrap — connected to header */
.mts-table-wrap {
    border-radius: 0 0 16px 16px !important;
    border-top: none !important;
    box-shadow: 0 8px 36px rgba(0,0,0,0.10) !important;
}

/* Extra code-badge color variants */
.code-badge--violet {
    color: #6c4ae6 !important;
    background: rgba(108,74,230,0.10) !important;
}
.code-badge--teal {
    color: #077a7a !important;
    background: rgba(0,185,185,0.10) !important;
}

/* Colors badge in sleeve table */
.mts-colors-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    background: linear-gradient(135deg, var(--sk-blue), var(--sk-green));
    color: #fff;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
}

/* "Used With" cell — badges wrap nicely */
.mts-used-with-cell .code-badge {
    display: inline-block;
    margin: 3px 3px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .mts-section { padding: 70px 0 80px; }
    .mts-section-header { margin-bottom: 48px; }
    .mts-cat-hdr { padding: 18px 22px; gap: 14px; }
    .mts-cat-title { font-size: 17px; }
}
@media (max-width: 767px) {
    .mts-cat-hdr { flex-wrap: wrap; gap: 12px; }
    .mts-cat-badge { display: none; }
    .mts-cat-title { font-size: 15px; }
    .mts-block { margin-bottom: 40px; }
}
@media (max-width: 480px) {
    .mts-section { padding: 50px 0 60px; }
    .mts-section-header { margin-bottom: 36px; }
    .mts-cat-hdr { padding: 16px 18px; }
    .mts-cat-icon { width: 46px; height: 46px; }
    .mts-cat-icon i { font-size: 20px; }
    .mts-cat-title { font-size: 14px; }
}
