@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* All Fixed Appliance Repair Website Styles - SEO Optimized */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Screen Reader Only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header Styles */
.dmHeaderContainer {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Header Top Bar */
.header-top {
    background: linear-gradient(135deg, #A10041, #8B0037);
    color: white;
    padding: 12px 0;
    font-size: 14px;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-widget {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-widget .stars {
    font-size: 18px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

.review-text {
    font-size: 13px;
    font-weight: 500;
}

.book-appointment-btn {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.book-appointment-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* Main Header */
.main-header {
    background-color: white;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Center phone+location block */
.header-content{position:relative;}
.header-content .contact-info{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;}
.header-content .logo-section{position:relative;z-index:1;}

.logo {
    height: 80px;
    width: auto;
    border-radius: 8px;
}

.contact-info {
    text-align: right;
}

.location {
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #A10041;
}

.phone-number a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-number a:hover {
    color: #8B0037;
}

/* Navigation */
.main-navigation {
    background: linear-gradient(135deg, #A10041, #8B0037);
    position: relative;
}

.nav-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    display: block;
    padding: 16px 24px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.has-dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #8B0037;
    min-width: 250px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border-radius: 0 0 8px 8px;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 24px;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* === Remove hero overlay shading === */
.hero-section .hero-overlay {
    background: none !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-text h1 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    opacity: 0.95;
    font-weight: 500;
}

.business-hours {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    margin: 25px 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: fit-content;
}

.status {
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.openedStatus {
    background-color: #28a745;
    color: white;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
}

.closedStatus {
    background-color: #dc3545;
    color: white;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
}

.hero-cta {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button.primary {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}

.cta-button.secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Service Icons Section */
.service-icons-section {
    background: linear-gradient(135deg, #A10041, #8B0037);
    padding: 60px 0;
    position: relative;
}

.service-icons-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
}

.service-icons-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}

.service-icon {
    text-align: center;
    color: white;
    padding: 30px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.service-icon:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon.cta-service {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #333;
}

.service-icon.cta-service:hover {
    background: linear-gradient(135deg, #FFA500, #FFD700);
}

.icon-wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.service-icon:hover .icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.icon-wrapper i {
    font-size: 40px;
    color: #fff;
}

.appliance-emoji {
    font-size: 48px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.service-icon h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Poppins', Arial, sans-serif;
}

.service-icon h3 a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-icon h3 a:hover {
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.service-icon p {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

/* Why Choose Section */
.why-choose-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #A10041, #8B0037);
    border-radius: 2px;
}

.section-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.features-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #A10041;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.check-icon {
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 5px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.feature-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    font-family: 'Poppins', Arial, sans-serif;
}

.feature-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.description-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.description-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.call-text-link {
    color: #A10041;
    text-decoration: none;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.call-text-link:hover {
    background-color: #A10041;
    color: white;
}

/* Service Areas Section */
.service-areas-section {
    background: white;
    padding: 80px 0;
}

.service-areas-section h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}

.service-areas-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.service-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.areas-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
    font-family: 'Poppins', Arial, sans-serif;
}

.areas-text ul {
    list-style: none;
    padding: 0;
}

.areas-text li {
    font-size: 18px;
    padding: 12px 0;
    color: #555;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.areas-text li:hover {
    color: #A10041;
    padding-left: 10px;
}

/* Reviews Section */
.reviews-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 0;
}

.reviews-section h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.review-item {
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 5px solid #A10041;
}

.review-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.review-stars {
    font-size: 20px;
    margin-bottom: 20px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

.review-item blockquote {
    font-size: 16px;
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}

.review-item blockquote::before {
    content: '"';
    font-size: 60px;
    color: #A10041;
    position: absolute;
    top: -10px;
    left: -20px;
    opacity: 0.3;
}

.reviewer {
    font-weight: 700;
    color: #333;
    font-size: 15px;
}

/* Video Section */
.video-section {
    background: linear-gradient(135deg, #A10041, #8B0037);
    padding: 80px 0;
    text-align: center;
}

.video-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-title1 {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    font-weight: 400;
}

.video-title2 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    font-family: 'Poppins', Arial, sans-serif;
}

.play-button {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #333;
    border: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.play-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.6);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 80px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.footer-column h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #FFD700;
    font-family: 'Poppins', Arial, sans-serif;
}

.footer-divider {
    border: none;
    border-top: 3px solid #A10041;
    margin-bottom: 25px;
    border-radius: 2px;
}

.service-area-content p,
.contact-content p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.area-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.area-list li {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-content a {
    color: #FFD700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-content a:hover {
    color: white;
    text-shadow: 0 0 10px #FFD700;
}

.contact-buttons {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.btn-icon {
    font-size: 18px;
}

.social-links {
    margin-top: 20px;
}

.social-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #3b5998, #4267B2);
    color: white;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(59, 89, 152, 0.4);
}

/* --- Additional social icon inner styling --- */
.social-icon i{
    font-size:18px;
    color:inherit;
}

.business-hours .hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.business-hours dt {
    font-weight: 500;
}

.business-hours dd {
    font-weight: 700;
    color: #FFD700;
}

.additional-hours,
.service-note {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

/* Footer Bottom */
.footer-bottom {
    background: #1a252f;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-widget-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #A10041, #8B0037);
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(161, 0, 65, 0.3);
}

.widget-icon:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(161, 0, 65, 0.5);
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.powered-links {
    margin-bottom: 20px;
}

.powered-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.3s ease;
}

.powered-links a:hover {
    color: #FFD700;
}

.powered-links .built-by-text{font-family:'Roboto', Arial, sans-serif;font-size:14px;font-weight:500;color:inherit;}

.copyright-text {
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Floating Contact Widget */
.sidebar-contact-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: linear-gradient(135deg, #A10041, #8B0037);
    color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    max-width: 220px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-help-text {
    font-size: 13px;
    margin-bottom: 15px;
    opacity: 0.9;
    text-align: center;
}

.widget-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget-main-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.widget-main-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.main-icon {
    font-size: 16px;
}

/* ===== Sidebar Help Widget Collapse ===== */
.widget-collapse {
    position: absolute;
    top: 6px;
    right: 6px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    border: none;
}

.sidebar-contact-restore {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #A10041, #8B0037);
    color: #ffffff;
    border-radius: 50%;
    display: none; /* toggled via JS */
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(161, 0, 65, 0.3);
}

.sidebar-contact-restore:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(161, 0, 65, 0.5);
}

/* ========================
   Chatbot Widget Styles
   ======================== */
.chatbot-button {
    position: fixed;
    bottom: 100px; /* moved up so it doesn’t sit behind sidebar contact widget */
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #A10041, #8B0037);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1500;
}

.chatbot-window {
    position: fixed;
    bottom: 170px; /* keep window above the button */
    right: 20px;
    width: 320px;
    max-height: 450px;
    display: none; /* toggled via JS */
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1500;
}

.chatbot-header {
    background: linear-gradient(135deg, #A10041, #8B0037);
    color: #ffffff;
    padding: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-header .chatbot-close {
    cursor: pointer;
}

.chatbot-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}

.chatbot-input {
    display: flex;
    border-top: 1px solid #eee;
}

.chatbot-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 14px;
}

.chatbot-input button {
    background: #A10041;
    color: #ffffff;
    border: none;
    padding: 0 15px;
    font-weight: 600;
    cursor: pointer;
}

.chatbot-bubble {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
    font-size: 14px;
    max-width: 80%;
}

.chatbot-bubble.user {
    background: #A10041;
    color: #ffffff;
    margin-left: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .header-top .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .nav-menu {
        flex-direction: column;
    }
    
    .nav-menu a {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .hero-text h1 {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .service-icons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .section-header h2 {
        font-size: 32px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-areas-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-widget-icons {
        gap: 15px;
    }
    
    .widget-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .sidebar-contact-widget {
        bottom: 20px;
        right: 20px;
        padding: 15px;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 28px;
    }
    
    .service-icons-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .video-wrapper {
        padding: 40px 20px;
    }
    
    .sidebar-contact-widget {
        bottom: 15px;
        right: 15px;
        padding: 12px;
    }
}

@media (max-width: 1024px) {
    .service-icons-grid {
        flex-wrap: wrap;
    }
    .service-icon {
        flex: 1 1 45%;
        margin: 10px;
    }
}

/* Print Styles */
@media print {
    .sidebar-contact-widget,
    .hero-cta,
    .contact-widget-icons {
        display: none;
    }
    
    .hero-section {
        background: none;
        color: #333;
    }
    
    .hero-overlay {
        display: none;
    }
} 

/* ===== Reviews Page Styles ===== */
.review-hero {
    background: #000;
    color: #fff;
    padding: 60px 0 40px;
    text-align: center;
}
.review-hero h1 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
.review-hero p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px;
}
.overall-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 22px;
    margin-bottom: 25px;
}
.overall-rating .stars {
    font-size: 26px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}
.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}
.filter-btn {
    background: #eee;
    border: 1px solid #ccc;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-btn i { margin-right: 6px; }
.filter-btn:hover,
.filter-btn.active {
    background: #A10041;
    color: #fff;
    border-color: #A10041;
}
.reviews-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.reviews-list .review-item {
    background: #fff;
    border-left: 5px solid #A10041;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 25px;
}
.reviews-list .review-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}
.review-source-logo {
    font-size: 24px;
    color: #A10041;
}
.review-author {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
}
.review-stars {
    margin-left: auto;
    font-size: 18px;
    color: #FFD700;
}
.review-date {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}
@media(max-width:768px){
    .review-hero h1 { font-size: 32px; }
    .overall-rating { font-size: 20px; }
    .filter-btn { font-size: 13px; }
}
/* ===== End Reviews Page Styles ===== */ 

.load-more-btn {
    background: #A10041;
    color: #fff;
    border: none;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.load-more-btn:hover {
    background: #8B0037;
    transform: translateY(-2px);
} 

/* Carousel controls */
.carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin:10px 0;}
.carousel-controls button{background:#A10041;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;transition:background .3s;}
.carousel-controls button:hover{background:#8B0037;} 

/* Accessibility: Respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
} 

/* --- Custom Overrides: Business Hours bubble vertical & footer background color --- */
.footer {
    background: #000000 !important;
}

.footer-bottom {
    background: #000000 !important;
}

.footer .business-hours {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
    padding: 20px;
    border-radius: 15px;
}

.footer .business-hours .hours-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px;
}

.footer .business-hours dt,
.footer .business-hours dd {
    margin: 0;
} 

/* --- Built By Badge --- */
.powered-links .built-by-link{
    display:inline-flex;
    align-items:center;
    gap:4px;
    text-decoration:none;
    vertical-align:middle;
}
.powered-links .built-by-logo{
    height:18px;
    width:auto;
    display:inline-block;
    vertical-align:middle;
}
.powered-links .built-by-link:hover .built-by-logo{
    filter:brightness(1.1);
}

/* --- Temporarily hide live chat button until feature is ready --- */

/* Hide Load More and Facebook filter buttons on Reviews page */
#loadMoreBtn,
#facebookFilter {
    display: none !important;
}

/* Under Construction banner styling */
.under-construction-banner {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #333;
    text-align: center;
    font-weight: 700;
    padding: 20px 10px;
    font-size: 18px;
}

/* --- Temporarily hide live chat button until feature is ready --- */
.chat-launch-button,
.chatbot-button,
.chatbot-window {
    display: none !important;
}

/* ===== Mobile Navigation Enhancements ===== */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 6px 10px;
        z-index: 1001;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #8B0037;
        width: 100%;
    }

    .nav-menu.open {
        display: flex;
    }

    /* Compact header-horizontal on mobile */
    .logo {
        height: 50px;
    }

    .header-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .header-content .contact-info {
        position: static;
        transform: none;
        margin-top: 0;
        text-align: left;
    }

    .location {
        font-size: 14px;
    }

    .phone-number {
        font-size: 20px;
    }
} 