/*
Theme Name: Proxy Landing
Description: Theme for site
Author: Developer - Ekaterina Uteva, Designer - Polina Loseva
Author URI: https://uteva-k.com
Version: 1.0.0
Template: hello-elementor
*/

.no-bullet {
    list-style: none;
    margin: unset;
    padding: unset;
}


/**
* New footer style start
===========================================================================*/

.footer-new.footer {
    font-family: "Inter Tight", sans-serif;
    background: var(--neutral-900, #141C25);
    padding-block: 80px;
    margin-top: clamp(20px, 5vw, 40px);
}

.footer-new.footer .wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 30px;
}

footer.footer .wrapper {
    display: flex;
}

footer.footer .desc {
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
}

.footer-new.footer .footer-menu .column {
    gap: 24px;
    flex-direction: column;
    align-items: baseline;
    width: calc(100% / 3 - 24px);
}

.footer-new.footer .footer-menu {
    display: flex;
    width: 100%;
    max-width: unset;
    align-items: start;
    gap: 24px;
}

.footer-new.footer .footer-menu .column .list-item ul {
    padding-inline-start: unset;
    list-style: none;
    margin: unset;
}

.footer-new.footer .footer-menu .column .list-item ul a:hover {
    color: #fff;
}

.footer-new.footer .footer-menu .column .list-item .item:first-child,
.footer-new.footer .bold-items a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}

.footer-new.footer .footer-menu .column .list-item .item:first-child {
    margin-bottom: 16px;
}

.footer-new.footer .footer-menu .list-item:not(:last-child) {
margin-bottom: unset;
}

