/*  GENERAL STYLES */
* {
     -webkit-box-sizing: revert !important;
    -moz-box-sizing: revert !important;
     box-sizing: revert !important;
}

html{
    font-size: initial !important;
}

body {
    font-family: "Poppins",Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #1d344c;
    font-size: 1.15em !important;
}

.container-sign-up {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.left-align{
    text-align: left;
}

.center-align{
    text-align: center;
}

section .wide-div{
    padding: 30px 0 0px;
}

section:nth-child(odd) {
    background-color: #fbf8f1;
    width: calc(100vw - 80px) !important;
    padding-top: 30px;
}

section:nth-child(even) {
    color: #ffffff;
    padding-bottom: 60px;
    padding-top: 60px;
}

h1{
    margin: 0;
    font-weight: bold !important;
}

h2 {
    font-weight: 300;
    line-height: 1.2em;
    font-size: 2.5em;
    color: #2598d0;
    margin-bottom: 20px;
    margin-top: 0px;
}


h3 {
    font-size: 1.5em;
    line-height: 1.1em;
    color: #416a95;
    margin: 10px 0;
}

section:nth-child(even) h2{
    color: #8EC9E6;
}

p {
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.3em;
}

section:nth-child(even) a {
    color: #ffffff;
    font-weight: 600;
}

a {
    color: #007bff;
    transition: all 300ms ease-in-out;
}

a:hover{
    text-decoration: none;
}

ol, ul {
    text-align: left;
}


.rounded-box-shadow{
    border-radius: 2px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.46);
}

.lighter-box-shadow{
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);

}

.italic-text {
    font-style: italic;
}

b {
    font-weight: 600;
}

/*  HEADER */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;

}

header.container-sign-up{
    padding: 30px 20px 20px;
    max-width: 100vw;
    background: #fff;
}
.container-sign-up:before, .container-sign-up:after {
     content: none !important;
}

header.container-sign-up .col-twelve {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

header img {
    height: 60px;
}

img {
    vertical-align: initial !important;
}

header button, .form-container-sign-up button {
    background-image: linear-gradient(90deg, #ee297b 0%, #ee297b 13%, #32cd52 13%, #32cd52 100%);
    background-position: left center;
    background-size: 00%;
    background-repeat: no-repeat;
    background-color: #32cd52;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: .05em;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.form-container-sign-up button{
    transition-duration: 500ms;
    width: 80%;
    margin: 0 auto;
}

header button:hover, .form-container-sign-up button:hover {
    background-size: 800%;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);

}

ul {
    list-style: none;
    position: relative;
}

ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url("/images/checkmark-svgrepo-com.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    bottom: 4px;
}

span.med-number {
    font-weight: 700;
    color: #f1c012;
    font-size: 1.9em;
    font-style: italic;
}



/*  MAIN SECTION */

.main-section {
    display: flex;
    gap: 20px;
    padding: 50px 20px;
    align-items: center;
    justify-content: space-between;
}

.main-section .content {
    flex: 1.5;
}


.main-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1.1em;
    color: #ff70ac;
    font-weight: bold !important;
}

.main-section .form-container-sign-up h2 {
    color: #416a95;
    font-weight: 700;
    margin-bottom: .5em;
}

.main-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #8EC9E6;
}


.main-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
}


/*  Form container-sign-up */

.main-section .form-container-sign-up {
    flex: .8;
    background-color: #fbf8f1;
    padding: 20px;
}

section:nth-child(even) .form-container-sign-up a {
    color: #007bff;
}

.form-container-sign-up h3 {
    color: #ca4673;
    font-size: 1.4em;
    margin: 0 0 .8em;
}

.form-container-sign-up p {
    color: #333333;
    font-size: 1em;
    margin: .2em 0;
}

.form-container-sign-up img{
    width: 100px;
}


