/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.fw {
    width: 100%;
}

/* body, div[data-elementor-type="wp-page"] > section { */
/* body {
    overflow-x: hidden !important;
} */

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.divider svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 39px;
}

.divider .shape-fill {
    fill: #242424;
}

.divider.invert {
    transform: none;
    top: -39px;
}

.port-images-in img {
    height: 450px !important;
    object-fit: contain;
    cursor: pointer;
}

.wave-divider .elementor-column {
    min-height: 0 !important;
}

/* .inset-heading h2:before{
    font-size: 5em;
    font-weight: 900;
    position: absolute;
    margin: 2px 0 0 2px;
    content: "Services";
    color: #fff;
    opacity: 0.4
  } */

/* 
.inset-heading h2 {
    color: transparent;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.86);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
} */

/* .inset-heading h2 {
    color: black;
    position: relative;
}
.inset-heading h2:before, .inset-heading h2:after {
    content: "Services";
    color: rgba(255,255,255,.1);
    position: absolute;
}
.inset-heading h2:before { top: 1px; left: 1px }
.inset-heading h2:after  { top: 2px; left: 2px } */

.flex {
    display: flex;
}

.flex-m {
    display: flex;
}

.flex-c {
    display: flex;
    flex-direction: column;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

.service {
    position: relative;
    height: min(390px, 100%);
    background: white;
    max-width: 360px;
    width: calc(100% - 30px);
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    padding: 26px 38px;
    cursor: pointer;
}

.service > div {
    height: 100%;
}

.service > div:first-child .title {
    margin-top: auto;
    margin-bottom: 14px;
    font-weight: 600;
    color: #4f4f4f;
    font-size: 34px;
    line-height: 41px;
}

.service > div:first-child .description {
    font-size: 18px;
    line-height: 27px;
}

.service > div:first-child > img {
    width: 60px;
    position: absolute;
    top: 26px;
    left: 38px;
}

.service .drop {
    background: #464646;
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: -30px;
    border-radius: 20px;
    align-items: center;
    transition: 0.2s;
    overflow: hidden;
    /* z-index: -1; */
}

.service .drop > * {
    opacity: 0;
}

.service .drop.active {
    width: 100%;
    /* z-index: 2; */
}

.service .drop.active > * {
    opacity: 1;
    transition: 0.2s ease-out 0.2s;
}

.service > div:first-child {
    transition: 0.2s;
    opacity: 1;
}

.service > div:first-child.active {
    opacity: 0;
}

.service .chevron {
    z-index: 3;
    background-image: url(https://www.goweb.lv/wp-content/uploads/2021/09/chevron_background.svg);
    height: 100px;
    width: 31px;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    top: 45px;
    right: -6px;
    transition: 0.2s;
    cursor: pointer;
}

.service .background {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: -15px;
    background: #464646;
    z-index: -1;
}

.service .chevron img {
    margin-left: 10px;
    transition: 0.2s;
}

.service .chevron.active img {
    transform: rotateY(180deg);
}

.service ul {
    list-style-image: url(https://www.goweb.lv/wp-content/uploads/2021/09/list.svg);
    margin-top: 20px;
    align-self: flex-start;
    margin-left: 10px;
}

.orange-list ul {
    list-style-image: url(https://bettrweb.com/wp-content/uploads/2021/11/Ellipse-5.svg);
    line-height: 27px;
    padding-left: 16px;
}

.orange-list li {
    padding-left: 10px;
}

.service li {
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
    color: white;
}

.service .drop .title {
    font-weight: 600;
    font-size: 34px;
    color: white;
    margin-top: 36px;
    line-height: 41px;
    margin-left: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.drop .subdescription {
    color: white;
    font-size: 16px;
    padding: 0 40px;
    margin-top: auto;
    margin-bottom: 20px;
}

.port-flex {
    display: flex;
}

.port-images {
    flex: 2;
    overflow: hidden;
}

.port-images-in {
    width: 100%;
    display: flex;
}

.port-description {
    flex: 1;
    overflow: hidden;
    margin-left: 15px;
    align-self: flex-end;
    color: white;
    max-width: 100%;
}

.port-description-in {
    min-width: 100%;
    display: flex;
}

.port-description-in > div {
    min-width: 100%;
    display: flex;
    flex-direction: column;
}

.port-pick {
    display: grid;
    position: relative;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 12px;
    margin-top: 45px;
    justify-items: center;
}

.port-pick > img {
    width: 80%;
    cursor: pointer;
    z-index: 1;
}

.port-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-top: auto;
    margin-left: 20px;
}

.port-description a {
    text-decoration: none !important;
    color: white !important;
    z-index: 2;
}

.port-button {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    margin: 20px 0;
    width: 60px;
    position: relative;
    margin-left: 26px;
    cursor: pointer;
}

.port-button > div:first-child {
    z-index: 2;
}

.port-background {
    transition: 0.1s;
    width: 15px;
    height: 15px;
    background: #f2543d;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: -15px;
    z-index: 1;
}

.port-button:hover .port-background {
    border-radius: 20px;
    width: 106px;
    height: 40px;
    top: -11px;
    right: -21px;
}

.port-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-left: 20px;
}

/* #cookie-law-info-bar {
    left: auto !important;
    background: white !important;
    border-radius: 4px !important;
    width: calc(100% - 40px) !important;
    max-width: 420px;
    right: 0px !important;
    left: 0px !important;
    bottom: 40px !important;
    color: #464646 !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 35px;
    padding-bottom: 25px;
} */

#cookie-law-info-bar {
    left: auto !important;
    box-shadow: none !important;
    width: calc(100% - 40px) !important;
    max-width: 420px;
    right: 0px !important;
    left: 0px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 30px 22px 22px 30px;
    position: fixed;
    margin-right: 0;
    bottom: 0 !important;
    /* display: block; */
    border-radius: 0 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    color: #000000 !important;
}

/* #cookie-law-info-bar {
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    mix-blend-mode: difference !important;
}
@supports not (
    (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
    #cookie-law-info-bar {
        background-color: rgba(255, 255, 255, 0.9) !important;
        color: #000000 !important;
    }
} */

#cookie-law-info-bar a {
    /* color: #464646 !important; */
    /* color: #ffffff !important; */
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}

.cookie-container-label {
    color: #000000 !important;
    /* color: #ffffff !important; */
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    align-self: start;
    margin-bottom: 18px;
}

#cookie-law-info-bar .cli-bar-message,
#cookie-law-info-bar .cli-bar-btn_container {
    margin: 0;
    width: 100%;
}

