/** Shopify CDN: Minification failed

Line 49:29 Expected identifier but found whitespace
Line 49:31 Unexpected "{"
Line 49:40 Expected ":"

**/
.fyll-inner {
    max-width: 1020px;
    margin: 0 auto;
}

.fyll-inner::before { content: ''; display: block; clear: both;}
.fyll-inner::after { content: ''; display: block; clear: both; }
.fyll-subheading a {
    color: #d63226;
    text-decoration: none;
    font-weight: 600;
}
.cms-lamp-left {
    max-width: 710px;
    float: left;
}
#findyourlampsec-template--19412436779146__find-your-lamp-sec {
    padding: 40px 20px 80px !important;
    background: #ffffff !important;
    color: #111111 !important;
}
 
.fyll-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 150px;
}
 #find-your-lamp {
      padding: 60px 0px; 
      margin-top:-35px;
    }
    .fyll-inner { max-width: 1020px; margin: 0 auto; }

    .fyll-header { text-align: center; margin-bottom: 40px; margin-bottom: 60px; margin-top: 20px; }
    .fyll-title { font-size: 36px; font-weight: 700; margin-bottom:20px; line-height: 1.2; }
    .fyll-subheading { color: rgba(0,0,0,0.7); font-size: 17px; max-width: 800px; margin: 0 auto 10px; }
    .fyll-phone { font-weight: 600; }
    .fyll-phone-link { color: {{ section.settings.accent_color }}; text-decoration: none; }

    /* GRID: 50/50 */
    .fyll-content {
      background: #f5f5f5;
        padding: 90px 0;
    }
    .findyourlampsec__inner {
    max-width: 1020px !important;
    margin: 0 auto;
}
h2.fyll-title.cms-lamp-heading {
    padding: 0 170px;
}
    .findyourlampsec__card {
    background: #f5f5f5 !important;
    box-shadow: none !important;
    }
    .findyourlampsec__card {
        flex-direction: column;
    }
    /* Left images */
    .fyll-left { width: 100%; }
    .fyll-image-stack { display: flex; flex-direction: column; gap: 60px; width: 80%; }
    .fyll-image { border-radius: 12px; overflow: hidden; 
        box-shadow: 0 6px 18px rgba(0,0,0,0.08); 
        background: #e0e0e0; width: 100%; }
    .fyll-image img { width: 100%; height: auto; display: block; object-fit: cover; }

    /* Right timeline */
    .fyll-timeline { position: relative; min-height: 240px; 
        display: flex; align-items: center;max-width: 420px;
    float: left; }
    .fyll-steps { list-style: none; padding: 0; margin: 0; width: 100%; 
        display: flex; flex-direction: column; gap: 82px; }

    .fyll-step { margin-bottom:90px; display: flex; align-items: flex-start; gap: 30px; position: relative; }

    /* Vertical line in the middle of the timeline column */
    .fyll-timeline-line {
      position: absolute;
      left: 22px; /* adjust so line sits under centers of bullets */
      top: 6%;
      height: 360px;
      width: 10px;
      background: #d71717;
      border-radius: 8px;
      box-shadow: 0 6px 12px rgba(0,0,0,0.06);
      z-index: 1;
    }

    /* Bullets sit above the line */
    .fyll-step-bullet {
      background:#d71717;
      color: #fff;
      font-weight: 700;
      font-size: 32px;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
      z-index: 2;
      margin-left: -2px; 
      font-style: italic;
    }

    .fyll-step-content { z-index: 2; }
    .fyll-step-title { font-size: 22px; font-weight: 700; margin: 0 0 8px; }
    .fyll-step-text { margin: 0; font-size: 16px; color: rgba(0,0,0,0.75); line-height: 1.6; }

    /* Make sure step content lines up to right of line */
    .fyll-step-content { padding-left: 6px; }

   
.lampprice_form_container {
    position: relative;
}
input.contact-form__input.projectorlamp_priceinput {
    cursor:not-allowed;
    background: transparent;
}
input.contact-form__input.projectorlamp_priceinput:focus-visible, 
input.contact-form__input.projectorlamp_priceinput:focus-visible, 
input.contact-form__input.projectorlamp_priceinput:focus-visible {
    outline: none;
    outline-offset: none;
}


        /* Top Bar */
        .top-bar {
            background-color: #000;
            color: #fff;
            padding: 8px 0;
            font-size: 13px;
        }

        .top-bar a {
            color: #fff;
            text-decoration: none;
        }

        .top-bar .flag-icon {
            width: 20px;
            margin-right: 5px;
        }

        /* Header */
        .main-header {
            background-color: #fff;
            padding: 15px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .logo {
            max-width: 211px;
        }

        .search-box {
            position: relative;
            max-width: 400px;
        }

        .search-box input {
            border: 2px solid #ddd;
            border-radius: 25px;
            padding: 10px 45px 10px 20px;
            width: 100%;
        }

        .search-box button {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            padding: 8px 15px;
        }

        .header-icons a {
            color: #333;
            margin-left: 20px;
            position: relative;
            text-decoration: none;
        }

        .cart-badge {
            background-color: #e74c3c;
            color: #fff;
            border-radius: 50%;
            padding: 2px 6px;
            font-size: 11px;
            position: absolute;
            top: -8px;
            right: -8px;
        }

        /* Navigation */
        .main-nav {
            background-color: #ed2830;
            padding: 0;
        }

        .main-nav .navbar-nav {
            width: 100%;
            justify-content: center;
        }

        .main-nav .nav-link {
            color: #fff !important;
            padding: 15px 25px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            transition: background-color 0.3s;
        }

        .main-nav .nav-link:hover {
            background-color: #c0392b;
        }
        .navbar-toggler:focus {box-shadow: none;}
        .main-nav{padding: 10px;}

        /* Banner Section */
        .brand-section h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c2c2c;
    margin-bottom: 50px;
    font-weight: 700;
}

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

        .warranty-badge {
            color: #ed2830;
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .warranty-badge i {
            font-size: 40px;
            margin-right: 10px;
        }

        .banner-title {
            font-size: 42px;
            color: #333;
            margin-bottom: 30px;
        }

        .banner-text {
            font-size: 16px;
            color: #000;
            margin-bottom: 10px;
        }

        .banner-text img {margin-right: 15px;}

        .banner-text strong {
            font-weight: 600;
        }

        .projector-image {
            max-width: 100%;
            height: auto;
        }

        /* Find Your Lamp Section */
        .find-lamp-section {
    background: url('https://cdn.shopify.com/s/files/1/0728/9815/0538/files/red--bg2.png?v=1759946412') no-repeat bottom center;
    background-size: cover; /* ensures image fills the box */
    border-radius: 15px;
    padding: 50px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 19px solid white;
    overflow: hidden; /* required to clip content to border radius */
    position: relative; /* ensures layering works if needed */
    z-index: 1;
}
.cls-inner-lampfind {
     
    background:#af1721 url("/cdn/shop/files/canada_bg.png?v=1763735470") no-repeat bottom center;
    background-size: cover;
}
    .find-lamp-section-common {
    max-width: 1120px;
    margin: 0 auto;
    /* border-radius: 15px; */
    padding: 50px;
    /* margin-top: 40px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    /* border: 19px solid white; */
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-position: center;
       }


        .find-lamp-title {
            color: #fff;
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .find-lamp-text {
            color: #fff;
            font-size: 16px;
            margin-bottom: 30px;
        }

        .lamp-select {
            padding: 12px 20px;
            border-radius: 5px;
            border: none;
            width: 100%;
            font-size: 15px;
        }

        .search-btn {
            background-color: #fff;
            color: #e74c3c;
            border: none;
            padding: 12px 50px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .search-btn:hover {
            background-color: #f8f8f8;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        /* Responsive */
        /* Shipping Banner */
        .shipping-banner {
            padding: 25px 0;
            margin-top: 40px;
        }

        .shipping-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #fff;
            gap: 30px;
        }

        .shipping-left
        {
            border-radius: 0px 50px 50px 0px;
            width: 37%;
           display: flex;
            gap: 15px;
           flex-shrink: 0;
           background: #d73327;
           justify-content: right;
           padding:10px 60px 10px 0px;
           margin-left: -75px;
}

        .shipping-icon {
            font-size: 42px;
        }

        .shipping-text p {margin: 0;padding-top: 10px;}
        .shipping-text h3 {
            font-size: 22px;
            font-weight: bold;
            margin: 0;
            line-height: 1.3;
        }

        .shipping-middle {
            flex: 1;
        }

        .shipping-middle p {
            margin: 0;
            color: #000;
            font-size: 15px;
            line-height: 1.6;
        }

        .shipping-right {
            flex-shrink: 0;
        }

        .learn-more-btn {
            background-color: #d73327;
            color: #fff;
            padding: 12px 35px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s;
            display: inline-block;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .learn-more-btn:hover {
            background-color: #fff;
            color: #e74c3c;
            transform: translateY(-2px);
        }


        
.education-section {
    padding: 60px 0;
    background: white;
}

/* Header */
.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-subtext {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0;
}

.highlight-text {
    color: #d84231;
    font-weight: 600;
}

/* Cards */
.education-card {
    border-radius: 20px;
    padding: 35px 30px;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .education-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} */

/* Card Colors */
.card-blue {
    background: url('https://cdn.shopify.com/s/files/1/0728/9815/0538/files/Layer-622.png?v=1759946549');background-repeat: no-repeat;background-size: cover;padding-top: 72px;background-position: bottom;
}

.card-gray {
    background: url('https://cdn.shopify.com/s/files/1/0728/9815/0538/files/gre-bg.png?v=1759946580');background-repeat: no-repeat;background-size: cover;background-position: bottom
}
.card-link-grey {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: transform 0.3s;
    margin-top: 125px;
}
.card-red {
   min-height: 510px;
    background: url('https://cdn.shopify.com/s/files/1/0728/9815/0538/files/red-circle-bg.png?v=1759946608');
    margin-top: -182px;
    background-repeat: no-repeat;background-size: cover;background-position: bottom;

}

/* Card Content */
.card-content {
    position: relative;
    z-index: 2;
}

.card-label {
    font-size: 0.9rem;
    margin-bottom: 15px;
    opacity: 0.95;
    font-weight: 400;
}

.card-label-red {
    font-size: 22px;
    margin-bottom: 15px;
    opacity: 0.95;
    font-weight: 400;
}

.card-title-large {
    font-size: 4rem;
    line-height: 1;
    margin: 20px 0 30px;
    letter-spacing: -2px;
}

.card-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.card-link:hover {
    color: white;
    opacity: 0.8;
}

/* Card Images */
.card-image {
    position: absolute;
    right: 171px;
    bottom: 105px;
    width: 140px;
    height: 140px;
    z-index: 1;
}

.card-image img {
    object-fit: cover;
}

/* Bottom Text */
.bottom-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    max-width: 700px;
}

.highlight-red {
    color: #d84231;
    font-weight: 600;
}

/* about page css */
.top-red-bar {
            background-color: #c8102e;
            height: 8px;
            width: 100%;
        }

        .breadcrumbs {
            padding: 0px 0 0 0;
            border-bottom: 2px solid #e2e2e2;
        }

        .breadcrumb-section {
            padding: 20px 0;
            font-size: 14px;
            text-align: right;
        }

        .breadcrumb-section a {
            color: #333;
            text-decoration: none;
        }

        .breadcrumb-section span{
            color: #c8102e;
        }

        .breadcrumb-section a:hover {
            color: #c8102e;
        }

        .page-title {
            color: #c8102e;
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .section-title {
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
        }

        .content-text {
            text-align: center;
            line-height: 1.8;
            margin-bottom: 30px;
            color: #555;
        }

        .canada-map-section {
            padding: 60px 0;
            margin: 50px 0;
        }

        .canada-map {
            /* max-width: 300px; */
            margin: 0 auto;
        }

        .map-text-content h3 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .map-text-content p {
            line-height: 1.8;
            color: #555;
        }

        .warranty-text {
            color: #c8102e;
            font-weight: bold;
        }

        .confidence-section {   
            background-color: #fff;
        }

        .confidence-card {
            text-align: center;
            padding: 30px 0px;
        }
        .confidence-card a {
            color: #c8102e;
            font-weight: bold;
                text-decoration: none;
        }
        .findyourlampsec__card-text a {
            color: #c8102e;
            font-weight: bold;
                text-decoration: none;
        }
        .confidence-icon {
            width: 45px;
            height: 45px;
            margin: 0 auto 20px;
        }

        .maple-leaf {
            color: #c8102e;
            font-size: 60px;
        }

        .bulb-icon {
            color: #c8102e;
            font-size: 60px;
        }

        .headphone-icon {
            color: #c8102e;
            font-size: 60px;
        }

        .confidence-card h4 {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }

        .confidence-card p {
            font-size: 14px;
            line-height: 22px;
            color: #555;
        }

        .email-link {
            color: #c8102e;
            text-decoration: none;
        }

        .email-link:hover {
            text-decoration: underline;
        }

        /* SVG Icons */
        .icon-svg {
            width: 60px;
            height: 60px;
            fill: #c8102e;
        }.main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            background-color: #fff;
        }

        /* Header Section */
        .page-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .page-header h1 {
            color: #333333;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 30px;
            padding: 0px 180px;
        }

        .header-subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .header-description {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
        }

        .header-description a {
            color: #d32323;
            text-decoration: none;
        }

        /* Steps Container */
        .steps-container {
            margin-bottom: 40px;
            background-color: #f5f5f5;
            padding: 40px 0px;
        }

        .step-row {
            margin-bottom: 40px;
            position: relative;
        }

        .step-image-col {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .step-image {
            width: 100%;
            border-radius: 8px;
            overflow: hidden;
        }

        .step-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .step-content-col {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding-left: 30px;
        }

        .step-number-wrapper {
            flex: 0 0 60px;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background-color: #d32323;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            box-shadow: 0 2px 8px rgba(211, 35, 35, 0.3);
        }

        /* Connecting Line */
        .step-number-wrapper::after {
            content: '';
            position: absolute;
            top: 60px;
            left: 50%;
            transform: translateX(-50%);
            width: 3px;
            min-height: 360px;
            background-color: #d32323;
            z-index: 1;
        }

        /* Remove line after last step */
        .step-row:last-of-type .step-number-wrapper::after {
            display: none;
        }

        .step-content {
            flex: 1;
        }

        .step-content h3 {
            color: #333;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .step-content p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }

        /* Alternative Search Section */
        .alternative-search {
            margin-top: 60px;
            text-align: center;
        }

        .alternative-search h2 {
            color: #333;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 40px;
        }

        .search-option {
    text-align: left;
    padding: 30px 30px;
    background: #f5f5f5;min-height: 350px;
    margin-bottom: 41px;
    border-radius: 10px;
}

        .search-icon {
            width: 60px;
            height: 80px;
            transition: transform 0.3s ease;
        }

        .search-icon:hover {
            transform: scale(1.05);
        }

        .search-icon i {
            color: #d32323;
            font-size: 2rem;
        }

        .search-option h4 {
            color: #333;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .search-option p {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .search-option a {
            color: #d32323;
            text-decoration: none;
            font-weight: 600;
        }

        .search-option a:hover {
            text-decoration: underline;
        }

        /* ===== TABLET - 768px to 991px ===== */
        @media (max-width: 991px) {
            .main-container {
                padding: 30px 15px;
            }

            .step-content-col {
                padding-left: 20px;
            }

            .step-number-wrapper::after {
                height: 60px !important;
            }
        }

        /* ===== MOBILE - 767px and below ===== */
        @media (max-width: 767px) {
            .main-container {
                padding: 20px 15px;
            }
            .breadcrumbs {padding: 20px !important;}

            .page-header h1 {
                font-size: 1.5rem;
                margin-bottom: 20px;
                padding: 0;
            }
            .breadcrumb-section {
                padding: 20px;
                font-size: 14px;
                text-align: left;
            }

            .header-subtitle {
                font-size: 1.2rem;
            }

            .header-description {
                font-size: 0.85rem;
            }

            .step-row {
                margin-bottom: 30px;
            }

            .step-content-col {
                padding-left: 15px;
                flex-direction: column;
                align-items: center;
                text-align: center;
                margin-top: 20px;
            }

            .step-number-wrapper {
                margin-bottom: 15px;
            }

            /* Hide connecting line on mobile */
            .step-number-wrapper::after {
                display: none !important;
            }

            .step-content h3 {
                font-size: 1.1rem;
            }

            .step-content p {
                font-size: 0.9rem;
            }

            .alternative-search {
                margin-top: 40px;
            }

            .alternative-search h2 {
                font-size: 1.3rem;
            }

            .search-option {
                padding: 20px 15px;
            }

            .search-icon {
                width: 70px;
                height: 70px;
            }

            .search-icon i {
                font-size: 1.75rem;
            }
        }

        /* ===== SMALL MOBILE - 576px and below ===== */
        @media (max-width: 576px) {
            .page-header h1 {
                font-size: 1.3rem;
            }

            .header-subtitle {
                font-size: 1.1rem;
            }

            .step-number {
                width: 50px;
                height: 50px;
                font-size: 1.3rem;
            }

            .step-number-wrapper {
                flex: 0 0 50px;
            }

            .step-content p {
                font-size: 0.85rem;
            }

            .search-icon {
                width: 60px;
                height: 60px;
            }

            .search-icon i {
                font-size: 1.5rem;
            }
        }
/* Top Red Banner */
.top-banner {
    background: linear-gradient(90deg, #c9392e 0%, #d84231 100%);
    padding: 15px 0;
}

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


.banner-text svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.find-lamp-btn {
    background: #2c2c2c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.find-lamp-btn:hover {
    background: #1a1a1a;
    color: white;
}

/* Footer Section */
.footer-section {
    background: #000000;
    color: white;
    padding: 60px 0 30px;
}

.footer-section .container-fluid {
    max-width: 1400px;
    padding: 0 20px;
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

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

.footer-links li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links li svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* Footer Logo */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 30px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

/* Footer Divider */
.footer-divider {
    border: none;
    border-top: 1px solid #fff;
    margin: 30px 0;
}

/* Language Selector */
.language-selector {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    cursor: pointer;
}

.language-selector span {
    font-weight: 600;
}

/* Copyright Text */
.copyright-text {
    color: #cccccc;
    font-size: 0.9rem;
    margin: 0;
}

/* Payment Icons */
.payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.payment-icons img {
    height: 30px;
    width: auto;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.banner-text span {color: #fff;}

/* Responsive Design */


@media (max-width: 1040px){
    .cms-lamp-left {
        max-width: 710px;
        float: none;
        text-align: center;
        margin: auto;
        margin-bottom: 50px;
    }
    .fyll-image-stack {
        display: flex;
        flex-direction: column;
        gap: 60px;
        width: 100%;
    }
    .fyll-timeline { 
        max-width: 560px;
        float: none;
        margin: auto;
    }
    .fyll-timeline-line {
        display: none;
    }
    .fyll-step {
        margin-bottom: 0;
    }


}

@media (max-width: 991px) {
       .card-red{margin-top: 0;background-size: cover;}
           .card-canadian {
        background-position: center;
    }
    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-heading {
        font-size: 1rem;
    }

    .banner-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .banner-text {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .payment-icons {
        justify-content: center;
    }

    .copyright-text {
        text-align: center;
    }

    .language-selector {
        justify-content: center;
        width: 100%;
    }

    .banner-text span {
        font-size: 0.9rem;
    }

    .footer-logo {
        justify-content: center;
    }
}




@media (max-width: 768px) {
    .navbar-toggler:focus {box-shadow: none;}
    .main-nav {padding: 10px;}
    .feature-title {
        font-size: 1.5rem;
    }

    .feature-title-white {
        font-size: 1.4rem;
    }

    .testimonial-quote {
        font-size: 1.2rem;
    }

    .brand-box {
        height: 100px;
    }

    .brands-static-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .warranty-card {
        flex-direction: row !important;
        text-align: left !important;
    }
}
@media (max-width: 576px) {
    .fyll-content {
        background: #f5f5f5;
        padding: 50px 20px;
    }
    .fyll-subheading {
         padding: 0px 20px;
    }

    .footer-section {
        padding: 30px 0 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .banner-content {
        padding: 0 15px;
    }
}


/* Responsive */
@media (max-width: 991px) {
    .fyll-content { grid-template-columns: 1fr; }
    .fyll-timeline { position: relative; padding-top: 10px; }
    .fyll-timeline-line { display: none; } /* remove vertical line on mobile */
    .fyll-steps { gap: 32px; }
    .fyll-step { gap: 12px; align-items: flex-start; }
    .fyll-step-bullet { width: 52px; height: 52px; font-size: 18px; margin-left: 0; }
    h2.fyll-title.cms-lamp-heading {
        padding: 0 50px;
    }
}
@media (max-width: 576px) {
    .brands-static-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }
    h2.fyll-title.cms-lamp-heading {  
        padding:0px 20px;
    }
    .fyll-header { text-align: center; margin-bottom: 60px; margin-top: 20px; }
}
@media (max-width: 1400px) and (min-width: 992px) {
    .fyll-timeline-line { left: 22px; width: 10px; }
    .fyll-step-bullet { width: 60px; height: 60px; }
}
    