@media (max-width: 767px)  {
    h2.custom-font-slider-1 {
        font-size: 16px !important;
        font-weight: 500;
    }
}


/**/
.custom-radius-sm-left {
    border-radius: 10px 0 0 10px !important;
}
.custom-radius-sm-right {
    border-radius: 0 10px 10px 0 !important;
}
.bg-light-green {
    background-color: rgba(1,137,93, 0.1) !important;
}
.bg-light-gray {
    background-color: rgba(253,192,17, 0.1) !important;
	padding: 30px 50px 30px 50px;
}

@media (max-width: 767px) {
	.bg-light-gray {
		padding: 20px;
	}
}

/*inds-card*/

.counters label{
	font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
}


/*Divider line animated*/
.customLineAnimation {
    animation-name: customLineAnimation;
}
.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid var(--grey-500);
}
.custom-line {
    border-bottom-color: var(--primary);
}
.customLineAnimation {
		animation-name: customLineAnimation;
}

@keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}
/*Projects icons cards*/
.project-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(12, 177, 153, 0.1);
	padding: 30px;
	border-radius: 10px;
	height: 250px !important;
}
.project-card img {
    max-width: 80px;
}
.project-card h4 {
    font-size: 18px;
    font-weight: 500;
}

/*Typography*/
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
	line-height: 1.3;
}
h2 {
	font-size: 36px;
	font-weight: 600;
}
.lead-2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7 !important;
}
.lead-3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7 !important;
}
body {
	color: #000;
    font-size: 16px;
}
p{
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}
.lead {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.7 !important;
}
.sub-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.fs-6 {
    font-size: 1.1rem !important;
}
li {
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		font-weight: 600;
	}
	.lead-2 {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7 !important;
	}
	.lead-3 {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.7 !important;
	}
	.lead {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6 !important;
	}
	p{
		color: #000;
		font-size: 14px;
		line-height: 1.7;
	}
}

/**/

/*Light backgrounds*/
.bg-custom-light {
	background: #E6F7F5 !important;
}
.bg-light-p {
	background: var(--primary-rgba-10);
}
.bg-light-s {
	background: #effafd !important;
}
.bg-green {
	background: #01895d !important;
}

/*Slider*/

.thumb-info .thumb-info-title {
    font-weight: 600;
    left: 0;
    letter-spacing: 0.5px;
}


.graphic-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
	.graphic-overlay {
		height: 200px;
		width: 150px;
	}
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
    background-color: #0991CC !important;
    border-color: #0991CC !important;
}

/**/

/*Colors and bg*/
.gradient-bg-1 {
	background-image: linear-gradient(192deg,#0991CC 26%,#04225c 100%) !important;
}
.gradient-bg-2 {
	background: #53b393;
	background: linear-gradient(45deg,#0991CC 0%,#53b093 100%) !important;
}



section.section {
    background: #F2F2F2;
}

.text-grey, .text-color-grey {
    color: #96989a !important;
}
.overlay-gradient-bottom-content:before {
    opacity: 1 !important;
    background: var(--dark);
    background: linear-gradient(to bottom, rgba(12,177,153,0.5) 30%, rgba(0,0,0,0.9) 100%);
}


.banner-heading {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
}
.banner-sub-heading {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 1px;
}

/*Header*/

@media (min-width: 992px) {
	
	 #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
			color: #444;
			font-size: 16px;
			letter-spacing: 0.5px;
		}
	.custom-header-btn {
		position: relative;
		font-size: 16px;
		letter-spacing: 1px;
	}
	@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 18px 10px 18px;
        letter-spacing: 0;
    }
}
}	

@media (max-width: 991px) {
  #header .header-logo img {
    width: 250px;
  }
  #header .header-nav-main::before {
    background: #EDEBE7;
  }
   #header .header-nav-main nav > ul li a {
    font-size: 16px;
    text-transform: none !important;
    font-weight: 600 !important;
    padding: 15px 10px;
    border-bottom: 1px solid #e5e0d7;
  }
  .dropdown-item {
    font-size: 14px !important;
    }
}


@media (min-width: 1300px) {
    .container {
        max-width: 1300px !important;
    }
}



