.elementor-48229 .elementor-element.elementor-element-b839c5d > .elementor-element-populated{margin:10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-48229 .elementor-element.elementor-element-1d02ce1:not(.elementor-motion-effects-element-type-background), .elementor-48229 .elementor-element.elementor-element-1d02ce1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D386F;}.elementor-48229 .elementor-element.elementor-element-1d02ce1, .elementor-48229 .elementor-element.elementor-element-1d02ce1 > .elementor-background-overlay{border-radius:10px 10px 10px 10px;}.elementor-48229 .elementor-element.elementor-element-1d02ce1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-48229 .elementor-element.elementor-element-1d02ce1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-48229 .elementor-element.elementor-element-0bbec95 > .elementor-element-populated{border-style:none;padding:20px 0px 0px 0px;}.elementor-48229 .elementor-element.elementor-element-0bbec95 > .elementor-element-populated, .elementor-48229 .elementor-element.elementor-element-0bbec95 > .elementor-element-populated > .elementor-background-overlay, .elementor-48229 .elementor-element.elementor-element-0bbec95 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-48229 .elementor-element.elementor-element-5cca169 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 10px 0px 10px;}/* Start custom CSS for html, class: .elementor-element-5cca169 */#unique-dynamic-heading{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 20px; /* Adjust spacing as needed */
}

#unique-percentage-difference {
    font-size: 22px; /* Larger font size for emphasis */
    color: #FAB820 !important;
    /* Highlight color */
    font-weight: 800;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df09251 */.unique-trial-button {
    display: block;
    margin-top: 45px;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    background-color: #82B212;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.6) !important;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.unique-trial-button:hover {
    background-color: #567315; /* Hover color */
    box-shadow: none !important;
}

.unique-savings-container {
    text-align: center;
    width: 100%;
    background-color: #2D386F; /* Set the main container background to #252F63 */
    padding: 0px !important;
    border-radius: 12px;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin: auto;
}

.unique-switch {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px 4px !important;
    border-radius: 8px !important;
    margin: 0 auto;
    margin-top: -25px;
}

#unique-yearly-button, #unique-monthly-button {
    background-color: rgba(255, 255, 255, 0.21);
    color: rgba(37, 47, 99, 2);
    border: none;
    padding: 4px 8px !important;
    font-size: 12px;
    font-weight: 400 !important;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 1px;
    outline: none;
}

#unique-yearly-button.active, #unique-monthly-button.active {
    background-color: #FFFFFF;
    color: #252F63;
}

#unique-yearly-button:focus, #unique-monthly-button:focus {
    outline: none;
}

.unique-bar-container {
    padding-top: 30px !important;
    display: flex;
    justify-content: space-evenly !important;
    align-items: flex-end;
    height: 240px !important;
    width: 100%;
    background-color: transparent !important;
    position: relative;
    gap: 10px;
    padding-bottom: 5px;
}

/* Bottom line under the bars */
.unique-bar-base-line {
    position: absolute !important;
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2) !important; /* Black with 20% opacity */
    bottom: 0;
    left: 0;
    z-index: 1 !important; /* Ensures visibility beneath the bars */
}

.unique-bar {
    width: 25%;
    max-height: calc(100% - 10px) !important; /* Ensures a 30px gap from the top */
    height: 100%;
    background-color: #C8D1FF66;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2; /* Ensures bars are above the line */
}

.unique-bar-label {
    position: absolute;
    top: -25px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.unique-bar-logod {
    width: 50px;
    height: 40px;
    margin-bottom: 15px; /* Space from the bottom of the bar */
}

.unique-bar-logof {
    width: 50px;
    height: 50px;
    margin-bottom: 15px; /* Space from the bottom of the bar */
}

.unique-slider-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1); /* Black with 10% opacity */
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.unique-slider-label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); /* White with 50% opacity */
    margin-bottom: 8px;
    text-align: center;
    padding-top: 10px;
}

.unique-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #7B8FFF; /* Slider fill color */
    border-radius: 20px;
    outline: none;
    position: relative;
}

.unique-slider:hover {
    opacity: 1;
}

/* Tooltip styling */
.unique-tooltip {
    position: absolute;
    top: 65px; /* Adjusted to position below the slider thumb */
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: rgba(195, 206, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    white-space: nowrap;
    display: none; /* Initially hidden */
    border: 1px solid rgba(255, 255, 255, 0.3); /* White border with 30% opacity */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4) !important;
}

/* Slider thumb styling */
.unique-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #D9D9D9; /* Circle color */
    border-radius: 50%;
    border: 6px solid #778CEC; /* Stroke color */
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25); /* Drop shadow */
}

.unique-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #D9D9D9; /* Circle color */
    border-radius: 50%;
    border: 6px solid #778CEC; /* Stroke color */
    cursor: pointer;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25); /* Drop shadow */
}

#unique-slider-value {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-0bbec95 */.switch {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}/* End custom CSS */