﻿a{
    text-decoration: none !important;
}

.container {
    max-width: 1240px;
}

/* navbar */
.navbar-bg-dark {
    background: radial-gradient(at 20% 50%, #3D4148 0%, #272627 90%);
    /*background: rgb(61, 65, 72);*/
    padding: 1rem;
}

.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
}

.footer-bg-dark {
    background: radial-gradient(at 20% 50%, #3D4148 0%, #272627 80%);
}

.navbar-light-link {
    color: white !important;
    padding: 0.2rem 0.5rem !important;
    cursor: pointer;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white;
}

.badge.beta-span {
    background: linear-gradient(45deg, #EE9D4A 35%, #fff 125%);
    font-size: 1.2rem;
    padding: 0.2rem 1rem !important;
    font-family: monospace;
}

/*home section*/
.home-section-bg-img {
    background-image: url(/css/themes/assets/home-section-img-min.webp);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-content {
    padding: 10rem 1rem;
}

.home-title {
    font-size: calc(2em + 1.5vw) !important;
}

.home-subtitle {
    font-size: calc(1em + 1vw) !important;
}

/*key features card*/
.key-features-card {
    background: white;
    border: 0 solid black;
    border-radius: 2rem;
    padding: 1rem;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    height: 100%;
}

.key-features-card-header {
    background-image: url(/css/themes/assets/bg-icon-min.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 8rem 8rem;
}

.key-features-card-icon {
    font-size: 2rem;
    padding: 2rem 0;
    text-align: center;
}

.key-features-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-features-card-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
}

.key-features-card-subtitle {
    font-size: 0.9rem;
    margin: 1rem 0;
}

/*features page*/
.features-section-bg-img {
    position: relative;
    background-image: url(/css/themes/assets/features-section-img-min.webp);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.features-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16rem 1rem;
}

.features-title {
    font-size: calc(1em + 1.5vw) !important;
    text-align: center;
}

.image-div img {
    width: 100%;
    overflow: hidden;
}

/*inventory management*/

/*pricing section*/
.pricing-plan-bg-img {
    background-image: url(/css/themes/assets/pricing-intro-section-bg-img-min.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 7rem 9rem;
}

.pricing-plan-img {
    position: relative;
    background-image: url(/css/themes/assets/pricing-into-section-plan-img-min.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 9rem 6rem;
    border-radius: 10%;
}

.pricing-plan-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #070707;
    opacity: 0.1;
    border-radius: 10%;
}

.pricing-title {
    font-size: calc(1em + 2.5vw) !important;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 50%);
}

.pricing-into-section-img-content {
    padding: 4rem 1rem;
}

.package-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 2rem;
    min-width: 235px;
    max-width: 235px;
    max-height: 220px;
    min-height: 220px;
}

.pachage-features-container {
    padding: 1rem;
    margin-bottom: auto;
}

.pachage-footer-container {
    padding: 1rem;
}

.package-card-header {
    padding: 1.5rem 0rem 0rem 0rem;
    margin: 0 0.5rem 0 0.5rem;
    height: 10rem;
}

.package-title {
    font-size: 1.5rem;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 40%);
}

.package-subtitle {
    font-size: 1rem;
    font-weight: 300;
}

.package-price-container {
    display: flex;
    justify-content: center;
}

.package-price-container .free-while-in-beta {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem 0;
}

.package-price-container .package-coming-soon {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 3.5rem 0;
}

.package-price-container .dollar-sign {
    font-size: 1.5rem;
    font-weight: 400;
    top: 0.5rem;
    left: 3rem;
}

.package-price {
    font-size: 4rem;
    font-weight: 300;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 50%);
}

.package-price-container .duration {
    font-size: 3rem;
    font-weight: 300;
    top: 9px;
    right: 0;
    left: 6rem;
    margin: 0 0.5rem;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 50%);
}

.package-price-container .duration span {
    font-size: 1rem;
    font-weight: 300;
}