.w-80 {	
	width: 80% !important;
}
.title_headline {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
}
.extra-small-heading {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}
.custom-product-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;

    background: linear-gradient(
        to top,
        rgba(22,39,63,0.95) 0%,   /* very dark at bottom */
        rgba(22,39,63,0.75) 15%,
        rgba(22,39,63,0.5) 50%,
        rgba(22,39,63,0.15) 75%,
        rgba(22,39,63,0) 100%     /* fully transparent at top */
    );

    pointer-events: none;
    transition: opacity 300ms ease;
}
.md-heading {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.bg-extra-light {
	background: #edebe7 !important;
}
.custom-el-pos-1 {
  margin-top: -140px;
}

/*Footer*/


#footer {
    background: #0d1b2e;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

/* Diagonal steel lines — industrial feel */
#footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        135deg,
        rgba(37,99,235,0.06) 0px,
        rgba(37,99,235,0.06) 1px,
        transparent 1px,
        transparent 60px
    );
    pointer-events: none;
    z-index: 0;
}

/* Blue glow bottom-left */
#footer::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(37,99,235,0.14) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    pointer-events: none;
    z-index: 0;
}

#footer .container,
#footer hr,
#footer .footer-copyright {
    position: relative;
    z-index: 1;
}

/* Section headings — bright white, clearly visible */
#footer h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700 !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #2563eb;
    display: inline-block;
}

/* Company name */
#footer p .font-weight-semi-bold {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}

/* Address & body text — properly readable */
#footer p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

/* All links — bright enough to read */
#footer a:not(.btn):not(.no-footer-css) {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 4px 0;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    color: var(--light) !important;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    transform: none;
    text-decoration: none;
}


/* Icons */
#footer .icon {
    color: #2563eb !important;
}

/* Divider */
#footer hr {
    border-color: rgba(255,255,255,0.1);
    margin: 0;
}

/* Top border accent */
#footer.footer-pipe {
    border-top: 3px solid #2563eb !important;
}

@media (max-width: 767px) {
    #footer h4 {
        font-size: 14px;
    }
    #footer a:not(.btn):not(.no-footer-css) {
        font-size: 12px; 
    }
    #footer a:not(.btn):not(.no-footer-css):hover {
        font-size: 12px;
        font-weight: 600;
    }
}

/* Center column divider */
@media (min-width: 992px) {
    .custom-center-border {
        position: absolute;
        top: 0;
        left: 45%;
        transform: translateX(-50%);
        height: calc(100% - 75px);
        border-left: 1px solid rgba(255,255,255,0.08);
    }
}

/* Copyright bar */
#footer .footer-copyright {
    background: rgba(0,0,0,0.3) !important;
}

#footer .footer-copyright p {
    color: #fff;
    font-size: 14px;
}

#footer .footer-copyright a {
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
}

.wa-float {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transition: background 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    padding: 9px 15px !important;
}

.wa-float a:hover {
    background: #1ebe5d;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.22);
}

.wa-float i {
    font-size: 20px;
    line-height: 1;
}

.wa-float span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
    .wa-float {
        bottom: 30px;
        right: 20px;
        width: 52px;
        height: 52px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    .wa-float span {
        display: none;
    }
    .wa-float i {
        font-size: 24px;
        margin: 0;
        line-height: 1;
    }
}

/* ── Page Header ─────────────────────────────────────── */
.page-header.page-header-modern.page-header-background {
    position: relative;
    overflow: hidden;
}

/* Static diagonal grain — matches footer texture */
.page-header.page-header-modern.page-header-background::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.025) 0px,
        rgba(255, 255, 255, 0.025) 1px,
        transparent 1px,
        transparent 60px
    );
    pointer-events: none;
    z-index: 0;
}

/* Teal glow pulse — bottom center */
.page-header.page-header-modern.page-header-background::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(ellipse, rgba(12, 177, 153, 0.18) 0%, transparent 70%);
    animation: glowPulse 3.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1);   }
    50%       { opacity: 1;   transform: translateX(-50%) scale(1.15); }
}

/* Content above layers */
.page-header.page-header-modern.page-header-background .container {
    position: relative;
    z-index: 1;
}

/* ── h1 styles ───────────────────────────────────────── */
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 45px 0;
    background: #16273f !important;
}

.page-header.page-header-modern h1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
}

/* Teal underline draw */
.page-header.page-header-modern h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: var(--secondary);
    animation: underlineDraw 0.8s ease-out 0.3s forwards;
}

@keyframes underlineDraw {
    0%   { width: 0; }
    100% { width: 60%; }
}

/* ── Breadcrumb ──────────────────────────────────────── */
.breadcrumb-outside {
    background: #fff !important;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    text-transform: none;
    text-shadow: none;
}

