.elementor-7559 .elementor-element.elementor-element-478d9ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e900734 *//* ===========================
   VEHICLE WINDOW STICKER LOOKUP
   Main Stylesheet
   
   Color Palette:
   - Primary Dark: #1A2634
   - Secondary Blue: #203E5F
   - Primary Yellow: #FFCB00
   - Light Yellow: #FDE4B0
   - Off-White: #FEFEFE
=========================== */

/* ===========================
   CSS RESET & BASE STYLES
=========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #1A2634;
    background-color: #FEFEFE;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===========================
   TYPOGRAPHY
=========================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

/* ===========================
   UTILITY CLASSES
=========================== */

/* Container widths */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-md {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.container-sm {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Icons */
.icon {
    width: 24px;
    height: 24px;
}

.icon-small {
    width: 16px;
    height: 16px;
}

.icon-medium {
    width: 32px;
    height: 32px;
}

.icon-large {
    width: 40px;
    height: 40px;
}

.icon-large-dark {
    width: 40px;
    height: 40px;
    color: #1A2634;
}


/* ===========================
   HERO SECTION
=========================== */
.hero-section {
    position: relative;
    background-color: #1A2634;
    padding: 4rem 0 5rem;
}

.hero-content {
    text-align: center;
}

.hero-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.hero-description {
    max-width: 896px;
    margin: 0 auto 2rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}


/* Hero Accent Bar */
.hero-accent-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #FFCB00;
}

/* Hero Responsive Styles */
@media (min-width: 640px) {
    .hero-title {
        font-size: 2.25rem;
    }

    .hero-description {
        font-size: 1.125rem;
    }

    .vin-input {
        font-size: 1.5625rem;
    }

    .btn-check-vehicle {
        font-size: 1.5625rem;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        padding: 5rem 0 6rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1.25rem;
    }
}
/*form*/
.form-cont-ws{
   margin: 0 auto;
   width: 70%;
   justify-content: center;
}
/* ===========================
   SECTION COMMON STYLES
=========================== */
.what-is-section,
.details-section,
.benefits-section,
.how-to-section,
.vin-location-section,
.brands-section,
.faq-section {
    padding: 3rem 0;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1A2634;
    text-align: center;
    margin-bottom: 2rem;
}

.section-intro {
    font-size: 1rem;
    color: #1A2634;
    text-align: center;
    max-width: 896px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}

.section-text {
    font-size: 1rem;
    color: #1A2634;
    line-height: 1.6;
   
}

/* Responsive Section Styles */
@media (min-width: 640px) {
    .what-is-section,
    .details-section,
    .benefits-section,
    .how-to-section,
    .vin-location-section,
    .brands-section,
    .faq-section {
        padding: 4rem 0;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .section-intro {
        font-size: 1.125rem;
    }

    .section-text {
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .what-is-section,
    .details-section,
    .benefits-section,
    .how-to-section,
    .vin-location-section,
    .brands-section,
    .faq-section {
        padding: 2.5rem 0;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .section-intro {
        font-size: 1.125rem;
    }

    .section-text {
        font-size: 1.125rem;
        margin-bottom:0px;
    }
}

/* ===========================
   WHAT IS WINDOW STICKER SECTION
=========================== */
.what-is-section {
    background-color: #FEFEFE;
}

.two-column-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.text-content {
    display: flex;
    flex-direction: column;
  /*  gap: 1rem;*/
}

.sticker-preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticker-container {
    max-width: 400px;
    padding: 1rem;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sticker-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

@media (min-width: 1024px) {
    .two-column-layout {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

/* ===========================
   STICKER DETAILS SECTION
=========================== */
.details-section {
    background-color: #FFFFFF;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.detail-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.detail-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.detail-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1A2634;
    margin-bottom: 0.75rem;
}

.detail-text {
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.detail-subsections {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.subsection-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1A2634;
    margin-bottom: 0.25rem;
}

.subsection-text {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
}

.section-cta {
    text-align: center;
}

.cta-link {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1A2634;
    text-decoration: underline 
    !important;
    transition: color 0.3s ease;
}

.cta-link:hover,
.cta-link:focus {
    color: #FFCB00;
}

@media (min-width: 640px) {
    .detail-title {
        font-size: 1.5rem;
    }

    .subsection-title {
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .details-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .cta-link {
        font-size: 1.25rem;
    }
}

/* ===========================
   WHO BENEFITS SECTION
=========================== */
.benefits-section {
    background-color: #FEFEFE;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.benefit-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #1A2634;
    border-radius: 50%;
}

.icon-circle .icon-large {
    color: #FFCB00;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1A2634;
    text-align: center;
    margin-bottom: 0.75rem;
}

.benefit-points {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.benefit-point {
    border-left: 3px solid #FFCB00;
    padding-left: 0.75rem;
}

.point-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1A2634;
    margin-bottom: 0.25rem;
}

.point-text {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .benefit-title {
        font-size: 1.5rem;
    }

    .point-title {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===========================
   HOW TO GET STICKER SECTION
=========================== */
.how-to-section {
    background-color: #FFFFFF;
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.step-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.step-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.icon-circle-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #FFCB00;
    border-radius: 50%;
}

.step-number {
    font-size: 1rem;
    font-weight: 700;
    color: #FFCB00;
    margin-bottom: 0.5rem;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1A2634;
    margin-bottom: 0.75rem;
}

.step-text {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.6;
}

.section-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.btn-primary {
    display: inline-block;
    padding: 0.75rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #1A2634;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus, .btn-primary2:hover,
.btn-primary2:focus  {
    background-color: #203E5F;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.btn-primary2{
    color: #ffffff !important;
    background-color: #1A2634;
    padding: 0.75rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    
}

@media (min-width: 640px) {
    .step-title {
        font-size: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===========================
   VIN LOCATION SECTION
=========================== */
.vin-location-section {
    background-color: #FEFEFE;
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.location-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.location-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.icon-circle-small {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #1A2634;
    border-radius: 50%;
}

.icon-circle-small .icon-medium {
    color: #FFCB00;
}

.location-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1A2634;
    margin-bottom: 0.5rem;
}

.location-text {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .location-title {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .locations-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ===========================
   CTA SECTION
=========================== */
.cta-section {
    background-color: #1A2634;
    padding: 3rem 0;
    text-align: center;
}

.cta-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.cta-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 768px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.cta-button-wrapper {
    display: flex;
    justify-content: center;
}

.btn-cta {
    display: inline-block;
    padding: 0.75rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1A2634;
    background-color: #FFCB00;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-cta:hover,
.btn-cta:focus {
    background-color: #FDE4B0;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .cta-section {
        padding: 4rem 0;
    }

    .cta-title {
        font-size: 2.25rem;
    }

    .cta-description {
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .cta-section {
        padding: 5rem 0;
    }

    .cta-title {
        font-size: 3rem;
    }
}

/* ===========================
   BRAND AVAILABILITY SECTION
=========================== */
.brands-section {
    background-color: #FFFFFF;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.brand-item {
    background-color: #FEFEFE;
    padding: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1A2634;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.brand-item:hover {
    background-color: #FFCB00;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

@media (min-width: 640px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .brand-item {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .brands-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .brands-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* ===========================
   FAQ SECTION
=========================== */
.faq-section {
    background-color: #FEFEFE;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background-color: #1A2634;
    color: #FFFFFF;
    text-align: left;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.faq-question:hover,
.faq-question:focus {
    background-color: #203E5F;
}

.faq-question-text {
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 2rem;
}

.faq-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #FFCB00;
    border-radius: 50%;
}

.faq-icon .icon-small {
    color: #1A2634;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 1.5rem;
}

.faq-answer p {
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 640px) {
    .faq-question {
        padding: 1.5rem 2rem;
    }

    .faq-question-text {
        font-size: 1.25rem;
    }

    .faq-answer p {
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .faq-question-text {
        font-size: 1.5rem;
    }
}

/* ===========================
   FOOTER
=========================== */
.footer {
    background-color: #1A2634;
    padding: 3rem 0 1.5rem;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    height: 32px;
    width: auto;
    margin-bottom: 1.5rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.contact-link:hover,
.contact-link:focus {
    color: #FFCB00;
}

.social-links {
    display: flex;
    gap: 0.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.social-link:hover,
.social-link:focus {
    background-color: #FFCB00;
    color: #1A2634;
}

.footer-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #FFCB00;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Copyright Bar */
.copyright-bar {
    background-color: #FFCB00;
    padding: 1rem 0;
}

.copyright-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.copyright-content p {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1A2634;
    margin: 0;
}

@media (min-width: 640px) {
    .copyright-content p {
        font-size: 1rem;
    }
}

/* ===========================
   ACCESSIBILITY ENHANCEMENTS
=========================== */

/* Focus visible styles for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid #FFCB00;
    outline-offset: 2px;
}

/* Skip to main content link (hidden by default, visible on focus) */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #1A2634;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .nav-link,
    .mobile-nav-link,
    .footer-links a {
        text-decoration: underline;
    }
}

/* Print styles */
@media print {
    .header,
    .footer,
    .cta-section,
    .mobile-menu,
    .btn-check-vehicle,
    .btn-primary,
    .btn-cta {
        display: none;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }

    a {
        text-decoration: underline;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}/* End custom CSS */