/*
Theme Name:         Tech Support 4 Business
Theme URI:          https://techsupport4business.com
Author:             Tech Support 4 Business
Author URI:         https://techsupport4business.com
Description:        Custom WordPress theme for Tech Support 4 Business — Managed IT Services, Dallas Fort Worth. Includes page templates for all service pages, city pages, HIPAA compliance, and more. Compatible with Yoast SEO plugin.
Version:            1.0.0
Requires at least:  5.8
Tested up to:       6.7
Requires PHP:       7.4
License:            Private
License URI:        https://techsupport4business.com
Text Domain:        techsupport4business
Tags:               custom-template, yoast-seo, managed-it, bootstrap5
*/

/* ============================================================
   THEME BASE STYLES
   All component styles are loaded from /assets/css/style.css
   This file is required by WordPress for theme recognition.
   ============================================================ */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #87113E;
}

/* ── Breadcrumb Banner ───────────────────────────────────── */
.breadcumb-area {
    width: 100%;
}

.breadcumb-content {
    min-height: 280px;
    display: flex;
    align-items: center;
    position: relative;
}

.breadcumb-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
}

.breadcumb--con {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.breadcumb--con h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #fff;
    font-size: 15px;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn.more-btn,
a.more-btn {
    background: #87113E;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: none;
    transition: background 0.2s ease;
}

.btn.more-btn:hover,
a.more-btn:hover {
    background: #6a0d30;
    color: #fff;
}

.btn.more-btn.pink {
    background: #87113E;
}

/* ── Section Padding ─────────────────────────────────────── */
.section-padding-100-70 {
    padding: 100px 0 70px;
}

/* ── CTA Section (before footer) ────────────────────────── */
.d-sec {
    background: #87113E;
    text-align: center;
}

/* ── Section headings ────────────────────────────────────── */
.whychoose {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

/* ── Cards / Feature boxes ───────────────────────────────── */
.main-div {
    padding: 15px 0;
}

.main-div h6.bold {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

/* ── Accordion (FAQ) ─────────────────────────────────────── */
.accordion-button:not(.collapsed) {
    background: #87113E;
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

/* ── Footer ──────────────────────────────────────────────── */
#site-footer {
    background: #1a1a2e;
    color: #ccc;
    padding: 50px 0 20px;
}

#site-footer h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#site-footer p,
#site-footer a {
    color: #aaa;
    font-size: 15px;
    line-height: 1.8;
}

#site-footer a:hover {
    color: #fff;
}

/* ── Navbar ──────────────────────────────────────────────── */
#banner {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

#banner .nav-link {
    color: #333 !important;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 14px !important;
    transition: color 0.2s;
}

#banner .nav-link:hover,
#banner .nav-item.active .nav-link {
    color: #87113E !important;
}

#banner .dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 6px;
}

#banner .dropdown-item {
    font-size: 14px;
    padding: 8px 18px;
    color: #333;
}

#banner .dropdown-item:hover {
    background: #87113E;
    color: #fff;
}

/* ── Top bar ─────────────────────────────────────────────── */
section.main_top_section {
    background: #87113E;
    padding: 6px 0;
    font-size: 14px;
}

section.main_top_section a {
    color: #fff;
    font-size: 14px;
}

section.main_top_section i {
    color: #fff;
    margin-right: 5px;
}

/* ── WOW animation placeholders ──────────────────────────── */
.wow { visibility: visible !important; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 768px) {
    .breadcumb--con h2 {
        font-size: 28px;
    }

    #banner .navbar-nav {
        padding: 15px 0;
    }

    #banner .nav-link {
        padding: 8px 5px !important;
    }
}
