/* =========================================
   Typography / Font Faces
   ========================================= */

@font-face {
    font-family: 'Body Swiss';
    src: url('/fonts/body-swiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('/fonts/GILMER-THIN.OTF') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('/fonts/GILMER-LIGHT.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('/fonts/GILMER-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('/fonts/GILMER-MEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('/fonts/GILMER-BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('/fonts/GILMER-HEAVY.OTF') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Bold.woff2') format('woff2'),
         url('/fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Swiss 721 BT";
    src: url("/fonts/Swiss721BT-Regular.woff2") format("woff2"),
         url("/fonts/Swiss721BT-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   Base Styles
   ========================================= */

.main-content {
    --theme-blue: #00D9FF;
    font-family: 'Body Swiss', sans-serif;
    font-size: 16px;

    @media only screen and (min-width: 768px) {
        font-size: 20px;
    }

    p {
        line-height: 1.2;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilmer-Heavy', sans-serif;
    line-height: 1.2;
}

#home2-content {
    h2 {
        font-size: 32px;

        @media only screen and (min-width: 768px) {
            font-size: 42px;
        }
    }
}

/* =========================================
   Layout
   ========================================= */

.main_container {
    max-width: 1195px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.padding-side {
    padding-inline: 61px;
}

/* =========================================
   Header Section
   ========================================= */

.main-header {
    padding: 116px 0 80px;
}

/* =========================================
   Intro Section
   ========================================= */

.intro-section {
    .page-title {
        font-size: 36px;

        @media only screen and (min-width: 768px) {
            font-size: 50px;
        }

        span {
            display: block;
        }
    }
}

.intro-section__process-wrapper {
    padding-top: 40px;
    margin-top: 40px;
    background-color: #e9e9ea;
    display: flex;
}

.intro-section__process {
    counter-reset: step;

    h2 {
        margin-bottom: 40px;
    }

    .sub-heading {
        font-size: 16px;
        margin-bottom: 0;

        @media only screen and (min-width: 768px) {
            font-size: 20px;
        }
    }

    .process__description {
        position: relative;
        counter-increment: step;
        display: flex;
        flex-wrap: wrap;
        max-width: 750px;
        margin-block-end: 50px;

        @media only screen and (min-width: 768px) {
            margin-block-end: 80px;
        }

        .description-content {
            flex: 1 0 0;
        }

        p {
            margin-bottom: 0;
        }
    }

    .process__description::before {
        content: counter(step);
        display: block;
        flex: 0 0 auto;
        font-size: 96px;
        font-family: 'Gilmer-Heavy', sans-serif;
        color: var(--theme-blue);
        line-height: 0.78;
        width: 70px;

        @media only screen and (min-width: 768px) {
            width: 90px;
        }
    }
}

/* =========================================
   Results Section
   ========================================= */

.results {
    display: flex;
    gap: 45px;
    padding-top: 40px;
}

.results_two {
    .main_container {
        h2 {
            margin-bottom: 0;
        }
    }
}

.results__card {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.results__image-box {
    position: relative;
}

.results__image {
    width: 100%;
    height: auto;
}

.results__overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-align: left;
}

.results__title {
    color: #FFF;
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.results__number {
    color: #FFF;
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 125px;
    font-weight: 800;
    line-height: 105px;
    padding-bottom: 30px;
}

/* =========================================
   Brands Section
   ========================================= */

.brands {
    margin: 120px 0;
    padding-block: 20px;
}

.brands__title {
    color: #6D6E71;
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.brands__slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.brands__slider {
    display: inline-block;
    will-change: transform;
    flex-shrink: 0;
    width: auto;
    height: 50px;
}

.brands__slider img {
    width: auto;
    height: 100%;
    padding: 0 30px;
    margin: 0 auto;
    object-fit: contain;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* =========================================
   Testimonial Section
   ========================================= */

.testimonial {
    display: flex;
    padding-top: 120px;
    border-top: 3.87px solid #6d6e717d;
    gap: 78px;
    justify-content: center;
}

.testimonial__left {
    width: 30%;
}

.testimonial__left p {
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}

.testimonial__right {
    width: 58%;
}

.testimonial__right p {
    color: #6D6E71;
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 100%;
}

.testimonial__right br {
    display: none;
}

.short_d {
    font-size: 16px !important;
    padding-top: 30px;
    line-height: 120% !important;
}

/* =========================================
   Newsletter Section
   ========================================= */

.newsletter {
    background-color: #00D9FF;
    padding-top: 120px;
    padding-bottom: 120px;
    color: white;
    margin-top: 120px;
    position: relative;
}

.newsletter__content {
    display: flex;
    align-items: start;
}

.newsletter__title {
    color: #6D6E71;
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

.newsletter__description {
    color: #6D6E71;
    font-family: 'Body Swiss', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 43px;
    line-height: 100%;
    margin-bottom: 0;
}

/* =========================================
   Slider Navigation
   ========================================= */

.slider-nav {
    display: inline-flex;
    z-index: 1;
    gap: 11px;
}

.slider-nav__arrow {
    cursor: pointer;
    color: #6D6E71;
    font-family: 'Gilmer-Heavy', sans-serif;
    font-size: 30px;
    font-weight: 700;
    width: 30px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-nav-wrapper {
    display: flex;
    padding-top: 20px;
    gap: 40px;
}

#slide-counter {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 100%;
}

/* =========================================
   Signup / Email Form
   ========================================= */

.signup {
    display: flex;
    align-items: center;
    gap: 40px;
}

.signup .es-form-field-container {
    display: flex;
    padding-bottom: 20px;
    position: relative;
}

.signup .es-form-field-container .gjs-row {
    margin-bottom: unset !important;
}

.signup .es-email {
    border: none;
    width: 370px;
}

.signup .es_spinner_image {
    display: none !important;
}

.signup .es-form-field-container:before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/05/GZ-Grey_arrow.svg) no-repeat;
    width: 47px;
    height: 47px;
    left: 315px;
    background-size: contain;
    bottom: 25px;
}

.signup input[type=email] {
    margin: 0;
    font-family: 'Gilmer-Heavy', sans-serif;
    color: #6D6E71;
    font-size: 18px;
    padding-left: 20px;
}

.signup input[type=email]:focus {
    color: #6D6E71 !important;
    background-color: #fff !important;
}

.signup input:-webkit-autofill,
.signup input:-webkit-autofill:focus,
.signup input:-webkit-autofill:hover,
.signup input:-webkit-autofill:active {
    -webkit-text-fill-color: #6D6E71 !important;
    caret-color: #6D6E71;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 1000px white inset !important;
}

/* =========================================
   Plugin Overrides (Slick, Email Subscribers)
   ========================================= */

.slick-next {
    right: 65px;
    left: auto;
    width: 50px;
    height: 80px;
    top: auto;
    bottom: -80px;
    background-color: transparent !important;
    z-index: 1;
}

.slick-next::before {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2025/05/GZ-Grey_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: auto;
    left: auto;
    right: 0;
}

.slick-dots button {
    background-color: transparent !important;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #00D9FF;
}

.slick-prev {
    display: none;
}

.gjs-row:first-of-type {
    display: none !important;
}

.es_subscription_message.success {
    font-family: 'Inter', sans-serif;
}

.gjs-cell input {
    background-color: #6D6E71 !important;
    font-family: 'Gilmer-Heavy', sans-serif;
    padding: 15px;
}

/* =========================================
   Responsive Styles
   ========================================= */

@media only screen and (max-width: 1440px) {
    .slider-nav-wrapper {
        padding-top: 100px;
    }

    .newsletter {
        padding-top: 100px;
        margin-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .main_container {
        max-width: 1121px;
    }

    .main-header {
        padding: 96px 0 100px;
    }

    .results {
        gap: 40px;
        padding-top: 40px;
    }

    .results__number {
        font-size: 105px;
    }

    .testimonial {
        padding: 100px 0 0;
        margin-bottom: 100px;
        gap: 60px;
    }

    .testimonial__left {
        width: 31%;
    }

    .brands {
        margin: 60px 0;
    }

    .brands__title {
        padding-bottom: 55px;
        font-size: 36px;
    }

    .newsletter {
        padding-top: 100px;
        margin-top: 80px;
        padding-bottom: 100px;
    }

    .slider-nav-wrapper {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .main_container {
        max-width: 940px;
    }

    .main-header {
        padding: 90px 0 100px;
    }

    .results {
        gap: 35px;
    }

    .results__number {
        font-size: 85px;
        padding-bottom: 10px;
    }

    .results__title {
        font-size: 22px;
    }

    .testimonial {
        padding: 70px 0 0;
        margin-bottom: 70px;
        gap: 50px;
    }

    .testimonial__right p {
        font-size: 26px;
    }

    .brands {
        margin: 40px 0;
    }

    .brands__title {
        padding-bottom: 50px;
        font-size: 32px;
    }

    .newsletter {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .newsletter__description {
        font-size: 22px;
    }

    .slider-nav-wrapper {
        padding-top: 70px;
    }

    .slick-next {
        right: 70px;
    }

    .short_d {
        font-size: 22px !important;
    }

    .signup .es-email {
        width: 310px;
    }

    .signup .es-form-field-container:before {
        left: 255px;
    }

    .es_subscription_message.success {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .main_container {
        max-width: 100%;
        padding: 0 30px;
    }

    .main-header {
        padding: 90px 0 100px;
    }

    .results {
        gap: 20px;
    }

    .results__number {
        font-size: 60px;
        line-height: 55px;
        padding-bottom: 0;
    }

    .results__title {
        font-size: 20px;
    }

    .testimonial {
        padding: 60px 0 0;
        gap: 30px;
        margin-bottom: 60px;
    }

    .testimonial__left p {
        padding-top: 0;
    }

    .testimonial__right p {
        font-size: 22px;
    }

    .brands {
        margin: 30px 0;
    }

    .brands__title {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .brands__slider {
        height: 50px;
    }

    .brands__slider img {
        padding: 0 60px;
    }

    .newsletter {
        padding-top: 50px;
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .newsletter__description {
        font-size: 20px;
        max-width: 90%;
    }

    .slider-nav-wrapper {
        padding-top: 50px;
    }

    .padding-side {
        padding-inline: 30px;
    }

    .signup {
        gap: 10px;
    }

    .signup .es-email {
        width: 300px;
    }

    .signup .es-form-field-container:before {
        left: 245px;
    }

    .slick-next {
        right: 40px;
    }

    .short_d {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 881px) {
    .slick-dots {
        position: static;
        padding-top: 20px;
    }

    .slick-next {
        bottom: -50px;
    }

    .signup .es-email {
        width: 270px;
    }

    .signup .es-form-field-container:before {
        left: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .main_container {
        padding: 0 20px;
    }

    .results {
        padding-top: 0;
    }

    .results__card {
        margin-bottom: 0;
    }

    .results__number {
        font-size: 60px;
        padding-bottom: 10px;
    }

    .results__title {
        font-size: 26px;
    }

    .results__image-box {
        max-height: 100%;
    }

    .testimonial {
        flex-direction: column;
        gap: 10px;
        padding: 40px 0 0;
    }

    .testimonial__left,
    .testimonial__right {
        width: 100%;
    }

    .testimonial__right p {
        font-size: 20px;
    }

    .brands {
        margin: 40px 0;
    }

    .brands__title {
        font-size: 26px;
    }

    .newsletter {
        padding: 40px 0;
        margin-top: 40px;
    }

    .newsletter__content {
        flex-direction: column;
        padding-left: 0;
    }

    .newsletter__text {
        width: 100%;
        padding-left: 0;
        padding-right: 20px;
    }

    .newsletter__description {
        font-size: 18px;
    }

    .slider-nav-wrapper {
        padding-top: 40px;
    }

    .padding-side {
        padding-inline: 20px;
    }

    .signup .es-email {
        width: 290px;
    }

    .signup .es-form-field-container:before {
        left: 240px;
        bottom: 22px;
    }

    .signup input[type=email] {
        font-size: 16px;
    }

    .slick-next {
        right: 20px;
    }

    .short_d {
        font-size: 16px !important;
    }

    .gjs-cell input {
        font-size: 18px;
    }
}

@media only screen and (max-width: 580px) {
    .results {
        gap: 20px;
        flex-direction: column;
    }

    .testimonial {
        margin-bottom: 50px;
    }

    .brands {
        margin: 30px 0;
    }

    .brands__title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .main-header {
        padding: 40px 0 30px;
    }

    .results__number {
        font-size: 110px;
        padding-top: 22px;
    }

    .results__overlay {
        bottom: 60px;
    }

    .results__title {
        font-size: 26px;
    }

    .testimonial__right p {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial__right br {
        display: block;
    }

    .newsletter__title {
        font-size: 24px;
    }

    .newsletter__description {
        font-size: 18px;
        padding-bottom: 30px;
    }

    .signup .es-email {
        width: 250px;
    }

    .signup .es-form-field-container:before {
        bottom: 20px;
        left: 200px;
    }

    input[type=submit] {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 374px) {
    #slide-counter {
        left: 34%;
    }

    .signup .es-email {
        width: 190px;
    }

    .signup .es-form-field-container:before {
        left: 145px;
    }
}

@media only screen and (max-width: 320px) {
    .signup .es-form-field-container {
        padding: 0 !important;
    }

    .signup .es-form-field-container:before {
        bottom: 0;
    }
}
