/* Custom CSS for Pintor Osasco - 2026 Standardization */

:root {
    --primary-color: #ff7f00;
    --secondary-color: #333333;
    --text-color: #555555;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--text-color);
    color: var(--text-color);
    line-height: 1.6;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    /* Offset for fixed header */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-heading);
    color: var(--secondary-color);
    font-weight: 700;
}

/* Headings Standardization - Legacy handled in Global Typography */

/* Paragraphs */
p.subtitle {
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Buttons */
/* Buttons */
/* Buttons */
.btn-success,
.buttonwhats,
.btn-outline-dark {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 35px;
    /* Horizontal padding */
    height: 55px;
    /* Fixed height for consistency */
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    /* Minimum width for balance */
    font-size: 1rem;
    white-space: nowrap;
    /* Prevent text wrapping */
    transition: all 0.3s ease;
}

.btn-success,
.buttonwhats,
.btn-outline-dark {
    padding: 0 35px;
    /* Equal padding */
    border: 2px solid transparent !important;
    /* Base border for sizing */
}

.btn-success,
.buttonwhats {
    background-color: #ff7f00 !important;
    border-color: #ff7f00 !important;
    color: #fff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-outline-dark {
    background-color: transparent;
    border-color: #333 !important;
    color: #333 !important;
}

/* Hover effects */
.btn-success:hover,
.buttonwhats:hover {
    transform: translateY(-2px);
    /* Standard Lift */
    box-shadow: 0 6px 12px rgba(255, 127, 0, 0.3);
    background-color: #e67300 !important;
    border-color: #e67300 !important;
}

.btn-outline-dark:hover {
    background-color: #333;
    color: #fff !important;
}

.btn-success i,
.buttonwhats i,
.btn-outline-dark i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.btn-success i,
.buttonwhats i {
    color: #fff !important;
}

.btn-outline-dark i {
    color: #ff7f00 !important;
}



/* Navbar */
.navbar-brand img {
    max-height: 70px;
    width: auto;
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: #555;
    font-family: var(--font-heading);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--primary-color);
}

/* Cards & Services */
.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

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

.card-title {
    color: var(--secondary-color);
    font-weight: 700;
}

/* Footer */
#footer {
    background-color: #222 !important;
    color: #aaa;
    border-top: 4px solid var(--primary-color);
}

/* Utility */
.text-warning {
    color: var(--primary-color) !important;
}

.bg-warning {
    background-color: var(--primary-color) !important;
}

/* Hero Typography */
.hero-lead {
    font-size: 2.5rem;
    /* Large and impactful */
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #333;
    /* Dark Gray */
}

.hero-text {
    font-size: 1.1rem;
    /* Readable body text */
    line-height: 1.6;
    color: #555;
    /* Slightly lighter gray */
    margin-bottom: 2rem;
}

.hero-subhead {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ff7f00;
    /* Orange highlight */
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Global Typography Standardization */
.section-title h2,
.subtitle2 {
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after,
.subtitle2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ff7f00;
    margin: 10px auto 0;
    border-radius: 2px;
}

.section-lead {
    font-size: 1.15rem;
    font-weight: 500;
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.body-text,
.card-text,
#faq .card-body,
#sobre p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.card-title-custom {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}
/* FAQ Accordion Mobile Fix */
#faqAdvanced .btn-link {
    white-space: normal; /* Permits text wrapping */
    text-align: left;
    text-decoration: none;
    height: auto; /* Adapts to content height */
    padding: 15px 0; /* Vertical breathing room */
    color: var(--secondary-color);
    font-size: 1.1rem;
    line-height: 1.4;
}

#faqAdvanced .btn-link:hover,
#faqAdvanced .btn-link:focus {
    text-decoration: none;
    color: var(--primary-color);
}
