@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 134px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {}

a {
    color: #FE0000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
}

h1 {
    font-size: 56px;
    line-height: 65px;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: -1px;
}

h2 span {
    color: #fe0000;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.16px;
}

h4 {
    font-size: 36px;
    line-height: 65px;
}

h5 {
    font-size: 26px;
    line-height: 26px;
}

/* Buttons */
.btn {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    padding: 30px 97px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.btn-sm {
    font-size: 14px;
    text-align: left;
    padding: 7.5px 12px;
    font-weight: 300;
}

.btn-sm i {
    margin-left: 32px;
}

.btn-md {
    padding: 13px 64px 13px 22px;
}

.btn-md i {
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
}

.btn-light {
    color: #fe0000;
}

.btn-danger {
    background-color: #fe0000;
}

/* Helpers */
.fw-black {
    font-weight: 900 !important;
}

/* Navbar */
.ss-navbar-topbar {
    background-color: #FE0000;
    padding: 13px 25px;
}

.ss-navbar {
    background-color: #fff;
    padding: 0;
    top: 56px;
}

.ss-navbar .nav-link {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.09px;
    color: #000000;
    padding: 28px 25px !important;
}

.ss-navbar .nav-link:hover {
    color: #fe0000;
}

.ss-navbar .nav-link.active {
    font-weight: 600;
}

.ss-navbar-socials {
    display: inline-block;
}

.ss-navbar-socials a {
    color: #ffffff;
}

.ss-navbar-socials a:hover {
    color: #e3e3e3;
}

.ss-navbar-socials a i {
    font-size: 18px;
    line-height: 18px;
    margin: 0 7.5px;
    vertical-align: middle;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
}

#scroll-button {
    transition: opacity ease-in-out .3s;
    font-weight: 600;
    border-width: 2px;
}

/* Carousel */
.ss-carousel-item {
    height: 582px;
    background-size: cover;
    background-position: center;
}

.ss-carousel-caption {
    position: unset;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* bottom: unset; */
    /* vertical-align: middle; */
    /* left: 59.5138888%; */
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: left;
}

.ss-carousel-caption h5 {
    font-size: 42px;
    font-weight: 600;
    line-height: 47px;
}

.ss-carousel-caption p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: -.12px;
}

/* Content section */
.ss-section-body {}

.ss-section-body {
    padding-top: 12px;
    padding-bottom: 68px;
}

.ss-section-body h3 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    /*color: #FE0000;*/
}

.ss-section-body h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0.02em;
}

.ss-section-body p,
.ss-section-usps p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
}

/* Call-to-Action */
.ss-section-cta {
    background-color: #FE0000;
    color: #ffffff;
    padding-top: 67px;
    padding-bottom: 67px;
    vertical-align: middle;
}

.ss-section-cta h3 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 900;
    letter-spacing: -1.22px;
}

.ss-call-to-action {}

.ss-call-to-action p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 28px;
}

.ss-call-to-action {
    background-color: #D8D8D831;
    border-radius: 10px;
    padding-top: 71px;
    padding-bottom: 59px;
}

/* USPS */
.ss-section-usps {}

.ss-section-usps {
    padding-top: 147px;
    padding-bottom: 121px;
}

.ss-usp-item {
    margin-bottom: 20px;
}

.ss-usp-item i {
    color: #fe0000;
    vertical-align: top;
    display: inline-block;
    font-size: 36px;
    line-height: 37px;
    margin-right: 19px;
    width: 42px;
}

.ss-usp-item .ss-usp-item-text {
    display: inline-block;
}

.ss-usp-item .ss-usp-item-text p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
}

/* Blogs */
.ss-section-blog {}

.ss-section-blog {
    padding-top: 95px;
    padding-bottom: 121px;
}

.ss-blog-item {}

.ss-blog-item {
    color: #000000;
    text-decoration: none;
}

.ss-section-blog-overview {}

.ss-section-blog-overview {
    padding-top: 57px;
    padding-bottom: 109px;
}

/* Mockups */
.ss-section-mockup {}

.ss-section-mockup {
    background-color: #000000;
    color: #ffffff;
    padding-top: 32px;
}

.ss-section-mockup h3 {
    color: #fe0000;
}

.ss-section-mockup p {
    max-width: 513px;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 36px;
}

.ss-article h2 a {
    text-decoration: none;
    color: #000000;
}

.ss-article span {
    color: #727272;
    font-size: 14px;
    line-height: 21px;
}

/* Footer */
footer {}

footer {
    padding: 65px 25px;
    background-color: #fe0000;
}

.ss-footer-links {
    background-color: #000000;
}

.ss-footer-links a,
.ss-footer-links span {
    display: inline-block;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
}

/* Contact */
.ss-section-contact {}

.ss-section-contact {
    padding-top: 54px;
    padding-bottom: 108px;
}

/* Inputs, forms & labels */
label {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 7px;
}

input.form-control,
textarea.form-control {
    border-radius: 0;
    font-size: 14px;
    line-height: 21px;
}

input.form-control {}

textarea.form-control {}

/* START widget */
.ss-carousel-badge {
    position: absolute;
    top: 55px;
    right: 44px;
    color: #fff;
    background-color: #0fb200;
    border-radius: 50%;
    text-align: center;
    padding: 58px 15px;
    font-weight: bold;
    max-width: 194px;
    max-height: 194px;
}

.ss-carousel-badge span {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 20px;
    display: block;
    font-weight: 600;
}

.ss-carousel-badge b {
    font-size: 54px;
    line-height: 50px;
    display: block;
}

.ss-carousel-badge b i {
    font-size: 34px;
    line-height: 50px;
    font-style: normal;
    vertical-align: text-top;
}

