/* ── CSS VARIABLES ────────────────────────────────────── */
:root {
  --navy: #0A1F44;
  --navy-mid: #112558;
  --blue: #1652A8;
  --gold: #E8960C;
  --gold-lt: #FFF3D6;
  --white: #ffffff;
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-400: #9CA3AF;
  --gray-600: #4B5563;
  --gray-800: #1F2937;
  --green: #059669;
  --green-lt: #ECFDF5;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(10,31,68,0.08);
  --shadow-lg: 0 16px 56px rgba(10,31,68,0.12);
}

.stipl-card:hover {
    transform: translateY(-5px); 
}

.faq-accordion-button,
.faq-accordion-button:hover,
.faq-accordion-button:active,
.faq-accordion-button:visited {
    box-shadow: none !important;
}

.faq-accordion-button:focus,
.faq-accordion-button.focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.18rem rgba(245, 157, 12, 0.22) !important;
}

.faq-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(12, 30, 61, 0.12);
    background: #000;
}

.faq-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.get-quote-wrapper {
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 16px 32px rgba(12, 30, 61, 0.08);
    background: #ffffff;
}

.get-quote-form label {
    display: block;
    margin-bottom: 10px;
    color: #102754;
    font-size: 15px;
    font-weight: 700;
}

.get-quote-form input,
.get-quote-form textarea {
    width: 100%;
    border: 1px solid rgba(16, 39, 84, 0.14);
    border-radius: 14px;
    background: #f8fafc;
    padding: 14px 16px;
    font-size: 15px;
    color: #102754;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.get-quote-form input {
    min-height: 54px;
}

.get-quote-form textarea {
    min-height: 180px;
    resize: vertical;
}

.get-quote-form input:focus,
.get-quote-form textarea:focus {
    outline: 0;
    border-color: rgba(175, 26, 46, 0.45);
    box-shadow: 0 0 0 0.18rem rgba(175, 26, 46, 0.12);
    background: #ffffff;
}

.get-quote-btn {
    margin-top: 6px;
}

.get-quote-submit {
    min-width: 180px;
    min-height: 54px;
    border: 1px solid #af1a2e !important;
    border-radius: 999px !important;
    background: #af1a2e !important;
    color: #ffffff !important;
    padding: 0 28px !important;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.get-quote-submit:hover,
.get-quote-submit:focus {
    background: #951628 !important;
    border-color: #951628 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Form error styles */
.error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
}

.error-border {
    border-color: #dc3545 !important;
}

.error-border:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.25) !important;
}

h2.section-title {
    font-family: 'DM Serif Display', serif; 
    margin-bottom: 16px;
}

h2.section-title em {
    color: #E8960C;
    font-style: italic;
    font-weight: 800;
}

.btn-primary {
    background: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
} 

.site-footer-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-widget-block {
    height: 100%;
}

.footer-link-list {
    margin-left: 0 !important;
}

.footer-link-list .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link-list .menu li {
    margin-bottom: 10px;
}

.footer-link-list .menu li:last-child {
    margin-bottom: 0;
}

.footer-about-copy p {
    line-height: 1.8;
}

.footer-follow-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer-social-links a:hover {
    transform: translateY(-2px);
    background: rgba(239, 127, 26, 0.18);
}

.site-footer-bottom {
    padding-left: 12px;
    padding-right: 12px;
}

.site-footer-bottom p {
    font-size: 15px;
    line-height: 1.6;
    word-break: break-word;
} 
.cm-page {
    background: #ffffff;
    color: #102754;
}

.cm-hero {
    display: grid;
    /* grid-template-columns: 1.05fr 0.95fr; */
    min-height: 100vh;
    padding-top: 68px;
}