#cookie-law-info-bar .cli-bar-btn_container {
    justify-content: space-between;
    margin-top: 35px;
}

/* #cookie-law-info-bar .cli-bar-btn_container a[data-cli_action] {
    background-color: #00a3d7 !important;
    border-radius: 20px;
    width: 90px;
    color: white !important;
    height: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */

#cookie-law-info-bar .cli-bar-btn_container a[data-cli_action] {
    background-color: transparent !important;
    border-radius: 30px;
    color: #000 !important;
    /* color: white !important; */
    /* border: 1px solid #ffffff; */
    border: 1px solid #000000;
    font-family: 'Montserrat' !important;
    font-weight: 700;
    padding: 16px 40px;
    font-size: 16px;
    text-transform: none;
    transition: all 0.2s ease;
}

#cookie-law-info-bar .cli-bar-btn_container a[data-cli_action]:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

#cookie-law-info-bar .cli-bar-btn_container a {
    margin: 0;
}

/* #cookie-law-info-bar::before {
    content: url(https://www.goweb.lv/wp-content/uploads/2021/09/cookie.svg);
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

@media (max-width: 767px) {
    #cookie-law-info-bar {
        max-width: none !important;
        width: 100% !important;
        padding: 30px 30px 20px 30px !important;
    }
}

#cliSettingsPopup .cli-modal-content {
    background: #fff;
    color: #424242;
    padding: 40px 60px;
}

#cliSettingsPopup .cli-privacy-content-text,
#cliSettingsPopup .wt-cli-cookie-description,
#cliSettingsPopup .cli-switch .cli-slider:after,
#cliSettingsPopup .cli-tab-header a,
#cliSettingsPopup .cli-necessary-caption {
    color: #424242;
}

#wt-cli-privacy-save-btn {
    background: #00a3d7;
    border-radius: 20px;
    color: white;
}

#cliSettingsPopup .cli-tab-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#cliSettingsPopup .cli-tab-header,
#cliSettingsPopup .cli-tab-content {
    color: white;
    background: #f1f1f1;
}

.watermark {
    background-image: url(https://www.goweb.lv/wp-content/uploads/2021/09/watermark.svg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    margin-top: -20px;
}

.watermark > div {
    padding-top: 60px;
}

.eicon-menu-bar:before {
    content: url(https://www.goweb.lv/wp-content/uploads/2021/09/burger_menu.svg) !important;
}

.elementor-menu-toggle.elementor-active i:before {
    content: url(https://www.goweb.lv/wp-content/uploads/2021/09/burger_close.svg) !important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner-wrapper {
    overflow: hidden;
    width: fit-content;
    position: relative;
}

.spinner-foreground {
    z-index: 2;
    position: relative;
}

.spinner {
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 0;
    animation: spinner 39s linear infinite;
    width: 100%;
}

.follower {
    position: absolute;
    z-index: 0;
    width: calc(100% / 6);
    height: calc(100% + 40px);
    left: -6px;
    top: -22px;
    background: #3e3e3e;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
}

.port-dot:before {
    content: ' ';
    display: block;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    background: #f1f1f1;
    margin: 0 3px;
}

.port-dot.active:before {
    content: ' ';
    display: block;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    background: #f2543d;
}

.data-dot {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .service {
        height: fit-content;
        padding-top: 200px !important;
        max-width: none;
    }
    .data-dot {
        margin-top: 40px;
    }
    .follower {
        display: none;
    }
    .watermark > div {
        padding-top: 0px;
    }
    .watermark {
        background-image: unset;
    }
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 50px;
        justify-items: initial;
    }
    .grid-3 .description,
    .grid-3 li {
        font-size: 16px;
    }
    .flex-m {
        flex-direction: column;
    }
    .port-description-in > div {
        width: 100vw;
        height: 190px;
    }
    .port-pick > img {
        width: 40%;
    }
    .port-pick {
        display: flex;
        overflow-x: scroll;
        padding: 0 7px;
    }
    .port-background {
        top: 2px;
        right: -20px;
    }
    .port-button {
        margin-left: auto;
        margin-right: 40px;
    }
    .port-desc {
        margin: 0px;
        margin-bottom: auto;
        padding: 10px 20px;
    }
    .port-images-in {
        height: fit-content !important;
        padding-top: 50px;
    }
    .port-images-in img {
        height: unset !important;
    }
    .port-images-in > img {
        width: 100%;
        padding: 0 10px;
    }
    #cookie-law-info-bar {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
    }
    .port-title {
        margin: 0;
        padding: 0 20px;
    }
}

.text-inner-shadow-whitebg {
    background-color: #d9d9d9;
    color: transparent;
    text-shadow: 0px 5px 15px #f1f1f1;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-inner-shadow-darkbg {
    background-color: #252525;
    color: transparent;
    text-shadow: 0px 5px 20px #373737;
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-section {
    max-height: 800px;
    height: 100vh;
    display: flex;
}

/* Styling for lets talk popup */
.elementor-1820
    .elementor-element.elementor-element-30d9822
    .elementor-field-group:not(.elementor-field-type-upload)
    .elementor-field:not(.elementor-select-wrapper) {
    padding: 0px;
}

.eicon-menu-bar {
    filter: brightness(100);
}

#lets-talk .elementor-field-group-checkbox_subscription input {
    display: none;
}

#lets-talk .elementor-field-group-checkbox_subscription input ~ label {
    position: relative;
    padding-left: 25px;
    font-weight: 300;
    display: flex;
    font-size: 14px;
    line-height: 21px;
}

