/*
Theme Name: Astra Child
Template: astra
Version: 3.14
*/
/* Local Font Files - No Google Fonts CDN */
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ========================================
   DESIGN SYSTEM - Typography & Colors
   All pages must follow this system
   ======================================== */

/* Font Families */
/* Headings: Playfair Display, Georgia, serif */
/* Body: Inter, sans-serif */
/* Tags/Labels: Inter, uppercase, letter-spacing */

/* Color System */
/* Dark bg headings: #FFFFFF */
/* Light bg headings: #8B1A1A */
/* Light bg body: #444 */
/* Tags/Accents: #C9A227 */
/* Decorative lines: #C9A227, 2px */

/* Size Scale (6 levels) */
/* Hero Title: 2.2em, weight 700 */
/* Section Title: 1.5em, weight 700 */
/* Card Title: 1.15em, weight 700 */
/* Subtitle/Name: 1em, weight 700 */
/* Body Text: 0.9em, weight 400 */
/* Tag/Label: 0.75em, weight 600, uppercase */

/* Apply globally */
h1, h2, h3, h4, h5, h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    font-family: "Playfair Display", Georgia, serif !important;
}
body, p, li, td, th, input, textarea, select, button, a, span {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/*
Theme Name: Astra SSIT Child
Template: astra
Version: 3.6
*/

:root {
    --ssit-burgundy: #8B1A1A;
    --ssit-burgundy-dark: #5C1010;
    --ssit-burgundy-light: #A52A2A;
    --ssit-gold: #C9A227;
    --ssit-gold-light: #F5E6B8;
    --ssit-dark: #1a1a1a;
    --ssit-gray: #f5f5f5;
    --ssit-white: #ffffff;
}

body {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ssit-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--ssit-burgundy);
}

/* Header */
.site-header {
    background: var(--ssit-white) !important;
    border-bottom: 2px solid var(--ssit-burgundy);
    padding: 15px 0;
}

.main-navigation a {
    color: var(--ssit-dark) !important;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
}

.main-navigation a:hover {
    color: var(--ssit-burgundy) !important;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--ssit-burgundy-dark) 0%, var(--ssit-burgundy) 50%, var(--ssit-burgundy-light) 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/wp-content/uploads/2026/05/hero_silk_0.jpg') center/cover;
    opacity: 0.15;
}

.hero-section h1 {
    color: var(--ssit-white) !important;
    font-size: 3.2em;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 2px;
}

.hero-section .tagline {
    font-size: 1.3em;
    color: var(--ssit-gold-light);
    position: relative;
    margin-bottom: 40px;
    font-style: italic;
}

.hero-section .cta-button {
    display: inline-block;
    background: var(--ssit-gold);
    color: var(--ssit-dark);
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    transition: all 0.3s;
}

.hero-section .cta-button:hover {
    background: var(--ssit-gold-light);
    transform: translateY(-2px);
}

/* Section styling */
.section {
    padding: 80px 0;
}

.section-dark {    position: relative;    overflow: hidden;    background: linear-gradient(rgba(30,30,30,0.72), rgba(30,30,30,0.78)), url("/wp-content/themes/astra-child/images/cert-bg.jpg") center/cover no-repeat;    color: var(--ssit-white);}

.section-gray {
    background: var(--ssit-gray);
}

.section-warm {
    background: #FAF7F2;
}

.product-section {
    background: #FAF7F2;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
}

.section-title .divider {
    width: 60px;
    height: 3px;
    background: var(--ssit-gold);
    margin: 15px auto;
}