.cm-hero-right {
    background: linear-gradient(180deg, #0a1f44 0%, #102754 100%);
    padding: 80px 7% 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cm-eyebrow,
.cm-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e8960c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; 
}

.cm-eyebrow-line {
    width: 28px;
    height: 2px;
    background: #e8960c;
}
.cm-hero h1{ color: #102754; line-height: 1.08; font-size: 40px; font-weight: 800; margin-bottom: 20px;}
 
.cm-section-head h2,
.cm-cta-box h2 {
    color: #102754;
    line-height: 1.08;
    font-size: clamp(2.2rem, 4.8vw, 4rem); 
}

.cm-hero h1 {
    color: #ffffff;
}

.cm-hero h1 em {
    color: #e8960c;
    font-style: normal;
}

.cm-hero-desc,
.cm-section-head p,
.cm-cta-box p {
    font-size: 16px;
    line-height: 1.8;
}

.cm-hero-desc {
    color: rgba(255, 255, 255, 0.72);
    max-width: 560px;
    margin-bottom: 30px;
}

.cm-hero-actions,
.cm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cm-btn:hover {
    transform: translateY(-2px);
}

.cm-btn-primary {
    background: #e8960c;
    color: #102754 !important;
    box-shadow: 0 10px 24px rgba(232, 150, 12, 0.24);
}

.cm-btn-secondary,
.cm-btn-secondary-dark {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
}

.cm-btn-secondary-dark {
    background: #102754;
    border-color: #102754;
}

.cm-hero-caps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.cm-hero-cap {
    padding: 20px 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
}

.cm-hero-cap-val {
    color: #e8960c;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.cm-hero-cap-lbl {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
}

.cm-hero-left {
    position: relative;
    min-height: 420px;
    background: #f3f4f6;
}

.cm-hero-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-hero-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(16, 39, 84, 0.18);
}

.cm-hero-badge strong,
.cm-hero-badge span {
    display: block;
}

.cm-hero-badge strong {
    color: #102754;
    font-size: 14px;
}

.cm-hero-badge span {
    color: #5d6b85;
    font-size: 12px;
}

.cm-hero-badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #059669;
}

.cm-process-strip {
    background: #e8960c;
}

.cm-process-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cm-process-step {
    display: flex;
    gap: 14px;
    padding: 24px 20px;
    border-right: 1px solid rgba(16, 39, 84, 0.14);
}

.cm-process-step:last-child {
    border-right: 0;
}

.cm-process-step-num {
    color: rgba(10, 31, 68, 0.2);
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif; 
    line-height: 1;
    flex-shrink:0;
    min-width: 36px;
}

.cm-process-step-text strong,
.cm-process-step-text span {
    display: block;
}

.cm-process-step-text strong {
    color: #102754;
    font-size: 14px;
    font-weight: 700;
}

.cm-process-step-text span {
    color: rgba(16, 39, 84, 0.76);
    font-size: 12px;
    margin-top: 4px;
}

.cm-section {
    padding: 40px 0;
}

.cm-products-section,
.cm-why-section {
    background: #f9fafb;
}

.cm-section-head {
    margin-bottom: 46px;
}

.cm-section-head p {
    max-width: 700px;
    color: black;
}

.cm-section-head-center {
    text-align: center;
}

.cm-section-head-center p {
    margin-left: auto;
    margin-right: auto;
}

.cm-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cm-product-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(16, 39, 84, 0.06);
}

.cm-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 56px rgba(10,31,68,0.12);
    border-color: #E5E7EB;
}

.cm-product-card-featured {
    grid-column: span 2;
    grid-template-columns: 1fr 1.1fr;
}

.cm-product-image {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.cm-product-image img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
}

.cm-product-accent-blue {
    background: #eff6ff;
}

.cm-product-accent-gold {
    background: #fefce8;
}

.cm-product-body {
    padding: 28px;
}

.cm-product-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #fff3d6;
    color: #e8960c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cm-product-capacity {
    font-size: 2.8rem;
    font-weight: 800;
    color: #102754;
    line-height: 1;
}

.cm-product-capacity span {
    margin-left: 8px;
    font-size: 1rem;
    color: #8b97ab;
}

.cm-product-capacity-label {
    margin-top: 6px;
    color: #8b97ab;
    font-size: 12px;
    font-weight: 600;
}

.cm-product-body h3,
.cm-service-card h3,
.cm-work-card h4,
.cm-why-card h4 {
    color: #102754;
    font-weight: 700;
}

.cm-product-body h3 {
    margin: 16px 0 12px;
    font-size: 22px;
    font-weight: 800;
}

.cm-product-body p,
.cm-service-card p,
.cm-work-card p,
.cm-why-card p,
.cm-capacity-detail {
    color: black;
    line-height: 1.7;
    font-size: 14px;
}

.cm-product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.cm-product-specs span {
    padding: 6px 12px;
    border-radius: 10px;
    background: #f3f4f6;
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
}

.cm-work-card,
.cm-service-card,
.cm-why-card {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 39, 84, 0.05);
}

