/* ===== Custom Styles for Shutters Fix Ireland ===== */
/* Colors matched to logo.png - Green & Orange Irish theme */
:root {
    --primary-color: #1a5d2b;
    --primary-dark: #134620;
    --primary-light: #248236;
    --secondary-color: #e87b12;
    --secondary-dark: #c96a0f;
    --secondary-light: #f59331;
    --accent-color: #e87b12;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #f8fafc;
    --bg-dark: #0f1a14;
    --white: #ffffff;
    --border-color: #e5e7eb;
}

body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
}

/* ===== Top Contact Bar ===== */
.top-contact-bar {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    padding: 10px 0;
    font-size: 0.9rem;
}

.contact-info-strip {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.contact-item {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    color: var(--secondary-color);
}

.contact-item i {
    font-size: 1rem;
}

.whatsapp-link {
    color: #25D366;
}

.whatsapp-link:hover {
    color: #128C7E;
}

.top-bar-right {
    color: #fff;
}

.emergency-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* ===== Header & Navigation ===== */
.navbar {
    padding: 0.75rem 0;
    background-color: var(--white) !important;
    border-bottom: 1px solid var(--border-color);
}

.navbar-brand {
    padding: 0.5rem 1rem;
}

.navbar-logo {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    padding: 0.75rem 1.25rem !important;
    transition: color 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.navbar-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-btn:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
}

/* ===== Hero Section ===== */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#heroCarousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-slider-image {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.video-overlay,
.carousel-item .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 26, 20, 0.85) 0%, rgba(26, 93, 43, 0.6) 100%);
    z-index: 2;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--white);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-main-description {
    font-size: 1.2rem;
    color: var(--white);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-primary-btn {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: 0.875rem 2rem;
}

.hero-primary-btn:hover {
    background-color: var(--secondary-dark) !important;
    border-color: var(--secondary-dark) !important;
    transform: translateY(-2px);
}

/* ===== Stats Counter Section ===== */
.stats-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.stat-item {
    padding: 1.5rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    display: inline;
    line-height: 1;
}

.stat-suffix {
    font-size: 2rem;
    font-weight: 700;
    display: inline;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 0.5rem;
    font-weight: 500;
}

/* ===== Features Section ===== */
.features-section {
    background: var(--bg-light);
    padding: 5rem 0;
}

.feature-item {
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
}

.feature-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.icon-circle i {
    font-size: 2rem;
    color: var(--primary-color);
}

.icon-circle:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
    max-width: 300px;
    margin: 0 auto;
}

/* ===== Section Labels & Titles ===== */
.section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* ===== Why Choose Us Section ===== */
.why-choose-section {
    padding: 5rem 0;
}

.why-choose-image {
    position: relative;
}

.why-choose-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    padding: 1.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(26, 93, 43, 0.4);
    border: 3px solid var(--secondary-color);
}

.experience-badge .years {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.experience-badge .text {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.why-choose-content {
    padding-left: 2rem;
}

.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.benefit-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.benefit-item h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-dark);
}

.benefit-item p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ===== Services Section ===== */
.services-section {
    padding: 5rem 0;
}

.service-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 93, 43, 0.9) 0%, rgba(19, 70, 32, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-content {
    padding: 1.5rem;
}

.service-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.service-content p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ===== Emergency Banner ===== */
.emergency-banner {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-dark) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.emergency-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.emergency-content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.emergency-content h3 i {
    margin-right: 0.5rem;
}

.emergency-content p {
    font-size: 1.05rem;
    margin-bottom: 0;
    opacity: 0.95;
}

.emergency-btn {
    font-weight: 600;
    padding: 1rem 2rem;
    white-space: nowrap;
}

.emergency-btn i {
    margin-right: 0.5rem;
}

/* ===== Process Section ===== */
.process-section {
    padding: 5rem 0;
}

.process-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
}

.process-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

.process-step {
    padding: 2rem 1rem;
}

.step-circle {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.step-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(26, 93, 43, 0.4);
    background: var(--secondary-color);
}

.step-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
}

.process-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
}

.process-description {
    font-size: 0.95rem;
    color: var(--text-light);
    max-width: 280px;
    margin: 0 auto;
}

/* ===== Testimonials Section ===== */
.testimonials-section {
    padding: 5rem 0;
}

.testimonial-card {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

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

.testimonial-stars {
    margin-bottom: 1rem;
}

.testimonial-stars i {
    color: #fbbf24;
    font-size: 1.1rem;
}

.testimonial-text {
    font-size: 1rem;
    color: var(--text-dark);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
}

.testimonial-author strong {
    font-size: 1rem;
    color: var(--text-dark);
}

.testimonial-author span {
    font-size: 0.85rem;
    color: var(--text-light);
}

/* ===== Gallery Section ===== */
.transformations-section {
    padding: 5rem 0;
}

.transformations-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
}

.transformations-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.gallery-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(26, 93, 43, 0.95) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-title {
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
}

/* ===== CTA / Survey Section ===== */
.survey-section {
    position: relative;
    overflow: hidden;
}

