.bg-05
{
    background: #FFFCF5 url(images/pricing/lines.svg) no-repeat top center;
    padding:50px 0 5px;
}
.bg-07
{
    background: #18222F;
    padding: 64px 0 35px;
}
.bg-08
{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 50%, #FFFCF5 100%);
}
.pricing-plans-container
{

}
.pricing-plans-container .button-03 {
    background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #ee72a3 100%);
    border-radius: 8px;
    padding: 1px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.pricing-plans-container .button-03 span
{
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 10;
    display: block;
}
.pricing-plans-container .button-03::after
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    border-radius: 8px;
transition: all 0.3s;
z-index:1;
}
.pricing-plans-container .button-03:hover
{
    background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #ee72a3 100%);
}
.pricing-plans-container .button-03:hover::after
{
    opacity: 0.6;
    background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 42.39%, #ee72a3 100%);
    filter: blur(4px);
    box-shadow:0 0 3px rgba(0,0,0,0.3);
    border:1px solid #e72170;
}

/* .pricing-plans-container .button-03:hover {
    background: radial-gradient(100% 1185.08% at 100% 100%, #FFB200 0%, #F57D49 70.39%, #EE72A3 100%);
} */

.section-bg-02
{
    display:none;
}
ul.faq-list > li h3
{
    padding: 0 20px 0 0;
}
.box_testim_default .testim_content_default {
    /* padding: 0; */
}
.testim_content_default p
{
    margin:0;
}
.grid-item {
    width: 33.5%;
    margin: 0 0px 22px 0;
    padding: 20px;
    border-radius: 8px;
}
.box_testim_default
{
    padding: 24px 24px 10px;
    border-radius: 8px;
border: 1px solid #44536A;
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.25);
background: #18222F url(images/pricing/quote-icon.svg) no-repeat top right !important;
}
.author_details_testimonials h6
{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.testim_content_default p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}
.author_details_testimonials h6 span
{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #fff;
}
.pricing-testimonials {
    margin:0;
   
}
.pricing-testimonials .details_testimonials {
    padding: 0 0 15px;
}
.pricing-page-title h1
{
margin:0;
font-size:24px;
line-height: 36px;
font-weight: 600;
}
.pricing-container
{
max-width: 744px;
margin:0 auto;
padding:0px 0 50px;
}
.pricing-top-panel
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}
/***subsription plan**/
.pricing-subscription-plan {
    display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        background: #fff;
        padding: 3px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        border: 1px solid #E3E7ED;
       
}
.pricing-subscription-plan span {
    display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 3px 11px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        cursor: pointer;
        position: relative;
        gap: 0;
        width: 108px;
        text-align: center;
}
.pricing-subscription-plan span.monthly-plan
{
    margin: 0;
}
.pricing-subscription-plan span i{
    color: #070B12;
    position: relative;
    z-index: 10;
    font-style: normal;
    display: block;
    text-align: center;
    line-height: 26px;
}
.pricing-subscription-plan span::after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s;
}
.pricing-subscription-plan span:hover::after
{
    background: #F1F4F8;
}
.switch-toggle {
    position: absolute;
    width: 108px;
    height: 87%;
    background: #070B12;
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    top: 3px;
    left: 3px;
}
.pricing-subscription-plan.active .switch-toggle {
    transform: translateX(100%);
}
.pricing-subscription-plan span.active {
    color: white;
}
.pricing-subscription-plan span.active i
{
color:#fff;
}
/***/
.pricing-plans-container
{
    border: 1px solid #E3E7ED;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}
.pp-plan:nth-child(1) {
    flex-basis: 45%;
}
.pp-plan:nth-child(2) {
    flex-basis: 55%;
}
.pricing-plan-title
{
font-size:24px;
line-height: 36px;
color: #070B12;
font-weight:600;
margin:0 0 5px;
}
.pricing-plan-subtitle
{
    font-size:14px;
line-height: 24px;
color: #646F87;
font-weight:500;
margin:0 0 10px;
min-height: 48px;
}
.pricing-plan-subscr
{
display: flex;
}
.dls
{
    font-size:24px;
line-height: 36px;
color: #070B12;
font-weight:700;
}
.price_additin_line
{
    min-height:30px;
}
.price_additin_info
{
    font-size: 10px;
    line-height: 16px;
    color: #070B12;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;

}
.price-value
{
    font-size:40px;
    line-height: 45px;
    color: #070B12;
    font-weight:500;
}
.price-saved
{
    font-size:14px;
    line-height: 24px;
    color: #44536A;
    font-weight:500; 
    margin:2px 0 0;
}
.pricing-plan-desc
{
    font-size:12px;
    line-height: 16px;
    color: #070B12;
    font-weight:500;    
}
.pricing-column+.pricing-column  
{
border-left:1px solid #E3E7ED;
padding:0 0 0 30px;
margin:0 0 0 30px;
}
.pricing-column .button-03
{
    width: 100%;
    display: block;
    margin: 0 0 5px;
}
.pr-features-title
{
     font-size:18px;
    line-height: 28px;
    color: #070B12;
    font-weight:500; 
    margin:0 0 10px;
}
ul.pricing-features-list
{
    margin:0;
    padding:0;
}
ul.pricing-features-list li
{
    background: url(images/pricing/vector.svg) no-repeat left center;
    padding-left:22px;
    font-size: 14px;
    line-height: 24px;
color:#070B12;
font-weight: 400;
list-style-type: none;
margin:0 0 8px;
}
.tootltip-feature
{
    background: url(images/pricing/information.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.feature-row td span.feature-name-pr
{
    padding-left: 16px;
}
td.td-tooltip span.feature-name-pr
{
    padding-left:0px;
}
.feature-row td div
{
position: relative;
display: inline-block;
z-index:100;
}
/**tooltip**/
/* Tooltip container */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
/* Tooltip text */
.tooltip-text-feature{
    visibility: hidden;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    line-height:22px;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    width: 260px;
    position: absolute;
    z-index: 1000;
    bottom: 140%;
    left: 4%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Tooltip arrow */
.tooltip-text-feature::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1)); /* Soft shadow for depth */
}

/* Show tooltip on hover */
.tooltip-container:hover .tooltip-text-feature,
.tooltip-container:focus-within .tooltip-text-feature{
    visibility: visible;
    opacity: 1;
}

/* Mobile-friendly tooltip positioning */
/* @media (max-width: 768px) {
    .tooltip-text {
        width: 280px;
        bottom: auto;
        top: 140%;
    }
    .tooltip-text::after {
        top: auto;
        bottom: 100%;
        border-color: transparent transparent #fff transparent;
    }
} */
.comparison-table
{
    width:100%;
}
table.comparison-table
{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px #b9babc;
    max-width: 744px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 4px 16px 0px #7C5C1414;
}
table.comparison-table::after
{
    content:'';
    position: absolute;
    left:0;
    right:0;
    top:0;
    width:100%;
    border-radius:8px;
    border:1px solid #E3E7ED;
    height:100%;
    z-index:12;
}
table.comparison-table th
{
padding:22px 16px;
position: relative;
z-index:10;
}
table.comparison-table th span
{
display:none;
}
table.comparison-table th:nth-child(2),
table.comparison-table th:nth-child(3)
{
    text-align: center;
}
table.comparison-table tr
{

}
table.comparison-table tr td
{
    border-top:1px solid #E3E7ED;
    padding:9px 16px 7px;
}
table.comparison-table tr td+td
{
    border-left:1px solid #E3E7ED;
}
table.comparison-table tr td.td-professional-column,
table.comparison-table tr td.td-custom-column
{
    text-align: center;
}
table.comparison-table th+th
{
    border-left:1px solid #E3E7ED;
}
table.comparison-table th em
{
    font-style:normal;
}
table.comparison-table th em
{
    font-style:normal;
}
@media only screen and (max-width:650px){
table.comparison-table th em
{
    display:block;
    text-align: center;
    margin: 0 0 0 40px;
}
}
table.comparison-table tr.feature-main
{
    font-size: 16px;
    line-height: 28px;
    background: #FFFCF5;
    font-weight: 600;
}
table.comparison-table tr.feature-main td span.feature-name-pr
{
padding-left:0;
}
table.comparison-table tr.feature-main td
{
    padding:8px 16px;
}
/* Link Styling */
.toggle-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    /* background: white; */
    /* border: 1px solid #ddd; */
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    user-select: none;
    margin:20px 0;
}
/* Arrow Icon */
.toggle-link .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    background: url(images/pricing/vector-stroke.svg) no-repeat center center;
}
/* Toggle Arrow on Click */
.toggle-link.active .arrow {
    transform: rotate(360deg);
}
/* Button Hover Effect */
.toggle-link:hover {
    /* background-color: #f1f1f1; */
}
.cta-buttons-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    margin:30px 0;
}
.toggle-content
{
    display: none;
}
.cta-buttons-container div
{
flex:1 auto;

}
.cta-button
{
    border: 1px solid #E3E7ED;
    color:#070B12;
    font-size: 14px;
    line-height: 24px;
    font-weight:500;
    text-align: center;
    display: block;
    border-radius:8px;
    padding:8px 12px;
    background: #fff;
}
.cta-button.active
{
    background: #18222F;
    color:#fff;
}
.cta-buttons-container
{
   display:none; 
}
.monthly-container
{
    display: none;
}
.pricing-faq-container
{
max-width:750px;
margin:0 auto;
padding: 0px 0 40px;
}
.pricing-logos-container
{
    padding:20px 0 0;
}
.cards-no-anim {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 0.8s;
    height: 61px;
}
.logos-grid .cards-no-anim {
    cursor: default;
    display: flex;
    justify-content: center;
}
.platform-logos-section .cards-no-anim {
    height: 48px;
}
.white-popup {
    /* max-width: 907px!important; */
    border-radius: 8px!important;
    padding: 25px 25px 0!important;
}

