/*
Theme Name: Trisha Industrial Elite
Theme URI: https://trishaenterprises.services/
Author: Trisha Enterprises
Description: Specialized industrial theme for Super Sucker and high-capacity suction services.
Version: 8.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: industrial, suction, infrastructure, navy-gold, custom-business
Text Domain: trisha-industrial
*/

:root {
    --brand-navy: #003366;
    --brand-deep: #001A33;
    --brand-yellow: #FFEE00;
    --brand-gold: #D4AF37;
    --text-main: #001A33; /* Updated to Navy */
    --text-muted: #4B5563; /* Refined grey-navy */
    --bg-light: #F9FAFB;
    --bg-alt: #F8FAFC;
    --glass: rgba(255, 255, 255, 0.95);
    --shadow-elite: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text-main); line-height: 1.6; overflow-x: hidden; background: #fff; -webkit-font-smoothing: antialiased; }

/* --- Alignment & Grid System --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; }
.section-padding { padding: 80px 0; }
.flex { display: flex; justify-content: space-between; align-items: center; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }

/* --- UI Polish: Typography --- */
h1, h2, h3, h4 { color: var(--brand-deep); font-weight: 800; line-height: 1.2; }
p { font-size: 16px; color: var(--text-main); }
.gold-text { color: var(--brand-gold); }