.survey-container {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.survey-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.survey-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.survey-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3rem 2rem;
}

.survey-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 2.5rem 3rem;
    text-align: center;
    max-width: 550px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.survey-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.survey-description {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.survey-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.survey-btn:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

/* ===== Footer ===== */
.site-footer {
    background: linear-gradient(135deg, #0f1a14 0%, #1a2f20 100%);
    color: #9ca3af;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    border-radius: 8px;
}

.footer-about {
    font-size: 0.95rem;
    line-height: 1.7;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
}

.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-link {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    padding: 0.35rem 0;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-contact i {
    color: var(--primary-color);
    font-size: 1rem;
    margin-top: 0.25rem;
}

.footer-contact a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: var(--white);
}

.copyright {
    font-size: 0.9rem;
    color: #6b7280;
}

.footer-legal-links a {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 1.5rem;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: var(--white);
}

/* ===== Button Styles ===== */
.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-success:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-success {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-success:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* ===== Page Specific - About Hero ===== */
.about-hero-section {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.about-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 26, 20, 0.85) 0%, rgba(26, 93, 43, 0.6) 100%);
    z-index: 2;
}

.about-hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 4rem 0;
}

.about-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.about-hero-description {
    font-size: 1.1rem;
    color: var(--white);
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* ===== Page Specific - Products Hero ===== */
.products-hero-section {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.products-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.products-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 26, 20, 0.85) 0%, rgba(26, 93, 43, 0.6) 100%);
    z-index: 2;
}

.products-hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 4rem 0;
}

.products-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1rem;
}

.products-hero-description {
    font-size: 1.1rem;
    color: var(--white);
    opacity: 0.9;
    max-width: 600px;
}

/* ===== Product Cards ===== */
.product-detail-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.product-detail-image {
    padding: 2rem;
}

.product-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-detail-content {
    padding: 2rem;
}

.product-badge-detail {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    color: var(--white);
}

.product-badge-detail.unbeatable-value { background-color: var(--primary-color); }
.product-badge-detail.most-popular { background-color: #3b82f6; }
.product-badge-detail.stylish-tough { background-color: #f59e0b; color: #1f2937; }
.product-badge-detail.upgrade-toughness { background-color: #06b6d4; }

.product-detail-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.product-detail-description {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.product-price-detail {
    font-size: 1.2rem;
    color: var(--text-dark);
    font-weight: 600;
}

.product-features-detail {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.product-features-detail li {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
}

.product-features-detail li i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 0.85rem;
}

.product-explore-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    padding: 10px 25px;
}

.product-explore-btn:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* ===== Contact Page ===== */
.contact-hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 4rem 0 6rem 0;
    position: relative;
    overflow: hidden;
}

.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.contact-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.contact-hero-description {
    font-size: 1rem;
    color: var(--white);
    opacity: 0.9;
}

.contact-options-section {
    position: relative;
    margin-top: -80px;
    padding-bottom: 60px;
    z-index: 10;
}

.contact-option-card {
    background: var(--white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.contact-option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.contact-option-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
}

.contact-option-description {
    font-size: 0.95rem;
    color: var(--text-light);
}

.contact-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: var(--primary-dark);
}

.contact-link i {
    transition: transform 0.3s ease;
}

.contact-link:hover i {
    transform: translateX(5px);
}

/* Contact Form */
.contact-form-section {
    padding: 5rem 0;
}

.contact-form-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--text-dark);
}

.contact-form-container {
    background: var(--white);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.garolla-contact-form .form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.garolla-contact-form .form-control,
.garolla-contact-form .form-select {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.garolla-contact-form .form-control:focus,
.garolla-contact-form .form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgba(232, 123, 18, 0.2);
}

.contact-submit-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    padding: 0.875rem 2.5rem;
}