.package-old-price {
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: line-through;
}

.pricing-table {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 2rem;
}

.pricing-table-header-container {
    border-bottom: 1px solid !important;
    overflow: hidden;
}

.pricing-table-title {
    font-size: 1.2rem;
    margin: 2rem 0;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 40%);
}

.pricing-feature-title {
    text-align: initial;
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0 1rem 2rem;
}

.pricing-feature-row {
    margin: 1rem 0;
}

.pricing-feature-icon {
    font-size: 1.2rem;
}

.pricing-feature-span {
    font-weight: bold;
    font-size: 1.2rem;
}

.pricing-table-feature-container {
    border-bottom: 1px solid #7d7d7d !important;
    overflow: hidden;
}

/*business website*/
.top-section-text {
    font-size: 1.2rem;
    text-align: center;
    padding: 4rem 0rem;
}

.business-features-section-bg {
    background-color: #fff9f1;
    box-shadow: rgb(0 0 0 / 5%) -4px 9px 30px -10px;
}

.business-features-section-bg h2 {
    font-size: 1.3rem;
}

.business-homepage-section-bg {
    background-color: #f1f7ff;
    box-shadow: rgb(0 0 0 / 5%) -4px 9px 30px -10px;
}

.business-homepage-section-bg h2 {
    font-size: 1.3rem;
}

.business-vehicle-detail-section-bg {
    background-color: #f0f0f0;
    box-shadow: rgb(0 0 0 / 5%) -4px 9px 30px -10px;
}

.business-vehicle-detail-section-bg h2 {
    font-size: 1.3rem;
}

/*contact us*/
.card-gray-bg-color {
    background-color: #EFEFEF;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

.form-control-border {
    border: 0.1rem solid #8a8989 !important;
}

/*owl slider*/
#Features .owl-dots {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

#Features .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #959292;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#Features .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #EE9D4A;
}

#Features .owl-carousel .owl-stage-outer {
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

#Features .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Features .owl-carousel .owl-item img {
}

.feature-list-item {
    font-size: 1.2rem;
}

/*Easy to use CRM*/
.circle-div-icon {
    padding: 2rem 1.8rem;
    border-radius: 50%;
    background: radial-gradient(at 20% 50%, #ffffff -169%, #EE9D4A 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    max-width: 7rem;
    min-width: 6rem;
    max-height: 7rem;
    min-height: 6rem;
}

.circle-icon {
    font-size: 2.5rem;
    filter: drop-shadow(0px 0px 0.1rem rgb(100 100 100 / 75%))
}

.crm-title {
    font-size: 1.2rem;
}


/*about us page*/
.about-us-header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10rem 1rem;
}

.about-us-section-bg-img {
    position: relative;
    background-image: url(/css/themes/assets/about-us-section-bg-img-min.webp);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.about-us-header-text {
    font-size: 1.2rem;
    text-align: center;
}

.about-us-text-block-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.about-us-text-block-subtitle {
    font-size: 0.9rem;
    text-align: initial;
    margin: 1rem 0;
}

.about-us-card {
    display: flex;
}

.about-us-card-header {
    margin-right: 2rem
}

.about-us-card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.about-us-card-subtitle {
    font-size: 0.9rem;
    text-align: initial;
    margin: 1rem 0;
}

/*faq page*/
.faq-header-section {
    padding: 4rem 1rem;
}
.faq-header {
    font-size: calc(1em + 1vw) !important;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 25%);
    font-weight: 400;
}

.faq-title {
    font-size: calc(1em + 1.5vw) !important;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 50%);
}

.faq-subtitle {
    font-size: 1rem;
}

.faq-question-icon {
    box-shadow: 0px 0px 3px rgb(100 100 100 / 10%);
    font-size: 0.7rem;
    align-self: center;
}

.faq-question-title {
    font-size: 1.2rem;
    margin: 0 1rem;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 10%);
}