@media (max-width: 767px) {
    .page-header.page-header-modern h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .breadcrumb > li {
        font-size: 10px;
    }
}

/* ── Contact Page ────────────────────────────────────── */
/* ── Contact Page ────────────────────────────────────── */

/* Icon circle */
.contact-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--secondary-rgba-10);
    border: 1px solid var(--secondary-rgba-30);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon-box i {
    font-size: 18px;
    color: var(--secondary);
}

/* Form card */
.contact-form-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 4px;
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 30px rgba(0,0,0,0.07);
}

/* Labels */
.contact-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
    letter-spacing: 0;
}

/* Inputs */
.contact-input {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    font-family: inherit;
    color: #000;
    background: #fff;
    border: 1.5px solid #dde1e7;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    z-index: 3;
}
.contact-input::placeholder {
    color: #aab0b8;
    font-size: 14px;
}
.contact-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-rgba-10);
}
textarea.contact-input {
    resize: vertical;
    min-height: 130px;
}

/* Validation */
.contact-error {
    display: none;
    font-size: 13px;
    color: #dc3545;
    margin-top: 5px;
}
.contact-error.visible {
    display: block;
}
.contact-input.input-error {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220,53,69,0.08);
}

@media (max-width: 767px) {
    .contact-form-card {
        padding: 24px 18px;
    }
}

/* ── Pipe Standards ──────────────────────────────────── */

.ps-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0 22px;
}
.ps-table-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 5px;
    line-height: 1.3;
}
.ps-table-subtitle {
    font-size: 14px;
    color: #000;
    margin: 0;
}

/* Filter box — label + input stacked */
.ps-filter-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 300px;
}
.ps-filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.ps-filter-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #dde1e7;
    border-radius: 4px;
    padding: 10px 14px;
}
.ps-filter-wrap i {
    color: #96989a;
    font-size: 13px;
    flex-shrink: 0;
}
.ps-filter-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #000;
    width: 100%;
    font-family: inherit;
}
.ps-filter-input::placeholder {
    color: #aab0b8;
}
.ps-filter-input:focus {
    outline: none;
}

/* Scroll hint */
.ps-scroll-hint {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

/* Table wrap */
.ps-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dde1e7;
    border-radius: 4px;
}

/* Table */
.ps-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
}

/* ── THEAD — single uniform color ── */
.ps-table thead th {
    background: var(--primary);
    color: #fff;
    padding: 13px 18px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.ps-table thead th:last-child {
    border-right: none;
}
.ps-table thead th.ps-th-left {
    text-align: left;
}

/* Sticky thead first col */
.ps-table thead th.ps-th-sticky {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--primary);
    border-right: 2px solid rgba(255,255,255,0.25);
}

.ps-th-unit {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.75;
    margin-top: 2px;
}

/* ── TBODY ── */
.ps-table tbody td {
    padding: 13px 18px;
    text-align: center;
    color: #000;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.4;
    border-right: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
}
.ps-table tbody td:last-child {
    border-right: none;
}

/* Alternating rows */
.ps-table tbody tr:nth-child(odd) td {
    background: #fff;
}
.ps-table tbody tr:nth-child(even) td {
    background: #f5f7fa;
}

/* Hover
.ps-table tbody tr:hover td {
    background: var(--primary-rgba-10) !important;
} */

/* Row group separator */
.ps-table tbody tr.rg-start td {
    border-top: 2px solid #dde1e7;
}
.ps-table tbody tr.rg-start:first-child td {
    border-top: none;
}

/* Sticky body first col */
.ps-td-sticky {
    position: sticky;
    left: 0;
    z-index: 2;
    border-right: 2px solid #dde1e7 !important;
    text-align: left !important;
}
.ps-table tbody tr:nth-child(odd) .ps-td-sticky {
    background: #fff;
}
.ps-table tbody tr:nth-child(even) .ps-td-sticky {
    background: #f5f7fa;
}


/* NB + inch */
.ps-td-nb {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary);
}
.ps-td-inch {
    color: #000;
    font-size: 14px;
    text-align: left !important;
}

