main#primary {
    padding-top: 200px;
}


.readmore-wrapper {
    display: flex;
    gap: 10px;
}

.smarter-fold .readmore-wrapper {
    justify-content: center;
}

.content-fold-d-content {
    width: calc(50% - 50px);
}

div.spacer {
    width: 100%;
    height: 2px;
    background: white;
    margin: 20px auto;
}

.content-fold-d::before {
    top: -200px !important;
}

.content-fold-d {
    overflow: visible !important;
}

body .module-fold-b-container {
    padding: 40px 0px;
}

body .smarter-fold {
    padding: 40px 0px;
}

body .module-fold-b-header{
    max-width: 100%;
    margin-bottom: 40px;
}

.smarter-fold > a {margin: 40px auto 0px;}

.dealer-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
    padding: 40px;
    box-sizing: border-box;
    flex: 0 0 calc((100% / 3) - 40px);
    gap: 20px;
    position: relative;
    background: #00000066;
    border-radius: 20px;
}

.dealer-icon i {
    color: #030036;
    background: var(--secondary-color2);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    font-size: 40px;
    border-radius: 50%;
}

.smarter-inner {
    gap: 60px;
}

.dealer-content p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.dealer-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dealer-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.dealer-block-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 1;
}

.dealer-block-content {
    padding: 140px 40px 20px 40px;
    z-index: 3;
    position: relative;
}

.dealer-block-image::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #030036, transparent);
    display: block;
    position: absolute;
    z-index: 3;
}

.dealer-step-fold {
    padding: 40px 0px;
}

.dealer-step-item {
    display: flex;
    align-items: center;
    gap: 80px;
    background: linear-gradient(45deg, #022cda66, #050d8266);
    border-radius: 40px;
    margin-bottom: 100px;
    padding: 20px;
    padding-left: 100px;
    position: relative;
}

.dealer-step-image {
    max-width: 250px;
    margin-top: -60px;
    margin-bottom: -40px;
    position: relative;
    z-index: 3;
}

.dealer-step-item:nth-child(2n) .dealer-step-image img {
    transform: rotate(-15deg);
}

.dealer-step-item:last-child {
    margin: 0;
}

.dealer-step-step p {font-size: 30px;font-weight: 400;margin-bottom: 0;line-height: 44px;background: var(--primary-color1);padding: 10px;border-radius: 20px;color: var(--secondary-color1);font-weight: bold;width: 160px;text-align: center;position: relative;z-index: 3;}

.dealer-step-step {
    margin-bottom: 20px;
}

.dealer-step-title p {
    font-size: 50px;
    line-height: 62px;
}

.dealer-step-content .dealer-step-content p {
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
}

.dealer-step-content {
    max-width: 710px;
}

.dealer-step-image::before {
    content: '';
    background: url('/wp-content/uploads/2025/08/phone-mockup-arrow.png');
    top: 0;
    right: 60px;
    width: 200px;
    height: 200px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(100%) rotate(-26deg);
    z-index: -1;
}

.dealer-step-image img {
    transform: rotate(15deg);
    position: relative;
}

.dealer-step-item:last-child::before {
    display: none;
}

.dealer-title p {
    font-weight: bold;
    margin: 0;
}

.readmore{
    width: 200px;
    font-size: 22px;
}

header#masthead .logo {
    opacity: 1 !important;
}