.faq-question-collapse-icon {
    color: black;
    box-shadow: 0px 0px 3px rgb(100 100 100 / 10%);
    transition: 0.9s;
    transform: rotate(180deg);
}

.question-btn.collapsed .faq-question-collapse-icon {
    transition: 0.9s;
    transform: rotate(360deg);
}

.faq-answer-text {
}


.faq-contact-icon {
    font-size: 4rem;
    filter: drop-shadow(0px 0px 0.1rem rgb(100 100 100 / 25%))
}

/*login page*/
.login-section-bg-img {
    background-image: url(/css/themes/assets/login-bg-img.webp);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*buttons*/
.btn-orange {
    color: #fff !important;
    background-color: #EE9D4A;
    padding: 0.2rem 1rem !important;
}

.btn-orange:hover {
    color: #fff !important;
    background-color: #EEA962;
}

.btn-get-started-orange {
    color: black !important;
    background-color: #EE9D4A;
    padding: 0.2rem 1rem !important;
    box-shadow: 0px 0px 3px rgb(100 100 100 / 25%);
}

.btn-get-started-orange:hover {
    background-color: #EEA962;
}

.btn-dark-orange {
    color: black !important;
    background-color: #EE9D4A;
    padding: 0.2rem 1rem !important;
    box-shadow: 0px 0px 3px rgb(100 100 100 / 25%);
}

.btn-dark-orange:hover {
    background-color: #EEA962;
}

.nav-btn-orange {
    color: #EE9D4A;
    background-color: white;
    padding: 0.2rem 1rem !important;
    box-shadow: 0px 0px 3px rgb(100 100 100 / 25%);
}

.nav-btn-orange.active {
    color: white;
    background-color: #EE9D4A;
    padding: 0.2rem 1rem !important;
    box-shadow: 0px 0px 3px rgb(100 100 100 / 25%);
}

.nav-btn-orange:hover {
    color: black;
    background-color: #f3c89c;
}

.login-btn {
    padding: 0.2rem 1rem !important;
}

.home-btn-orange {
    color: black;
    background-color: #EE9D4A;
    padding: 0.5rem 1rem !important;
    /* font-size: 1rem; */
    margin-top: 1.5rem;
    font-weight: 500;
}

.home-btn-orange:hover {
    color: black !important;
    background-color: #EEA962;
}

.black-link {
    color: black !important;
    font-weight: bold;
}

/*text color*/
.text-orange {
    color: #EE9D4A;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(238, 157, 74)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*separator*/
.header-separator {
    display: block;
    border-radius: 30px;
    border: 2.5px solid #EE9D4A;
    background-color: #EE9D4A;
    margin: 1rem;
}

.footer-separator {
    border-radius: 30px;
    border: 2px solid #C8C8C8;
    margin: 2rem 0;
    background-color: #C8C8C8;
}

/*section*/
.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #070707;
    opacity: 0.5;
}

.section-header {
    font-size: calc(1.5em + 0.5vw);
    text-shadow: 0px 0px 3px rgb(100 100 100 / 50%);
    text-align: center;
}

.beige-bg-color {
    background-color: #EFEFEF;
}

.off-white-bg-color {
    background-color: #F9F9F9;
}

.beige-bg-color {
    background-color: #EFEFEF;
}

.homepage-top-menu {
    background: radial-gradient(at 20% 50%, #3D4148 0%, #272627 90%) !important;
}

.homepage-top-menu .dropdown-item {
    color: #fff !important;
}

.homepage-top-menu .dropdown-item:hover {
    color: black !important;
}

.footer-header-text {
    font-size: 1.5rem;
}

.car-card-spec-max-height {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.8em * 3);
}

@media(max-width:912px) {
    .pricing-plan-bg-img {
        padding: 7rem 7rem;
    }
}

@media(max-width:412px) {
    .pricing-plan-bg-img {
        padding: 4rem 5rem;
    }
}