/* Class L / M / H — aligned center, no background */
.ps-cl {
    font-weight: 700;
    font-size: 15px;
    text-align: center !important;
}
.ps-cl-l { color: #0ca678; }
.ps-cl-m { color: var(--primary); }
.ps-cl-h { color: #dc3545; }

/* Filter hidden rows */
.ps-table tbody tr.ps-hidden {
    display: none;
}

/* Footnote */
.ps-footnote {
    margin-top: 20px;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
    .ps-section-head {
        flex-direction: column;
        align-items: stretch;
    }
    .ps-filter-box {
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .ps-table-title { font-size: 18px; }
    .ps-table { font-size: 14px; }
    .ps-table tbody td {
        padding: 11px 13px;
        font-size: 14px;
    }
    .ps-table thead th {
        padding: 11px 13px;
    }
    .ps-td-nb { font-size: 14px; }
}

/* ── Glossary ────────────────────────────────────────── */
.gloss-list {
    border: 1px solid #dde1e7;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.gloss-item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid #eef0f4;
    transition: background 0.2s ease;
}
.gloss-item:last-child {
    border-bottom: none;
}
.gloss-item:hover {
    background: var(--primary-rgba-10);
}
.gloss-term {
    flex: 0 0 250px;
    min-width: 250px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    background: #f5f7fa;
    line-height: 1.5;
    align-self: stretch; 
}
.gloss-def {
    flex: 1;
    padding: 15px 60px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    border-left: 2px solid #dde1e7;
}
.gloss-item.gloss-hidden {
    display: none;
}
.gloss-no-results {
    font-size: 14px;
    color: #96989a;
    margin-top: 16px;
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .gloss-item {
        flex-direction: column;
        gap: 4px;
    }
    .gloss-term {
        flex: none;
        min-width: unset;
        width: 100%;
        padding: 14px 16px 4px;
        border-right: none;
        font-size: 14px;
    }
    .gloss-def {
        padding: 0 16px 14px;
        font-size: 14px;
        border-left: none;
    }
}

/* ══════════════════════════════════════
   PRODUCT INNER PAGE — Sidebar & Cards
══════════════════════════════════════ */

/* Sidebar */
.cp-sidebar {
    border: 1px solid #dde1e7;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.cp-sidebar-title {
    background: var(--primary-300);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 20px;
    margin: 0;
}
.cp-sidebar-nav {
    display: flex;
    flex-direction: column;
}
.cp-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #eef0f4;
    transition: background 0.2s, color 0.2s;
    gap: 10px;
}
.cp-sidebar-link:last-child {
    border-bottom: none;
}
.cp-sidebar-link i {
    font-size: 14px;
    color: #bbb;
    flex-shrink: 0;
    transition: color 0.2s;
}
.cp-sidebar-link:hover {
    background: #f5f7fa;
    color: var(--primary);
}
.cp-sidebar-link:hover i {
    color: var(--primary);
}
.cp-sidebar-link.active {
    background: #f5f7fa;;
    color: var(--primary);
    font-weight: 700;
}
.cp-sidebar-link.active i {
    color: var(--primary);
}
a:not(.btn):hover {
    text-decoration: none;
}

/* Mobile dropdown nav */
.cp-mobile-nav {
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 6px;
    padding: 14px 18px;
    margin-bottom: 8px;
}
.cp-mobile-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--primary);
    margin-bottom: 10px;
}
.cp-mobile-select-wrap {
    position: relative;
}
.cp-mobile-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: #f5f7fa;
    border: 1px solid #dde1e7;
    border-radius: 5px;
    padding: 11px 40px 11px 14px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    cursor: pointer;
    outline: none;
}
.cp-mobile-select:focus {
    border-color: var(--primary);
}
.cp-mobile-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--primary);
    pointer-events: none;
}

/* Page heading */
.cp-content-head {
    padding-bottom: 18px;
}
.cp-page-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
    letter-spacing: 0.03em;
}
.cp-page-desc {
    margin: 0;
    max-width: 680px;
}

/* Sub-product cards */
.cp-card {
    border: 1px solid #eef0f4;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.25s;
}
.cp-card .card-body  {
    padding: 30px !important;
    border-top: 1px solid #eef0f4;
}
.cp-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}
.cp-card .card-img-top img {
    object-fit: cover;
    width: 100%;
}
.cp-card p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    color: var(--primary);
}
.cp-card .card-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.cp-card i {
    font-size: 20px;
}

@media (max-width: 991px) {
    .cp-page-title {
        font-size: 20px !important;
        font-weight: 600;
    }    
}
/* ══════════════════════════════════════
   PRODUCT DETAIL PAGE
══════════════════════════════════════ */

/* Product image */
.cp-detail-img-wrap {
    border: 1px solid #eef0f4;
    border-radius: 6px;
    overflow: hidden;
    padding: 16px;
    text-align: center;
}
.cp-detail-img-wrap img {
    max-height: 280px;
    width: 100%;
    object-fit: contain;
}

