body {
    font-family: Arial, sans-serif;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #fff;
    color: #fff;
    /* background-image: repeating-linear-gradient(
        135deg,
        #000 0px,
        #000 10px,
        #333 10px,
        #333 20px
    ); */
    /* background-image: url('../media/background-2-cold-blue.jpg'); */
    background-size: cover;        /* Make the image cover the whole area */
    background-position: center;   /* Center the image */
    background-repeat: no-repeat;  /* Prevent tiling */
    background-attachment: fixed;

    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}
    
body.contact-page {
    margin-top: 100px; /* Adjusts content to account for nav bar */
    background-image: url('./media/background-2-cold-blue.jpg');
}

body.general-page {
    margin-top: 100px; /* Adjusts content to account for nav bar */
    background-image: url('./media/background-2-cold-blue.jpg');
}

body.home-page {
    margin-top: 100px; /* Adjusts content to account for nav bar */
}

/* Body margin adjustment when notification is shown */
body.notification-active {
    margin-top: 210px; /* Original 150px + 60px for notification */
}

body.notification-active.contact-page {
    margin-top: 260px; /* Original 200px + 60px for notification */
}

body.notification-active.general-page {
    margin-top: 210px; /* Original 150px + 60px for notification */
}

/* When permanent banner is active, push navbar and content down */
body.permanent-banner-active {
    margin-top: 100px; /* 150px + ~70px for permanent banner */
}

body.permanent-banner-active.contact-page {
    margin-top: 250px; /* 180px + ~70px for permanent banner */
}

body.permanent-banner-active.general-page {
    margin-top: 220px;
}
body.permanent-banner-active.home-page {
    margin-top: 170px; /* 150px + ~70px for permanent banner */
}

/* When both banners are active */
body.permanent-banner-active.notification-active {
    margin-top: 280px; /* Base + permanent + notification */
}

body.permanent-banner-active.notification-active.contact-page {
    margin-top: 310px;
}

/* Adjust navbar position when permanent banner is active */
.navbar-pushed-down {
    top: 70px !important; /* Pushed down by permanent banner */
}

/* Adjust notification banner position based on navbar position */
.notification-banner.navbar-pushed {
    top: 500px; /* 70px (permanent) + 150px (navbar) + 280px (body) */
}

/* Mobile Navigation and Responsive Styles */