/* Product Cards */
.product-card {

    background: white;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #eee;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}



.product-card h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.product-card p {
    color: #666;
    line-height: 1.6;
}

/* Sample Request CTA */
.sample-cta {
    background: var(--ssit-burgundy);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.sample-cta h2 {
    color: white !important;
    margin-bottom: 20px;
}

.sample-cta .cta-button {
    display: inline-block;
    background: var(--ssit-gold);
    color: var(--ssit-dark);
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s;
}

.sample-cta .cta-button:hover {
    background: var(--ssit-gold-light);
}

/* Footer */
.site-footer { background: transparent; }

.site-footer a {
    color: var(--ssit-gold);
}

/* Certification badges */
.cert-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cert-badge {
    text-align: center;
    padding: 20px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    min-width: 120px;
}

.cert-badge .cert-name {
    font-weight: 700;
    color: var(--ssit-gold);
    font-size: 0.9em;
}

/* Responsive */

/* === FOOTER === */
.ssit-footer {
    font-family: Inter, sans-serif;
}
.ssit-footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 35px 40px 25px;
    border-bottom: 1px solid rgba(139,26,26,0.2);
    color: #8B1A1A;
}
.ssit-footer-logo {
    height: 50px;
    margin-bottom: 15px;
    filter: none;
    opacity: 1;
}
.ssit-footer-desc {
    font-size: 0.8em;
    line-height: 1.7;
    color: #8B1A1A;
    margin: 0;
    opacity: 0.85;
}
.ssit-footer-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.95em;
    color: #8B1A1A !important;
    margin: 0 0 15px;
}
.ssit-footer-links {
    margin: 0;
    line-height: 2.2;
    font-size: 0.8em;
}
.ssit-footer-links a {
    color: #8B1A1A !important;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.2s;
}
.ssit-footer-links a:hover {
    opacity: 1;
}
.ssit-footer-contact {
    margin: 0;
    line-height: 2.2;
    font-size: 0.8em;
    color: #8B1A1A !important;
    opacity: 1;
}
.ssit-footer-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 20px;
    border: 1px solid #C9A227;
    color: #8B1A1A;
    font-size: 0.75em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: background 0.3s;
}
.ssit-footer-btn:hover {
    background: rgba(201,162,39,0.15);
}
.ssit-footer-bottom {
    padding: 10px calc((100% - 1100px) / 2 + 20px);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 0.7em;
    background: #8B1A1A;
    color: #C9A227 !important;
}