/* Section blocks */
.cp-detail-block {
    padding: 24px 0;
    border-bottom: 1px solid #eef0f4;
}
.cp-detail-block:last-child {
    border-bottom: none;
}
.cp-section-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    padding-left: 14px;
    border-left: 3px solid var(--primary);
    margin-bottom: 14px;
    line-height: 1.4;
    text-transform: none;
}
.cp-body-text {
    line-height: 1.85;
    margin: 0;
}
.cp-point-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-300);
}
.cp-body-list {
    padding-left: 1.25rem;
    margin: 0;
}
.cp-body-list li {
    font-size: var(--text-base, 0.95rem);
    color: var(--color-text, #3d3d3d);
    line-height: 1.7;
    margin-bottom: 0.4rem;
}

/* ── STEEL TUBES — Specification Cards ── */
.st-card {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.28s ease;
    cursor: pointer;
}

.st-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.11);
    border-color: var(--primary);
}

/* Standard number badge — top section */
.st-card-standard {
    padding: 1rem 1.25rem 0.85rem;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1;
    color: var(--primary);
    background: var(--primary-rgba-10, rgba(9,145,204,0.07));
    border-bottom: 1px solid rgba(0,0,0,0.07);
    transition: background 0.28s ease, color 0.28s ease;
}

.st-card:hover .st-card-standard {
    background: var(--primary);
    color: #ffffff;
}

/* Card body — title + arrow */
.st-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    flex: 1;
}

.st-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    transition: color 0.28s ease;
}

.st-card:hover .st-card-title {
    color: var(--primary);
}

.st-card-arrow-icon {
    flex-shrink: 0;
    transition: color 0.28s ease;
}

.st-card:hover .st-card-arrow-icon {
    color: var(--primary) !important;
}

/* ── STEEL TUBES — Spec Table ── */
.st-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.st-spec-table tr {
    border-bottom: 1px solid #eeeeee;
    transition: background 0.2s ease;
}

.st-spec-table tr:last-child {
    border-bottom: none;
}

.st-spec-table tr:hover {
    background: var(--primary-rgba-10, rgba(9,145,204,0.05));
}

.st-spec-label {
    padding: 0.65rem 1rem 0.65rem 0;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    width: 40%;
    vertical-align: top;
}

.st-spec-value {
    padding: 0.65rem 0;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
}

/* ── PRODUCT SPEC TABLE ── */
.pst-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
    border: 1px solid #c8d0da;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.pst-table {
    width: 100%;
    min-width: 1100px;      /* forces horizontal scroll on small screens */
    border-collapse: collapse;
    font-size: 13px;
    table-layout: auto;     /* browser sizes columns by content — no cramping */
}

/* ── Header cells ── */
.pst-th {
    background: var(--primary);
    color: #ffffff;
    text-align: center;
    padding: 9px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    border: 1px solid rgba(255,255,255,0.18);
    vertical-align: middle;
}

/* CEW section sub-headers — lighter shade of primary */
.pst-th-cew {
    background: #1e4d7b;
    font-size: 11.5px;
}

/* ── Data cells ── */
.pst-td {
    background: #f6f8fa;
    padding: 8px 8px;
    font-size: 13px;
    border: 1px solid #d4dbe3;
    vertical-align: middle;
    line-height: 1.5;
    color: #1a1a1a;
}

.pst-td-center {
    text-align: center;
}

/* Specification cell */
.pst-td-spec {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--primary);
    line-height: 1.5;
}

/* ERW Thickness merged note */
.pst-td-thickness-note {
    text-align: center;
    font-size: 12.5px;
    color: #333;
    line-height: 1.6;
    padding: 10px 12px;
}

/* CEW "Crushing Test" big merged cell */
.pst-td-cew-label {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

/* Alternating rows */
.pst-table tbody tr:nth-child(even) .pst-td {
    background: #edf1f5;
}

/* Legend */
.pst-td-legend {
    text-align: center;
    font-size: 12.5px;
    color: #555;
    padding: 10px 14px;
    background: #eef1f5;
    border-top: 2px solid #c8d0da;
}


/* Info strip badges — for standard/spec callout bars */
.cp-info-strip {
    display: flex;
    flex-direction: column;
    gap: var(--space-2, 0.5rem);
}

.cp-info-badge {
    display: block;
    background: #eef1f5;
    border-left: 3px solid var(--primary);
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border-radius: 0 4px 4px 0;
}