.footer-new.footer .footer-menu .column .items .item a {
    color: var(--neutral-400, #6D7C8D);
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-new.footer .bold-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-new.footer .payment-cards .item,
.footer-new.footer .social-btns a {
    display: inline-flex;
    border-radius: 6px;
    background: var(--neutral-800, #1F2A35);
    padding: 8px;
}

.footer-new.footer .social-btns a {
    width: 40px;
    height: 40px;
}

.footer-new.footer .payment-cards .item {
    height: 32px;
}

.footer-new.footer .social-btns a:hover {
    background: var(--neutral-600);
}

.footer-new.footer .payment-cards .item {
    padding: 8px 10px;
}

.footer-new.footer .payment-cards {
    display: flex;
    gap: 6px;
    margin-top: 24px;
}

.footer-new.footer .social-btns {
    display: flex;
    gap: 12px;
}

.footer-new.footer .social .social-btns li {
    margin-right: unset;
}

.footer-new.footer .social {
    margin-top: 24px;
}

.footer-new.footer .social p {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}

.footer-new.footer .desc .text {
    color: var(--neutral-50, #FFF);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-block: 16px;
}

.footer-new.footer .desc .copyright {
    color: var(--Neutral-300, #8C9AA8);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
}

@media (min-width: 601px) {
    .footer-new.footer .footer-menu.footer-privacy {
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .footer-new.footer .footer-menu .column .items .item {
        margin-bottom: 16px;
    }

    .footer-new.footer .footer-menu .column {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-new.footer .wrapper {
        flex-direction: column;
    }

}


/**
* New footer style end
===========================================================================*/


/**
* Header & Menu Settings
===========================================================================*/

.site-branding .custom-logo-link img {
    max-width: 160px;
}

header.site-header:not(.dynamic-header) {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: unset;
    z-index: 1000;
    background: #fff;
}

.site-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding-inline: 12px;
    margin: 0 auto;
}

.site-header .logo img {
    max-width: 160px;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding: 24px 12px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
    font-family: "Inter Tight";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.site-header .nav-wrap {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-left: auto;
}

.site-header .buttons {
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    text-align: center;
}

.site-header .buttons .btn {
    white-space: nowrap;
    margin-bottom: unset;
}

.site-header .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Inter Tight", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    border-radius: 8px;
    transition: ease 0.3s;
    cursor: pointer;
    padding-block: unset;
    margin: unset;
    border: none;
}

.site-header .btn-dark {
    background: var(--neutral-900, #141C25);
    color: #fff;
}

.site-header .btn-dark:hover {
    background: var(--neutral-600, #374656);
    color: var(--neutral-50, #FFF);
}

.site-header .btn-outline {
    color: var(--neutral-900, #141C25);
    border: 1px solid var(--light-gray-400, #E4E9F0);
    background: var(--neutral-50, #FFF);
    box-shadow: 0 2px 4px 0 rgba(20, 28, 37, 0.06);
}

.site-header .btn-outline:hover {
    border: 1px solid var(--light-gray-900, #C2C9D3);
}

.site-header .btn-md {
    padding-inline: 16px;
    height: 42px;
}

@media screen and (min-width: 1150px) {
    .site-header .buttons {
        width: unset;
    }

    .site-header .menu-btn {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .site-header .nav-wrap {
        background: #fff;
    }

}

@media (max-width: 1024px) {

    body.menushow {
        overflow: hidden;
    }

    .site-header .nav-wrap {
        display: none;
        height: 0;
    }

    .site-header.active {
        border-bottom: 1px solid var(--light-gray-400, #E4E9F0);
    }

    .site-header .nav-wrap {
        display: none;
        position: fixed;
        right: 0;
        top: 73px;
        max-width: 425px;
        width: 100%;
        height: 100%;
    }

    .site-header .nav-wrap.active {
        display: block;
    }

    .site-header .nav-wrap.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        z-index: 999;
        padding: clamp(16px, 3vw, 20px);
        box-shadow: 0 2px 4px 0 rgba(20, 28, 37, 0.06);
        box-sizing: border-box;
    }

    .site-header .buttons {
        flex-direction: column;
        gap: 24px;
        margin-block: auto 90px;
    }

    .site-header .menu-btn {
        cursor: pointer;
        position: relative;
        border-radius: 6px;
        background: var(--light-gray-200, #EFF2F9);
        width: 40px;
        height: 40px;
        padding: 14px 10px;
    }

    .site-header .menu-btn .lines {
        display: block;
        position: relative;
        width: 20px;
        height: 12px;
    }

    .site-header .menu-btn .lines span {
        display: block;
        width: 100%;
        height: 2px; 
        border-radius: 2px;       
        background: var(--neutral-500, #516071);
        position: absolute;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        left: 0;
    }

    .site-header .menu-btn .lines span:nth-child(1) {
        top: 0;
    }

    .site-header .menu-btn .lines span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .site-header .menu-btn .lines span:nth-child(3) {
        bottom: 0;
    }

    .site-header.active .menu-btn .lines {
        height: 20px;
    }

    .site-header.active .menu-btn .lines span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px;
    }

    .site-header.active .menu-btn .lines span:nth-child(2) {
        display: none;
    }

    .site-header.active .menu-btn .lines span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 12px;
    }

    .site-navigation ul.menu {
        flex-direction: column;
        gap: 16px;
    }

}

@media (min-width: 601px) and (max-width: 1024px) {

    .site-header .wrapper {
        padding-inline: 18px;
    }
}

@media (max-width: 600px) {

    .site-header .container {
        padding: 16px 10px;
    }

    .site-header .nav-wrap {
        top: 73px;
    }

    .site-header .btn-md {
        height: 56px;
    }
}

/**
* Header & Menu Settings END
===========================================================================*/



/**
* Trustpilot Reviews Settings Start
===========================================================================*/
body .tp-widget-wrapper {
    justify-content: left;
}

body .tp-widget-trustscore {
    font-size: 16px;
}

body .brtpmj_business_ratings {
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    gap: 12px;
}

body .brtpmj_single_rvw {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: unset;
    margin-bottom: 8px;
    padding: 20px;
    border-radius: 8px;
    break-inside: avoid;
    border-radius: 12px;
    background: #f9f9f9;
}

body .brtpmj_sr_rating {
    order: 1;
}

body .brtpmj_sr_author_overview {
    order: 2;
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

body .brtpmj_sr_ab_img {
    display: none;
}

body .brtpmj_sr_ab_name_date {
    margin-left: unset;
    color: rgb(19, 19, 19);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

body .brtpmj_sr_title {
    order: 3;
    color: rgb(19, 19, 19);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

.brtpmj_sr_title p.title {
    font-weight: 600;
}

body .brtpmj_br_score_img img {
    width: 118px;
}

body .brtpmj_businessheader {
    display: none;
}

body .brtpmj_business_ratings {
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: normal;
    gap: 12px;
}

body .brtpmj_grid_container {
    gap: 0 8px;
}

@media screen and (min-width: 700px) {

    body .brtpmj_grid_container .brtpmj_single_rvw {
        width: calc(100% / 3 - 6px);
    }
}

/**
* Trustpilot Reviews Settings END
===========================================================================*/



.color-border-container .color-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(
        to bottom,
        #2563EB 0%,
        #2563EB 20%,
        #E4E9F0 70%,
        #E4E9F0 100%   
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
        mask-composite: exclude;
}

.color-border>.elementor-element {
    position: relative;
    z-index: 2;
}


.elementor-heading-title del {
    color: var(--Neutral-300, #8C9AA8);
}

.elementor-heading-title span {
    color: var(--Neutral-50, #FFF);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    background: var(--Accent-500, #2563EB);
    padding: 4px 8px;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    padding: 12px 24px;
    background: var(--Neutral-800, #1F2A35);
    border-radius: 8px 8px 0 0;
    margin-left: 6px;
}

.elementor-widget-n-tabs .e-n-tabs-heading:before {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2026/01/window.svg') no-repeat;
    width: 36px;
    height: 8px;
    left: 24px;
    top: 19px;
}

.copy-code p {
    word-wrap: break-word;
}

.copy-btn .elementor-icon-wrapper {
    height: 20px;
}

.copy-btn {
    cursor: pointer;
}

.tracking-widget {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--Light-Gray-400, #E4E9F0);
    background: #FFF;
}

.tracking-widget .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.tracking-widget .column span:not(.tracking-btn span) {
    color: var(--Neutral-400, #6D7C8D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.tracking-btns {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: 10px;
    
    padding: 6px;
    border-radius: 12px;
    background: var(--Light-Gray-100, #F5F7FB);
}

.elementor-kit-6 button.tracking-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border-radius: 12px;

    border: none;
    background: transparent;
    color: #6D7C8D;
    cursor: pointer;
    transition: ease 0.3s;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.elementor-kit-6 button.tracking-btn:focus,
.elementor-kit-6 .tracking-btn:hover,
.elementor-kit-6 .tracking-btn.active {
    color: #141C25;
    background: #FFF;
}

.elementor-kit-6 button.tracking-btn:disabled:hover {
    background: transparent;
    cursor: not-allowed;
    color: #6D7C8D;
}

.tracking-btn span {
    border-radius: 4px;
    background: var(--Accent-500, #2563EB);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
}

#annual-label {
    gap: 10px;
}

.tracking-table {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 40px;
}

.tracking-table .column {
    width: 100%;
}

.tracking-table .column:first-child {
    border-radius: 8px 0 0 8px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: var(--Light-Gray-400, #E4E9F0);
}

.tracking-table .column:last-child {
    border-radius: 0 8px 8px 0;
    border: 1px solid var(--Light-Gray-400, #E4E9F0);
}

.tracking-table .item {
    padding: 16px 24px;
    font-size: var(--e-global-typography-ebfb961-font-size);
    font-weight: var(--e-global-typography-ebfb961-font-weight);
    line-height: var(--e-global-typography-ebfb961-line-height);
    letter-spacing: var(--e-global-typography-ebfb961-letter-spacing);
    word-spacing: var(--e-global-typography-ebfb961-word-spacing);
    color: var(--e-global-color-33658d0);
}

.tracking-table .column.comOne,
.tracking-table .column .item:not(.tracking-table .column .item:last-child) {
    border-bottom: 1px solid var(--Light-Gray-400, #E4E9F0);
}

.tracking-table .column.comOne {
    border-top: 1px solid var(--Light-Gray-400, #E4E9F0);
}

.tracking-table .column .item:not(.tracking-table .column:first-child .item) {
    text-align: center;
}

.tracking-table .header {
    display: flex;
    height: 120px;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-bottom: 1px solid var(--Light-Gray-400, #E4E9F0);
}

.tracking-table .header:not(.tracking-table .column:first-child .header) {
    align-items: center;
}

.tracking-table .header span {
    font-family: var(--e-global-typography-ac14a58-font-family), Sans-serif;
    font-size: var(--e-global-typography-ac14a58-font-size);
    font-weight: var(--e-global-typography-ac14a58-font-weight);
    line-height: var(--e-global-typography-ac14a58-line-height);
    letter-spacing: var(--e-global-typography-ac14a58-letter-spacing);
    word-spacing: var(--e-global-typography-ac14a58-word-spacing);
    color: var(--e-global-color-a8d0d0a);
    margin-block: unset;
}

.tracking-table .header h3 {
    font-size: var(--e-global-typography-ebfb961-font-size);
    font-weight: var(--e-global-typography-ebfb961-font-weight);
    line-height: var(--e-global-typography-ebfb961-line-height);
    letter-spacing: var(--e-global-typography-ebfb961-letter-spacing);
    word-spacing: var(--e-global-typography-ebfb961-word-spacing);
    color: var(--e-global-color-primary);
    margin-block: unset;
}

.best-choice {
    border-radius: 6px;
    border: 2px solid var(--Neutral-900, #141C25);
    background: var(--Light-Gray-50, #F9FAFC);
}

.best-choice .header {
    position: relative;
    padding: 24px;
    gap: 12px;
    height: auto;
}

.best-choice .header .absolute {
    position: absolute;
    left: calc(100%/2 - 43px);
    top: -12px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--Neutral-900, #141C25);
    font-size: var(--e-global-typography-15348e2-font-size);
    font-weight: var(--e-global-typography-15348e2-font-weight);
    line-height: var(--e-global-typography-15348e2-line-height);
    letter-spacing: var(--e-global-typography-15348e2-letter-spacing);
    word-spacing: var(--e-global-typography-15348e2-word-spacing);
    color: var(--e-global-color-1002961);
}

.best-choice .header img {
    width: 208px;
    height: 34px;
}

.best-choice .header p {
    max-width: 300px;
    text-align: center;
    margin-bottom: 0;
    font-size: var(--e-global-typography-75175c4-font-size);
    font-weight: var(--e-global-typography-75175c4-font-weight);
    line-height: var(--e-global-typography-75175c4-line-height);
    letter-spacing: var(--e-global-typography-75175c4-letter-spacing);
    word-spacing: var(--e-global-typography-75175c4-word-spacing);
    color: var(--e-global-color-a8d0d0a);
}

.best-choice .button {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    background: var(--Neutral-900, #141C25);
    padding: 12px 16px;
    margin-top: 2px;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    transition: 0.3s;
}

.best-choice .button:hover {
    background-color: var(--e-global-color-33658d0);
}

.best-choice .item:last-child {
    padding: 10px 24px;
}

.best-choice .item svg {
    width: 30px;
    height: 30px;
}

.cursor-not-allowed {
    cursor: not-allowed; 
}

@media (max-width: 1024px) {
    .tracking-widget {
        padding: 16px;
    }

    .elementor-kit-6 button.tracking-btn {
        padding: 8px;
    }
}


@media (max-width: 768px) {

    .tracking-table,
    body .price-table-container {
        overflow: auto;
        overflow-x: auto;
    }

    .tracking-table .column {
        width: 250px;
        flex-grow: 1;
        flex-shrink: 0;
    }

    .tracking-table .column:first-child {
        width: 166px;
        flex-grow: 1;
        flex-shrink: 0;
    }

    .tracking-widget,
    .tracking-btns {
        flex-direction: column;
    }

    .tracking-widget .column,
    .tracking-widget .tracking-btn {
        width: 100%;
    }

    .tracking-widget .arrow {
        display: none;
    }

    .tracking-table .best-choice {
        margin-top: 12px;
    }

}