#lets-talk .elementor-field-group-checkbox_subscription input ~ label:before {
    content: '';
    background-image: url(https://bettrweb.com/wp-content/uploads/2021/12/unchecked.svg);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}

#lets-talk
    .elementor-field-group-checkbox_subscription
    input:checked
    ~ label:before {
    content: '';
    background-image: url(https://bettrweb.com/wp-content/uploads/2021/12/checked.svg);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}

#lets-talk button[type='submit'] {
    padding: 15px 30px !important;
}

/* Hide Re-Captcha badge */
.grecaptcha-badge {
    visibility: hidden;
}

.lang-select-codes {
    font-family: 'Montserrat', sans-serif;
    flex-direction: column-reverse;
    width: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff !important;
    line-height: 18px;
}

.lang-select-codes a {
    color: #ffffff !important;
}

.lang-select-codes a.selected {
    font-weight: 600 !important;
}

.lang-select-codes a:hover {
    text-decoration: underline;
}

.lang-select {
    user-select: none;
    width: 35px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #8e8e8e;
    z-index: 99999;
}

.hide {
    display: none !important;
}

.lang-select-dropdown {
    position: absolute;
    top: 25px;
    left: -20px;
    width: 60px;
    background-color: #5a5a5a;
    text-align: center;
    box-shadow: 0px 6px 8px rgb(32 11 58 / 10%);
    border-radius: 4px;
    overflow: hidden;
}

.lang-select-dropdown div {
    padding: 7px 0;
    cursor: pointer;
    transition: 0.2s;
}

.lang-select-dropdown div.selected {
    background: #464646;
}

.lang-select-dropdown div:hover {
    background: #3f3f3f;
    padding: 15px 0;
}

/* Apply smooth scroll effect */
html {
    scroll-behavior: smooth;
}

/* Round gradient button */

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.round-button-hover {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.round-button {
    margin: 0 auto !important;
    top: 250px;
    color: black !important;
    width: 200px;
    height: 200px;
    border-radius: 50% !important;
    font-size: 22px;
    outline: none;
    background: black !important;
    border: 4px solid transparent;
    position: relative;
    cursor: pointer;
    transition: 1s;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 6px;
}

.round-button.homepage {
    top: 0px !important;
}

.round-button:hover {
    transition: 0.2s;
    color: white !important;
}

@media (max-width: 1024px) {
    .round-button-hover {
        top: 91px;
    }
    .round-button {
        top: 220px;
        width: 130px;
        height: 130px;
        font-size: 14px !important;
        line-height: 17px !important;
        letter-spacing: 4px;
        color: #ffffff !important;
    }

    .round-button:hover {
        color: #ffffff !important;
    }

    .round-button:before,
    .round-button:after {
        top: -5px !important;
        left: -5px !important;
        width: 108% !important;
        height: 108% !important;
    }
}

.round-button:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 107%;
    height: 107%;
    background: linear-gradient(0deg, #8e23ee, #32a6eb);
    padding: 8px;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: rotating 4s linear infinite;
    -moz-animation: rotating 4s linear infinite;
    -ms-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;
}

.round-button:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 107%;
    height: 107%;
    background: linear-gradient(0deg, #8e23ee, #32a6eb);
    padding: 9px;
    z-index: -1;
    border-radius: 50%;
    filter: blur(10px);
    -webkit-animation: rotating 4s linear infinite;
    -moz-animation: rotating 4s linear infinite;
    -ms-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolling-text {
    white-space: nowrap;
    overflow: hidden;
}

/* CONTACTS PAGE */

img.inline-icon {
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}

.link-color-unset a:hover {
    color: #32a6eb !important;
}

.link-color-unset a {
    color: #cccccc !important;
    transition: all 0.2s ease;
}

/* Horizontally scrolling team cards */

.elementor-element-22eaf39 {
    overflow-x: clip !important;
}

.team-section {
    /* scroll-behavior: smooth; */
    font-family: 'Montserrat' !important;
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scroll-snap-align: center;
    padding: 3px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.team-section:hover {
    cursor: url('https://bettrweb.com/wp-content/uploads/2022/03/drag-cursor.svg'),
        pointer;
}

.team-section::-webkit-scrollbar {
    display: none;
}

.team-section .team-card:first-child {
    margin-left: 3vw;
}

.team-card {
    flex-shrink: 0;
}

.team-card img {
    height: 400px;
    width: 300px;
}

@media (min-width: 768px) {
    .team-card img {
        width: 21vw;
        max-width: 600px !important;
    }
}

.team-card-name {
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #3e3e3e;
    margin-top: 15px;
    margin-bottom: 4px !important;
}

.team-card-position {
    margin: 0 !important;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #3e3e3e;
}

.mb-0 p {
    margin-bottom: 0 !important;
}

.contact-btn a {
    width: 76px;
    height: 76px;
}

.contact-btn .elementor-button-content-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

.contact-btn .elementor-button-icon {
    left: 43%;
    position: relative;
}

@media (max-width: 767px) {
    .contact-btn a {
        width: 60px;
        height: 60px;
    }

    .team-section .team-card:first-child {
        margin-left: 0;
    }

    .team-section {
        cursor: default;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .team-section:hover {
        cursor: default;
    }

    .team-card-name {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0px !important;
    }

    .team-card-position {
        font-size: 14px;
        margin-bottom: 14px !important;
    }

    .arrow-right-round-btn {
        width: 60px !important;
        height: 60px !important;
        font-size: 15px !important;
    }

    .arrow-right-round-btn a {
        height: 60px !important;
    }
}

.arrow-right-round-btn {
    user-select: none;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arrow-btn-light {
    color: #000 !important;
    background-color: #fff !important;
}

.arrow-btn-light a,
.arrow-btn-light i {
    color: #000 !important;
    user-select: none;
}

.arrow-right-round-btn a {
    height: 76px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-25%);
    transition: all 0.3s ease;
    /* -webkit-transition:
    -moz-transition:
    -o-transition:
    transition: transform 0s ease; */
}

.arrow-right-round-btn a:hover {
    transform: translateX(25%);
}

.arrow-right-round-btn a .first-icon {
    opacity: 0;
}

.arrow-right-round-btn a:hover .first-icon {
    opacity: 1;
}

.arrow-right-round-btn a .second-icon {
    opacity: 1;
}

.arrow-right-round-btn a:hover .second-icon {
    opacity: 0;
}

.arrow-right-round-btn i {
    transition: all 0.3s ease;
    color: #fff;
    width: 76px;
    text-align: center;
}

/* Services single post template */

.services-sticky-button {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.services-sticky-button:hover::before {
    content: '';
}

@media (min-width: 768px) {
    .services-content {
        padding: 0% 3% 0% 3%;
        padding-right: calc(3% + 70px) !important;
    }

    .services-sticky-button-wrap {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 0 !important;
        z-index: 2 !important;
        margin-left: auto !important;
        margin-right: calc(-3vw - 69px) !important;
        transform: rotate(270deg) translate(-45px, 45px);
        margin-bottom: 90px !important;
    }

    .services-sticky-button {
        height: 80px;
        width: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #fff !important;
        background: linear-gradient(138.05deg, #8e23ee 2.63%, #32a6eb 97.37%);
        background-size: 150%;
        animation: bg-animation 5s infinite;
        font-size: 18px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .services-sticky-button-wrap {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: calc(100vh - 50px) !important;
        z-index: 2 !important;
        width: 100% !important;
        /* margin-bottom: -50px; */
    }

    .services-sticky-button {
        height: 50px;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #fff !important;
        background: linear-gradient(138.05deg, #8e23ee 2.63%, #32a6eb 97.37%);
        background-size: 150%;
        animation: bg-animation 5s infinite;
        font-size: 18px;
        font-weight: 500;
    }
}

.services-toggle .elementor-toggle .elementor-tab-title,
.services-toggle .elementor-tab-content {
    border-bottom: none !important;
}

@media (max-width: 500px) {
    .contact-us-btn {
        margin-left: auto;
    }
}

.services-toggle .elementor-tab-content {
    max-width: 600px;
}

.elementor-portfolio-item img {
    transition: all 0.3s ease !important;
}

.elementor-portfolio-item:hover img {
    height: 110% !important;
}

.elementor-portfolio-item:hover .elementor-portfolio-item__overlay {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@media (max-width: 767px) {
    .elementor-portfolio-item__overlay {
        padding: 10px !important;
        opacity: 1 !important;
        justify-content: end !important;
        -webkit-justify-content: flex-end !important;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.6) 100%
        ) !important;
    }
}

/* ----------------------------- */

/* Portfolio */

@media (max-width: 767px) {
    .protfolio-cta > div.elementor-container {
        align-items: end !important;
    }
}
/* Process page */

.process-steps {
    overflow-x: clip;
}

.process-step {
    width: 14% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent;
}

.process-step,
.process-step svg,
.process-step p,
.process-step .elementor-widget-text-editor {
    transition: all 0.2s ease;
}

.process-step#discovery.discovery,
.process-step#strategy.strategy,
.process-step#content.content,
.process-step#design.design,
.process-step#realization.realization,
.process-step#optimization.optimization {
    /* .process-step:hover { */
    transform: translateY(-15px);
}

.process-step#discovery.discovery svg,
.process-step#strategy.strategy svg,
.process-step#content.content svg,
.process-step#design.design svg,
.process-step#realization.realization svg,
.process-step#optimization.optimization svg {
    /* .process-step:hover svg { */
    height: 70px;
    width: 70px;
}

.process-step#discovery.discovery .elementor-widget-text-editor,
.process-step#strategy.strategy .elementor-widget-text-editor,
.process-step#content.content .elementor-widget-text-editor,
.process-step#design.design .elementor-widget-text-editor,
.process-step#realization.realization .elementor-widget-text-editor,
.process-step#optimization.optimization .elementor-widget-text-editor {
    /* .process-step:hover .elementor-widget-text-editor { */
    transform: translateY(15px);
}

.process-step .title-p p {
    margin-top: 20px;
    white-space: nowrap;
}

.process-step#discovery.discovery .title-p p,
.process-step#strategy.strategy .title-p p,
.process-step#content.content .title-p p,
.process-step#design.design .title-p p,
.process-step#realization.realization .title-p p,
.process-step#optimization.optimization .title-p p {
    /* .process-step:hover .title-p p { */
    font-weight: 600 !important;
    margin-top: -10px;
}

.process-step#discovery.discovery .number-p p,
.process-step#strategy.strategy .number-p p,
.process-step#content.content .number-p p,
.process-step#design.design .number-p p,
.process-step#realization.realization .number-p p,
.process-step#optimization.optimization .number-p p {
    /* .process-step:hover .number-p p { */
    font-size: 22px;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #32a6eb, #8e23ee);
}

@media (max-width: 1023px) {
    .process-step .title-p {
        transform: rotate(90deg) !important;
        text-align: left;
        margin-top: 22px;
        padding-left: 20px;
    }

    .process-step#discovery.discovery .title-p p,
    .process-step#strategy.strategy .title-p p,
    .process-step#content.content .title-p p,
    .process-step#design.design .title-p p,
    .process-step#realization.realization .title-p p,
    .process-step#optimization.optimization .title-p p {
        /* .process-step:hover .title-p p { */
        margin-top: 2vw;
    }

    .heading-section > div.elementor-container {
        align-content: flex-end;
    }

    .process-step .elementor-icon-wrapper {
        display: flex;
        justify-content: center;
    }

    .process-step .title-p .elementor-widget-container {
        width: 10vw !important;
    }

    .process-step .title-p {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }
}

@media (max-width: 800px) {
    .process-step .title-p p {
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .process-step .title-p p {
        padding-left: 0px;
    }
}

/* @media (min-width: 768px) { */
@media (min-width: 1024px) {
    .process-step:hover {
        transform: translateY(-15px);
    }

    .process-step:hover svg {
        height: 70px;
        width: 70px;
    }

    .process-step:hover .elementor-widget-text-editor {
        transform: translateY(15px);
    }

    .process-step:hover .title-p p {
        font-weight: 600 !important;
        margin-top: -10px;
    }

    .process-step:hover .number-p p {
        font-size: 22px;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .process-step:hover .title-p p {
        margin-top: 2vw;
    }
}

/* ------------ */

/* Process single */

/* @media (max-width: 767px) { */
@media (max-width: 1023px) {
    .mobile-scrolling-text p {
        margin-bottom: 0 !important;
    }
}

.overflow-hidden {
    overflow: hidden !important;
}

/* -------------- */

/* Testimonial slider */

@media (min-width: 1024px) {
    .testimonial-slider .swiper-slide-next {
        /* transform: scale(1.15); */
        z-index: 1;
        padding: 2px;
    }
}
/* .testimonial-slider .swiper-slide:not(.swiper-slide-next) */

.testimonial-slider .elementor-main-swiper {
    padding: 75px 0px 75px 0px;
}

.testimonial-slider .swiper-slide .elementor-testimonial {
    background: #101010;
    padding: 8%;
    padding-bottom: 50px;
    padding-top: 20%;
}

.testimonial-slider .swiper-slide {
    border-radius: 5px;
    padding: 11px !important;
}

.testimonial-slider .swiper-slide .elementor-testimonial:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: linear-gradient(-30deg, #8e23ee, #32a6eb);
    padding: 8px;
    z-index: -1;
}

.testimonial-slider .swiper-slide .elementor-testimonial:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: linear-gradient(-30deg, #8e23ee, #32a6eb);
    padding: 9px;
    z-index: -1;
    filter: blur(4px);
}

.testimonial-slider .elementor-testimonial__footer {
    justify-content: end !important;
}

.testimonial-slider .elementor-testimonial__text {
    position: relative;
}

.testimonial-slider .elementor-testimonial__text:before {
    content: '';
    background: url('https://bettrweb.com/wp-content/uploads/2022/03/quote-1-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -38px;
    left: 0;
    width: 30px;
    height: 62px;
}

.testimonial-slider .elementor-swiper-button-next:hover,
.testimonial-slider .elementor-swiper-button-prev:hover {
    color: #00a3d7;
}

.testimonial-slider .elementor-swiper-button-next {
    top: 105% !important;
    right: 46.5% !important;
    font-size: 30px !important;
    transition: all 0.2s ease;
}

.testimonial-slider .elementor-swiper-button-prev {
    top: 105% !important;
    left: 46.5% !important;
    font-size: 30px !important;
    transition: all 0.2s ease;
}

.testimonial-slider
    .elementor-widget-testimonial-carousel
    .elementor-testimonial__image
    img {
    width: 88px;
    height: 88px;
}

.testimonial-slider .elementor-testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-slider .elementor-testimonial {
    border-radius: 20px;
}

.testimonial-slider .swiper-slide .elementor-testimonial:before {
    border-radius: 20px;
}

.testimonial-slider .swiper-slide .elementor-testimonial:after {
    border-radius: 20px;
}

@media (max-width: 1023px) {
    .testimonial-slider .elementor-swiper-button-next {
        right: 40% !important;
        top: 95% !important;
    }

    .testimonial-slider .elementor-swiper-button-prev {
        left: 40% !important;
        top: 95% !important;
    }

    .testimonial-slider .swiper-slide {
        padding: 9px !important;
    }

    .testimonial-slider .swiper-slide .elementor-testimonial {
        background: #000000;
        padding: 90px 30px 30px 30px;
    }

    .testimonial-slider .elementor-testimonial__footer {
        justify-content: center !important;
        flex-direction: column !important;
    }

    .testimonial-slider .elementor-testimonial__cite {
        margin: 0 !important;
        text-align: center;
    }

    .testimonial-slider .elementor-testimonial__image img {
        border: none;
        margin-bottom: 20px;
    }

    .testimonial-slider .elementor-testimonial__text:before {
        top: -31px;
        width: 24px;
        height: 42px;
    }
}

.p-margin-bottom-0 p {
    margin-bottom: 0 !important;
}

/* ------------------ */

/* The Bettweb cycle spinner */

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.process-spinner-wrapper {
    overflow: hidden;
    width: fit-content;
    position: relative;
    cursor: pointer;
}

.process-spinner-foreground {
    z-index: 2;
    position: relative;
}

.process-spinner {
    display: flex;
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 6px;
    animation: spinner 5s linear infinite;
    width: 100%;
}

.process-spinner-logo {
    display: flex;
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 6px;
    width: 100%;
    height: 100%;
}

.process-spinner-logo img {
    width: 25%;
    margin: 0 auto;
    margin-bottom: 7%;
    transition: all 0.2s ease;
}

.process-spinner-wrapper:hover .process-spinner-logo img {
    transform: scale(1.2);
}

/* ------------------------- */

/* .color-white {
    color: #f1f1f1 !important;
    transition: all 0.4s ease;
}

.dark-text,
.dark-text .elementor-button-text {
    color: #000000 !important;
}

.dark-text a {
    border-color: #000000 !important;
} */

/* Menu */

.main-navbar .elementor-nav-menu .elementor-item-active {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px !important;
    margin-bottom: 8px !important;
}

#stickyheaders.headertop {
    background: transparent !important;
}

#stickyheaders.gradienttop.headertop {
    background: linear-gradient(180deg, #00000033 0%, #FFFFFF00 100%) !important;
}

@media (max-width: 1023px) {
    #stickyheaders {
        margin-top: -2px;
    }
}

@media (min-width: 768px) {
    /* .main-navbar .elementor-nav-menu li:last-child a.elementor-item-active {
        border-color: #000 !important;
    }

    .main-navbar .elementor-nav-menu li:last-child a {
        color: #fff !important;
    } */

    .main-navbar .elementor-nav-menu li:last-child::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: #fff;
        left: 14%;
        bottom: 0;
        background: linear-gradient(138.05deg, #8e23ee 2.63%, #32a6eb 97.37%);
        background-size: 150%;
        animation: bg-animation 5s infinite;
    }
}

/* ---- */

/* .hidden-x {
    overflow-x: hidden;
} */

@media (max-width: 767px) {
    .mobile-bg-dark {
        background-color: #000000 !important;
    }

    .mobile-bg-light {
        background-color: #f1f1f1 !important;
    }

    .principles .elementor-motion-effects-layer {
        z-index: 2 !important;
    }
}

/* Footer */

@media (max-width: 767px) {
    .mobile-footer-bottom {
        order: 4;
        -webkit-order: 4;
    }

    .mobile-footer-bottom #privacy-policy {
        margin-left: auto;
    }

    .mobile-footer-bottom #privacy-policy span,
    .mobile-footer-bottom #copyright-footer span {
        color: #b0b0b0 !important;
    }

    .mobile-footer-bottom #footer-icon-list .elementor-icon-list-items {
        justify-content: space-evenly;
        margin-bottom: 20px;
    }
}

/* ------ */

/* Homepage hero section */

@media (max-width: 1024px) {
    .hero-subheading {
        width: 50vw !important;
        max-width: 50vw !important;
    }
}

@media (max-width: 767px) {
    .hero-subheading {
        width: 70vw !important;
        max-width: 70vw !important;
    }
}

/* --------------------- */


.nomargin-p p {
    margin: 0 !important;
}

.landing-gradient {
    background: -webkit-linear-gradient(#8E23EE, #32A6EB);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.results .title {
    color: #3E3E3E;
    font-size: 26px;    
    line-height: 28px;
    font-weight: 700;
}

.results .text {
    color: #3E3E3E;
    line-height: 16px;
    line-height: 26px;
    font-weight: 400;
}

.justify-between {
    justify-content: space-between;
}

.services:not(.type-services) > div {
    padding: 36px 0;
}

.services:not(.type-services) > div:not(:last-child) {
    border-bottom: 1px solid #CBCBCB;
}

.services:not(.type-services) .counter {
    margin-right: 10px;
    font-size: 28px;
    line-height: 28px;
    width: 40px;
    font-weight: 500;
    flex-shrink: 0;
}

.services:not(.type-services) .info {
    margin-top: 22px;
    display: none;
    color: #464646;
}

.services:not(.type-services) .title {
    color: #464646;
    font-size: 22px;
    font-weight: 600;
    margin-right: auto;
    text-transform: capitalize;
}

.services:not(.type-services) .opener {
    content: url(https://bettrweb.com/wp-content/uploads/2022/05/plus-icon.svg);
    display: block;
    margin-left: 10px;
}

.services:not(.type-services) > div.active .opener {
    content: url(https://bettrweb.com/wp-content/uploads/2022/05/minus-icon.svg);
}

.services .info-button, .services .info-button:hover {
    background: linear-gradient(138.05deg, #8E23EE 2.63%, #32A6EB 97.37%);
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 40px;
    outline: none;
    border: none;
}

.blur-over {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    transform: translateY(50%);
    border-radius: 50%;
    filter: blur(502.119px);
    z-index: 0;
}

.blur-purple {
    background: #921CED;
    left: -200px;
}

.blur-blue {
    background: #32AEF5;
    right: -200px;
}

@media (max-width: 1024px) {
    .blur-over {
        position: absolute;
        width: 170px;
        height: 170px;
        top: 50%;
        transform: translateY(50%);
        border-radius: 50%;
        filter: blur(120px);
    }
    .blur-purple {
        left: -86px;
    }
    
    .blur-blue {
        right: -86px;
    }
    .results {
        grid-template-columns: repeat(1,1fr);
        gap: 64px;
    }
    .center-m {
        text-align: center;
    }
    .mobile-reverse > div {
        flex-direction: column-reverse;
    }
    .services:not(.type-services) .title {
        line-height: 22px;
    }
    .services:not(.type-services) .info {
        padding: 0 20px !important;
    }
}

#landing-slider {
    position: absolute;
    bottom: -20px;
    width: 400vw;
}

#landing-slider .infinity {
    width: 400vw;
}

.justify-evenly {
    justify-content: space-evenly;
}

@media (min-width: 1025px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .desktop {
        display: none;
    }
}

/* #landing-slider-mobile {
    width: 400vw;
} */

#landing-slider-mobile {
    position: relative;
}

#landing-slider-mobile .infinity {
    /* gap: 35px; */
    position: absolute;
    width: max-content;
    gap: 20px;
}

#infinity-left {
    bottom: 20px;
    left: 10px;
}