/* Footer address layout */
.ssit-loc-name { font-weight: 700; font-size: 0.85em; color: #8B1A1A; }
.ssit-loc-role { font-size: 0.7em; color: #C9A227; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.ssit-footer-contact a { color: #8B1A1A !important; text-decoration: none; }
.ssit-footer-contact a:hover { opacity: 0.7; }

@media (max-width: 768px) {
    .hero-section h1 { font-size: 2em; }
    .hero-section .tagline { font-size: 1em; }
    .section { padding: 50px 0; }
}


.product-card {
    background: white;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #eee;
    overflow: hidden;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.product-card .product-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background: #f9f6f2;
}
.product-card .product-img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.product-card h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.product-card p {
    color: #666;
    line-height: 1.6;
}


/* Product Section Styles */
.product-section {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

.product-section:last-child {
    border-bottom: none;
}

.product-section-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-section.reverse {
    flex-direction: row-reverse;
}

.product-section.reverse .product-info {
    text-align: right;
}

.product-img-wrapper {
    width: 400px;
    min-width: 400px;
    height: 400px;
    overflow: hidden;
    background: #f9f6f2;
    flex-shrink: 0;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-img-wrapper:hover img {
    transform: scale(1.03);
}

.product-info {
    flex: 1;
    padding: 10px 0;
}

.product-info h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5em;
    font-weight: 600;
    color: #8B1A1A;
    margin: 0 0 18px;
    letter-spacing: 0.3px;
}

.product-specs {
    font-family: 'Inter', sans-serif;
    font-size: 0.9em;
    color: #555;
    line-height: 2;
    margin: 0 0 16px;
}

.product-specs strong {
    color: #333;
    font-weight: 600;
}

.product-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.9em;
    color: #888;
    line-height: 1.8;
    margin: 0;
}

.section-divider {
    width: 40px;
    height: 2px;
    background: #C9A227;
    margin: 12px 0 16px;
}

.product-section.reverse .section-divider {
    margin-left: auto;
}

/* Ready-made subsection */
.ready-made-section {
    background: #f5f5f5;
    padding: 60px 0;
    margin-top: 20px;
}

.ready-made-section .product-section-inner {
    max-width: 900px;
}

/* CTA bar */
.cta-bar {
    text-align: center;
    padding: 50px 20px;
    background: #8B1A1A;
    color: white;
    margin-top: 20px;
}

.cta-bar h3 {
    color: white !important;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.4em;
    margin-bottom: 12px;
}

.cta-bar p {
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
    opacity: 0.9;
}

.cta-bar a {
    display: inline-block;
    background: #C9A227;
    color: #1a1a1a;
    padding: 14px 36px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: background 0.3s;
}

.cta-bar a:hover {
    background: #F5E6B8;
}

/* Section header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.section-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2em;
    margin-bottom: 10px;
    color: #8B1A1A;
}

.section-header p {
    font-family: 'Inter', sans-serif;
    font-size: 1.05em;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.section-header .divider {
    width: 50px;
    height: 2px;
    background: #C9A227;
    margin: 15px auto;
}

@media (max-width: 768px) {
    .product-section-inner {
        flex-direction: column !important;
    }
    .product-section.reverse .product-info {
        text-align: left;
    }
    .product-section.reverse .section-divider {
        margin-left: 0;
    }
    .product-img-wrapper {
        width: 100%;
        min-width: unset;
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }
    .product-img-wrapper img {
        position: absolute;
        top: 0; left: 0;
    }
}

/* Custom Solutions Page */
.cs-hero { position:relative; height:260px; overflow:hidden; background:#1a1a1a; }
.cs-hero img { width:100%; height:100%; object-fit:cover; opacity:0.65; }
.cs-hero-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; color:white; text-align:center; padding:0 40px; background:rgba(0,0,0,0.25); }
.cs-hero h2, .cs-hero h1 { font-family:'Playfair Display',Georgia,serif; font-size:2.2em; margin:0 0 10px; color:white; }
.cs-hero .divider { width:50px; height:2px; background:#C9A227; margin-bottom:12px; }
.cs-hero p { font-family:'Inter',sans-serif; font-size:1em; margin:0; opacity:0.9; max-width:500px; }
/* Home hero - taller than standard cs-hero */
.home-hero { height:420px !important; }
.home-hero h1 { font-size:2.8em !important; color:white !important; margin-bottom:12px !important; }
.home-hero .divider { width:60px; height:3px; background:#C9A227; margin-bottom:15px; }
.home-hero p { font-size:1.15em !important; max-width:650px !important; }

.cs-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.cs-card { position:relative; height:280px; overflow:hidden; background:#222; }
.cs-card img { width:100%; height:100%; object-fit:cover; opacity:0.5; }
.cs-card-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; text-align:center; color:white; }
.cs-card h4 { font-family:'Playfair Display',Georgia,serif; font-size:1.5em; margin:0 0 12px; color:white; }
.cs-card p { font-family:'Inter',sans-serif; font-size:1em; line-height:1.6; margin:0; opacity:0.9; }

.cs-process { background:#f5f5f5; padding:35px 20px; }
.cs-process-inner { max-width:800px; margin:0 auto; text-align:center; }
.cs-process h3 { font-family:'Playfair Display',Georgia,serif; font-size:1.3em; color:#8B1A1A; margin:0 0 22px; }
.cs-steps { display:flex; align-items:flex-start; justify-content:center; }
.cs-step { text-align:center; width:120px; flex-shrink:0; }
.cs-step-num { width:48px; height:48px; border-radius:50%; background:#8B1A1A; color:white; font-family:'Playfair Display',Georgia,serif; font-size:1.2em; line-height:48px; margin:0 auto 10px; }
.cs-step-title { font-family:'Inter',sans-serif; font-size:0.85em; color:#333; font-weight:600; margin:0 0 3px; }
.cs-step-sub { font-family:'Inter',sans-serif; font-size:0.7em; color:#999; margin:0; }
.cs-connector { flex:1; display:flex; align-items:center; justify-content:center; height:48px; }
.cs-connector div { width:60px; height:2px; background:#C9A227; }
.cs-process-note { font-family:'Inter',sans-serif; font-size:0.7em; color:#aaa; margin:18px 0 0; }

.cs-cta { background:#8B1A1A; padding:40px 20px; color:white; }
.cs-cta-inner { max-width:700px; margin:0 auto; }
.cs-cta h3 { font-family:'Playfair Display',Georgia,serif; font-size:1.4em; text-align:center; color:white; margin:0 0 6px; }
.cs-cta p { font-family:'Inter',sans-serif; text-align:center; margin:0 0 20px; opacity:0.85; font-size:0.9em; }

/* Hide site title and tagline - logo has text built in */
.site-title { display: none !important; }

/* Show tagline below logo */
.ast-site-identity .site-description {
    display: block !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.85em !important;
    color: #8B1A1A !important;
    letter-spacing: 0.5px;
    margin-top: 2px;
    line-height: 1.3;
}

/* Override Astra's site description hiding - show tagline under logo */
.site-header .site-description {
    display: block !important;
    color: #8B1A1A !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.85em !important;
    letter-spacing: 0.5px;
    margin-top: 2px;
    line-height: 1.3;
}


/* About Us Page */
.about-hero { position:relative; height:280px; overflow:hidden; background:#1a1a1a; }
.about-hero img { width:100%; height:100%; object-fit:cover; opacity:0.45; }
.about-hero-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; color:white; text-align:center; padding:0 40px; }
.about-hero h2 { font-family:"Playfair Display",Georgia,serif; font-size:2em; margin:0 0 10px; color:white; max-width:700px; }
.about-hero p { font-family:"Inter",sans-serif; font-size:0.95em; margin:0; opacity:0.9; max-width:550px; line-height:1.6; }

.about-section { max-width:900px; margin:0 auto; padding:35px 25px; }
.about-section h3 { font-family:"Playfair Display",Georgia,serif; font-size:1.3em; color:#8B1A1A; margin:0 0 15px; }
.about-section p { font-family:"Inter",sans-serif; font-size:0.9em; line-height:1.8; color:#444; margin:0 0 12px; }

.about-highlight { background:#f9f6f2; padding:50px 25px; }
.about-highlight-inner { max-width:750px; margin:0 auto; text-align:center; }
.about-highlight .accent { font-family:"Inter",sans-serif; font-size:0.75em; color:#C9A227; font-weight:600; text-transform:uppercase; letter-spacing:3px; margin:0 0 15px; }
.about-highlight h3 { font-family:"Playfair Display",Georgia,serif; font-size:2em; color:#8B1A1A; margin:0 0 20px; }
.about-highlight h3::after { content:""; display:block; width:50px; height:2px; background:#C9A227; margin:18px auto 0; }
.about-highlight p { font-family:"Inter",sans-serif; font-size:0.9em; line-height:1.8; color:#444; margin:0 0 12px; }

.about-services { max-width:900px; margin:0 auto; padding:35px 25px; }
.about-services h3 { font-family:"Playfair Display",Georgia,serif; font-size:1.3em; color:#8B1A1A; margin:0 0 25px; }
.about-services-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 40px; }
.about-service-item { margin-bottom:20px; padding-left:14px; border-left:2px solid #C9A227; }
.about-service-item h4 { font-family:"Inter",sans-serif; font-size:0.95em; color:#333; font-weight:600; margin:0 0 4px; }
.about-service-item p { font-family:"Inter",sans-serif; font-size:0.85em; color:#777; line-height:1.6; margin:0; }

.about-team { background:#f9f6f2; padding:35px 25px; }
.about-team-inner { max-width:900px; margin:0 auto; }
.about-team h3 { font-family:"Playfair Display",Georgia,serif; font-size:1.3em; color:#8B1A1A; margin:0 0 25px; }
.about-team-card h4 { font-family:"Inter",sans-serif; font-size:1em; color:#333; font-weight:600; margin:0 0 6px; }
.about-team-card p { font-family:"Inter",sans-serif; font-size:0.85em; color:#666; line-height:1.7; margin:0; }
.about-team .authority { font-style:italic; color:#8B1A1A; font-size:0.85em; line-height:1.7; margin-top:20px; padding-left:14px; border-left:2px solid #C9A227; }

.about-presence { max-width:900px; margin:0 auto; padding:35px 25px; }
.about-presence h3 { font-family:"Playfair Display",Georgia,serif; font-size:1.3em; color:#8B1A1A; margin:0 0 25px; }
.about-presence-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 40px; }
.about-location { padding:20px; background:#f9f6f2; }
.about-location h4 { font-family:"Inter",sans-serif; font-size:1em; color:white; font-weight:700; margin:0 0 5px; }
.about-location .loc-addr { font-family:"Inter",sans-serif; font-size:0.88em; color:rgba(255,255,255,0.85); margin:0 0 3px; }
.about-location .loc-role { font-family:"Inter",sans-serif; font-size:0.75em; color:#C9A227; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin:0; }

.about-presence .closing { font-family:"Playfair Display",Georgia,serif !important; font-size:1.1em !important; color:white !important; line-height:1.7 !important; margin-top:30px !important; text-align:center !important; padding-top:25px !important; border-top:1px solid rgba(201,162,39,0.5) !important; font-weight:600 !important; max-width:650px !important; margin-left:auto !important; margin-right:auto !important; }
.about-presence .footnote { font-family:"Inter",sans-serif; font-size:0.75em; color:#999; margin-top:20px; font-style:italic; text-align:center; }

/* Force About Us hero layout - override WP auto-p */
.about-hero { position:relative !important; height:280px !important; overflow:hidden !important; background:#1a1a1a !important; }
.about-hero img { width:100% !important; height:100% !important; object-fit:cover !important; opacity:0.45 !important; display:block !important; }
.about-hero p { margin:0 !important; padding:0 !important; }
.about-hero-overlay { position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height:100% !important; display:flex !important; flex-direction:column !important; justify-content:center !important; align-items:center !important; color:white !important; text-align:center !important; padding:0 40px !important; }

/* About Us - image-backed sections */
.about-bg-section { position:relative !important; overflow:hidden !important; background:#1a1a1a !important; color:white !important; }
.about-bg-section img { width:100% !important; height:100% !important; object-fit:cover !important; position:absolute !important; top:0 !important; left:0 !important; opacity:0.3 !important; }
.about-bg-section p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.88) !important; margin:0 0 12px !important; }
.about-bg-content { position:relative !important; z-index:1 !important; max-width:900px !important; margin:0 auto !important; padding:50px 25px !important; }
.about-bg-section h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.6em !important; color:white !important; margin:0 0 15px !important; font-weight:700 !important; }
.about-bg-section p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.88) !important; margin:0 0 12px !important; }

.about-highlight-img { position:relative !important; overflow:hidden !important; color:white !important; }
.about-highlight-img img { width:100% !important; height:100% !important; object-fit:cover !important; position:absolute !important; top:0 !important; left:0 !important; opacity:0.2 !important; }
.about-highlight-img p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.88) !important; margin:0 0 12px !important; }
.about-highlight-img-inner { position:relative !important; z-index:1 !important; max-width:750px !important; margin:0 auto !important; text-align:center !important; padding:55px 25px !important; }
.about-highlight-img .accent { font-family:"Inter",sans-serif !important; font-size:0.75em !important; color:#C9A227 !important; font-weight:600 !important; text-transform:uppercase !important; letter-spacing:3px !important; margin:0 0 15px !important; }
.about-highlight-img h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:2.4em !important; color:white !important; margin:0 0 20px !important; font-weight:700 !important; }
.about-highlight-img p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.88) !important; margin:0 0 12px !important; }

.about-services-img { position:relative !important; overflow:hidden !important; color:white !important; }
.about-services-img img { width:100% !important; height:100% !important; object-fit:cover !important; position:absolute !important; top:0 !important; left:0 !important; opacity:0.2 !important; }
.about-services-img p { margin:0 !important; padding:0 !important; }
.about-services-img-content { position:relative !important; z-index:1 !important; max-width:900px !important; margin:0 auto !important; padding:50px 25px !important; }
.about-services-img h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.6em !important; color:white !important; margin:0 0 25px !important; font-weight:700 !important; }
.about-services-img .about-services-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:0 40px !important; }
.about-services-img .about-service-item { margin-bottom:20px !important; padding-left:14px !important; border-left:2px solid #C9A227 !important; }
.about-services-img .about-service-item h4 { font-family:"Inter",sans-serif !important; font-size:1em !important; color:white !important; font-weight:700 !important; margin:0 0 5px !important; }
.about-services-img .about-service-item p { font-family:"Inter",sans-serif !important; font-size:0.88em !important; color:rgba(255,255,255,0.85) !important; line-height:1.6 !important; margin:0 !important; }

/* About Us - solid dark sections (replacing image backgrounds) */
.about-dark-section { background:#1a1a1a !important; color:white !important; }
.about-dark-content { max-width:900px !important; margin:0 auto !important; padding:50px 25px !important; }
.about-dark-section h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.6em !important; color:white !important; margin:0 0 15px !important; font-weight:700 !important; }
.about-dark-section p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.85) !important; margin:0 0 12px !important; }

.about-highlight-solid { background:linear-gradient(135deg, #2a1a1a 0%, #1a1a2a 100%) !important; color:white !important; }
.about-highlight-solid-inner { max-width:800px !important; margin:0 auto !important; text-align:center !important; padding:55px 25px !important; }
.about-highlight-solid .accent { font-family:"Inter",sans-serif !important; font-size:1em !important; color:#C94040 !important; font-weight:700 !important; text-transform:uppercase !important; letter-spacing:3px !important; margin:0 0 15px !important; }
.about-highlight-solid h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:2.4em !important; color:white !important; margin:0 0 20px !important; font-weight:700 !important; }
.about-highlight-solid h3::after { content:"" !important; display:block !important; width:50px !important; height:2px !important; background:#C9A227 !important; margin:18px auto 0 !important; }
.about-highlight-solid p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.85) !important; margin:0 0 12px !important; }
.about-highlight-solid .about-services-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:0 40px !important; text-align:left !important; margin-top:10px !important; }
.about-highlight-solid .about-service-item { margin-bottom:20px !important; padding-left:14px !important; border-left:2px solid #C9A227 !important; }
.about-highlight-solid .about-service-item h4 { font-family:"Inter",sans-serif !important; font-size:1em !important; color:white !important; font-weight:700 !important; margin:0 0 5px !important; }
.about-highlight-solid .about-service-item p { font-family:"Inter",sans-serif !important; font-size:0.88em !important; color:rgba(255,255,255,0.75) !important; line-height:1.6 !important; margin:0 !important; }

.about-dark-section .closing { font-family:"Playfair Display",Georgia,serif !important; font-size:1.1em !important; color:white !important; line-height:1.7 !important; margin-top:30px !important; text-align:center !important; padding-top:25px !important; border-top:1px solid rgba(201,162,39,0.4) !important; font-weight:600 !important; max-width:650px !important; margin-left:auto !important; margin-right:auto !important; }
.about-dark-section .footnote { font-family:"Inter",sans-serif !important; font-size:0.75em !important; color:rgba(255,255,255,0.4) !important; margin-top:20px !important; font-style:italic !important; text-align:center !important; }

/* About Us - unified image section style (same as HERO) */
.about-img-section { position:relative !important; overflow:hidden !important; background:#1a1a1a !important; }
.about-img-section img { width:100% !important; height:100% !important; object-fit:cover !important; position:absolute !important; top:0 !important; left:0 !important; opacity:0.3 !important; }
.about-img-section p { margin:0 !important; padding:0 !important; }
.about-img-overlay { position:relative !important; z-index:1 !important; max-width:850px !important; margin:0 auto !important; padding:55px 25px !important; color:white !important; }
.about-img-overlay h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.6em !important; color:white !important; margin:0 0 15px !important; font-weight:700 !important; }
.about-img-overlay .accent { font-family:"Inter",sans-serif !important; font-size:1em !important; color:#C94040 !important; font-weight:700 !important; text-transform:uppercase !important; letter-spacing:3px !important; margin:0 0 15px !important; }
.about-img-overlay > h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:2.2em !important; color:white !important; margin:0 0 20px !important; font-weight:700 !important; }
.about-img-overlay p { font-family:"Inter",sans-serif !important; font-size:0.92em !important; line-height:1.8 !important; color:rgba(255,255,255,0.88) !important; margin:0 0 12px !important; }
.about-img-overlay .about-services-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:0 40px !important; margin-top:10px !important; }
.about-img-overlay .about-service-item { margin-bottom:20px !important; padding-left:14px !important; border-left:2px solid #C9A227 !important; }
.about-img-overlay .about-service-item h4 { font-family:"Inter",sans-serif !important; font-size:1em !important; color:white !important; font-weight:700 !important; margin:0 0 5px !important; }
.about-img-overlay .about-service-item p { font-family:"Inter",sans-serif !important; font-size:0.88em !important; color:rgba(255,255,255,0.8) !important; line-height:1.6 !important; margin:0 !important; }
.about-img-overlay .closing { font-family:"Playfair Display",Georgia,serif !important; font-size:1.1em !important; color:white !important; line-height:1.7 !important; margin-top:30px !important; text-align:center !important; padding-top:25px !important; border-top:1px solid rgba(201,162,39,0.4) !important; font-weight:600 !important; max-width:650px !important; margin-left:auto !important; margin-right:auto !important; }
.about-img-overlay .footnote { font-family:"Inter",sans-serif !important; font-size:0.75em !important; color:rgba(255,255,255,0.4) !important; margin-top:20px !important; font-style:italic !important; text-align:center !important; }

/* About Us - Global Presence side-by-side */
.about-presence-section { background:#f9f6f2 !important; padding:50px 25px !important; }
.about-presence-row { max-width:900px !important; margin:0 auto 30px !important; display:flex !important; align-items:center !important; gap:25px !important; }
.about-presence-row-reverse { flex-direction:row-reverse !important; }
.about-presence-img { flex:0 0 45% !important; overflow:hidden !important; border-radius:4px !important; }
.about-presence-img img { width:100% !important; height:220px !important; object-fit:cover !important; display:block !important; }
.about-presence-text { flex:1 !important; }
.about-presence-text h4 { font-family:"Inter",sans-serif !important; font-size:1.05em !important; color:#333 !important; font-weight:700 !important; margin:0 0 8px !important; }
.about-presence-text .loc-addr { font-family:"Inter",sans-serif !important; font-size:0.88em !important; color:#666 !important; line-height:1.6 !important; margin:0 0 10px !important; }
.about-presence-text .loc-role { font-family:"Inter",sans-serif !important; font-size:0.72em !important; color:#C9A227 !important; font-weight:600 !important; text-transform:uppercase !important; letter-spacing:2px !important; margin:0 !important; }

.about-presence-section .closing { font-family:"Playfair Display",Georgia,serif !important; font-size:1.1em !important; color:#333 !important; line-height:1.7 !important; margin-top:35px !important; text-align:center !important; padding-top:25px !important; border-top:1px solid #C9A227 !important; font-weight:600 !important; max-width:650px !important; margin-left:auto !important; margin-right:auto !important; }
.about-presence-section .footnote { font-family:"Inter",sans-serif !important; font-size:0.88em !important; color:#666 !important; margin-top:25px !important; font-style:normal !important; text-align:center !important; line-height:1.7 !important; }
.about-presence-section h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.6em !important; color:#8B1A1A !important; margin:0 0 30px !important; font-weight:700 !important; text-align:center !important; }

/* About Us - card grid section */
.about-cards-section { padding:0 !important; background:#f5f5f5 !important; }
.about-cards-section h3 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.7em !important; color:#8B1A1A !important; margin:0 !important; text-align:center !important; font-weight:700 !important; padding:35px 25px 25px !important; background:#f5f5f5 !important; }
.about-cards-grid { display:grid !important; grid-template-columns:repeat(4,1fr) !important; gap:0 !important; }
.about-card { position:relative !important; height:280px !important; overflow:hidden !important; background:#222 !important; }
.about-card > p { margin:0 !important; padding:0 !important; }
.about-card img { width:100% !important; height:280px !important; object-fit:cover !important; opacity:0.5 !important; display:block !important; min-width:100% !important; }
.about-card-overlay { position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height:100% !important; display:flex !important; flex-direction:column !important; justify-content:center !important; align-items:center !important; padding:25px !important; text-align:center !important; color:white !important; margin:0 !important; }
.about-card h4 { font-family:"Playfair Display",Georgia,serif !important; font-size:1.3em !important; margin:0 0 12px !important; color:white !important; font-weight:700 !important; }
.about-card-overlay p { font-family:"Inter",sans-serif !important; font-size:0.88em !important; line-height:1.6 !important; margin:0 !important; color:rgba(255,255,255,0.85) !important; height:auto !important; }

.about-card > p:first-child { height:280px !important; }

/* Contact page - Request a Sample section */
.contact-sample-section {
    margin-top: 40px;
    padding: 60px 40px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(rgba(30,30,30,0.65), rgba(30,30,30,0.65)), url("/wp-content/themes/astra-child/images/contact-sample.jpg") center/cover no-repeat;
}
.contact-sample-section h3 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.contact-sample-section p {
    color: rgba(255,255,255,0.9);
    font-size: 0.95em;
    line-height: 1.6;
}

/* Mobile responsive - cards grid */
@media (max-width: 768px) {
    .about-cards-grid {
        grid-template-columns: 1fr 1fr !important;
    }
    .about-card {
        height: 220px !important;
    }
    .about-card img {
        height: 220px !important;
    }
    .about-card > p:first-child {
        height: 220px !important;
    }
    /* Logo tagline mobile */
    .ssit-logo-tagline { font-size: 0.7em !important; letter-spacing: 0.3px !important; }
    .site-logo-img img { max-height: 40px !important; width: auto !important; }
}

@media (max-width: 480px) {
    .about-cards-grid {
        grid-template-columns: 1fr !important;
    }
    .about-card {
        height: 200px !important;
    }
    .about-card img {
        height: 200px !important;
    }
    .about-card > p:first-child {
        height: 200px !important;
    }
}

/* ========================================
   MOBILE RESPONSIVE - ALL PAGES
   Only affects screens ≤768px
   Desktop (≥769px) completely unaffected
   ======================================== */

@media (max-width: 768px) {

    /* === GLOBAL === */
    body { font-size: 15px !important; }
    h1 { font-size: 1.8em !important; }
    h2 { font-size: 1.4em !important; }
    h3 { font-size: 1.15em !important; }

    /* === HOMEPAGE === */
    .hero-section, .home-hero { padding: 80px 15px 50px !important; }
    .hero-section h1, .home-hero h1 { font-size: 2em !important; letter-spacing: 1px !important; }
    .hero-section .tagline { font-size: 1em !important; }
    /* Homepage 3-column grid → 1 column */
    .home-hero + .section [style*="grid-template-columns:repeat(3"], .cs-hero + .section-warm [style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .product-card .product-img { padding-bottom: 70% !important; }
    .sample-cta { padding: 40px 15px !important; }
    .sample-cta h2 { font-size: 1.4em !important; }
    /* Why SSIT Silk 3-col → 1 col */
    .section-gray [style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    /* Certifications → 2x2 */
    .cert-badges { grid-template-columns: 1fr 1fr !important; display: grid !important; }

    /* === ABOUT US === */
    .about-hero { height: 200px !important; }
    .about-hero-overlay { padding: 30px 15px !important; }
    .about-hero-overlay h2, .about-hero-overlay h1 { font-size: 1.6em !important; }
    .about-section { padding: 35px 15px !important; }
    .about-img-section img { opacity: 0.25 !important; }
    .about-img-overlay { padding: 35px 15px !important; }
    .about-img-overlay > h3 { font-size: 1.5em !important; }
    .about-services-grid { grid-template-columns: 1fr !important; }
    /* Cards: 4-col → 2-col */
    .about-cards-grid { grid-template-columns: 1fr 1fr !important; }
    .about-card { height: 200px !important; }
    .about-card img { height: 200px !important; }
    .about-card > p:first-child { height: 200px !important; }
    .about-card h4 { font-size: 1em !important; }
    .about-card-overlay p { font-size: 0.78em !important; }
    /* Global Presence: side-by-side → stacked */
    .about-presence-row,
    .about-presence-row-reverse { flex-direction: column !important; }
    .about-presence-img { flex: 0 0 auto !important; width: 100% !important; }
    .about-presence-img img { height: 160px !important; }
    /* Team */
    .about-team-inner { flex-direction: column !important; text-align: center !important; }
    .about-team-card { padding: 25px 15px !important; }

    /* === SILK FABRICS & ACCESSORIES === */
    .product-section-inner { flex-direction: column !important; }
    .product-section.reverse .product-info { text-align: left !important; }
    .product-section.reverse .section-divider { margin-left: 0 !important; }
    .product-img-wrapper { width: 100% !important; min-width: unset !important; height: 0 !important; padding-bottom: 75% !important; position: relative !important; }
    .product-img-wrapper img { position: absolute !important; top: 0 !important; left: 0 !important; }
    .cta-bar { padding: 35px 15px !important; }
    .cta-bar h3 { font-size: 1.2em !important; }

    /* === CUSTOM SOLUTIONS === */
    .cs-hero { height: 200px !important; }
    .cs-hero h2 { font-size: 1.6em !important; }
    .cs-hero p { font-size: 0.88em !important; }
    .home-hero { height: 280px !important; }
    .home-hero h1 { font-size: 1.8em !important; }
    .home-hero p { font-size: 0.95em !important; }
    /* CS Cards: 4-col → 2-col */
    .cs-cards { grid-template-columns: 1fr 1fr !important; }
    .cs-card { height: 200px !important; }
    .cs-card h4 { font-size: 1em !important; }
    .cs-card p { font-size: 0.78em !important; }
    /* Process steps: horizontal → 2x2 grid */
    .cs-steps { flex-wrap: wrap !important; gap: 15px !important; justify-content: center !important; }
    .cs-connector { display: none !important; }
    .cs-step { width: 40% !important; }
    .cs-cta { padding: 35px 15px !important; }

    /* === CONTACT === */
    .contact-sample-section { padding: 40px 20px !important; }
    .contact-sample-section h3 { font-size: 1.2em !important; }

        /* Footer mobile */
    .ssit-footer-top { grid-template-columns: 1fr !important; gap: 25px !important; text-align: center !important; }
    .ssit-footer-bottom { flex-direction: column !important; gap: 5px !important; text-align: center !important; }
/* === FOOTER === */
    footer [style*="grid-template-columns:1fr 1fr 1fr"],
    footer [style*="grid-template-columns: 1fr 1fr 1fr"] {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        text-align: center !important;
    }
    footer [style*="display:flex"][style*="justify-content:space-between"] {
        flex-direction: column !important;
        gap: 8px !important;
        text-align: center !important;
    }

    /* === HEADER/NAV === */
    .main-navigation a { font-size: 11px !important; letter-spacing: 0.3px !important; }

    /* Logo tagline mobile */
    .ssit-logo-tagline { font-size: 0.7em !important; letter-spacing: 0.3px !important; }
    .site-logo-img img { max-height: 40px !important; width: auto !important; }
}

/* Extra small phones */
@media (max-width: 480px) {
    .about-cards-grid { grid-template-columns: 1fr !important; }
    .about-card { height: 180px !important; }
    .about-card img { height: 180px !important; }
    .about-card > p:first-child { height: 180px !important; }
    .cs-cards { grid-template-columns: 1fr !important; }
    .cs-card { height: 180px !important; }
    .cert-badges { grid-template-columns: 1fr !important; }
    .hero-section h1, .home-hero h1 { font-size: 1.6em !important; }
    .cs-step { width: 100% !important; }
}

/* Force homepage inline grids responsive on mobile */
@media (max-width: 768px) {
    .home-hero + .section > div > div[style*="grid-template-columns:repeat(3"], .cs-hero + .section-warm > div > div[style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important;
    }
    .section-gray > div > div[style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important;
    }
}

/* Logo tagline layout */
.site-logo-img { display: flex !important; flex-direction: column !important; align-items: flex-start !important; }
.ssit-logo-tagline { color: #8B1A1A !important; font-family: "Inter", sans-serif !important; font-size: 0.85em !important; letter-spacing: 0.5px; margin-top: 4px; line-height: 1.3; text-align: center; }

/* Navigation menu font size */
.main-header-menu .menu-link { font-size: 1rem !important; }

/* Remove header bottom border line */
.ast-primary-header-bar, .main-header-bar, .site-header { border-bottom: none !important; border-bottom-width: 0 !important; }

/* Hide page titles on all pages */
.page .entry-title, body.page .entry-title, .entry-title[itemprop=headline] { display: none !important; }
