/* ==========================================================
   Sentinel Exteriors – Shared Stylesheet
   Loaded by all pages via: <link href="./index_files/styles.css" rel="stylesheet">
   ========================================================== */

/* --- Typography --- */
body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* --- Brand colours --- */
.bg-sentinel {
    background-color: #37474f;
    color: white;
}

/* --- Buttons --- */
.btn-primary {
    background-color: #e67e22;
    border: none;
    padding: 12px 30px;
}

.btn-primary:hover {
    background-color: #d35400;
}

.btn-outline-primary {
    color: #e67e22;
    border-color: #e67e22;
    padding: 12px 30px;
}

.btn-outline-primary:hover {
    background-color: #e67e22;
    border-color: #e67e22;
    color: white;
}

/* --- Navbar logo --- */
.navbar-brand img {
    height: 80px;
}

/* --- Hero section (index.html) --- */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../Banner.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    align-items: center;
    color: white;
}

/* --- Service cards (index.html) --- */
.service-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.service-card:hover {
    transform: translateY(-10px);
}

/* --- Quick links bar (roofing.html) --- */
.quick-links {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-bottom: 3px solid #e67e22;
}

.quick-links a {
    color: #37474f;
    text-decoration: none;
    font-weight: 600;
    padding: 0 20px;
    border-right: 2px solid #dee2e6;
}

.quick-links a:last-child {
    border-right: none;
}

.quick-links a:hover {
    color: #e67e22;
}

/* --- Page title banner --- */
.page-title {
    background-color: #37474f;
    color: white;
    padding: 30px 0;
    text-align: center;
}

/* --- Content sections --- */
.content-section {
    padding: 60px 0;
}

.content-section h2 {
    margin-bottom: 30px;
}

.content-section ul {
    list-style: none;
    padding-left: 0;
}

.content-section ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.content-section ul li:last-child {
    border-bottom: none;
}

.content-section ul li strong {
    color: #37474f;
    display: block;
    margin-bottom: 5px;
}

/* --- Service boxes (roofing.html) --- */
.service-box {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 20px;
    border-left: 4px solid #e67e22;
}

.service-box h3 {
    color: #37474f;
    margin-bottom: 15px;
}

/* --- CTA section (roofing.html) --- */
.cta-section {
    background-color: #37474f;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.cta-section h2 {
    margin-bottom: 20px;
}

/* --- Page header with banner image (gutters.html, siding.html) --- */
.page-header {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../Banner.jpg');
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
    align-items: center;
    color: white;
}

/* --- Feature cards (gutters.html) --- */
.service-feature {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.service-feature:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin: 0 auto 20px;
}

/* --- Section divider accent --- */
.section-divider {
    height: 3px;
    width: 60px;
    background-color: #e67e22;
    margin: 0 auto 30px;
}

/* --- Highlight boxes (gutters.html) --- */
.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #e67e22;
    padding: 20px;
    margin: 20px 0;
}

/* --- Shingle category boxes (shingle-quick-view.html) --- */
.shingle-category {
    background-color: #f8f9fa;
    padding: 40px;
    margin-bottom: 30px;
    border-left: 4px solid #e67e22;
}

.shingle-category h3 {
    color: #37474f;
    margin-bottom: 20px;
}

.shingle-list {
    list-style: none;
    padding-left: 0;
}

.shingle-list li {
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.shingle-list li:last-child {
    border-bottom: none;
}

/* --- OC Widget containers --- */
.total_protection_roofing_system {
    margin: 40px 0;
    min-height: 500px;
}

#visualizer {
    min-height: 600px;
    margin: 40px 0;
}