.cm-quality-card {
    background: white;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .2s;
}
.cm-quality-card:hover { border-color: #E8960C; transform: translateY(-2px); box-shadow: 0 4px 24px rgba(10,31,68,0.08); }
.cm-quality-icon{
    font-size: 22px;
}

.cm-work-card {
    text-align: center;
}
.cert-text strong { display: block; font-size: 14px; font-weight: 700; color: #0A1F44; }
.cert-text span { font-size: 11px; color: #9CA3AF; }

.cm-work-num,
.cm-why-number {
    color: #d7dde8;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
}
.cm-work-card:hover {
    border-color: #E8960C;
    transform: translateY(-4px);
    box-shadow: 0 4px 24px rgba(10,31,68,0.08);
}

.cm-work-icon,
.cm-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 16px 0;
    border-radius: 16px;
    background: #fff3d6;
    color: #e8960c;
    font-size: 26px;
}

.cm-capacity-section {
    background: linear-gradient(180deg, #0a1f44 0%, #102754 100%);
}

.cm-capacity-section .cm-section-head h2,
.cm-capacity-section .cm-section-head p,
.cm-capacity-section .cm-section-eyebrow,
.cm-cta-box h2,
.cm-cta-box p,
.cm-cta-box .cm-section-eyebrow {
    color: #ffffff;
}

.cm-capacity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cm-capacity-card {
    padding: 30px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cm-capacity-card-highlight,
.cm-capacity-card-total {
    background: rgba(232, 150, 12, 0.12);
    border-color: rgba(232, 150, 12, 0.24);
}

.cm-capacity-card-total {
    grid-column: span 2;
}

.cm-capacity-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 9px;
    border-radius: 8px;
    background: #e8960c;
    color: #102754;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cm-capacity-eyebrow {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cm-capacity-value {
    color: #e8960c;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
}

.cm-capacity-card-total .cm-capacity-value {
    font-size: 4.6rem;
}

.cm-capacity-unit {
    color: rgba(255, 255, 255, 0.74);
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}

.cm-capacity-detail {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.62);
}

.cm-service-card {
    position: relative;
    overflow: hidden;
}
.cm-service-card:hover {
    border-color: #E8960C;
    box-shadow: 0 16px 56px rgba(10,31,68,0.12);
    transform: translateY(-4px);
}
.cm-service-num {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #eef2f7;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

.cm-service-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 800;
}

.cm-service-points {
    padding-left: 0;
    margin: 18px 0 0;
    list-style: none;
}

.cm-service-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.6;
}

.cm-service-points li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #059669;
    font-weight: 700;
}

.cm-why-card {
    text-align: center;
}

.cm-why-card h4 {
    margin: 12px 0 8px;
    font-size: 1.15rem;
}

.cm-cta-section {
    padding-top: 0;
}

.cm-cta-box {
    display: grid;
    grid-template-columns: 1.3fr auto;
    gap: 28px;
    align-items: center;
    padding: 42px;
    border-radius: 24px;
    background: linear-gradient(135deg, #102754 0%, #1652a8 100%);
    box-shadow: 0 18px 42px rgba(16, 39, 84, 0.14);
}

.why-card-icon {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}


.section {
    padding: 60px 8%;
}
.inner {
    max-width: 1160px;
    margin: 0 auto;
}
.section-head {
    margin-bottom: 56px;
}
.eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #E8960C;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.eyebrow::before {
    content: '';
    width: 24px;
    height: 2px;
    background: #E8960C;
}
h2.section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 16px;
    font-weight: 800;
}

.section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray-600);
    max-width: 580px;
}

.hiw-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.hiw-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gray-200), var(--gray-200), var(--gray-200), transparent);
    z-index: 0;
}
.hiw-step {
    padding: 0 6px 10px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.hiw-num {
    width: 80px;
    height: 80px;
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #0A1F44;
    margin: 0 auto 20px;
    transition: all .3s;
}
.hiw-step:hover .hiw-num {
    background: #0A1F44;
    color: #E8960C;
    border-color: #0A1F44;
    transform: scale(1.1);
}
.hiw-icon {
    font-size: 28px;
    margin-bottom: 12px;
    display: block;
}
.hiw-step h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0A1F44;
    margin-bottom: 8px;
}
.hiw-step p {
    font-size: 13.5px;
    color: #4B5563;
    line-height: 1.6;
}

.hiw-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, #E5E7EB, #E5E7EB, #E5E7EB, transparent);
    z-index: 0;
}

/* ── FACTORY PHOTOS ───────────────────────────────────── */
.factory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px;
  gap: 14px;
}
.factory-img {
  border-radius: 14px; overflow: hidden;
  position: relative; cursor: pointer;
}
.factory-img:first-child { grid-column: span 2; }
.factory-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.factory-img:hover img { transform: scale(1.04); }
.factory-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,31,68,0.6) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.factory-img:hover .factory-img-overlay { opacity: 1; }
.factory-img-label {
  position: absolute; bottom: 14px; left: 16px;
  color: white; font-size: 12px; font-weight: 600;
  opacity: 0; transform: translateY(8px); transition: all .3s;
}
.factory-img:hover .factory-img-label { opacity: 1; transform: translateY(0); }


