@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/SellUsYourCars/Components/CaptureRegInput.razor.rz.scp.css */



.group[b-n6hdzga2fz] {
    position: relative;
    /*max-width: 324px;*/
}

    .group :is(span, input)[b-n6hdzga2fz] {
        font-family: 'CharlesWright' !important;
    }

    .group input[b-n6hdzga2fz] {
        padding-block: .75rem;
        font-size: 2rem;
        padding-left: 48px;
        border-radius: .75rem;
    }

    .group span[b-n6hdzga2fz] {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 100%;
        color: white;
        background-color: #005CA9;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .75rem 0 0 .75rem;
        font-weight: 400;
        font-size: 1.5rem;
    }

    .btn-primary[b-n6hdzga2fz]{
        font-size:20px;
    }
/* _content/SellUsYourCars/Components/HeroSection.razor.rz.scp.css */
.hero[b-3kg596rssi] {
    background-image: linear-gradient(112deg, #9BD8EA 80%, #DA0000 84%);
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content:center;
    min-height:80vh;
}

.tab[b-3kg596rssi] {
    color: var(--suyc-heading-blue);
}

    .hero img[b-3kg596rssi] {
        width: 100%;
        /*max-width: 300px;*/
    }

    .hero .reg[b-3kg596rssi]{
        font-size: 24px;
        padding-inline:1rem;
    }

    .hero h1[b-3kg596rssi] {
        font-weight: 700;
        /*font-size: 3.5rem;*/
        letter-spacing: -1px;
    }

        .hero h1 mobile[b-3kg596rssi] {
            font-size: 1.5rem;
        }

    .hero p[b-3kg596rssi] {
        color: var(--suyc-heading-blue);
        font-size:20px;
        font-weight:400;
    }

    .hero button[b-3kg596rssi] {
        /*max-width: 324px;*/
        /*width: 100%;*/
    }

    .hero input[b-3kg596rssi] {
        width: 100%;
        min-height: 64px;
        padding-left: 64px;
        font-size: 2rem;
        text-align: center;
        border-radius: .5rem;
        font-size:2rem;
    }

.card[b-3kg596rssi] {
    background:transparent;
    border:0;
}

.btn-primary[b-3kg596rssi]{
    font-size:20px;
}

.form-control[b-3kg596rssi]{
    border-radius:1rem !important;
}
/* _content/SellUsYourCars/Components/HowItWorks.razor.rz.scp.css */
/* _content/SellUsYourCars/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0lnjtbk3x9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0lnjtbk3x9] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-0lnjtbk3x9] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-0lnjtbk3x9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0lnjtbk3x9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
body[b-0lnjtbk3x9] {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #cfeaf7;
}

.container[b-0lnjtbk3x9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #cfeaf7; /* Keep the footer background color consistent */
}

.image-section[b-0lnjtbk3x9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.superhero-image[b-0lnjtbk3x9] {
    width: 150px; /* Adjust the size if needed for a footer */
}

.social-icons[b-0lnjtbk3x9] {
    margin-top: 10px;
}

    .social-icons a[b-0lnjtbk3x9] {
        margin: 0 4px;
        transition: transform 0.3s ease;
    }

        .social-icons a:hover[b-0lnjtbk3x9] {
            transform: scale(1.2);
        }

.menu-section[b-0lnjtbk3x9] {
    text-align: right;
}

.menu[b-0lnjtbk3x9] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menu li[b-0lnjtbk3x9] {
        margin: 10px 0;
        /*text-align:right;*/
    }

    .menu a[b-0lnjtbk3x9] {
        text-decoration: none;
        color: #333;
        font-size: 16px; /* Slightly smaller text for the footer */
        transition: color 0.3s ease;
    }

        .menu a:hover[b-0lnjtbk3x9] {
            color: #007BFF;
        }

footer[b-0lnjtbk3x9] {
    /*padding: 20px 0;*/
    background-color: #cfeaf7;
    justify-content: space-between;
    /*align-items: center;*/
}

footer svg:hover[b-0lnjtbk3x9] {
    transform:scale(1.25);
}
footer svg[b-0lnjtbk3x9] {
    transition:all ease-in-out 250ms;
}
/* _content/SellUsYourCars/Components/Layout/NavMenu.razor.rz.scp.css */
#nav-icon3[b-51y2z0dwhn] {
    min-width: 38px;
    height: 38px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon3 span[b-51y2z0dwhn] {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #d90100;
        border-radius: 12px;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon3 span:nth-child(1)[b-51y2z0dwhn] {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2)[b-51y2z0dwhn],
        #nav-icon3 span:nth-child(3)[b-51y2z0dwhn] {
            top: 16px;
        }

        #nav-icon3 span:nth-child(4)[b-51y2z0dwhn] {
            top: 33px;
        }

    #nav-icon3.open span:nth-child(1)[b-51y2z0dwhn] {
        top: 16px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2)[b-51y2z0dwhn] {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3)[b-51y2z0dwhn] {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4)[b-51y2z0dwhn] {
        top: 16px;
        width: 0%;
        left: 50%;
    }

