/*
Theme Name: Signature Roofing
Theme URI: https://signatureroofingut.com
Author: Your Name or Company Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme for Signature Roofing.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: roofing, construction, business, responsive, modern
Text Domain: signatureroofing
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #1d1d1f;
}

h1, h2 {
    font-family: 'Manrope', sans-serif;
    color: #001f3f;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background-color: rgba(0, 31, 63, 0.6);
    z-index: 5;
}

.bg-cover {
    position: relative;
    z-index: 1;
}

.prose {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #4b5563;
    line-height: 1.75;
    font-size: 1rem;	
}

.prose p {
    margin-bottom: 1.5rem !important;
}

.prose ul, .prose ol {
    margin-bottom: 2rem !important;
}	

.prose h2, .prose h3 {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

.prose img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
}

 .work-carousel-container {
	 max-width: 1230px;
	 padding-left: 15px;
	 padding-right: 15px;
	 margin-left: auto;
	 margin-right: auto;
}

.carousel {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.carousel img {
	width: 100%;
	height: auto;
}

.thumbnails {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.thumbnails img {
	width: 150px;
	height: 100px;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.thumbnails img.active {
    opacity: 1;
    border: 3px solid #F7C244;
    transform: scale(1.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumbnails img:not(.active) {
    opacity: 0.5;
    transform: scale(1);
}

.hero-content {
    padding-bottom: 100px;
}
.faq-section {
    position: relative;
    z-index: 20;
    margin-top: 50px;
    padding-top: 50px;
}

.faq-section .container {
    position: relative;
    z-index: 25;
}

.faq-section .border {
    position: relative;
    z-index: 30;
}

body.page-id-20 header.absolute.top-0.left-0.w-full.z-10 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

body.blog header.absolute.top-0.left-0.w-full.z-10 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

body.blog main {
    padding-top: 100px;
}

body.blog main a {
    color: #FACC15 !important;
}

body.blog main a:hover {
    color: #FDE047 !important;
}

.primaryColor {
    color: #F7C244 !important;
}

.secondaryColor {
    color: #001f3f !important;
}
.bgPrimary {
    background-color: #F7C244 !important;
}

.bgSecondary {
    background-color: #001f3f !important;
}

.faq-answer {
    display: none;
}

.faq-button.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.svg-icon .st14 { fill: #4285F4 !important; }
.svg-icon .st15 { fill: #34A853 !important; }
.svg-icon .st12 { fill: #FBBC05 !important; }
.svg-icon .st13 { fill: #EA4335 !important; }

.custom-reviews-wrapper {
  padding: 4rem; /* Adds space inside */
  margin-top: 2rem; /* Adds space above */
}

@media (max-width: 768px) {
  .custom-reviews-wrapper {
    padding: 1rem; /* Smaller padding for mobile */
  }
}