<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1439px) {
    .container {
        width: 1170px;
    }
    .hero h1 {
        font-size: 4rem;
    }
    .section {
        padding: 100px 0;
    }
    .emergency-banner {
        padding: 20px 0;
    }
    .experience-badge {
        width: 100px;
        height: 100px;
    }
    .experience-badge .years {
        font-size: 1.8rem;
    }
    .tabs {display: inline-block;    }
    .feature-box::before,
    .incentive-item::before,
    .service-card::before {
        display: none;
    }
    
    .back-to-top {
        display: none;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 970px;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    .hero h1 {
        font-size: 3.5rem;
    }
    .hero p {
        font-size: 1.2rem;
    }
    nav ul li a {
        font-size: 0.95rem;
    }
    .about-image {
        width: 40%;
    }
    .about-text {
        width: 60%;
        padding-left: 40px;
    }
    .floating {
        animation: none;
    }
    .incentive-icon,
    .partner-item img,
    .service-card {
        transition: transform 0.3s;
    }
    .feature-box:hover,
    .incentive-item:hover,
    .service-card:hover {
        transform: translateY(-10px);
    }
}
@media (max-width: 991px) {
    .container {
        width: 750px;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    .mobile-menu-btn {
        display: block;
        width: 28px;
        height: 20px;
        position: relative;
        cursor: pointer;
        z-index: 102;
    }
    .menu-overlay,
    nav ul {
        position: fixed;
        top: 0;
    }
    .mobile-menu-btn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--dark);
        border-radius: 3px;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: 0.25s ease-in-out;
    }
    .mobile-menu-btn span:first-child {
        top: 0;
    }
    .mobile-menu-btn span:nth-child(2) {
        top: 8px;
    }
    .mobile-menu-btn span:nth-child(3) {
        top: 16px;
    }
    .mobile-menu-btn.active span:first-child {
        top: 8px;
        transform: rotate(135deg);
    }
    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .mobile-menu-btn.active span:nth-child(3) {
        top: 8px;
        transform: rotate(-135deg);
    }
    nav ul {
        display: flex;
        flex-direction: column;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: var(--white);
        padding: 100px 30px 30px;
        transition: 0.4s;
        z-index: 101;
        box-shadow: var(--shadow-lg);
        overflow-y: auto;
    }
    nav ul.active {
        right: 0;
    }
    nav ul li {
        margin: 0 0 10px;
    }
    nav ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    nav ul li a::after {
        display: none;
    }
    nav ul li a:hover {
        padding-left: 5px;
    }
    .menu-overlay {
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .hero-content h1 {
        font-size: 3rem;
    }
    .hero-content p {
        font-size: 1.1rem;
        max-width: 600px;
    }
    .section {
        padding: 80px 0;
    }
    .incentives-grid,
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .solar-benefits {
        display: block;
    }
    .carport-showcase,
    .product-showcase,
    .solar-panel {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .contact-container,
    .footer-top {
        flex-direction: column;
    }
    .carport-info,
    .carport-visual,
    .product-image,
    .product-info,
    .solar-image,
    .solar-info {
        width: 100%;
        padding-left: 0;
    }
    .tab-btn {
        font-size: 0.95rem;
        padding: 12px 15px;
    }
    .partners-highlight .highlight-item {
        width: calc(33.33% - 30px);
    }
    .contact-form-box,
    .contact-info-box,
    .footer-logo,
    .footer-nav {
        width: 100%;
    }
    .footer-top {
        text-align: center;
        gap: 40px;
    }
    .footer-nav {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-nav-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    .header-top .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .emergency-contact {
        margin-top: 5px;
        align-self: flex-start;
    }
    .hero-content h1 {
        font-size: 2.2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        margin: 0 auto 40px;
        max-width: 250px;
    }
    .cookie-content,
    .emergency-banner .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    .emergency-icon {
        margin-bottom: 10px;
    }
    .section {
        padding: 60px 0;
    }
    .about-content {
        flex-direction: column;
        gap: 40px;
    }
    .about-image,
    .about-text {
        width: 100%;
        padding-left: 0;
    }
    .about-image {
        max-width: 300px;
        margin: 0 auto;
    }
    .incentives-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
    .cta-banner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .tabs {
        overflow-x: auto;
        padding-bottom: 10px;
        display: inline-block;
    }
    .tab-btn {
        padding: 12px 5px;
        flex: 1;
        font-size: 0.9rem;
    }
    .partners-highlight .highlight-item {
        width: calc(50% - 20px);
        gap: 20px;
    }
    .map-section {
        height: 300px;
    }
    .map-card {
        position: static;
        transform: none;
        z-index: 2;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 479px) {
    h1 {
        font-size: 1.8rem;
    }
    .hero-content h1 {
        font-size: 1.9rem;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .stat-number {
        font-size: 2rem;
    }
    .partners-highlight .highlight-item {
        width: 100%;
    }
    .solar-tabs .tab-labels {
        flex-direction: column;
        gap: 10px;
    }
    .solar-tabs .tab-label {
        padding: 10px;
    }
    .emergency-contact-number {
        font-size: 1.1rem;
    }
    .feature-icon,
    .info-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
</pre></body></html>