.car-sign {
    border: 3px solid #000;
    border-radius: 6px;
    background-color: #f4be04;
    position: relative;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-left: 0;
}

.car-sign.form-error,
.damage-image-container.form-error {
    border-color: #ff1711;
}

.car-sign-left {
    background-color: #2666a3;
    color: #FFF;
    position: absolute;
    width: 30px;
    padding: 5px 5px;
    box-sizing: border-box;
    /*   font-size: 13px;
  line-height: 24px; */
    bottom: 0;
    left: 0;
    top: 0;
}

.car-sign-left img {
    max-width: 100%;
    margin-bottom: 5px;
}

.car-sign-right {
    font-size: 48px;
    line-height: 56px;
    padding: 0 10px 0 40px;
    font-weight: bold;
}

.car-sign-right input {
    background: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 600;
}

.car-sign-right input:focus {
    outline: none;
    /* Removes the default focus style */
}

.ss-widget {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 14.6px 2px #00000040;
    padding: 20px;
}

.ss-widget label {
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin: 6px 0;
    color: #000;
}

.ss-widget .btn {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    margin-top: 6px;
    font-weight: 400;
}

.ss-widget input[type="text"].form-control {
    border-radius: 3px;
}

.carousel-inner {
    overflow: unset;
}

.ss-padding-top {
    padding-top: 220px;
}

.ss-ideal-logo {
    margin-top: 16px;
    margin-left: 20px;
}

.ss-ideal-logo img {
    width: 34px;
    height: auto;
}

.ss-ideal-logo span {
    vertical-align: middle;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    margin-left: 8px;
}

.ss-usp-items {
    color: #f00;
}

.ss-usp-items i {
    font-size: 27px;
    line-height: 27px;
    vertical-align: middle;
    margin-right: 20px;
}

.ss-usp-items p {
    font-size: 22px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0.02em;
}

/* Keyframes for the bounce animation */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

/* Keyframes for the shake animation */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}




.ss-open-app {
    position: fixed;
    bottom: 47px;
    right: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 60px;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    animation: bounce 1.5s ease 1;
    /* Plays bounce animation once */
}

/* Shake animation triggered by scrolling */
.ss-open-app.scrolling {
    animation: shake 0.5s ease-out 2;
    /* Shake animation runs twice */
}

/* Hover effect */
.ss-open-app:hover {
    background-color: #222;
    color: #e3e3e3;
    transform: scale(1.1);
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .ss-open-app {
        width: 80px;
        height: 80px;
        font-size: 45px;
        bottom: 30px;
        /* Adjust position for mobile */
        right: 20px;
        /* Adjust position for mobile */
    }
}

@media (max-width: 480px) {
    .ss-open-app {
        width: 70px;
        height: 70px;
        font-size: 35px;
        bottom: 20px;
        /* Adjust position for smaller screens */
        right: 15px;
        /* Adjust position for smaller screens */
    }
}

/* STOP widget */
@media screen and (min-width: 992px) {
    .ss-align-middle {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .navbar-toggler {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    /* .ss-carousel-caption {
        left: 25px;
        right: 25px;
        background-color: #00000070;
        border-radius: 3px;
        padding: 32px 28px;
    } */
    .ss-carousel-caption h5,
    .ss-carousel-caption p {
        text-shadow: 1px 1px 0 #000;
        color: #fffffd;
    }

    .ss-carousel-caption p {
        font-size: 19px;
        line-height: 24px;
    }

    .ss-navbar .nav-link {
        padding: 16px 25px !important;
    }

    .ss-widget {
        border-radius: unset;
        box-shadow: unset;
        position: absolute;
        left: 0;
        right: 0;
    }

    .ss-ideal-logo {
        position: absolute;
        bottom: -30px;
        left: 0;
    }

    .carousel {
        position: relative;
        top: -69px;
    }

    .ss-carousel-badge {
        top: 17px;
        right: 19px;
        text-align: center;
        padding: 28px 15px;
        max-width: 102px;
        max-height: 102px;
    }

    .ss-carousel-badge span {
        font-size: 14px;
        line-height: 18px;
    }

    .ss-carousel-badge b {
        font-size: 28px;
        line-height: 27px;
    }

    .ss-carousel-badge b i {
        font-size: 16px;
        line-height: 22px;
    }

    .car-sign {
        max-width: unset;
    }

    .ss-carousel-item {
        height: 767px;
        max-height: 767px;
        /* Initial state */
        transition: max-height 0.3s ease;
    }

    .ss-collapsed.ss-carousel-item {
        max-height: 525px;
        /* Collapsed state */
    }

    .ss-widget-inputs {
        max-height: 500px;
        /* Adjust based on your content */
        transition: max-height 0.3s ease;
        overflow: hidden;
        /* Ensure content stays hidden when collapsed */
    }

    .ss-collapsed .ss-widget-inputs {
        max-height: 0;
    }
}

@media screen and (min-width: 768px) {
    .ss-blog-item {
        max-width: 33.33333%;
    }

    .ss-blog-item:nth-child(2n) {
        margin: 0 13px;
    }
}

@media screen and (max-width: 556px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    h2 {
        font-size: 32px;
        line-height: 39px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .ss-section-cta h3 {
        font-size: 42px;
        line-height: 46px;
    }

    h4 {
        font-size: 30px;
        line-height: 50px;
    }

    h5 {
        font-size: 22px;
        line-height: 22px;
    }

    .ss-navbar-socials a i {
        margin: 0 1.5px;
    }

    .ss-navbar-topbar {
        padding: 13px 5px;
    }

    #scroll-button {
        display: none;
    }

    #scroll-button.btn-sm {
        padding: 2.5px 12px;
    }

    .carousel {
        top: -78px;
    }
}