/* --- Top Bar --- */
.top-bar { background: var(--brand-deep); color: white; padding: 12px 0; font-size: 13px; font-weight: 600; }
.contact-info-list { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.contact-info-list li { color: white !important; }
.contact-info-list li i { color: var(--brand-yellow); margin-right: 8px; }
.top-bar-social { display: flex; gap: 15px; align-items: center; }
.top-bar-social a { color: white !important; opacity: 0.9; transition: var(--transition); font-size: 16px; text-decoration: none; }
.top-bar-social a:hover { color: var(--brand-yellow) !important; opacity: 1; transform: scale(1.1); }
.top-bar-social i { color: white !important; }
.top-bar-social a:hover i { color: var(--brand-yellow) !important; }

/* --- Realigned Premium Header --- */
.premium-header { 
    background: var(--glass); 
    backdrop-filter: blur(10px);
    padding: 15px 0; 
    position: sticky; 
    top: 0; 
    z-index: 1000; 
    transition: var(--transition);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.nav-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    position: relative;
    width: 100%;
}
.brand-logo { 
    height: 65px; 
    width: auto; 
    transition: var(--transition); 
}

/* --- Navigation & Dropdown --- */
.premium-nav { display: flex; list-style: none; gap: 35px; align-items: center; margin: 0; padding: 0; }
.premium-nav li { position: relative; }
.premium-nav li a { 
    text-decoration: none; 
    color: var(--brand-deep) !important; 
    font-weight: 700; 
    font-size: 14px; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
    transition: var(--transition);
}
.premium-nav li a:hover { color: var(--brand-navy) !important; opacity: 0.8; }

.dropdown-v8 {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 300px;
    background: white;
    box-shadow: var(--shadow-elite);
    border-top: 4px solid var(--brand-yellow);
    border-radius: 0 0 8px 8px;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: var(--transition);
    list-style: none;
    z-index: 100;
}
.premium-nav li:hover .dropdown-v8 { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-v8 li a { 
    padding: 12px 25px; 
    display: block; 
    text-transform: none; 
    font-size: 14px; 
    border-bottom: 1px solid #f3f4f6;
    color: var(--text-main) !important;
}
.dropdown-v8 li a:hover { background: var(--bg-light); color: var(--brand-navy) !important; padding-left: 30px; }
.dropdown-category-title { padding: 10px 25px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: #999; letter-spacing: 1px; }

/* --- Logo Recovery for Cached Pages --- */
img[src*="assets/logo.png"] {
    content: url('https://trishaenterprises.services/wp-content/uploads/2026/04/Trisha-Enterprises-1.png');
    image-rendering: auto;
    object-fit: contain;
    width: auto;
    height: 65px;
    max-width: 260px;
}

.footer-logo[src*="assets/logo.png"] {
    height: 88px;
    max-width: 320px;
}

/* --- Hero Section --- */
.elite-hero {
    height: 85vh;
    background: linear-gradient(rgba(0,26,51,0.85), rgba(0,26,51,0.85)), url('https://images.unsplash.com/photo-1541888946425-d81bb19480c5?auto=format&fit=crop&q=80&w=1920') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
.hero-title-elite { font-size: 56px; color: white; margin-bottom: 20px; line-height: 1.1; }
.elite-hero p { color: rgba(255,255,255,0.9) !important; max-width: 800px; margin: 0 auto 40px; }

.hero-logo-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(40vw, 420px);
    opacity: 0.5;
    filter: brightness(0) invert(1) drop-shadow(0 18px 30px rgba(0,26,51,0.35));
    pointer-events: none;
    z-index: 1;
}

/* --- Buttons --- */
.btn-main {
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-size: 14px;
}
.btn-primary { 
    background: var(--brand-yellow) !important; 
    color: var(--brand-deep) !important; 
    box-shadow: 0 10px 30px rgba(255, 238, 0, 0.5);
}
.btn-secondary { 
    background: rgba(255, 255, 255, 0.1); 
    color: white !important; 
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* --- Pincode Section --- */
.pincode-v8 {
    background: white; padding: 40px; border-radius: var(--radius); margin-top: -60px;
    box-shadow: var(--shadow-elite); border-bottom: 6px solid var(--brand-navy);
    position: relative; z-index: 10;
}
.pincode-input-group { display: flex; gap: 10px; height: 55px; }
.pincode-input { flex: 1; padding: 0 20px; border: 1px solid #e5e7eb; border-radius: 6px; font-size: 16px; outline: none; }
.pincode-check-btn { background: var(--brand-deep); color: white; border: none; padding: 0 30px; border-radius: 6px; font-weight: 700; cursor: pointer; }

/* --- Footer --- */
.industrial-footer-v6 { background: var(--brand-deep); color: white; border-top: 5px solid var(--brand-yellow); padding: 80px 0 40px; }
.industrial-footer-v6 h4 { color: var(--brand-yellow); margin-bottom: 25px; }
.footer-grid-v6 { display: grid; grid-template-columns: 1.2fr 1.5fr 1fr 1fr; gap: 40px; }
.footer-logo { height: 88px; width: auto; max-width: min(100%, 320px); object-fit: contain; }
.footer-bottom-v6 p { text-transform: none; letter-spacing: 0.04em; color: #c7d2e0; }

/* --- Sticky Branding Bar --- */
.sticky-branding-bar {
    position: fixed;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-yellow);
    color: var(--brand-deep);
    padding: 10px 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0 0 12px 12px;
    z-index: 2000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: var(--transition);
}
.sticky-branding-bar.active { top: 0; }

/* --- Lead Modal --- */
.lead-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 26, 51, 0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}
.modal-content {
    background: white;
    padding: 50px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    position: relative;
}
.close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; color: #94A3B8; }
.form-control { width: 100%; padding: 15px; border: 1px solid #E2E8F0; border-radius: 8px; }

/* --- Industrial Border Class --- */
.industrial-border {
    border-left: 5px solid var(--brand-yellow);
    padding-left: 20px;
}

/* --- Service Grid --- */
.service-grid-v8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.bento-item { transition: var(--transition); }
.bento-item:hover { transform: translateY(-10px); box-shadow: var(--shadow-elite); }

/* --- Dark Sections --- */
section[style*="background: var(--brand-deep)"] h2,
section[style*="background: var(--brand-deep)"] p {
    color: white !important;
}

/* --- Sticky Branding Fixes --- */
#stickyBranding { display: none; }
#stickyBranding.active { display: block; }

@media (max-width: 768px) {
    .hero-logo-watermark { width: min(72vw, 300px); opacity: 0.44; }
    .footer-logo { height: 74px; }
}