/* ── INFRA SPECS ──────────────────────────────────────── */
.infra-section { background: var(--navy); }
.infra-section .eyebrow { color: var(--gold); }
.infra-section .eyebrow::before { background: var(--gold); }
.infra-section h2.section-title { color: white; }
.infra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
  align-items: start;
}
.infra-list { display: flex; flex-direction: column; gap: 12px; }
.infra-item {
  display: flex; gap: 16px; align-items: center;
  padding: 16px 20px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.07);
  transition: all .2s;
}
.infra-item:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,150,12,0.3); }
.infra-item-icon { font-size: 22px; flex-shrink: 0; width: 36px; text-align: center; }
.infra-item-text strong { display: block; font-size: 13.5px; font-weight: 600; color: white; }
.infra-item-text span { font-size: 12px; color: rgba(255,255,255,0.4); }
.util-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.util-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 11px;
  text-align: center; transition: all .2s;
}
.util-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,150,12,0.3); }
.util-val { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 25px; font-weight: 700; color: var(--gold); }
.util-lbl { font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 500; }

/* ── CTA ──────────────────────────────────────────────── */
.cta-section {
  background: var(--gray-50);
  padding: 50px 50px 50px 50px;
}
.cta-box {
  background: var(--navy);
  border-radius: 24px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  position: relative; overflow: hidden;
  /* max-width: 1160px;  */
  margin: 0 auto;
}
.cta-box::before {
  content: '';
  position: absolute; top: -80px; right: 200px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(232,150,12,0.12) 0%, transparent 70%);
}
.cta-box::after {
  content: '';
  position: absolute; bottom: -60px; left: 300px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(22,82,168,0.2) 0%, transparent 70%);
}
.cta-left { position: relative; z-index: 1; }
.cta-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; }
.cta-title { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 3.5vw, 42px); color: white; line-height: 1.15; margin-bottom: 16px; }
.cta-desc { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; }
.cta-right { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; min-width: 260px; }
.cta-contact-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 20px 22px;
  text-align: center;
  transition: all .2s;
}
.cta-contact-card:hover { background: rgba(255,255,255,0.1); border-color: var(--gold); }
.cta-contact-card a { text-decoration: none; }
.cta-contact-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: rgba(255,255,255,0.35); text-transform: uppercase; margin-bottom: 6px; }
.cta-contact-val { font-size: 15px; font-weight: 600; color: white; }
.cta-wa {
  background: #25D366;
  border-radius: 14px; padding: 16px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; color: white; font-weight: 700; font-size: 14px;
  transition: all .2s;
}
.cta-wa:hover { background: #22c35e; transform: translateY(-2px); }
.cta-wa-icon { font-size: 20px; }

.btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
}

