/*
Theme Name: TS Safety First
Theme URI: http://tssfibd.com/
Author: TS Safety First International
Author URI: http://tssfibd.com/
Description: Premium B2B product catalog and e-commerce theme for fire & safety equipment. Built for Bangladesh market with BDT currency and WooCommerce support.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ts-safety-first
Tags: responsive-layout, custom-menu, custom-logo, e-commerce, woocommerce, elementor
*/

/* 
  Global Styles & Resets 
*/
:root {
  --primary: #001846;
  --accent: #CB0101;
  --dark: #0a1128;
  --light: #f8fafc;
  --border: #e2e8f0;
  --text: #334155;
  --text-light: #64748b;
  --footer: #060f24;
  --radius-card: 12px;
  --shadow-card: 0 4px 16px rgba(0,24,70,0.15);
  --shadow-hover: 0 16px 40px rgba(0,24,70,0.28);
  --transition: all 0.3s ease;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background-color: var(--white);
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .bebas-font {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--light); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }


/* ========== FOOTER IMPROVEMENTS ========== */
.site-footer {
    background: #1e3a5f;
    color: #e0e7ff;
    font-size: 0.95rem;
}

.footer-main {
    padding: 50px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}

.footer-col h3.footer-title {
    color: #ffffff;
    font-size: 1.15rem;
    margin-bottom: 18px;
    font-weight: 500;
}

.footer-col p {
    color: #b8c5e0;
    line-height: 1.7;
}

/* Quick Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b8c5e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #4fc3f7;
}

/* Contact Details */
.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #b8c5e0;
}

.contact-details a {
    color: #4fc3f7;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.contact-details svg {
    flex-shrink: 0;
    margin-top: 3px;
    color: #4fc3f7;
}

/* Newsletter Form */
.newsletter-form {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.newsletter-form input::placeholder {
    color: #a0b0d0;
}

.newsletter-form button {
    background: #1565c0;
    color: white;
    border: none;
    padding: 12px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-form button:hover {
    background: #0d47a1;
    transform: translateY(-1px);
}

/* Copyright */
.copyright-bar {
    background: #162d4a;
    padding: 18px 0;
    font-size: 0.9rem;
    color: #8fa8d3;
}

.copyright-bar a {
    color: #4fc3f7;
    text-decoration: none;
}

.copyright-bar a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}