.form-container-sign-up form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-container-sign-up input[type="email"] {
    padding: 12px 20px;
    border: 1px solid #32cd52;
    border-radius: 2px;
    box-shadow: inset 0 2px 6px 1px #dddddd;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1em;
    color: #fa70ac;
    width: auto !important;
}

.form-container-sign-up input[type="email"]::placeholder {
    color: gray !important;
}

.sign-up-error-icon {
    top: 30% !important;
}


.form-container-sign-up .social-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
}

.form-container-sign-up input[type="email"]::placeholder{
    color: black;
}

.form-container-sign-up .social-buttons button {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #32cd52;
    padding: 12px 18px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    font-size: .9em;
    display: inline-flex;
    gap: 8px;
    transition-duration: 300ms;
    justify-content: center;
    width: auto;
    letter-spacing: .03em;
}

.form-container-sign-up .social-buttons button:hover {
    background-color: #f5f8fb;
}

.form-container-sign-up .social-buttons button img{
    width: 20px
}

.form-container-sign-up .terms {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333333;
    margin: .5em 0;
    justify-content: center;
}

.form-container-sign-up .terms label, .form-container-sign-up .terms input {
    margin: 0 !important;
    font-weight: initial !important;
}

.form-container-sign-up .terms input {
    position: initial !important;
    z-index: 0 !important;
    opacity: 1 !important;
}


/*  STEPS & FEATURES SECTIONS */

.three-steps .lighter-box-shadow h2 {
    margin-top: 10px;
    font-weight: 800;
    color: #333;
    font-size: 3em;
}

.three-steps h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.steps-section, .features-section, .rewards-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 20px;
}

.steps-section div, .features-section div, .rewards-section div {
    flex: 1;
    min-width: 200px;
    background-color: #f8f9fa;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.steps-section div img, .social-proof div img, .accordion img{
    width: 140px;
    box-shadow: 0 3px 16px #85a8c2;
    border-radius: 50%;
    border: 1px solid #ffff;
}



/*  TESTIMONIALS SECTION */



section.social-proof.container-sign-up {
    background-color: #fbf8f1;
    width: calc(100vw - 80px) !important;
    padding-top: 30px;
    margin: 60px auto;
    border-radius: 2px;
    text-align: center;
    font-size: 18px
}
section.social-proof.container-sign-up h2{
    color:#2598d0
}

.testimonial p {
    color: #416a95;
    font-size: 1.1em;
    line-height: 1.3em;
    font-style: italic;
    padding: 20px 10px 10px;
    font-weight: 500;
    margin-bottom: 0px;
}

p.testimonial-name {
    text-align: right;
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    color: #27a4e0;
    padding-top: 0px;
}

section:nth-child(even) .trustpilot-widget {
    color: #333;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
    border-radius: 2px;
}

section.social-proof.container-sign-up {
    color: #333;
}

section.social-proof.container-sign-up a{
    color: #007bff;
}

.social-proof div.powered img {
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: 120px;
    position: relative;
    top: 4px;
}


/*  REWARDS SECTION */

.rewards-section div img {
    width: 230px;
}

/*  BE REWARDED SECTION */

section.seriously.container-sign-up{
    padding: 100px 0;
}


section.seriously.container-sign-up .content {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 60px;
    line-height: 1.4em;
}

.seriously h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.3em;
    line-height: 1.2;
}

div.content-icon {
    flex: .6;
}

.content-text {
    flex: 1;
}



/*  FAQ SECTION */

section.accordion  .wide-div {
    margin-bottom: 30px;
}

section.accordion img{
    width: 140px;
}

section.accordion {
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 20px 40px
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    padding: 15px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1.3rem;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    color: #32a148;
    padding: 16px 30px;
}

.accordion-header:hover {
    background-color: #ebebeb;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
    background-color: #fff;
    padding: 0 15px;
}

.accordion-content p {
    margin: 15px 0;
}

.accordion-content.open {
    padding: 15px;
}