/******@media*****/
@media only screen and (max-width: 1500px) {
    .tooltip-text-feature
    {
        left: 104px;
    }
    .tooltip-text-feature::after
    {
        left: 12%;
    }
    .mfp-content {
        max-width: 90% !important; /* Prevents large popups */
        max-height: 90vh !important; /* Ensures it fits within the viewport */
        overflow-y: auto; /* Enables scrolling if content is large */
    }
    @media (max-width: 600px) {
        .mfp-container {
            width: 100% !important;
            height: 100% !important;
            padding: 10px !important;
        }
        .mfp-content {
            width: 100% !important;
            height: auto !important;
        }
    }
}
@media only screen and (max-width: 780px) {
    @media only screen and (max-width: 1500px) {
        .tooltip-text-feature
        {
            left: 104px;
        }
        .tooltip-text-feature::after
        {
            left: 12%;
        }
    }
    .grid-item {
        width: 100%;
        margin:0;
        padding: 20px 0px 0;
    }
    .bg-07
    {
        padding: 24px 0 24px;
    }
    .box_testim_default,
    .testim_content_default
    {
        height: auto!important;
    }
    .pricing-container,
    .pricing-faq-container
    {
        padding:0 24px 24px;
    }
    .pricing-faq-container
    {
        padding:0 24px 40px;
    }
 
}
@media only screen and (max-width:720px)
{
    .pricing-container
    {
        padding:0x;
    }
    .toggle-link
    {
        border: 1px solid #ddd;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        margin: 30px 0 0;
    }
    table.comparison-table th span
{
display:inline-block;
}
  .section-bg-02 {
    display: block;
    margin:40px 0;
}
    .bg-05, .bg-08
    {
        background: #fff;
    }
    .pricing-plans-container
    {
        border: none;
        padding:0;
        border-radius:0;
        background: none;
       
        gap: 16px;
    }
    .pp-plan
    {
    background: #fff;
        padding: 16px 24px;
        flex-direction: column;
        align-items: flex-start;
         flex: 1 0 0;
         border-radius: 8px;
border: 1px solid #E3E7ED;

    }
    .pp-plan:nth-child(1),
    .pp-plan:nth-child(2)
    {
        flex-basis: auto;
        flex:1;
    }
    .pricing-column+.pricing-column
    {
    margin: 0;
    padding: 16px 24px;
    }
    .pricing-logos-container
    {
        display: none;
    }

    .tooltip-text-feature
    {
        left:104px;
    }
    table.comparison-table th
{
    display: none;
}
table.comparison-table td:nth-child(2),
table.comparison-table  th.th-custom {
    display:none; 
}
table.comparison-table th
{
    display: block;
}
table.comparison-table th:nth-child(1)
{
    display: none;
}
table.comparison-table th:nth-child(2),
table.comparison-table th:nth-child(3)
{
    text-align: center;
   
}
table.comparison-table th+th {
    border-left: none;
}
table.comparison-table tr td {
    border-top: 1px solid #E3E7ED;
    border-left:none;
    border-right:none;
}
table.comparison-table tr td:nth-child(1)
{
    border-right: 1px solid #E3E7ED;
}
table.comparison-table tr td.td-professional-column,
table.comparison-table tr td.td-custom-column
{
    width:40px;
    padding: 8px 0;
}
.tooltip-text 
    {
        left:0;
        transform: translateX(-10%);
    }
    .tooltip-text::after {
        left: 10%;
        transform: translateX(-10%);
    }
.cta-buttons-container
{
   display:flex; 
}
}
@media only screen and (max-width:650px)
{
    .switch-toggle
    {
        width: 91px;
    }
    .pricing-subscription-plan span
    {
        width: 91px;
    }
    .pricing-plans-container
    {
        flex-direction: column;
    }
    .logos-grid .cards
    {
        padding: 0 10px;
    }
}
@media only screen and (max-width:420px)
{
    .pricing-page-title h1
    {
        font-size: 18px;
    }
}
