/*
Theme Name: TDividers Child
Theme URI: 
Description: Custom child theme for Toilet Dividers - Premium Astra Redesign.
Author: Antigravity
Author URI: 
Template: astra
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

body { font-family: 'Plus Jakarta Sans', sans-serif; color: #1e293b; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 800; color: #111827; }

/* Top Bar Styling */
.td-top-bar { 
    background: #1e293b; 
    color: #fff; 
    padding: 10px 0; 
    font-size: 0.85rem; 
    font-weight: 600; 
}
.td-top-bar .ast-container { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}
.td-top-info { display: flex; gap: 20px; align-items: center; }
.td-top-info a { color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.td-top-info a:hover { color: #38bdf8; }
.td-status-notice { background: rgba(56, 189, 248, 0.2); padding: 4px 12px; border-radius: 4px; border: 1px solid #38bdf8; }

/* Page Banner Styling */
.td-page-banner { 
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%), url('https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&q=80&w=1600') center/cover;
    background-blend-mode: overlay;
    padding: 100px 0; 
    color: #fff; 
    text-align: center; 
}
.td-page-banner h1 { color: #fff; font-size: 3.5rem; margin-bottom: 15px; text-transform: capitalize; }

/* Hero Banner Homepage */
.td-hero-banner { 
    padding: 160px 0; 
    color: #fff; 
}
.td-hero-content { max-width: 800px; }
.td-hero-badge { 
    display: inline-block; 
    background: #38bdf8; 
    color: #0f172a; 
    padding: 6px 14px; 
    border-radius: 6px; 
    font-size: 0.8rem; 
    font-weight: 800; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.td-hero-lead { 
    font-size: 1.4rem; 
    opacity: 0.9; 
    margin: 30px 0 45px; 
    max-width: 650px; 
    line-height: 1.6;
}
.td-hero-actions { display: flex; gap: 20px; }
.td-hero-btn { 
    padding: 18px 36px; 
    border-radius: 12px; 
    font-weight: 800; 
    text-decoration: none; 
    font-size: 1.1rem; 
    transition: 0.3s;
}
.td-hero-btn.primary { background: #38bdf8; color: #0f172a; box-shadow: 0 10px 15px -3px rgba(56, 189, 248, 0.3); }
.td-hero-btn.primary:hover { background: #fff; transform: translateY(-3px); }
.td-hero-btn.secondary { background: rgba(255,255,255,0.1); color: #fff; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); }
.td-hero-btn.secondary:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px); }

.td-breadcrumbs { font-size: 0.95rem; display: flex; justify-content: center; gap: 10px; opacity: 0.9; font-weight: 600; }
.td-breadcrumbs a { color: #fff; text-decoration: none; }
.td-breadcrumbs a:hover { text-decoration: underline; }
.td-breadcrumbs .separator { opacity: 0.5; }

/* Custom Footer Styling */
.td-main-footer { 
    background: #0f172a; 
    color: #cbd5e1; 
    padding: 100px 0 40px; 
    margin-top: 80px;
}
.td-footer-grid { 
    display: grid; 
    grid-template-columns: 1.5fr repeat(3, 1fr) 1.5fr; 
    gap: 40px; 
    border-bottom: 1px solid rgba(255,255,255,0.1); 
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.footer-col h4 { color: #fff; margin-bottom: 25px; font-size: 1.1rem; }
.footer-links { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #94a3b8; text-decoration: none; transition: 0.2s; }
.footer-links a:hover { color: #fff; padding-left: 5px; }

.footer-contact .phone-large { 
    display: block; 
    font-size: 1.75rem; 
    font-weight: 800; 
    color: #fff; 
    margin: 15px 0; 
    text-decoration: none; 
}
.social-links { display: flex; gap: 15px; margin-top: 20px; }
.social-icon { 
    width: 40px; 
    height: 40px; 
    background: rgba(255,255,255,0.05); 
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #fff; 
    text-decoration: none; 
    transition: 0.2s;
}
.social-icon:hover { background: #3730a3; transform: translateY(-3px); }

.td-footer-bottom { text-align: center; font-size: 0.85rem; color: #64748b; margin-top: 40px; }

/* Hide Astra Footer Builder Rows */
.site-below-footer-wrap, 
.site-primary-footer-wrap, 
.site-above-footer-wrap { 
    display: none !important; 
}

@media (max-width: 1024px) {
    .td-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .td-page-banner h1 { font-size: 2.5rem; }
}
@media (max-width: 768px) {
    .td-top-bar .ast-container { flex-direction: column; gap: 10px; }
    .td-footer-grid { grid-template-columns: 1fr; }
}