/* ── CONTACT FORM ─────────────────────────────────────── */
.form-section { background: white; }
.form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: start; margin-top: 50px;
}
.form-info h3 { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--navy); margin-bottom: 16px; }
.form-info p { font-size: 15px; color: var(--gray-600); line-height: 1.7; margin-bottom: 28px; }
.info-items { display: flex; flex-direction: column; gap: 14px; }
.info-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px; background: var(--gray-50);
  border-radius: 12px; border: 1px solid var(--gray-200);
}
.info-item-icon { width: 38px; height: 38px; background: var(--navy); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.info-item strong { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.info-item span { font-size: 13px; color: var(--gray-600); line-height: 1.5; }
.form-box {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 20px; padding: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block; font-size: 12px; font-weight: 700;
  color: var(--gray-600); letter-spacing: 0.5px;
  text-transform: uppercase; margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: white;
  border: 1.5px solid var(--gray-200);
  border-radius: 10px;
  padding: 12px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--gray-800);
  transition: all .2s; outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--navy); box-shadow: 0 0 0 3px rgba(10,31,68,0.08);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--gray-400); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group.required label::after { content: ' *'; color: #ef4444; }
.form-submit {
  width: 100%; background: var(--navy); color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: 0.5px;
  padding: 15px; border-radius: 10px; border: none; cursor: pointer;
  transition: all .2s; margin-top: 8px;
}
.form-submit:hover { background: var(--blue); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(10,31,68,0.2); }
.form-submit:disabled { opacity: 0.65; cursor: not-allowed; }

.form-status {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.form-status.success {
  background: #e6f4ea;
  color: #1f7f31;
  border: 1px solid #bde6c5;
}
.form-status.error {
  background: #fdecea;
  color: #9f1f23;
  border: 1px solid #f5c2c0;
}

.whatsapp-link { display: flex; align-items: center; justify-content: center; gap: 10px; background: #25D366; color: white; font-weight: 700; font-size: 14px; padding: 16px; border-radius: 12px; text-decoration: none; transition: all 0.2s; }

.whatsapp-link:hover { background: #22c35e; color: white; }

.page-header-banner{ width: 100%; height:400px;}
.page-header-banner img{ width: 100%; height:100%; }
.page-heading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; text-shadow: 0 0 1px #af1a30, 0 0 5px #af1a30; }
.page-heading h1 { color: #E8960C; font-size: 40px; font-weight: 700; margin: 0; text-transform: uppercase; }

.whatsapp-icon { position: fixed; right: 10px; bottom: 10px; width: 55px; height: 55px; background: #25d366; color: #fff; border-radius: 50%; text-align: center; line-height: 55px; font-size: 30px; z-index: 999; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: 0.3s; }
.whatsapp-icon:hover { transform: scale(1.1); color: #fff; }

.get-quote-btn { position: fixed; right: -45px; top: 50%; transform: translateY(-50%) rotate(-90deg); z-index: 9999; } 
.get-quote-btn a { background: #af1a2e; color: #fff; padding: 10px 15px; text-decoration: none; font-size: 15px; font-weight: 600; border-radius: 8px 8px 0 0; display: inline-block; transition: 0.3s; } 
.get-quote-btn a:hover { background: #fdb723; color: #000; }

@media (max-width: 1199.98px) {
    .cm-products-grid {
        grid-template-columns: 1fr;
    }

    .cm-product-card-featured {
        grid-column: auto;
    }
     .cta-box { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
    .cm-hero {
        grid-template-columns: 1fr;
    }

    .cm-hero-left {
        min-height: 360px;
    }

    .cm-process-inner,
    .cm-capacity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-capacity-card-total {
        grid-column: span 2;
    }

    .cm-cta-box {
        grid-template-columns: 1fr;
    }

    .hiw-grid { grid-template-columns: repeat(2, 1fr); }

   .site-footer-main { padding-top: 48px !important; }
   .footer-widget-block { margin-bottom: 10px; }
}

@media (max-width: 767.98px) {
    .cm-section {
        padding: 72px 0;
    }
    .cm-hero{ padding-top: 0px; }
    .cm-hero h1 {
        font-size: 30px;
    }
    .cm-hero-right {
        padding: 56px 20px 48px;
    }

    .cm-hero-left {
        min-height: 280px;
    }

    .cm-hero-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .cm-hero-caps,
    .cm-process-inner,
    .cm-capacity-grid {
        grid-template-columns: 1fr;
    }

    .cm-product-card,
    .cm-product-card-featured {
        grid-template-columns: 1fr;
    }

    .cm-capacity-card-total {
        grid-column: auto;
    }

    .cm-product-body,
    .cm-cta-box {
        padding: 24px;
    }

    .cm-btn,
    .cm-cta-actions .cm-btn {
        width: 100%;
    }

    .hiw-grid {
    grid-template-columns: repeat(2, 1fr);
}
.factory-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .factory-img:first-child { grid-column: span 2; }

.products-grid,.services-grid,.infra-grid,.form-grid { grid-template-columns: 1fr; }

 .get-quote-wrapper { padding: 18px; border-radius: 16px; }
 .get-quote-submit {  width: 100%; }
 .site-footer-main { padding-top: 42px !important; }
 .footer-middle .widget-title { padding-bottom: 18px !important; }
 .footer-social-info p, .footer-about-copy p { font-size: 15px; line-height: 1.75; }
 .footer-follow-row { align-items: flex-start; flex-direction: column; gap: 10px; }
 .footer-social-links a { width: 38px; height: 38px; }
 .cta-section {  padding: 50px 25px 25px 25px; }
  .cta-box { padding: 20px; gap: 30px; }
  .cta-box .btn-primary, .cta-box .btn-secondary { width: 70%; }
  .form-row { grid-template-columns: 1fr; }

  .page-header-banner{ width: 100%; height:200px;} 
  .page-header-banner img{ width: 100%; }
  .page-heading  { top:30%; }

  .get-quote-btn { right: -40px; }
  .get-quote-btn a { font-size: 14px; padding: 5px 8px; }
}
 