#infinity-right {
    bottom: -80px;
    left: -50%;
}

/* Gradient Button & Hover */

.gradient-button-wrapper button, .gradient-button, .gradient-button-wrapper .elementor-button {
    background: linear-gradient(138.05deg, #8E23EE 2.63%, #32A6EB 97.37%) !important;
    border-radius: 30px !important;
    padding: 16px 40px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1em !important;
    color: white !important;
    transition: 0.2s !important;
    border: none !important;
}

.gradient-button-wrapper button:hover, .gradient-button:hover, .gradient-button-wrapper .elementor-button:hover {
    transform: translateY(-2px) !important;
    background: linear-gradient(138.05deg, #921CED 2.63%, #921CED 97.37%) !important;
    border-radius: 30px !important;
    padding: 16px 40px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1em !important;
    color: white !important;
    border: none !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
}

.gradient-button-wrapper.white {
    background: white !important;
    color: #4E72FF !important;
    border: none !important;
    transition: 0.15s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
}

.gradient-button-wrapper.white:hover {
    transform: translateY(-4px);
}

.noborder-1 img {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* No margin for Elementor Paragraphs */

.pm p {
    margin: 0 !important;
}

.contacts-form input,
.contacts-form textarea {
    padding: 9px 0 !important;
}

.contacts-form input:focus,
.contacts-form textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contacts-form input:-ms-input-placeholder ,
.contacts-form textarea:-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.contacts-form input::placeholder,
.contacts-form textarea::placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

@media(max-width: 767px) {
    .contacts-form .elementor-button {
        margin-top: -15px !important;
    }
    
    .contacts-form {
        max-width: none !important;
        width: 100% !important;
    }
}

@media(min-width: 1025px) {
    .border-right::after {
        content: "";
        display: inline;
        height: 80%;
        width: 1px;
        background: #3A3A3A;
        margin-top: 5%;
        margin-right: 15%;
    }
    
    .border-right-more::after {
        content: "";
        display: inline;
        height: 80%;
        width: 1px;
        background: #3A3A3A;
        margin-top: 5%;
        margin-right: 25%;
    }
}

@media(max-width: 1024px) {
    .border-right, .border-right-more {
        border-bottom: 1px solid #3A3A3A;
        margin-top: 33px;
        padding-bottom: 33px;
    }
    .border-right-more {
        margin-bottom: 33px;
    }
}

.flowing-gradient {
    position: relative;
}

.flowing-gradient:before {
    content: "";
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(270deg, #0693e3, #9b51e0);
    background-size: 400% 400%;
    -webkit-animation: FlowingGradient 5s ease infinite;
    -moz-animation: FlowingGradient 5s ease infinite;
    -o-animation: FlowingGradient 5s ease infinite;
    animation: FlowingGradient 5s ease infinite;
}

@media(min-width: 1025px) {
    .flowing-gradient:hover:before {
        opacity: 1;
    }
}

@-webkit-keyframes FlowingGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes FlowingGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes FlowingGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.vacancies > a {
    border-top: 1px solid #3C3C3C;
    display: block;
}

.vacancies > a > div {
    display: flex;
    padding: 36px 3%;
    align-items: center;
    color: white;
}

@media(min-width: 768px) and (max-width: 1024px) {
    .vacancies > a > div {
        padding: 36px 30px;
    }
}

.vacancies > a > div > div {
    flex: 1;
}

.vacancies > a > div > .title {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
}

@media(max-width: 1024px) {
    .vacancies > a > div > .title {
        font-size: 24px;
    }
}

.vacancies > a > div > .location {
    font-size: 16px;
    line-height: 1.4em;
}

.vacancies > a:last-child {
    border-bottom: 1px solid #3C3C3C;
}

@media(max-width: 767px) {
    .vacancies > a > div {
        display: grid;
        grid-template-areas:
            'title title image'
            'location location image';
        gap: 18px;
    }
    .vacancies .title {
        grid-area: title;
    }
    .vacancies .location {
        grid-area: location;
    }
    .vacancies img {
        grid-area: image;
        margin-left: auto;
    }
}

.vacancy-br {
    content: "";
    margin: 23px 0 15px;
    display: block;
    width: 40px;
    height: 2px;
    background: #8E23EE;
}

.br-blue {
    content: "";
    display: block;
    margin: 24px 0;
    width: 20px;
    height: 4px;
    background: #4E72FF;
}

.bulletproof-step {
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
    font-weight: 500;
    gap: 16px;
    align-items: flex-start;
}

@media(max-width: 767px) {
    .bulletproof-step {
        font-size: 14px;
    }
    .br-blue {
        margin: 16px 0;
    }
}

.bulletproof-step .number {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
}

.bulletproof-audit-steps {
    font-family: "Montserrat";
    line-height: 1.7em;
    font-size: 16px;
}

.bulletproof-audit-steps .number {
    background: #4E72FF;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 1em;
    font-size: 12px;
    color: white;
}

.bulletproof-reviews .swiper-pagination {
    bottom: -60px !important;
    z-index: 10 !important;
}

.lead-carousel .swiper-pagination {
    bottom: -20px !important;
    z-index: 10 !important;
}

.bulletproof-reviews .elementor-swiper-button-next, .bulletproof-reviews .elementor-swiper-button-prev {
    display: block !important;
    font-size: 30px !important;
    color: #4E72FF !important;
    position: absolute !important;
    bottom: -100px !important;
    top: unset !important;
    background: white !important;
    border-radius: 50% !important;
    padding: 10px !important;
    z-index: 10 !important;
}

.lead-carousel .elementor-swiper-button-next, .lead-carousel .elementor-swiper-button-prev {
    display: block !important;
    font-size: 30px !important;
    color: #4E72FF !important;
    position: absolute !important;
    bottom: -60px !important;
    top: unset !important;
    background: white !important;
    border-radius: 50% !important;
    padding: 10px !important;
    z-index: 10 !important;
}

.lead-carousel .elementor-swiper-button-next {
    right: 30% !important;
    left: unset !important;
}

.lead-carousel .elementor-swiper-button-prev {
    left: 30% !important;
    right: unset !important;
}

@media(max-width: 767px) {
    .lead-carousel .elementor-swiper-button-next {
        right: 20% !important;
        left: unset !important;
    }
    
    .lead-carousel .elementor-swiper-button-prev {
        left: 20% !important;
        right: unset !important;
    }
}

.bulletproof-reviews .elementor-swiper-button-next {
    right: 30% !important;
    left: unset !important;
}

.bulletproof-reviews .elementor-swiper-button-prev {
    left: 30% !important;
    right: unset !important;
}

@media(max-width: 767px) {
    .bulletproof-reviews .elementor-swiper-button-next {
        right: 20% !important;
        left: unset !important;
    }
    
    .bulletproof-reviews .elementor-swiper-button-prev {
        left: 20% !important;
        right: unset !important;
    }
}

.bulletproof-problem {
    align-items: flex-start;
    gap: 16px;
    color: #242424;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.bulletproof-problem .number {
    color: white;
    font-weight: 700;
    background:#4E72FF;
    border-radius: 50%;
    font-size: 14px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bulletproof-howto {
    gap: 24px;
    align-items: flex-start;
    color: white;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

@media(max-width: 767px) {
    .bulletproof-howto {
        font-size: 18px;
    }
}

button.get-pdf {
    display: flex !important;
    align-items: center !important;
    background: white !important;
    color: #4E72FF !important;
    padding: 14px 30px 14px 26px !important;
    transition: 0.2s !important;
    border: 0 !important;
    outline: none !important;
    font-size: 16px !important;
    line-height: 1em !important;
    font-weight: 700 !important;
    position: absolute;
    top: 6px;
    right: 6px;
    /* height: calc(100% - 12px); */
    height: 50px;
    font-family: "Montserrat", sans-serif;
}

button.get-pdf:hover {
    background: white !important;
    color: #4E72FF !important;
    transform: translateY(-2px) !important;
}

button.get-pdf:before {
    background-image: url(https://bettrweb.com/wp-content/uploads/2022/07/pdf-1.svg);
    background-size: 22px 16px;
    display: inline-block;
    width: 22px; 
    height: 16px;
    content:"";
    margin-right: 13px;
}

.bulletproof-pdf input[type=checkbox] {
    opacity: 0;
    pointer-events: none;
    margin-right: -26px !important;
}

.bulletproof-pdf input[type=checkbox] ~ .checker:before {
    content: url(https://bettrweb.com/wp-content/uploads/2022/07/unchecked.svg);
    display: block;
    height: 20px;
    width: 20px;
}

.bulletproof-pdf input[type=checkbox]:checked ~ .checker:before {
    content: url(https://bettrweb.com/wp-content/uploads/2022/07/checked.svg);
}

.bulletproof-pdf {
    position: relative;
    width: fit-content;
    margin: 24px auto 0;
}

.bulletproof-pdf input {
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 200px !important;
    color: white !important;
    width: 420px !important;
    margin: auto !important;
    outline: none !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    padding: 18px 30px !important;
}

.bulletproof-pdf input::placeholder {
    color: white;
    opacity: 1;
}

.bulletproof-pdf input:-ms-input-placeholder {
    color: white;
}
  
.bulletproof-pdf input::-ms-input-placeholder {
    color: white;
}

@media(max-width: 767px) {
    .bulletproof-pdf input, .bulletproof-pdf {
        width: 100% !important;
    }
}

.bulletproof-pdf button.loading:before {
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    border-radius: 50px;
}

.bulletproof-pdf button.loading:after {
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    content: "";
    display: block;
    border-top: 3px solid #4e72ff;
    border-right: 3px solid transparent;
    border-radius: 50%;
    animation: rotation .8s linear infinite;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: calc(100%/2 - 10px);
}

.bulletproof-pdf button.loading {
    pointer-events: none;
}

.bulletproof-pdf button.loading:before {
    opacity: 1;
}

.bulletproof-pdf button.loading:after {
    opacity: 1;
}

@keyframes rotation{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@media(max-width: 767px) {
    .bulletproof-pdf input {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }
    .bulletproof-pdf button {
        left: 0 !important;
        top: 0 !important;
        position: relative !important;
        display: flex !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-top: 12px !important;
        justify-content: center !important;
    }
    button.get-pdf {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        height: 48px !important;
    }
    #showpdfmobile a[role=button] {
        height: 48px !important;
        display: flex !important;
    }
}

.white-vertical-40:after {
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.white-vertical:after {
    content: "";
    display: block;
    width: 2px;
    height: 84px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.middle-blue {
    color: #4E72FF;
}

.weight-600 {
    font-weight: 600;
}

.bulletproof-review {
    gap: 20px;
    background: white;
    border-radius: 300px;
    color: #242424;
    font-weight: 500;
    font-family: "Montserrat";
    line-height: 1em;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding: 16px 40px;
    z-index: 2;
    position: relative;
}

@media(max-width: 767px) {
    .bulletproof-review {
        padding: 16px 20px;
        width: 100%;
    }
    .bulletproof-review.mobile-grid {
        width: calc(100% - 44px);
        margin: 0 22px;
    }
    .white-line {
        display: none;
    }
    .bulletproof-review.mobile-grid img:first-child {
        grid-area: stars;
    }
    .bulletproof-review.mobile-grid p {
        grid-area: ratings;
    }
    .bulletproof-review.mobile-grid img.ratings {
        grid-area: image;
        width: 100%;
    }
    .bulletproof-review.mobile-grid {
        display: grid;
        border-radius: 20px;
        grid-template-areas: "stars ratings"
                             "image image";
    }
}

.white-line {
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bulletproof-review img {
    max-height: 34px;
    object-fit: contain;
}

.bulletproof-audit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    font-family: "Montserrat";
    padding-bottom: 50px;
    border-bottom: 1px solid #7195FF;
    margin-bottom: 44px;
}

@media(max-width: 767px) {
    .bulletproof-audit {
        grid-template-columns: 1fr;
    }
}

.audit-p {
    margin: 0 !important;
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    font-family: "Montserrat";
}

.bulletproof-padding {
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.landing-audit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    margin-top: 24px;
    color: #242424;
    font-family: "Montserrat";
}

.landing-audit:not(:first-child) {
    margin-top: 16px;
}

@media(min-width: 768px) and (max-width: 1024px) {
    .bulletproof-audit {
        row-gap: 60px;
        column-gap: 20px;
    }
}

@media(max-width: 767px) {
    .bulletproof-audit {
        margin-bottom: 30px !important;
    }
}

.style-radio .elementor-field-type-radio .elementor-field-subgroup {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
}

.style-radio .elementor-field-type-radio > label {
    font-weight: 400 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: unset !important;
    height: unset !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    margin-bottom: 12px !important;
}

.style-radio .elementor-field-type-radio .elementor-field-subgroup > span {
    width: 100% !important;
    padding: 0 !important;
}

.style-radio .elementor-field-type-radio .elementor-field-subgroup > span > input {
    display: none !important;
}

.style-radio .elementor-field-type-radio .elementor-field-subgroup > span > label {
    box-shadow: inset 0 0 0px 1px #f1f1f1 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    font-weight: 400 !important;
    color: white !important;
    padding: 6px 0 !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.style-radio .elementor-field-type-radio .elementor-field-subgroup > span > input:checked + label {
    background: linear-gradient(138.05deg, #8E23EE 2.63%, #32A6EB 97.37%) !important;
    box-shadow: unset !important;
}

.style-radio-white .elementor-field-type-radio .elementor-field-subgroup {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
}

.style-radio-white .elementor-field-type-radio > label {
    font-weight: 400 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: unset !important;
    height: unset !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    margin-bottom: 12px !important;
}

.style-radio-white .elementor-field-type-radio .elementor-field-subgroup > span {
    width: 100% !important;
    padding: 0 !important;
}

.style-radio-white .elementor-field-type-radio .elementor-field-subgroup > span > input {
    display: none !important;
}

.style-radio-white .elementor-field-type-radio .elementor-field-subgroup > span > label {
    box-shadow: inset 0 0 0px 1px #f1f1f1 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    font-weight: 400 !important;
    color: white !important;
    padding: 6px 0 !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: transparent !important
}

.style-radio-white .elementor-field-type-radio .elementor-field-subgroup > span > input:checked + label {
    background: white !important;
    box-shadow: unset !important;
    color: #4E72FF !important;
}

.why_us {
    padding-top: 75px;
}

.why_us > p, .why_us > h3 {
    font-size: 42px !important;
    line-height: 1.2em !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center !important;
}

.why_us > .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.5rem;
    gap: 2rem;
}

.why_us > .grid > div {
    border-radius: 0.75rem;
    border: 2px solid #1D264A;
    background: linear-gradient(180deg, rgba(29, 38, 74, 0.00) 0%, #101631 100%);
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.why_us > .grid > div > div > img {
    width: 4.125rem;
    height: 4.125rem;
    object-fit: contain;
}
.why_us > .grid > div > div > p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    color: #1D264A;
    margin-bottom: 0 !important;
}

.why_us > .grid > div > p.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

.why_us > .grid > div > p.quote {
    margin: 0.88rem 0 0.75rem;
    color: #4E72FF;
    font-size: 16px;
    font-weight: 600;   
    line-height: 1.6em;
}

.why_us > .grid > div > p.paragraph {
    color: #A4ACCD;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {
    .why_us > p, .why_us > h3 {
        font-size: 30px !important;
    }

    .why_us > .grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .why_us > .grid > div > p.title {
        font-size: 24px;
    }
}