.contact-submit-btn:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* ===== Product Comparison Table ===== */
.comparison-table-container {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.comparison-table thead th {
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    border: none;
    padding: 1.25rem 1rem;
}

.comparison-table tbody td {
    padding: 1rem;
    border-color: var(--border-color);
    vertical-align: middle;
}

.comparison-table tbody tr:hover {
    background-color: var(--bg-light);
}

/* ===== Product Detail Page ===== */
.product-detail-hero {
    padding: 3rem 0;
}

.product-pricing {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid var(--primary-color);
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
}

.features-list li i {
    color: var(--primary-color);
}

.specifications-card {
    background: var(--white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.spec-group-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

.spec-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--border-color);
}

.spec-label {
    color: var(--text-light);
}

.spec-value {
    font-weight: 600;
    color: var(--text-dark);
}

/* ===== Responsive Styles ===== */
@media (max-width: 991px) {
    .top-contact-bar {
        display: none;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
    }
    
    .hero-main-description {
        font-size: 1.05rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .why-choose-content {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    .experience-badge {
        bottom: 10px;
        right: 10px;
        padding: 1rem 1.5rem;
    }
    
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    .navbar-cta {
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hero-main-title {
        font-size: 2rem;
    }
    
    .hero-main-description {
        font-size: 1rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .about-hero-title,
    .products-hero-title,
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .survey-card {
        padding: 2rem 1.5rem;
    }
    
    .survey-title {
        font-size: 1.5rem;
    }
    
    .emergency-content h3 {
        font-size: 1.25rem;
    }
    
    .emergency-btn {
        width: 100%;
        margin-top: 1rem;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-legal-links {
        text-align: center;
        margin-top: 1rem;
    }
    
    .footer-legal-links a {
        margin: 0 0.75rem;
    }
}

@media (max-width: 575px) {
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-actions .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .contact-options-section {
        margin-top: -50px;
    }
}

/* ===== Gallery Modal Styles ===== */
#galleryModal .modal-content {
    background: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 12px;
}

#galleryModal .modal-body img {
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.gallery-icon {
    display: block;
    font-size: 1.5rem;
    color: var(--white);
    margin-top: 0.5rem;
    opacity: 0.8;
}

.gallery-item {
    cursor: pointer;
}

.gallery-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ===== Back to Top Button ===== */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(26, 95, 42, 0.3);
}

.back-to-top-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 95, 42, 0.4);
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===== Scroll Animation Classes ===== */
.animate-ready {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Navbar Scroll Effect ===== */
.navbar-scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* ===== Contact Form Enhanced Styles ===== */
.contact-icon-sm {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon-sm i {
    color: var(--primary-color);
    font-size: 1rem;
}

/* Form Validation Styles */
.form-control.is-valid,
.form-select.is-valid {
    border-color: var(--primary-color);
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    font-size: 0.85rem;
}

/* Form Success Message */
.form-success-message {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    color: var(--white);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.form-success-message i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* ===== Product Thumbnail Styles ===== */
.thumbnail {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail:hover,
.thumbnail.active {
    opacity: 1;
    border-color: var(--primary-color);
}

/* ===== Trust Indicators ===== */
.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.trust-item i {
    font-size: 1.1rem;
}

/* ===== Key Features List ===== */
.features-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: 0.5rem 0;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.features-list li i {
    color: var(--primary-color);
    font-size: 0.9rem;
}

/* ===== Product Detail Main Title ===== */
.product-detail-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.product-detail-main-description {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.price-main {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 0.9rem;
    color: var(--text-light);
}

.price-note {
    margin-top: 0.25rem;
}

/* ===== Breadcrumb Styles ===== */
.breadcrumb-section {
    border-bottom: 1px solid var(--border-color);
}

.breadcrumb {
    font-size: 0.9rem;
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--text-light);
}

/* ===== Loading/Preloader ===== */
/* Removed overflow: hidden to prevent scrolling issues */

/* ===== WhatsApp Float Button ===== */
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #128C7E;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* ===== Enhanced Service Card Hover ===== */
.service-card {
    transform: translateY(0);
}

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

/* ===== Pulse Animation for Emergency ===== */
@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.emergency-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    animation: pulse-ring 1.5s ease-out infinite;
    background: inherit;
    z-index: -1;
}

.emergency-btn {
    position: relative;
}

/* ===== Contact Hours Styling ===== */
.contact-hours {
    font-size: 0.9rem;
    color: var(--text-light);
}

.contact-hours p {
    margin-bottom: 0.25rem;
}

/* ============================================
   VIDEO SHOWCASE SECTION - Branded Overlays
   ============================================ */
.video-showcase-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    background: #000;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Branded Logo Overlay - Top Right Corner */
.video-brand-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    z-index: 10;
}

.video-logo {
    background: white;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.video-logo img {
    height: 35px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.video-card:hover .video-logo {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

/* Product Info Overlay - Bottom */
.video-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(0deg, rgba(27, 94, 32, 0.95) 0%, rgba(27, 94, 32, 0.8) 50%, transparent 100%);
    z-index: 10;
    transform: translateY(10px);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.video-card:hover .video-info-overlay {
    transform: translateY(0);
    opacity: 1;
}

.video-info-overlay h5 {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-info-overlay h5 i {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.video-info-overlay span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Responsive Video Cards */
@media (max-width: 768px) {
    .video-brand-overlay {
        top: 10px;
        right: 10px;
    }
    
    .video-logo {
        padding: 6px 10px;
        border-radius: 6px;
    }
    
    .video-logo img {
        height: 28px;
    }
    
    .video-info-overlay {
        padding: 15px;
    }
    
    .video-info-overlay h5 {
        font-size: 0.95rem;
    }
    
    .video-info-overlay span {
        font-size: 0.75rem;
    }
}

/* ============================================
   PRODUCT PAGE VIDEO STYLES
   ============================================ */
.product-video-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video-content-info {
    padding-left: 30px;
}

.video-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 1.05rem;
    color: var(--text-dark);
    border-bottom: 1px solid #e9ecef;
}

.video-highlights li:last-child {
    border-bottom: none;
}

.video-highlights li i {
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    .video-content-info {
        padding-left: 0;
        margin-top: 30px;
    }
}