.accordion-item {
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #00cd52;
    transition: all 300ms ease-in-out;
}

.accordion-item:hover {
    background-color: #f5f8fb;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}


.accordion-header:before {
    content: '+';
    margin-right: 2px;
}

.accordion-content p {
    padding-left: 30px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
    background-color: #fff;
    padding: 0 15px;
}

.accordion-content p {
    margin: 15px 0;
}

.accordion-content.open {
    padding: 15px;
}



/*  FOOTER STYLES */
#footer::before {
    position: static !important;
}

footer.container-sign-up {
    margin-top: 70px;
    padding: 40px 30px;
    max-width: 100vw;
    background-color: #0d1e31;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

footer .content {
    width: 1280px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

footer a {
    color: #61ADFF;
    margin-right: 15px;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .bbb-logo img{
    width: 30px;
}

footer .footer-image img{
    width: 150px;
}

footer .social-icons {
    display: flex;
}

footer .social-icons a img {
    width: 40px;
    margin-left: 10px;
    opacity: 0.75;
    cursor: pointer;
}

footer .social-icons img:hover {
    opacity: 1;
    cursor: pointer;
}

footer .copyright {
    text-align: center;
    color: #ffffff;
    font-size: .65em !important;
    padding-top: 30px;
}

footer .copyright a{
    color: #FFA8CC;
    margin-right: 0;
}




/*  MEDIA QUERIES */

@media (max-width: 1280px) {

    section.seriously.container-sign-up {
        padding: 100px 30px;
    }
}

@media (max-width: 1024px) {
    .main-section, .steps-section, .features-section, footer {
        flex-direction: column;
        text-align: center;
    }

    ul{
        text-align: center;
    }
}

@media (min-width: 1161px) {
    .container-sign-up {
         width: initial !important;
    }
}
@media (min-width: 992px) {
    .container-sign-up {
        width: initial !important;
    }
    .radio-validation-error-wrapper{
        top: 12.5px !important;
    }
}
@media (min-width: 768px) {
    .container-sign-up {
        width: initial !important;
    }
    h1, .h1 {
        font-size: 2.5rem !important;
        font-weight: bold !important;
    }
}

@media (max-width: 768px) {
    header img {
        height: 50px;
    }

    section.main-section {
        flex-direction: column-reverse;
        padding-top: 40px;
    }

    .steps-section, .features-section {
        flex-direction: column;
        align-items: center;
    }

    .form-container-sign-up img {
        width: 70px;
    }

    .main-section .form-container-sign-up h2 {
        margin-bottom: .3em;
        line-height: 1.1em;
    }

    .form-container-sign-up input[type="email"] {
        padding: 8px 20px;
    }

    .form-container-sign-up h3 {
        font-size: 1.3em;
        margin: 0 0 .4em;
    }

    .form-container-sign-up p {
        margin: 0;
    }

    header button, .form-container-sign-up button {
        padding: 6px 20px;
    }

    .form-container-sign-up .social-buttons button {
        padding: 10px 18px;
    }

    footer {
        flex-direction: column;
        text-align: center;
    }

    section:nth-child(odd){
        margin-left:20px;
        margin-right: 20px;
    }

    .main-section .content{
        text-align: center;
    }

    .main-section .form-container-sign-up {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100vw - 80px);
    }

    .form-container-sign-up .social-buttons {
        flex-direction: column;
    }

    .form-container-sign-up .social-buttons button{
        width: 100%;
        justify-content: center;
    }

    header button, .form-container-sign-up button{
        font-size: .9em !important;
    }

    section.seriously.container-sign-up .content {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    div.content-icon img{
        width: 300px;
    }

    .content-text {
        padding: 0 20px;
    }

    footer .content {
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    footer nav a {
        margin: 7px;
    }

    footer a {
        font-size: .7em;
        margin-right: 0px;
        display: inline-flex;
    }

    footer .social-icons a img {
        margin-left: 0;
    }


}