.nav-link[b-51y2z0dwhn]{
    gap:.5rem;
}

.nav-link[aria-expanded="false"] svg:last-of-type[b-51y2z0dwhn] {
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}

/* Rotated state of the arrow when the dropdown is expanded */
.nav-link[aria-expanded="true"] svg:last-of-type[b-51y2z0dwhn] {
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}

/* Navbar styles */
.navbar-toggler[b-51y2z0dwhn] {
    display: none;
}

.navbar[b-51y2z0dwhn] {
    background: #B4E2EF;
    position:fixed;
    z-index:3;
}

.navbar-nav[b-51y2z0dwhn] {
    display: flex;
    gap: .5rem;
}

.nav-item[b-51y2z0dwhn] {
    font-size: 1rem;
    color: var(--suyc-heading-blue);
}

    .nav-item[b-51y2z0dwhn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 1rem;
    }

    .nav-item[b-51y2z0dwhn]  a.active {
        background-color: rgba(255, 255, 255, 0.7);
        color: white;
    }

    .nav-item[b-51y2z0dwhn]  .nav-link:not(.active):hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }



.navbar-content-block[b-51y2z0dwhn] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
}

    .navbar-content-block.open[b-51y2z0dwhn] {
        width: 100vw;
        z-index: 2;
        background-color: rgb(0 0 0 / 70%);
        backdrop-filter: blur(3px);
        -webkit-animation: opacity-load 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
        animation: opacity-load 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    }

    .navbar-content-block.closed[b-51y2z0dwhn] {
        width: 100vw;
        background-color: rgba(0,0,0,0);
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        -webkit-animation: nav-bar-closed-bg-animation 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
        animation: nav-bar-closed-bg-animation-b-51y2z0dwhn 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
        animation-delay: 500ms;
    }

@-webkit-keyframes nav-bar-closed-bg-animation {
    0% {
        width: 100vw;
    }

    100% {
        width: 0;
    }
}

@keyframes nav-bar-closed-bg-animation-b-51y2z0dwhn {
    0% {
        width: 100vw;
    }

    100% {
        width: 0;
    }
}

@media (min-width: 0px) {
    .c[b-51y2z0dwhn] {
        width: 100%;
    }

    .navbar-collapse[b-51y2z0dwhn] {
        padding-top: 1rem;
    }
}



/* Responsive behavior */
@media (min-width: 992px) {
    #nav-icon3[b-51y2z0dwhn] {
        display: none; /* Hide custom icon on larger screens */
    }

    .navbar-toggler[b-51y2z0dwhn] {
        display: none;
    }

    .c[b-51y2z0dwhn]{
        width:auto;
    }

    .navbar-collapse[b-51y2z0dwhn] {
        padding-top: unset;
    }
}
/* _content/SellUsYourCars/Components/Modals/ConfirmationModal.razor.rz.scp.css */
.confirmation-modal[b-bgtj73w972]
{
    justify-content:center;
    padding:2rem;
    background-color:black;
    max-width:95vw;
    margin-inline:auto;
    margin-top:1rem;
    border-radius:1rem;
}

