@media (min-width: 1440px) {
    .menu-wrap.desktop-view .nav-menu .container {
        max-width: 1440px;
    }
}
.nav-menu {
    background-color: #fff;
}
section.plans .plan-rotator .plan-billing-selector .pricing-tab-bg {
    width: 33%;
    left: 33%;
}
.wh-plan-promotion {
    background-color: #917DCA;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.recommended .wh-plan-promotion {
    background-color: #6840DB;
}

.tabs-container {
    width: 100%;
    margin: 20px 0;
}

.tab-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: -1px;
}

.tab-button {
    padding: 15px 30px;
    border: none;
    border-radius: 20px 20px 0 0;
    background-color: #F0F0F0;
    color: #313131;
    font-family: "Euclid Circular B", sans-serif;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

.tab-button::before,
.tab-button.active::before{
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #F0F0F0;
    bottom: 1px;
    left: -20px;
    z-index: 1;
}

.tab-button:first-child::after,
.tab-button:first-child.active::after{
    border-bottom-right-radius: unset;
}

.tab-button:first-child::before, .tab-button:first-child.active::before {
    box-shadow: unset;
}

.tab-button::after,
.tab-button.active::after{
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 20px 0 0 #F0F0F0;
    bottom: 1px;
    right: -20px;
    z-index: 1;
}

.tab-button.active {
    background-color: #D9D9D9;
    position: relative;
    z-index: 3;
}
.tab-button.active::before {
    box-shadow: 0px 20px 0 0 #d9d9d9;
}
.tab-button.active::after {
    box-shadow: 0px 20px 0 0 #d9d9d9;
}

.tab-button:focus {
    outline: none;
}

.tab-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(104, 64, 219, 0.2);
}

.tab-content {
    display: none;
    background-color: #D9D9D9;
    border-radius: 0 20px 20px 20px;
    position: relative;
    z-index: 2;
}

.tab-content.active {
    display: block;
}

.tab-inner {
    padding: 20px;
}

.control-panel-box {
    background-color: #fff;
    padding: 30px;
    margin: 15px 0;
    border-radius: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    position: relative;
}
.box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cost-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 27px;
    background-color: #d9d9d9;
}

.cost-badge::before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 20px 0 0 #d9d9d9;
    top: 0px;
    left: -20px;
    z-index: 1;
    transform: rotate(180deg);
}

.cost-badge::after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 20px 0 0 #d9d9d9;
    bottom: -40px;
    right: 0px;
    z-index: 1;
    transform: rotate(180deg);
}
.cost-badge-text {
    color: #FFF;
    text-align: center;
    font-family: "Euclid Circular B";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
}
.paid .cost-badge-text{
    background: #FF9472;
}
.free .cost-badge-text{
    background: #2DCA72;
}
.box-body {
    color: #2B2B2B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cta-icon-button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    padding-top: 10px;
    border-top-left-radius: 27px;
    background-color: #d9d9d9;
}
.cta-icon-button::before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 20px 0 0 #d9d9d9;
    top: -29px;
    left: 20px;
    z-index: 1;
    transform: rotate(270deg);
}
.cta-icon-button::after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 20px 0 0 #d9d9d9;
    top: 20px;
    left: -30px;
    z-index: 1;
    transform: rotate(270deg);
}
.cta-icon-button a {
    background-color: #653FD5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
section.map-new{
    padding-top: 50px;
    padding-bottom: unset;
}

section.client-area-mockup {
    background-color: #EFF4F8;
    margin-top: 100px;
    padding-bottom: 200px;
}

#features-path path {
    stroke-dasharray: 4 4;
}

.central-image {
    position: relative;
}

.heading-container {
    display: flex;
    justify-content: space-between;
    min-width: 245px;
    border-radius: 50px;
    border: 1px solid #EBEFF3;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.20);
    padding: 5px 8px;
    position: absolute;
}

.heading-container h2 {
    font-family: "Euclid Circular B";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    margin: unset;
    padding: 0 10px;
}

.heading-icon {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#feat-1 {
    top: 210px;
    left: 55px;
}
#feat-2 {
    right: 75px;
    top: 135px;
}
#feat-3 {
    top: 280px;
    right: 75px;
}

.features-path {
    position: absolute;
    right: 190px;
    top: 135px;
}

.features-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: absolute;
    bottom: -125px;
    width: 50%;
    left: 25%;
}

.feature-point {
    border-radius: 20px;
    border: 1px solid #EBEFF3;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.20);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.feature-point h2 {
    color: #2E0547;
    font-family: "Euclid Circular B";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.central-image-mobile,.smallest{
    display: none;
}

@media screen and (max-width: 1440px) {
    .central-image{
        display: none;
    }

    .central-image-mobile{
        display: block;
    }
    .central-image-mobile .features-container {
        width: 100%;
        position: unset;
        margin-top: 50px;
    }
    section.client-area-mockup{
        padding-bottom: 50px;
    }
    .smallest{
        display: none;
    }
    .medium{
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .features-container{
        flex-wrap: wrap;
        gap: 20px;
    }
    .feature-point{
        flex: 0 0 calc(50% - 1em);
    }
    .medium{
        display: none;
    }
    .smallest{
        display: block;
    }
}