header {
    background: transparent;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

h1 {
    margin: 0;
}

section {
    padding: 20px;
    background: rgba(0,0,0,0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    max-width: 100%;
}

h2 {
    color: #206CD6;
}

footer {
    text-align: center;
    padding: 6px 0;         /* Reduced height */
    background: #206CD6;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;           /* Arrange content in a row */
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    gap: 24px;               /* Space between paragraphs */
}

footer p {
    margin: 0;
}

footer a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer a:hover {
    color: #2A4652;
    background-color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}


.contact-links {
    display: flex;
    gap: 24px; /* space between buttons */
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

.contact-links span {
    display: flex;
    align-items: center;
}

.main-navbar {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between; /* pushes content to edges */
    width: 100%;
    max-width: 100vw;
    padding: 10px 0;
    background: #206CD6;
    box-sizing: border-box;
    left: 0;
    right: 0;
}

/* .main-navbar.scrolled {
    background: rgba(45, 45, 45, 0.98); /* Example: semi-transparent blue */
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
    /* transition: background 0.3s, box-shadow 0.3s; */
/* } */

.main-navbar ul {
    display: flex;
    gap: clamp(6px, 3vw, 20px);
    list-style: none;
    margin: 0;
    padding: 0 40px 0 0;
    z-index: 10050;
}

.main-navbar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
    transition: background 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navbar a:hover {
    /* background: #1F1F1F; */
    color: #206CD6;
}

.main-navbar li {
    display: flex;
    margin: 0;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2%;
    gap: 20px; /* space between logo and company name */
    flex: 1;
}

.navbar-content img {
    display: block;
    height: 60px;
    width: auto;
}

.navbar-content h1 {
    margin: 0;
    font-size: 2.5em;
    color: #fff;
}

.navbar-content a:hover,
.navbar-content a:focus {
    background: none !important;
    box-shadow: none !important;
}

.navbar-content a img {
    background: none !important;
}

.navbar-items {
    text-align: right;
}

.navbar-name-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.navbar-company-name {
    color: #fff;
    font-weight: bold;
}

.navbar-title-subtext {
    margin: 0;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#navMenu {
    padding-top: 25px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    /* unicode-bidi: isolate; */
}

.services-section {
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 100vw;
    box-sizing: border-box;
    background-color: #1f1f1f;
}

.services-header {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.services-section p {
    text-align: center;
    color: #1f1f1f;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    box-sizing: border-box;
    margin: auto;
}

.service-card {
    background: rgba(255, 255, 255, 0.85); /* semi-transparent black */
    border-radius: 10px;
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.08); */
    flex: 1 1 300px;
    max-width: 350px;
    min-width: 280px;
    padding: 32px 24px;
    text-align: center;
    box-sizing: border-box;
}

.service-card h2 {
    color: #206CD6;
    margin-bottom: 16px;
}

.service-card p {
    color: #1f1f1f;
    font-size: 1.1em;
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    display: block;
    margin-bottom: 1rem;
}

.carousel-section {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.carousel-slide {
    position: relative;
    width: 80%;
    max-width: 1200px;
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    background: #000;
}
.carousel-slide img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

.carousel-slide h2 {
    font-size: 1.5em;
    margin: 10px 0 10px 0;
    color: #206CD6;
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 8px 16px;
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    box-sizing: border-box;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
}
#prevBtn {
    left: 10px;
}
#nextBtn {
    right: 10px;
}
.carousel-btn:hover, .carousel-btn:focus {
    background: rgba(193,18,31,0.85); /* navbar red, visible on hover */
    color: #fff;
    outline: none;
}
.carousel:hover .carousel-btn,
.carousel:focus-within .carousel-btn {
    opacity: 1;
    pointer-events: auto;
}

.gallery-header {
    text-align: center;
    font-size: 2.2em;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #206CD6;
}

.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 60px 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 1200px;
}

.gallery-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.2s;
}

.gallery-grid img:hover {
    transform: scale(1.05);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(53,66,74,0.8);
    color: #fff;
    border: none;
    font-size: 2.5em;
    padding: 0 20px;
    cursor: pointer;
    z-index: 1001;
    border-radius: 8px;
    user-select: none;
}
#lightbox-prev { left: 40px; }
#lightbox-next { right: 40px; }

.bottom-info-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding: 30px 0 10px 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.bottom-info-section h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #206CD6;
}

.social-media a {
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}

.social-media img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
    transition: filter 0.2s;
}

.social-media img:hover {
    filter: brightness(1) invert(0.2) sepia(1) hue-rotate(-50deg) saturate(5);
}

#gallery {
    scroll-margin-top: 250px; /* Adjust to your navbar's height */
}

#services {
    scroll-margin-top: 250px; /* Adjust to your navbar's height */
}

/* Contact Form Styles */
.contact-main {
    max-width: 1400px;
    margin: auto;
    margin-top: 0 !important;
    /* padding: 40px 0 0 0 !important; */
}

.contact-layout {
    display: flex;
    flex-direction: row; /* Side by side on desktop */
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    align-items: flex-start;
}

/* Business Info Section - Left side on desktop */
.company-info-section {
    flex: 1;
    order: 1; /* Left side */
    min-width: 400px;
}

/* Contact Form Section - Right side on desktop */
.contact-form-section {
    flex: 1;
    order: 2; /* Right side */
    min-width: 400px;
}

/* Form container styling */
.form-container {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    color: #206CD6;
    margin-bottom: 16px;
    text-align: center;
}

.form-container p {
    text-align: center;
    margin-bottom: 30px;
    color: #ccc;
}