.confirmation-modal h6[b-bgtj73w972] {
    color:white;
    margin-bottom:2rem;
}
/* _content/SellUsYourCars/Components/Pages/About.razor.rz.scp.css */
.content-container[b-prhoq3oont] {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 3rem;*/
    background-color: white;
    border-radius: 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 50px auto;
    overflow:hidden;
}

    .content-container .t[b-prhoq3oont]{
        padding:3rem;
    }

    .content-container .i[b-prhoq3oont] {
        background-position:0;
    }

    .content-container h3[b-prhoq3oont] {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .content-container p[b-prhoq3oont] {
        font-size: 1rem;
        line-height: 1.6;
    }

.content-container img[b-prhoq3oont] {
    width: 100%;
    height: 100%;
    object-fit:cover;
}


.text-content[b-prhoq3oont] {
    flex: 1;
    margin-right: 20px;
}

.image-container[b-prhoq3oont] {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.sponsor-image[b-prhoq3oont] {
    max-width: 400px;
    width:100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Initial shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}


.sponsorship-text[b-prhoq3oont] {
    font-size: 18px;
    color: #2a4269; /* Dark blue text color */
}

    .sponsorship-text a[b-prhoq3oont] {
        color: #2a4269;
        text-decoration: none;
        font-weight: bold;
    }

        .sponsorship-text a:hover[b-prhoq3oont] {
            text-decoration: underline;
        }



/*--Smallest screen - Mobile*/
@media (min-width: 0) {
    .content-container .t[b-prhoq3oont] {
        padding-inline:1.5rem;
        padding-bottom:1rem;
    }
}

@media (min-width: 767px) {

    .arrow[b-prhoq3oont] {
        transform: rotate(0deg);
    }

    .hero h1[b-prhoq3oont] {
        font-size: 3.5rem;
    }

    .content-container .t[b-prhoq3oont] {
        padding-inline: 3rem;
    }
}
/* _content/SellUsYourCars/Components/Pages/Admin.razor.rz.scp.css */

h3[b-lfy2sbxugm], label[b-lfy2sbxugm], p[b-lfy2sbxugm], .form-label[b-lfy2sbxugm], .available-cars-title[b-lfy2sbxugm] {
    color: black; 
}


.form-container[b-lfy2sbxugm] {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: lightgray;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   }

.edit-form-controls[b-lfy2sbxugm]{
    text-align:left;
}

    .edit-form-controls .input-group-prepend[b-lfy2sbxugm] {
        background-color:darkgrey;
        border-radius:.5rem 0 0 .5rem !important;
    }

.form-group[b-lfy2sbxugm] {
    margin-bottom: 15px;
}

.form-label[b-lfy2sbxugm] {
    color: black;
    font-weight: bold; 
}

.form-control[b-lfy2sbxugm] {
    width: 100%; 
    padding: 10px; 
    font-size: 1.2rem; 
}

.btn-primary[b-lfy2sbxugm] {
    width: 100%; 
    max-width: 300px;
    margin: 0 auto; 
    padding: 15px; 
    font-size: 1.2rem; 
    background: linear-gradient(90deg, #ff0000 0%, #ff7f7f 100%); 
    border-radius: 20px; 
    border: none; 
}

.btn-primary:hover[b-lfy2sbxugm] {
    background: linear-gradient(90deg, #ff7f7f 0%, #ff0000 100%); 
}

h3[b-lfy2sbxugm] {
    text-align: center;
    margin-bottom: 20px; 
}




.car-grid[b-lfy2sbxugm] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px; 
}

.car-card[b-lfy2sbxugm] {
    background-color: lightgray;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}


.car-info h5[b-lfy2sbxugm] {
    color: black; 
    font-weight: bold;
    font-size: 1.3rem;
}


.car-image[b-lfy2sbxugm] {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


.delete-btn[b-lfy2sbxugm] {
    position: absolute;
    top: .25rem;
    right: 1rem;
    background-color: rgba(255, 0, 0, 0.6); 
    border: none;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

.delete-btn:hover[b-lfy2sbxugm] {
    background-color: rgba(255, 0, 0, 1); 
}


.car-image-container[b-lfy2sbxugm] {
    position: relative;
    margin-bottom: 20px; 
}


.show-more-btn[b-lfy2sbxugm] {
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.show-more-btn:hover[b-lfy2sbxugm] {
    background-color: #0056b3;
}



.edit-description-btn[b-lfy2sbxugm] {
}

.edit-description-btn:hover[b-lfy2sbxugm] {
    background-color: #0056b3; 
}


@media (max-width: 768px) {
    .car-card[b-lfy2sbxugm] {
        flex: 1 1 100%; 
    }
}


.error-message[b-lfy2sbxugm] {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}


.hero[b-lfy2sbxugm] {
    background-image: linear-gradient(112deg, #9BD8EA 80%, #DA0000 84%);
    min-height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero img[b-lfy2sbxugm] {
    max-width:220px;
}


.form-container[b-lfy2sbxugm] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

input[type="text"][b-lfy2sbxugm], input[type="password"][b-lfy2sbxugm] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}

.btn-small[b-lfy2sbxugm] {
    background-color: #ff0000;
    padding: 10px 20px;
    border-radius: 20px;
    color: #ffffff;
    border: none;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.btn-small:hover[b-lfy2sbxugm] {
    background-color: #ff4d4d;
}


h5[b-lfy2sbxugm] {
    color: black !important;
}


.image-preview-container[b-lfy2sbxugm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.image-preview-container img[b-lfy2sbxugm] {
    max-width:124px;
}

.image-preview-item[b-lfy2sbxugm] {
    margin-bottom: 10px;
}
/* _content/SellUsYourCars/Components/Pages/CarOwl.razor.rz.scp.css */
/* _content/SellUsYourCars/Components/Pages/CarsForSale.razor.rz.scp.css */
.cars-list[b-5s70g79pm1] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;

}

.cars-grid[b-5s70g79pm1] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.car-card[b-5s70g79pm1] {
    max-width: 1200px;
    background-color: #9bd8ea;
    border: 2px solid #5cb1cb;
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.car-details[b-5s70g79pm1]{
    align-content:center;
}

.car-card .images[b-5s70g79pm1] {
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
}

    .car-card p[b-5s70g79pm1] {
        font-size: 14px;
        color: #333;
        margin-top: 10px;
    }

.container[b-5s70g79pm1] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9f9f9;
}

.hpi-section[b-5s70g79pm1] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hpi-content[b-5s70g79pm1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hpi-logo[b-5s70g79pm1] {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.hpi-details p[b-5s70g79pm1] {
    font-weight: bold;
}

.hpi-details ul[b-5s70g79pm1] {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.hpi-details li[b-5s70g79pm1] {
    padding-left: 1em;
    text-indent: -1em;
}

    .hpi-details li[b-5s70g79pm1]:before {
        content: "✔";
        padding-right: 0.5em;
        color: #ff6600; 
    }

.hpi-clear-text[b-5s70g79pm1] {
    margin-top: 20px;
    font-size: 1em;
    color: #333;
}

.cars-for-sale[b-5s70g79pm1] {
    margin-top: 2rem;
}

.faq[b-5s70g79pm1]{padding-block: 2rem;}

.faq h2[b-5s70g79pm1]{
    margin-bottom: 1rem;
}

.faq p[b-5s70g79pm1]{
    margin-bottom: 1rem;
}
/* _content/SellUsYourCars/Components/Pages/Contact.razor.rz.scp.css */

h3[b-f499q0p35c] {
    color: var(--suyc-heading-blue);

    font-weight: bold;
    margin-bottom: 10px;
}

.info p[b-f499q0p35c]{
    max-width:60ch;
    margin-inline:auto;
}

.e[b-f499q0p35c] {
    padding-bottom: 2rem;
    max-width: 75rem;
    margin-inline: auto;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

    .e svg[b-f499q0p35c] {
        margin-bottom: 1rem;
    }

    .e .col-md-4[b-f499q0p35c] {
        background-color: #8ed3e7;
        border-radius: 2rem;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        text-align: center;
        width: 380px;
        transition: transform 0.2s ease-in-out;
    }

        .e .col-md-4:hover[b-f499q0p35c] {
            transform: scale(1.05);
        }

    

    p[b-f499q0p35c] {
        color: #034d6a;
    }
.card-text[b-f499q0p35c] {
    color: var(--suyc-heading-blue);
    font-weight: bold;
}

@media (max-width: 768px) {
    .contact-card-container[b-f499q0p35c] {
        flex-direction: column; /* Stack cards vertically */
        align-items: center; /* Center align cards */
    }

    .contact-card[b-f499q0p35c] {
        width: 100%; /* Make cards take full width on mobile */
        max-width: 320px; /* Set a max-width for better appearance */
        margin-bottom: 20px; /* Add space between the cards */
    }
}

/* _content/SellUsYourCars/Components/Pages/Detail.razor.rz.scp.css */
.container-1[b-ysud0jk9a0] {
    background-color: #f0faff;
}

.col-md-4[b-ysud0jk9a0] {
    width: 30%; /* Set the width to 30% */
}

.card[b-ysud0jk9a0] {
    background-color: #f0faff;
    border-radius: 10px;
    border: none;
}

h3[b-ysud0jk9a0] {
    color: #000;
    font-weight: bold;
}

.form-floating .form-control[b-ysud0jk9a0],
.form-floating .form-select[b-ysud0jk9a0] {
    height: 60px;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-floating label[b-ysud0jk9a0] {
    padding-left: 15px;
    font-size: 14px;
}

.form-floating .form-control[readonly][b-ysud0jk9a0] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

button[type="submit"][b-ysud0jk9a0] {
    font-size: 18px;

    background: linear-gradient(90deg, #ff0000, #d80000); /* Red gradient */
    border: none;
    color: white;
    border-radius: 5px;
    padding: 15px;
}

button[type="submit"]:hover[b-ysud0jk9a0] {
    background: linear-gradient(90deg, #d80000, #b30000); /* Darker red gradient on hover */
}

.text-muted[b-ysud0jk9a0] {
    margin-top: 20px;
}

.info p[b-ysud0jk9a0] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
}

.requirements-list[b-ysud0jk9a0] {
    list-style-type: disc; /* This is the default, but you can change it to circle, square, etc. */
    margin-left: 20px; /* Adjust the left margin if needed */
    font-size: 16px; /* Customize the font size */
    color: #333; /* Customize the text color */
}

.requirements-list li[b-ysud0jk9a0] {
    margin-bottom: 10px; /* Space between list items */
    line-height: 1.5; /* Adjust line height for readability */
}

.row[b-ysud0jk9a0] {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    background-color: white;
}
.container-2[b-ysud0jk9a0] {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    background-color: #f7f9f8;

}
/* _content/SellUsYourCars/Components/Pages/Home.razor.rz.scp.css */
p[b-at8exx8tdf] {
    font-size: 1em;
    color: var(--suyc-heading-blue);
}

.arrow[b-at8exx8tdf] {
}

.line[b-at8exx8tdf] {
    width: 100%;
    max-width: 3rem;
    background: #9BD8EA;
    border-radius:1rem;
}



/*.container {
    padding: 20px;
    background-color: white;
}*/


.company-info[b-at8exx8tdf] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .company-info img[b-at8exx8tdf] {
        margin-right: 10px;
    }

.stars[b-at8exx8tdf] {
    /*display: flex;*/
    align-items: center;
}

    .stars .star-rating[b-at8exx8tdf] {
        color: #da0000;
        font-size: 1.1rem;
        /*margin-right: 5px;*/
    }

.row[b-at8exx8tdf] {
    display: flex;
    justify-content: space-around;
    align-items: stretch;

}


.info p[b-at8exx8tdf] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
    margin-bottom: 0;
}


body[b-at8exx8tdf] {
    
}


.icon[b-at8exx8tdf] {
    font-size: 2em;
    margin-bottom: 10px;
}



.condition-car[b-at8exx8tdf] {
    text-align: center;
    background: #e6f7ff;
}

    .condition-car p[b-at8exx8tdf] {
        
        max-width: 45rem;
        margin-inline: auto;
        text-align: center;
        color: black;
    }
/* _content/SellUsYourCars/Components/Pages/PreviouslyBoughtCars.razor.rz.scp.css */
.cars-lists[b-wmv3avnss3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50rem;
    margin-inline: auto;
    margin-top: 2rem;
    justify-content: center;
    text-align: center;
    /*padding: 20px;*/ /* Add some padding to the container */
}

.cars-grid[b-wmv3avnss3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns layout */
    gap: 1rem; /* Space between the cards */
    /*margin-top: 20px;*/
    width: 100%; /* Ensure the grid takes full width */
}

.car-card[b-wmv3avnss3] {
    border: 3px solid #d3eaf2; /* Light blue border */
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .car-card img[b-wmv3avnss3] {
        width: 100%;
        height: auto;
        display: block;
    }

    .car-card p[b-wmv3avnss3] {
        color: var(--suyc-heading-blue);
        margin: 10px;
        font-weight: bold;
    }

    .car-card:hover[b-wmv3avnss3] {
        transform: translateY(-10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Slight shadow on hover */
        border-color: #00aaff; /* Brighter blue border on hover */
    }

.info-card-container[b-wmv3avnss3] {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #f0f4f8;
}

.info-card[b-wmv3avnss3] {
    background-color: #8ed3e7;
    border-radius: 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 270px;
    transition: transform 0.2s ease-in-out;
}

    .info-card:hover[b-wmv3avnss3] {
        transform: scale(1.05);
    }

.icon[b-wmv3avnss3] {
    font-size: 50px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

h3[b-wmv3avnss3] {
    color: var(--suyc-heading-blue);
    font-weight: bold;
    margin-bottom: 10px;
}

p[b-wmv3avnss3] {
    color: #034d6a;
    margin: 0;
}

/* Additional styles for mobile devices */
@media (max-width: 768px) {
    .cars-grid[b-wmv3avnss3] {
        grid-template-columns: repeat(2, 1fr); /* Change to 2 columns on mobile */
        gap: 15px; /* Slightly reduce the gap between the cards */
    }

    .info-card-container[b-wmv3avnss3] {
        flex-direction: column; /* Stack the cards vertically */
        align-items: center; /* Center the cards */
    }

    .info-card[b-wmv3avnss3] {
        width: 100%; /* Make the cards take full width */
        margin-bottom: 20px; /* Add some space between the cards */
    }

        .info-card:last-child[b-wmv3avnss3] {
            margin-bottom: 0; /* Remove bottom margin on the last card */
        }
}
/* _content/SellUsYourCars/Components/Pages/SellMyCarAylesbury.razor.rz.scp.css */
p[b-b2nro29syo] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
}

.feature h2[b-b2nro29syo]{
    margin-top:1rem;
}
/* _content/SellUsYourCars/Components/Pages/SellMyCarLeightonBuzzard.razor.rz.scp.css */
p[b-j40cwfe1fb] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
}

.feature h2[b-j40cwfe1fb] {
    margin-top: 1rem;
}
/* _content/SellUsYourCars/Components/Pages/SellMyCarOxford.razor.rz.scp.css */
p[b-jgea6msvm7] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
}

.feature h2[b-jgea6msvm7] {
    margin-top: 1rem;
}
/* _content/SellUsYourCars/Components/Pages/SellMyCarStevenage.razor.rz.scp.css */
p[b-mj4eu1thqm] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
}

.feature h2[b-mj4eu1thqm] {
    margin-top: 1rem;
}
/* _content/SellUsYourCars/Components/Pages/SellMyCarTring.razor.rz.scp.css */
p[b-3ad9iwsnpd] {
    max-width: 45rem;
    margin-inline: auto;
    text-align: center;
    color: black;
    line-height: 1.8;
}

.feature h2[b-3ad9iwsnpd]{
    margin-top:1rem;
}
/* _content/SellUsYourCars/Components/Pages/Test.razor.rz.scp.css */
.notification-banner[b-owq98a8j39] {
    background-image: linear-gradient(112deg, #9BD8EA 80%, #DA0000 84%);
    height: 100vh; /* Full height of the viewport */
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    color: rgb(55, 89, 99);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.notification-content[b-owq98a8j39] {
    text-align: center; /* Center the text within the content */
    transform: scale(1.2); /* Scale the entire content by 20% */
}

.phone-image[b-owq98a8j39] {
    max-width: 240px; /* Increase the max width by 20% */
    border-radius: 20px;
    margin-bottom: 20px; /* Add some space between the image and text */
}

.notification-text[b-owq98a8j39] {
    text-align: center; /* Center the text below the image */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for hover effect */
    background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */
    transform: scale(1.05); /* Slightly increase the size on hover */
}

.notification-info[b-owq98a8j39] {
    display: flex;
    justify-content: center; /* Center the hover boxes */
    margin-top: 40px;
    gap: 30px; /* Add spacing between the cards */
    flex-wrap: wrap; /* Wrap the cards on smaller screens */
}

.icon-text-container[b-owq98a8j39] {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 10px 0; /* Adjust the margin as needed */
    background-color: #e0f7fa; /* Light background color */
    border-radius: 15px; /* Rounded corners */
    padding: 20px; /* Padding inside the card */
    width: 300px; /* Set a width for the cards */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow for the card effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transition */
}

.icon-text-container:hover[b-owq98a8j39] {
    transform: translateY(-10px); /* Raise the card when hovered */
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.icon[b-owq98a8j39] {
    font-size: 50px; /* Size for the icon */
    color: #00796b; /* Icon color */
    margin-bottom: 15px; /* Space between the icon and text */
}

.icon-text[b-owq98a8j39] {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6); /* Black background with 60% opacity */
    color: #ffffff; /* White text color */
    border-radius: 8px; /* Optional: Rounded corners */
    max-width: 300px; /* Adjust the width as needed */
    margin-top: 10px; /* Space between icon and text */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .notification-info[b-owq98a8j39] {
        flex-direction: column; /* Stack the cards vertically */
        align-items: center;
    }

    .icon-text-container[b-owq98a8j39] {
        width: 100%; /* Make cards full width on smaller screens */
    }
}
/* _content/SellUsYourCars/Components/Shared/Reviews.razor.rz.scp.css */
.reviews[b-tgdqkgog4a] {
    
}


.review-card[b-tgdqkgog4a] {
    background-color: white;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    padding: 32px;
    /*margin: 10px;*/
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

    .review-card p[b-tgdqkgog4a] {
        margin: 0;
    }

    .review-card:hover[b-tgdqkgog4a] {
        transform: translateY(-10px);
    }

.review-header[b-tgdqkgog4a] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
}

    .review-header img[b-tgdqkgog4a] {
        border-radius: 50%;
        margin-right: 10px;
    }


.star-rating[b-tgdqkgog4a] {
    color: #da0000;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1;
}


.company-info[b-tgdqkgog4a] {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    text-align: left;
}

    .company-info h5[b-tgdqkgog4a] {
        margin-bottom: 0;
    }

    .company-info > img[b-tgdqkgog4a] {
        margin-right: 1rem;
        border-radius: 50rem;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }

    .company-info .stars[b-tgdqkgog4a] {
        color: #c9c9c9;
    }
/* _content/SellUsYourCars/Components/Shared/TrustpilotComponent.razor.rz.scp.css */

.trustpilot-widget[b-z05suwxl7z] {
    padding-inline: 1.5rem;
    z-index: 2;
    justify-content: center;
    width: auto;
    /*margin-inline: auto;*/
    display: flex;
    align-items: end;
    margin-block: 1rem;
    max-width: 30rem;
}

    .trustpilot-widget :is(.col-auto, .col-12)[b-z05suwxl7z] {
        padding: 0;
        margin-top: auto;
    }

    .trustpilot-widget img[b-z05suwxl7z] {
        width: auto;
        max-height: 23px;
    }

        .trustpilot-widget img:hover[b-z05suwxl7z] {
            transform: scale(1.05);
        }

    .trustpilot-widget a[b-z05suwxl7z] {
        color: var(--black);
        font-size: 1rem;
        font-weight: 400;
        text-decoration:unset;
        font-size:16px;
        line-height:1;
    }

        .trustpilot-widget a:hover[b-z05suwxl7z] {
            text-decoration: unset;
            text-decoration-color: var(--orange-2);
            text-decoration-thickness: 2px;
        }
