* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    min-width: 320px;
    overflow-x: hidden;
    color: #010001;
}

a {
    text-decoration: underline;
    color: #005fa7;
}

    a:hover {
        text-decoration: none;
        color: #005fa7;
    }

p {
    margin-bottom: 20px;
    color: #010001;
}

ul, ol {
    list-style: outside;
    padding: 0;
    margin-left: 20px;
}

    ul li, ol li {
        margin: 0 0 10px;
    }

input, textarea {
    font-family: 'Roboto', sans-serif;
    display: block;
}

img {
    max-width: 100%;
}

section h2 {
    color: #010001;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

    section h2.section-title {
        padding: 0;
        margin-bottom: 0;
    }

    section h2.section-title,
    section .section-description {
        text-align: center;
    }

section .section-title__wrap {
    margin: 0 auto 50px;
    text-align: center;
    width: 100%;
}

.align-center {
    text-align: center;
}

input.text, select.text, textarea.text {
    border-radius: 20px;
    border: solid 1px #e2e2e2;
    padding: 10px 20px;
    box-shadow: none;
    font-family: 'roboto', sans-serif;
    width: 100%;
}

.form-message {
    font-size: 14px;
}

.form-group label span.custom-checkbox__text {
    font-weight: 600;
    text-align: left;
}

.request-quote__form .button {
    min-width: 250px;
    border: none;
}

/* --------------- WRAPPER STYLES --------------- */
.container {
    max-width: 1510px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

div.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columns-valign {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.column-right {
    margin-left: auto;
}

.columns-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-page {
    margin-bottom: 120px;
}


/* --------------- BUTTONS & DESIGN ELEMENTS --------------- */
.btn,
.btn:focus {
    background: #ffcb08;
    padding: 14px 10px 10px;
    font-size: 18px;
    border: none;
    text-align: center;
    transition: 0.3s background;
    line-height: 18px;
    cursor: pointer;
    text-decoration: none;
}

    .btn:hover {
        background: #edbb00;
        transition: 0.3s background;
    }

.button {
    text-decoration: none;
}

.section__btns .button {
    padding: 15px 30px;
}

.btn-more {
    text-decoration: none;
}

/* --------------- HEADER --------------- */
.page-header {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    max-width: 65%;
}

    .logo img {
        max-width: 100%;
        display: block;
    }

.btn-request_a_quote .button {
    padding: 15px 30px;
    height: auto;
    line-height: 1.4;
}

/* --------------- BANNER --------------- */
.banner {
    background: url(https://static.cogan.com/landingpage/images/lp-main-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    padding: 110px 0;
    margin-bottom: 60px;
    /*  height:695px; */
}

.main-banner-body {
    color: #fff;
    display: flex;
    max-width: 600px;
    width: 50%;
    padding-right: 50px;
    position: relative;
}

    .main-banner-body h1,
    .main-banner-body p {
        color: #fff;
    }

    .main-banner-body h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 40px;
        margin: 0 0 30px;
        padding-top: 0;
    }

        .main-banner-body h1:after {
            content: '';
            display: block;
            width: 170px;
            height: 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #0984C3;
        }

    .main-banner-body .banner-body__subtitle {
        font-size: 1.25rem;
        font-weight: 600;
        max-width: 410px;
        width: 100%;
    }

    .main-banner-body:before {
        content: '';
        display: inline-block;
        width: 78px;
        height: 78px;
        margin-right: 17px;
        background: url(https://static.cogan.com/landingpage/images/icon-request-blue.svg) no-repeat 50% 50%;
        background-size: contain;
        flex-shrink: 0;
    }

.advantages-list {
    margin: 0;
}

.advantage-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .advantage-item span {
        line-height: 22px;
    }

.advantage-cube:before,
.advantage-offices:before,
.advantage-profi:before,
.advantage-warranty:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.advantage-cube:before {
    background: url(https://static.cogan.com/landingpage/images/icon-cube2-blue.svg) no-repeat 50% 50%;
    background-size: contain;
}

.advantage-offices:before {
    background: url(https://static.cogan.com/landingpage/images/icon-map-blue.svg) no-repeat 50% 50%;
    background-size: contain;
}

.advantage-profi:before {
    background: url(https://static.cogan.com/landingpage/images/icon-profi-blue.svg) no-repeat 50% 50%;
    background-size: contain;
}

.advantage-warranty:before {
    background: url(https://static.cogan.com/landingpage/images/icon-request-blue.svg) no-repeat 50% 50%;
    background-size: contain;
}

.section-partners {
    margin-top: 5rem;
}

    .section-partners p {
        margin: 0 0 20px;
        padding: 0;
    }

.partners-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.2rem;
}

.partners-logo img {
    max-height:30px;
  }
  .partners-logo img.logo-harley-davidson {
    max-height:90px;
    opacity:0.8;
  }
  .logo-amazon {
    opacity:0.8;
  }

.form {
    max-width: 600px;
    width: 50%;
    background: rgba(255, 255, 255, 0.88);
    padding: 2rem;
}

    .form h2 {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .form p {
        margin: 0;
    }

    .form label {
        font-weight: 600;
    }


/* --------------- OUR PROCESS --------------- */
.our-process h2,
.our-process .section-description {
    text-align: center;
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.our-process .section-description {
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
}

.our-process_text {
    width: 40%;
    max-width: 300px;
    margin-right: 120px;
}

    .our-process_text > p:first-of-type {
        font-size: 16px;
    }

    .our-process_text h3 {
        text-transform: uppercase;
        margin: 0 0 1rem;
        font-weight: 600;
        color: #0085c3;
        font-size: 20px;
    }

    .our-process_text p {
        font-size: 14px;
    }

.our-process_slider {
    width: 50%;
    flex-shrink: 0;
}

    .our-process_slider .swiper-pagination-bullet {
        width: 52px;
        height: 7px;
        border-radius: 6px;
        margin: 0 5px !important;
    }

    .our-process_slider .swiper-container {
        padding-bottom: 60px;
    }

/* --------------- STEPS --------------- */
.step-item {
    width: 240px;
    text-align: center;
}

.step-image {
    width: 215px;
    height: 178px;
    margin: 0 auto;
}

.title-node {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.steps-list {
    position: relative;
    padding-bottom: 100px;
    border-bottom: solid 1px #404040;
}

    .steps-list:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #0085c3;
        position: absolute;
        top: 216px;
        z-index: -1;
    }

.step-num {
    margin: 15px auto;
    color: #0085c3;
    font-size: 24px;
    font-weight: 600;
    width: 46px;
    height: 46px;
    border: solid 3px #0085c3;
    background: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-details h3 {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
}

.step-details p {
    font-size: 16px;
    font-weight: 300;
}

/* --------------- Possibilities --------------- */
.possibilities {
    margin-bottom: 40px;
}

.possibilities-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.possibilities-item {
    width: 24.4%;
    position: relative;
    margin-bottom: 13px;
}

    .possibilities-item img {
        display: block;
        max-width: 100%;
    }

.possibilities-title {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* --------------- They Trust our Products --------------- */
.trust__wrap {
    justify-content: space-between;
    gap: 1rem;
}

.trust__item {
    margin: 1rem 0rem;
}

.trust-item__body p {
    font-size: 14px;
}

.trust-item__body a {
    font-size: 14px;
    text-decoration: none;
}

/* --------------- Reviews --------------- */
.reviews {
    background: #F1F1F1;
    padding: 5rem 0 7.5rem;
    margin: 0;
}

.success-stories {
    padding: 10px 0 0;
}

.success-story {
    text-align: center;
    background: #fff;
    padding: 40px 30px 20px;
    margin: 0 0.5rem;
    border-radius: 12px;
    position: relative;
}

    .success-story:before {
        content: '';
        display: block;
        position: absolute;
        top: -16px;
        left: 20px;
        background: url(https://static.cogan.com/landingpage/images/quote.svg) no-repeat 50% 50%;
        background-size: contain;
        width: 46px;
        height: 36px;
    }

.story-body {
    font-style: italic;
    margin-bottom: 30px;
}

    .story-body p,
    .story-author p {
        margin: 0;
        font-size: 14px;
    }

    .story-body p {
        line-height: 1.3rem;
    }

        .story-body p span {
            color: #0984C3;
            font-weight: 600;
        }

.story-author p {
    line-height: 1rem;
    font-weight: 300;
}

.story-author span {
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.success-story__active {
    box-shadow: 0px 4px 17.5px 0px #00000024;
    margin-bottom: 6px;
    margin-top: -6px;
}

/* --------------- CTA --------------- */
.cta {
    color: #fff;
    padding: 15px 0;
    background: url(https://static.cogan.com/landingpage/images/free-design_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    min-height: 460px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .cta p {
        font-size: 24px;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .cta a {
        font-size: 18px;
        color: #fff;
    }

    .cta h3 {
        font-size: 3rem;
        margin: 10px 0 25px;
        color: #fff;
    }

/* --------------- COPYRIGHT --------------- */
.copyright {
    padding: 40px 0;
}

    .copyright p,
    .copyright a {
        font-size: 14px;
        margin: 10px !important;
        color: #65646A;
        text-decoration: none;
        padding: 0;
    }

.footer-logo {
    max-width: 140px;
}

/* --------------- MEDIA QUERIES --------------- */
@media (max-width: 1200px) {
    section h2 {
        font-size: 30px;
    }

    .title-node {
        font-size: 18px;
    }

    .our-process_text {
        width: 50%;
    }

    .possibilities-item {
        width: 32.5%;
        position: relative;
        margin-bottom: 13px;
    }

    .steps-list {
        padding-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .steps-list:before {
            display: none;
        }

    .step-item {
        width: 30%;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .section-page {
        margin-bottom: 80px;
    }

    .reviews {
        margin-bottom: 0px;
    }

    .main-banner-body:before {
        position: absolute;
        top: -90px;
    }

    .main-banner-body h1 {
        font-size: 2rem;
    }

    .our-process_text {
        margin-right: 30px;
    }

    .possibilities-item {
        width: 49%;
        position: relative;
        margin-bottom: 13px;
    }

    .trust__item img {
        margin-right: 1rem;
        max-width: 100px;
    }

    .trust-item__body p {
        font-size: 14px;
        padding: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .banner {
        padding: 70px 0;
    }

        .banner .container {
            flex-direction: column;
        }

    .main-banner-body {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .banner .form {
        width: 100%;
        margin: 0 auto;
    }

    .main-banner-body:before {
        position: relative;
        top: 0;
    }

    .section-partners {
        margin-top: 3rem;
    }

    .our-process .container {
        flex-direction: column;
    }

    .our-process_text {
        width: 70%;
        max-width: 600px;
        margin-bottom: 50px;
        margin-right: 0px;
    }

    .our-process_slider {
        width: 75%;
    }

    .possibilities {
        margin-bottom: 30px;
    }

    .possibilities-title {
        font-size: 16px;
    }

    .section__trust {
        margin-bottom: 30px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

@media (max-width: 640px) {
    .page-header {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo {
        max-width: 90%;
        width: auto;
        margin: 0 auto 10px;
    }

    .banner {
        height: auto;
        padding: 40px 0 15px;
    }

    .partners-logo {
        gap: 1.2rem;
    }

    .main-banner-body {
        margin-bottom: 50px;
    }

    .possibilities {
    }

    .section__trust {
        padding: 4rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .trust__item img {
        margin-right: 0;
    }

    .trust__item {
        margin-bottom: 0;
    }

    .reviews {
        /*  padding: 3rem 0 4rem; */
    }

    .success-stories {
        flex-direction: column;
        gap: 3rem;
    }

    .story-body {
        margin-bottom: 0px;
    }

    .success-story {
        padding: 30px 20px 20px;
    }

    .cta {
        min-height: 1px;
        padding: 70px 0;
    }

        .cta h3 {
            font-size: 2.5rem;
        }

        .cta p {
            font-size: 18px
        }


    .copyright {
        padding: 20px 0;
    }

        .copyright p, .copyright a {
            margin: 5px !important;
        }
}

@media screen and (max-width: 500px) {
    .section-title {
        max-width: 100%;
    }

    .form-state {
        display: none;
    }
}

@media (max-width: 480px) {
    .btn-request_a_quote .button {
        padding: 10px 30px;
    }

    .main-banner-body h1 {
        font-size: 1.8rem;
    }

    .main-banner-body:before {
        display: none;
    }

    .form {
        padding: 1rem;
    }

        .form h2 {
            font-size: 1.5rem;
        }

    section .section-title__wrap,
    .our-process .section-description {
        margin-bottom: 30px;
    }

    .our-process {
        margin-bottom: 60px;
    }

        .our-process .section-description {
            max-width: 90%;
            padding-bottom: 0;
        }

    .our-process_text {
        margin-bottom: 20px;
    }

    .our-process_text,
    .our-process_slider {
        width: 90%;
    }


    .logos-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .logos-list img {
            margin-bottom: 50px;
        }

            .logos-list img:last-of-type {
                margin-bottom: 0px;
            }

    .steps-list {
        margin: 0 -15px;
        width: auto;
    }

    .step-item {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .step-image {
        width: 178px;
        border-radius: 100px;
    }

    .step-num {
        margin-top: -30px;
    }

    .steps-list .swiper-pagination {
        bottom: 30px !important;
    }

    .reviews-logos, .reviews-stories {
        padding: 0 15px;
    }
}

/* Responsive phone number display */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}