/* Business info layout improvements */
.business-info {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.business-hours-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.contact-details {
    grid-column: 1 / -1; /* Span full width */
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.contact-details a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-details a:hover {
    color: #206CD6;
}

.location-section {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.location-section h3 {
    color: #206CD6;
    text-align: left;
    margin-bottom: 20px;
}

/* Mobile Layout - Contact form on top, business info on bottom */
@media (max-width: 768px) {
    .contact-layout {
        flex-direction: column; /* Stack vertically on mobile */
        gap: 30px;
        padding: 15px;
    }
    
    /* Contact Form - Top on mobile */
    .contact-form-section {
        order: 1; /* Top on mobile */
        min-width: unset;
    }
    
    /* Business Info - Bottom on mobile */
    .company-info-section {
        order: 2; /* Bottom on mobile */
        min-width: unset;
    }
    
    .business-hours-social {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 20px;
    }
    
    .form-container,
    .business-info,
    .location-section {
        padding: 20px;
    }
}

/* Tablet layout adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .contact-layout {
        gap: 30px;
        padding: 20px;
    }
    
    .company-info-section,
    .contact-form-section {
        min-width: 350px;
    }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
    .contact-layout {
        gap: 20px;
        padding: 10px;
    }
    
    .form-container,
    .business-info,
    .location-section {
        padding: 15px;
    }
}

@media (max-width: 1030px) {
    .contact-layout {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .contact-layout {
        flex-direction: column;
        gap: 25px;
    }
}

/* Contact Form Section - Now at top */
.contact-form-section {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(45, 45, 45, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    order: 1;
}

/* Business Info Section - Now at bottom */
.company-info-section {
    display: flex;
    flex-direction: column;
    background: rgba(45, 45, 45, 0.9);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    order: 2;
}

/* Enhanced layout for business info when at bottom */
.company-info-section {
    width: 100%;
}

.company-info-section .business-hours-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.company-info-section {
    grid-column: 1 / -1;
    text-align: left;
}

/* Mobile adjustments for contact page layout */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 25px 20px;
    }
    
    .company-info-section .business-hours-social {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .company-info-section .contact-details {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .contact-form-section {
        padding: 20px 15px;
    }
    
    .company-info-section {
        padding: 25px 20px;
    }
}

.contact-form-section h2 {
    text-align: center;
    font-size: 2.2em;
    margin: 0;
}

.contact-form-section p {
    text-align: center;
    margin-bottom: 20px;
    color: #ccc;
    font-size: 1.1em;
}

.contact-form {
    max-width: 100%;
    margin: 0;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.form-group {
    flex: 1;
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #555;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-size: 1em;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #206CD6;
    box-shadow: 0 0 5px rgba(209, 4, 39, 0.3);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #206CD6;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
    background: #b8031f;
    transform: translateY(-2px);
}

.submit-btn:active {
    transform: translateY(0);
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.form-message.success {
    background: rgba(40, 167, 69, 0.2);
    border: 2px solid #28a745;
    color: #28a745;
}

.form-message.error {
    background: rgba(220, 53, 69, 0.2);
    border: 2px solid #dc3545;
    color: #dc3545;
}

/* Business Hours List */
.business-hours-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.business-hours-list li {
    color: #ccc;
    font-size: 1em;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 0 10px;
}

.business-hours-list .day {
    text-align: left;
    font-weight: 500;
}

.business-hours-list .time {
    text-align: left;
    flex: 1;
}

.business-hours-list li.today {
    background: #206CD6;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(209,4,39,0.08);
}

.business-hours-social {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.business-hours-block {
    min-width: 180px;
}

.social-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 140px;
    text-align: left;
}

.business-hours-block h3,
.contact-details h3, .social-block h3,
.location-section h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #206CD6;
    text-align: left;
}

/* Add red underline specifically for Business Hours heading */
.business-hours-block h3,
.contact-details h3, .social-block h3,
.location-section h3 {
    border-bottom: 2px solid #206CD6;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* Service Button */
.service-btn {
    display: block;
    width: 90%;
    margin: 1.5rem auto 1rem auto;
    padding: 0.75rem 1.5rem;
    background-color: #206CD6; /* navbar red */
    color: #fff;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.service-btn:hover, .service-btn:focus {
    background: #fff;
    color: #206CD6;
    border: 2px solid #206CD6;
    outline: none;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 10060;
}

.hamburger-menu span {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.3s;
    display: block;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Main Content Section for Template Pages */
.main-content {
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.main-content h1 {
    color: #206CD6;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.main-content p {
    color: #1f1f1f;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Tinting Page Specific Styles */
.intro-text {
    font-size: 1.3em;
    color: #ccc;
    margin-bottom: 40px;
    font-weight: 300;
}

.benefits-section {
    padding: 60px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.benefit-item {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(209,4,39,0.3);
    transition: transform 0.2s, background 0.2s;
}

.benefit-item:hover {
    transform: translateY(-5px);
    background: rgba(209,4,39,0.1);
}

.benefit-item h3 {
    color: #206CD6;
    margin-bottom: 15px;
    font-size: 1.2em;
}

/* Tinting Info Section */
.tinting-info-section {
    /* background: rgba(0,0,0,0.2); */
    padding: 60px 0;
}

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

.info-container h2 {
    text-align: center;
    color: #206CD6;
    font-size: 2.2em;
    margin-bottom: 40px;
}

.info-content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.info-text {
    flex: 1;
}

.info-text h3 {
    color: #206CD6;
    margin-bottom: 15px;
    margin-top: 30px;
}

.info-text h3:first-child {
    margin-top: 0;
}

.info-text p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.info-image {
    flex: 0 0 400px;
}

.info-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Advanced Tinting Technology Section */
.advanced-tinting-section {
    /* background: rgba(0,0,0,0.3); */
    padding: 80px 0;
    margin: 40px 0;
}

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

.advanced-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.advanced-image {
    flex: 0 0 500px;
    order: 1;
}

.advanced-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.advanced-text {
    flex: 1;
    order: 2;
}

.advanced-text h2 {
    color: #206CD6;
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: bold;
}

.advanced-intro {
    font-size: 1.3em;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 300;
}

.tech-features {
    margin-bottom: 40px;
}

.tech-feature {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    border-left: 4px solid #206CD6;
}

.tech-feature h4 {
    color: #ffb81c;
    font-size: 1.3em;
    margin-bottom: 12px;
    font-weight: bold;
}

.tech-feature p {
    color: #ccc;
    line-height: 1.6;
    margin: 0;
    font-size: 1.05em;
}

.performance-stats {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    background: rgba(209,4,39,0.1);
    padding: 25px;
    border-radius: 15px;
    border: 2px solid rgba(209,4,39,0.3);
}

.stat {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 2.5em;
    font-weight: bold;
    color: #206CD6;
    margin-bottom: 5px;
}

.stat-label {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
}

/* Tinting Options Section */
.tinting-options-section {
    padding: 60px 0;
    margin: 0;
    background: rgba(0,0,0,0.1);
}

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

.options-container h2 {
    text-align: center;
    color: #206CD6;
    font-size: 2.2em;
    margin-bottom: 50px;
}

/* Comparison Table Styles */
.comparison-table-wrapper {
    overflow-x: auto;
    margin: 0;
    padding: 0 20px;
}

.tinting-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(45,45,45,0.9);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.tinting-comparison-table th,
.tinting-comparison-table td {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tinting-comparison-table th {
    background: rgba(25,25,25,0.9);
    position: relative;
}

.feature-column {
    background: rgba(209,4,39,0.9) !important;
    color: white;
    font-weight: bold;
    text-align: left;
    width: 25%;
    font-size: 1.1em;
}

.option-column {
    width: 25%;
    position: relative;
}

.premium-column {
    background: rgba(209,4,39,0.1) !important;
    border-left: 2px solid #206CD6;
    border-right: 2px solid #206CD6;
}

.option-header {
    padding: 10px 0;
}

.option-header h3 {
    color: #206CD6;
    font-size: 1.4em;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.price {
    font-size: 1.6em;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}

.film-type {
    color: #fff !important;
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0;
    font-weight: normal;
}

.film-brand {
    color: #fff !important;
    font-size: 1.1em;
    font-weight: bold;
    /* margin: 5px 0; */
}

.film-model {
    color: #ffb81c !important;
    font-size: 1.1em;
    font-weight: thin;
    /* margin: 5px 0; */
}

.feature-name {
    background: rgba(209,4,39,0.9) !important;
    color: white;
    font-weight: bold;
    text-align: left !important;
    font-size: 1.05em;
}

/* Progressive transparency for feature rows */
.tinting-comparison-table tbody tr:nth-child(1) .feature-name {
    background: rgba(209,4,39,0.95) !important;
}

.tinting-comparison-table tbody tr:nth-child(2) .feature-name {
    background: rgba(209,4,39,0.85) !important;
}

.tinting-comparison-table tbody tr:nth-child(3) .feature-name {
    background: rgba(209,4,39,0.80) !important;
}

.tinting-comparison-table tbody tr:nth-child(4) .feature-name {
    background: rgba(209,4,39,0.70) !important;
}

.tinting-comparison-table tbody tr:nth-child(5) .feature-name {
    background: rgba(209,4,39,0.55) !important;
}

.tinting-comparison-table tbody tr:nth-child(6) .feature-name {
    background: rgba(209,4,39,0.30) !important;
}

.tinting-comparison-table td {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
}

.premium-cell {
    /* background: rgba(209,4,39,0.05) !important; */
    border-left: 2px solid #206CD6;
    border-right: 2px solid #206CD6;
    font-weight: bold;
}

.action-row td {
    padding: 25px 15px;
    border-bottom: none;
}

.option-btn {
    background: #206CD6;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.option-btn:hover {
    background: #b8031f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(209,4,39,0.4);
}

.option-btn.premium {
    background: #fff;
    color: #206CD6;
    border: 2px solid #206CD6;
}

.option-btn.premium:hover {
    background: #206CD6;
    color: white;
}

/* Carousel Top Section */
.carousel-top-section {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-top-section .tinting-carousel {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-top-section .carousel-slide {
    width: 60%;
    max-width: 100%;
    /* height: 450px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: transparent;
}

.carousel-top-section .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
    display: block;
}

/* Notification Banner Styles */
.notification-banner {
    position: fixed;
    top: 10px; 
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    z-index: 10060;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease-out;
}

.notification-banner.info {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.notification-banner.success {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.notification-banner.warning {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #000;
}

.notification-banner.error {
    background: linear-gradient(135deg, #dc3545, #bd2130);
}

.notification-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.notification-banner #notification-message {
    flex: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    color: inherit;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.notification-close:hover {
    opacity: 1;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.notification-banner.slide-up {
    animation: slideUp 0.3s ease-out forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

/* Permanent Banner Styles - Static, pushes content down */
.permanent-banner {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
    z-index: 10020;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: expandDown 0.4s ease-out;
}

.permanent-banner.info {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.permanent-banner.success {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.permanent-banner.warning {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #000;
}

.permanent-banner.error {
    background: linear-gradient(135deg, #dc3545, #bd2130);
}

.permanent-banner.promotion {
    background: linear-gradient(135deg, #6f42c1, #5a2d91);
}

.permanent-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.permanent-banner #permanent-banner-message {
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.permanent-banner-close {
    background: none;
    border: none;
    color: inherit;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.permanent-banner-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

@keyframes expandDown {
    from {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }
    to {
        max-height: 200px;
        opacity: 1;
        overflow: visible;
    }
}

.permanent-banner.collapse {
    animation: collapseUp 0.4s ease-out forwards;
}

@keyframes collapseUp {
    from {
        max-height: 200px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }
}

/* Mobile responsiveness for permanent banner */
@media (max-width: 768px) {
    .permanent-banner-content {
        padding: 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .permanent-banner #permanent-banner-message {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .permanent-banner-close {
        position: absolute;
        top: 10px;
        right: 15px;
        margin: 0;
    }
}


@media (max-width: 1030px) {
    .main-navbar ul {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        background: linear-gradient(180deg,#000 0,#206CD6 70%, transparent);
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center; */
        transition: right 0.3s ease;
        z-index: 10050;
        padding: 0;
        gap: 30px;
    }

    .main-navbar ul.active {
        right: 0;
    }

    .main-navbar li {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .main-navbar a {
        font-size: 1.5em;
        padding: 20px;
        /* width: 100%; */
        display: block;
    }

    .hamburger-menu {
        display: flex;
        margin-right: 20px;
        z-index: 10060;
        position: relative;
    }

    .navbar-content {
        flex: 1;
        gap: 15px;
    }

    .navbar-content img {
        height: 120px;
    }

    .navbar-content h1 {
        font-size: 2em;
    }

    .navbar-company-name {
        font-size: 1.8em;
    }

    .navbar-title-subtext {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .main-navbar {
        padding: 8px 0;
    }

    .navbar-content {
        gap: 10px;
        padding-left: 15px;
    }

    .navbar-content img {
        height: 100px;
    }

    .navbar-content h1 {
        font-size: 1.7em;
    }

    .navbar-company-name {
        font-size: 1.5em;
    }

    .navbar-title-subtext {
        font-size: 1em;
    }

    .hamburger-menu {
        margin-right: 15px;
        display: flex;
        z-index: 10060;
        position: relative;
    }

    .main-navbar ul {
        gap: 25px;
    }

    .main-navbar a {
        font-size: 1.3em;
        padding: 15px;
    }

    .navMenu-pushed-down {
        top: 85px !important;
    }

    /* Adjust body margins for smaller navbar */
    body.home-page {
        margin-top: 120px;
    }

    body.general-page {
        margin-top: 120px;
    }

    body.contact-page {
        margin-top: 170px;
    }

    body.notification-active {
        margin-top: 180px;
    }

    body.notification-active.contact-page {
        margin-top: 230px;
    }

    body.notification-active.general-page {
        margin-top: 180px;
    }
}

@media (max-width: 480px) {
    .main-navbar {
        padding: 5px 0;
    }
    .navbar-pushed-down {
        top: 85px !important;
    }

    .navbar-content {
        gap: 8px;
        padding-left: 10px;
    }

    .navbar-content img {
        height: 80px;
    }

    .navbar-content h1 {
        font-size: 1.4em;
    }

    .navbar-company-name {
        font-size: 1.2em;
    }

    .navbar-title-subtext {
        font-size: 0.9em;
    }

    .hamburger-menu {
        margin-right: 10px;
        display: flex;
        z-index: 10060;
        position: relative;
    }

    .hamburger-menu span {
        width: 20px;
        height: 2px;
    }

    .main-navbar ul {
        gap: 20px;
    }

    .main-navbar a {
        font-size: 1.2em;
        padding: 12px;
    }

    .navMenu-pushed-down {
        top: 85px !important;
    }

    /* Further adjust body margins for smallest screens */
    body.home-page {
        margin-top: 100px;
    }

    body.general-page {
        margin-top: 100px;
    }

    body.contact-page {
        margin-top: 115px;
    }

    body.notification-active {
        margin-top: 160px;
    }

    body.notification-active.contact-page {
        margin-top: 210px;
    }

    body.notification-active.general-page {
        margin-top: 160px;
    }

    /* Mobile-specific adjustments */
    .bottom-info-section {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    .business-hours-social {
        flex-direction: column;
        gap: 20px;
    }

    .carousel-slide {
        width: 95%;
    }

    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 1.8rem;
    }
}

/* Hero Banner Styles */
.hero-banner {
    position: relative;
    width: 100vw;
    min-height: 50vh; /* Adjust for desired banner height */
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    min-height: 300px;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 2rem 1rem;
    background: rgba(0,0,0,0.3); /* Optional: dark overlay for readability */
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hero-content p {
    font-size: 1.25rem;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8BC34A;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(32,108,214,0.08);
    margin-top: 20px;
}

.contact-btn:hover,
.contact-btn:focus {
    background: #174a96;
    color: #fff;
    box-shadow: 0 4px 16px rgba(32,108,214,0.15);
}

.contact-btn img {
    display: inline-block;
    vertical-align: middle;
}
