@font-face {
    font-family: 'Quicksand';
    src: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Regular.eot");
    src: local('Quicksand Regular'), local('Quicksand-Regular'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Regular.eot?#iefix") format('embedded-opentype'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Regular.woff2") format('woff2'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Regular.woff") format('woff'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Bold.eot");
    src: local('Quicksand Bold'), local('Quicksand-Bold'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Bold.eot?#iefix") format('embedded-opentype'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Bold.woff2") format('woff2'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Bold.woff") format('woff'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Medium.eot");
    src: local('Quicksand Medium'), local('Quicksand-Medium'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Medium.eot?#iefix") format('embedded-opentype'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Medium.woff2") format('woff2'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Medium.woff") format('woff'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Quicksand-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Regular.eot");
    src: local('Urbanist Regular'), local('Urbanist-Regular'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Regular.eot?#iefix") format('embedded-opentype'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Regular.woff2") format('woff2'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Regular.woff") format('woff'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Medium.eot");
    src: local('Urbanist Medium'), local('Urbanist-Medium'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Medium.eot?#iefix") format('embedded-opentype'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Medium.woff2") format('woff2'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Medium.woff") format('woff'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Bold.eot");
    src: local('Urbanist Bold'), local('Urbanist-Bold'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Bold.eot?#iefix") format('embedded-opentype'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Bold.woff2") format('woff2'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Bold.woff") format('woff'), url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../fonts/Urbanist-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* CSS Variables */
:root {
    /* Colors */
    --primary-color: #7D6BFA;
    --primary-rgb: 125, 107, 250;
    --secondary-color: #CFA4DB;
    --dark-blue: #000118;
    --medium-blue: #180788;
    --pink-light: #F3BEC9;
    --white: #FFFFFF;
    --white-rgb: 255, 255, 255;
    --light-white: rgba(255, 255, 255, 0.80);
    --black: #000118;
    /* Typography */
    --font-primary: 'Urbanist', sans-serif;
    --font-secondary: 'Quicksand', sans-serif;
    --line-height-base: 1.5;
    /* Border */
    --border-radius: 60px;
    --border-radius-bottom: 0px 0px 50px 50px;
    --border-radius-top: 50px 50px 0px 0px;
    --border-width: 1px;
    --border-color: #dee2e6;
    /* Transitions */
    --transition-speed: 0.3s;
    --container-width: 1240;
    --outer-size: 1240px;
    --ec-gap: 284px;
    --logo-s: 56px;
    --logo-m: 90px;
    --logo-l: 100px;
    --gap-2: 140px;
    --gap-3: 280px;
    --bg-background: #fff;
    --clr-card: #fff;
    --clr-1: #6420aa;
    --clr-2: #ff3ea5;
    --clr-3: #ff7ed4;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-secondary);
    line-height: 1.6;
    color: rgba(5, 2, 47, 0.80);
    font-size: 18px;
}

p.big {
    font-size: 1.3rem;
    line-height: 1.75rem;
}

.container {
    max-width: calc(var(--container-width) * 1px);
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black);
    font-family: var(--font-primary);
}

h1,
.h1 {
    font-size: 70px;
}

h2,
.h2 {
    font-size: 48px;
}

h3,
.h3 {
    font-size: 44px;
}

h4,
.h4 {
    font-size: 40px;
}

h5,
.h5 {
    font-size: 32px;
}

h6,
.h6 {
    font-size: 24px;
}

p {
    margin-bottom: 16px;
}

.lead {
    font-size: 20px;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

mark {
    background-color: var(--white)3cd;
    padding: 0.2em;
}

small {
    font-size: 14px;
}

blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    border-left: 4px solid var(--primary-color);
    background-color: var(--white);
    box-shadow: 0 0 6px 4px #00000008;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #6c757d;
}

.light_white_font {
    color: var(--light-white);
}

.light-pink {
    background-color: #F3F2FD;
}

.w_font {
    color: var(--white);
}

.w-100 {
    width: 100%;
}

/* Lists */
ul,
ol {
    margin-bottom: 16px;
    padding-left: 32px;
}

dl {
    margin-bottom: 16px;
}

dt {
    font-weight: 700;
    margin-top: 8px;
}

dd {
    margin-left: 32px;
    color: #6c757d;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    font-family: var(--font-secondary);
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1;
}

.btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Button Colors */
.btn-primary,
.button,
.woocommerce-checkout .wp-block-woocommerce-checkout button {
    position: relative;
    color: var(--white);
    overflow: hidden;
    z-index: 1;
    background: none;
}

.btn-primary::before,
.button:before,
.woocommerce-checkout .wp-block-woocommerce-checkout button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    transition: opacity 0.5s ease;
    z-index: -1;
    opacity: 1;
}

.btn-primary::after,
.button:after,
.woocommerce-checkout .wp-block-woocommerce-checkout button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: opacity 0.5s ease;
    z-index: -1;
    opacity: 0;
}

.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary:focus-visible::after,
.button:hover::after,
.button:focus::after,
.button:focus-visible::after,
.woocommerce-checkout .wp-block-woocommerce-checkout button:hover::after,
.woocommerce-checkout .wp-block-woocommerce-checkout button:focus::after,
.woocommerce-checkout .wp-block-woocommerce-checkout button:focus-visible::after {
    opacity: 1;
}

.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary:focus-visible::before,
.button:hover::before,
.button:focus::before,
.button:focus-visible::before,
.woocommerce-checkout .wp-block-woocommerce-checkout button:hover::before,
.woocommerce-checkout .wp-block-woocommerce-checkout button:focus::before,
.woocommerce-checkout .wp-block-woocommerce-checkout button:focus-visible::before {
    opacity: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.button:hover,
.button:focus,
.button:focus-visible,
.wp-block-woocommerce-checkout button:hover,
.wp-block-woocommerce-checkout button:focus,
.wp-block-woocommerce-checkout button:focus-visible {
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

.btn-secondary {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    border: none;
}

.btn-secondary:hover {
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    box-shadow: 0 4px 12px rgba(207, 164, 219, 0.25);
}

body.woocommerce-checkout .wp-block-woocommerce-checkout button,
body .woocommerce .woocommerce-order-details .button {
    border: 1px solid transparent;
    cursor: pointer;
    color: var(--white) !important;
    border-radius: 60px !important;
    font-size: 21px;
    padding: 12px 24px !important;
    min-height: auto !important;
    overflow: hidden;
}

.btn-small {
    padding: 5px 10px;
    font-size: 15px;
}

.btn-yellow {
    color: #0D0455;
    margin-left: 10px;
}

.btn-yellow:hover {
    outline-color: #FFD600;
}

.btn-yellow span {
    text-transform: uppercase;
}

.btn-yellow::after {
    content: unset;
}

.btn-yellow::before {
    background: #FFD600;
    opacity: 1 !important;
}

/* Outlined Buttons */
.btn-outline-primary {
    color: var(--black);
    border: 2px solid var(--primary-color);
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
    color: var(--white);
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.btn-outline-primary:hover::after,
.btn-outline-primary:focus::after,
.btn-outline-primary:focus-visible::after {
    opacity: 1;
}

.btn-outline-primary:hover::before,
.btn-outline-primary:focus::before,
.btn-outline-primary:focus-visible::before {
    opacity: 0;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

/* Button Grid */
.button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

/* Forms */
.demo-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 24px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.wpcf7 label {
    margin-bottom: 0;
    text-align: left;
}

.wpcf7 .field-wrapper {
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select,
input[type="url"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: var(--font-secondary);
}

.wpcf7-not-valid-tip {
    text-align: left;
}

input.wpcf7-not-valid {
    border: 1px solid #ff0000;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Sections */
section {
    position: relative;
}

.section_top_padding {
    padding-top: 100px;
}

.section_bottom_padding {
    padding-bottom: 100px;
}

.hero_section.section_top_padding {
    padding-top: 150px;
}

.hero_section.section_bottom_padding {
    padding-bottom: 200px;
}

.section_text a {
    color: #05022fcc;
    font-weight: 600;
}

.hero_section .guarantee-div {
    gap: 12px;
    margin-top: 15px;
}

.hero_section .guarantee-div .icon {
    max-width: 32px;
    max-height: 32px;
}

.hero_section .guarantee-div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_section .guarantee-div p {
    margin: 0px;
}

/* Section Variants */
.section_gradient {
    color: var(--white);
}

.section_gradient_1 {
    background: linear-gradient(180deg, var(--dark-blue) 34.23%, var(--medium-blue) 100%);
    color: var(--white);
}

.section_gradient_2 {
    background: linear-gradient(0deg, var(--dark-blue) 34.23%, var(--medium-blue) 100%);
    color: var(--white);
}

.section_gradient h1,
.section_gradient h2,
.section_gradient h3,
.section_gradient h4,
.section_gradient h5,
.section_gradient h6 {
    color: var(--white);
}

.section_secondary_gradient {
    background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.08) 34.23%, rgba(var(--white-rgb), 0.08));
}

.section_secondary_gradient_2 {
    background: linear-gradient(0deg, rgba(var(--primary-rgb), 0.08) 34.23%, rgba(var(--white-rgb), 0.08));
}

.section_rounded_bottom {
    border-radius: var(--border-radius-bottom);
}

.section_rounded_top {
    border-radius: var(--border-radius-top);
}

.section_gradient_2 h2 {
    color: var(--white);
}

.section_gradient_1 h1 {
    color: var(--white);
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Margin Top */
.mt-0 {
    margin-top: 0;
}

.mt-05 {
    margin-top: 8px;
}

.mt-1 {
    margin-top: 16px;
}

.mt-15 {
    margin-top: 24px;
}

.mt-2 {
    margin-top: 32px;
}

.mt-25 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 48px;
}

.mt-35 {
    margin-top: 56px;
}

.mt-4 {
    margin-top: 64px;
}

.mt-45 {
    margin-top: 72px;
}

.mt-5 {
    margin-top: 80px;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0;
}

.mb-05 {
    margin-bottom: 8px;
}

.mb-1 {
    margin-bottom: 16px;
}

.mb-15 {
    margin-bottom: 24px;
}

.mb-2 {
    margin-bottom: 32px;
}

.mb-25 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 48px;
}

.mb-35 {
    margin-bottom: 56px;
}

.mb-4 {
    margin-bottom: 64px;
}

.mb-45 {
    margin-bottom: 72px;
}

.mb-5 {
    margin-bottom: 80px;
}

/* Margin Left */
.ml-0 {
    margin-left: 0;
}

.ml-05 {
    margin-left: 8px;
}

.ml-1 {
    margin-left: 16px;
}

.ml-15 {
    margin-left: 24px;
}

.ml-2 {
    margin-left: 32px;
}

.ml-25 {
    margin-left: 40px;
}

.ml-3 {
    margin-left: 48px;
}

.ml-35 {
    margin-left: 56px;
}

.ml-4 {
    margin-left: 64px;
}

.ml-45 {
    margin-left: 72px;
}

.ml-5 {
    margin-left: 80px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0;
}

.mr-05 {
    margin-right: 8px;
}

.mr-1 {
    margin-right: 16px;
}

.mr-15 {
    margin-right: 24px;
}

.mr-2 {
    margin-right: 32px;
}

.mr-25 {
    margin-right: 40px;
}

.mr-3 {
    margin-right: 48px;
}

.mr-35 {
    margin-right: 56px;
}

.mr-4 {
    margin-right: 64px;
}

.mr-45 {
    margin-right: 72px;
}

.mr-5 {
    margin-right: 80px;
}

/* Padding Top */
.pt-0 {
    padding-top: 0;
}

.pt-05 {
    padding-top: 8px;
}

.pt-1 {
    padding-top: 16px;
}

.pt-15 {
    padding-top: 24px;
}

.pt-2 {
    padding-top: 32px;
}

.pt-25 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 48px;
}

.pt-35 {
    padding-top: 56px;
}

.pt-4 {
    padding-top: 64px;
}

.pt-45 {
    padding-top: 72px;
}

.pt-5 {
    padding-top: 80px;
}

/* Padding Bottom */
.pb-0 {
    padding-bottom: 0;
}

.pb-05 {
    padding-bottom: 8px;
}

.pb-1 {
    padding-bottom: 16px;
}

.pb-15 {
    padding-bottom: 24px;
}

.pb-2 {
    padding-bottom: 32px;
}

.pb-25 {
    padding-bottom: 40px;
}

.pb-3 {
    padding-bottom: 48px;
}

.pb-35 {
    padding-bottom: 56px;
}

.pb-4 {
    padding-bottom: 64px;
}

.pb-45 {
    padding-bottom: 72px;
}

.pb-5 {
    padding-bottom: 80px;
}

.pb-6 {
    padding-bottom: 100px;
}

/* Padding Left */
.pl-0 {
    padding-left: 0;
}

.pl-05 {
    padding-left: 8px;
}

.pl-1 {
    padding-left: 16px;
}

.pl-15 {
    padding-left: 24px;
}

.pl-2 {
    padding-left: 32px;
}

.pl-25 {
    padding-left: 40px;
}

.pl-3 {
    padding-left: 48px;
}

.pl-35 {
    padding-left: 56px;
}

.pl-4 {
    padding-left: 64px;
}

.pl-45 {
    padding-left: 72px;
}

.pl-5 {
    padding-left: 80px;
}

/* Padding Right */
.pr-0 {
    padding-right: 0;
}

.pr-05 {
    padding-right: 8px;
}

.pr-1 {
    padding-right: 16px;
}

.pr-15 {
    padding-right: 24px;
}

.pr-2 {
    padding-right: 32px;
}

.pr-25 {
    padding-right: 40px;
}

.pr-3 {
    padding-right: 48px;
}

.pr-35 {
    padding-right: 56px;
}

.pr-4 {
    padding-right: 64px;
}

.pr-45 {
    padding-right: 72px;
}

.pr-5 {
    padding-right: 80px;
}

/* Gradient Text */
.text-gradient {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--pink-light) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Grid System */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

/* Column Classes */
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Column Offset Classes */
.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

/* Grid Utilities */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Flex Utilities */
.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

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

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

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

/* Performance Section */
.performance_section:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7vw;
    width: 80vh;
    height: 80vh;
    opacity: 0.6;
    border-radius: 50%;
    background: #CFA4DB;
    filter: blur(157px);
}

.performance_section:after {
    content: '';
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 10vw;
    width: 65vh;
    height: 65vh;
    opacity: 0.6;
    border-radius: 50%;
    background: rgba(125, 107, 250, 0.90);
    filter: blur(107px);
    z-index: -1;
}

.performance_box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
    padding: 40px 30px 0 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.performance_box_row .col-6 {
    display: flex;
    flex-direction: column;
}

.performance_title {
    font-size: 1.5rem;
    line-height: 1;
}

.performance_img_div {
    display: flex;
    justify-content: center;
}

.hero_img_div {
    display: flex;
    justify-content: flex-end;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero_image-wrapper {
    position: absolute;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom-right-radius: 50px;
}

.hero_image-wrapper img {
    height: auto;
    width: 100%;
    display: block;
    object-fit: contain
}

/* Process Section */
.process_box {
    padding: 65px 10px 35px 30px;
    background: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin-right: 16px;
    max-width: 410px;
}

.process_info {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.process_title {
    font-size: 24px;
    line-height: 35.2px;
    margin-bottom: 0;
}

.process_text {
    margin-bottom: 0;
}

#process_scoll {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.process_scoll_wrapper {
    width: 100%;
    height: 100%;
}

.process_scroll {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    padding-left: calc((100vw - (var(--container-width) * 1px)) / 2);
    ;
}

.process_img_div {
    height: 110px;
}

.process_img_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
    display: block;
}

.arc-1,
.arc-2,
.arc-3 {
    margin: auto
}

.arc-1,
.arc-2 {
    view-timeline-inset: 50%
}

#integrations {
    height: 700px;
    overflow: clip;
    display: flex;
    justify-content: center;
    position: relative
}

.arc-wrap {
    width: var(--outer-size);
    position: relative;
    left: 0
}

.arc-2 {
    position: absolute;
    top: calc((var(--outer-size) - (var(--gap-2)/ 2)) * -1);
    left: 0
}

.int-logo,
.size-s {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.size-m {
    width: var(--logo-m);
    height: var(--logo-m)
}

.size-l {
    width: var(--logo-l);
    height: var(--logo-l)
}

.arc-1 {
    width: var(--outer-size);
    height: var(--outer-size)
}

.arc-1:after {
    content: '';
    display: block;
    width: calc(var(--outer-size) - var(--logo-s) - 5px);
    height: calc(var(--outer-size) - var(--logo-s) - 5px);
    margin: auto;
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    position: absolute;
    top: calc(var(--logo-s)/ 2);
    left: calc(var(--logo-s)/ 2)
}

.arc-2:after,
.arc-3:after {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute
}

.arc-2 {
    width: calc(var(--outer-size) - var(--gap-2));
    height: calc(var(--outer-size) - var(--gap-2))
}

.arc-2:after {
    width: calc(var(--outer-size) - (var(--gap-2) * 2));
    height: calc(var(--outer-size) - (var(--gap-2) * 2));
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    top: calc(var(--gap-2)/ 2);
    left: calc(var(--gap-2)/ 2)
}

.arc-3 {
    position: absolute;
    top: calc((var(--outer-size) * 2 - var(--gap-3)) * -1);
    left: 0;
    width: calc(var(--outer-size) - var(--gap-3));
    height: calc(var(--outer-size) - var(--gap-3))
}

.arc-3:after {
    width: calc(var(--outer-size) - (var(--gap-3) * 2));
    height: calc(var(--outer-size) - (var(--gap-3) * 2));
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    top: calc(var(--gap-3)/ 2);
    left: calc(var(--gap-3)/ 2)
}

.logo-wrap {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.arc-2 .logo-wrap {
    width: 120%;
    margin: 0 -10%
}

.arc-3 .logo-wrap {
    width: 80%;
    margin: 0 auto
}

.int-link {
    z-index: 2;
    border: 2px solid rgba(23, 7, 132, 0.30);
    border-radius: 50%;
    background: #fff;
}

.int-logo {
    box-shadow: 0 0 0 #fff;
    border-collapse: collapse;
    padding: 12px;
}

.int-1 {
    transform: translateY(560px) translateX(-15px) rotate(-3deg);
}

.int-2 {
    transform: translateY(200px) translateX(-170px) rotate(-6deg);
}

.int-3 {
    transform: translateY(-10px) translateX(-65px) rotate(-7deg)
}

.int-4 {
    transform: translateY(115px) translateX(80px) rotate(-10deg);
}

.int-5 {
    transform: translateY(435px) translateX(0px) rotate(-8deg);
}

.int-6 {
    transform: translateY(250px) translateX(200px) rotate(5deg);
}

.int-7 {
    transform: translateY(50px) translateX(60px) rotate(2deg)
}

.int-8 {
    transform: translateY(75px) translateX(20px) rotate(2deg)
}

.int-9 {
    transform: translateY(315px) translateX(-160px) rotate(0deg);
}

.int-10 {
    transform: translateY(420px) translateX(0px) rotate(-10deg)
}

.int-11 {
    transform: translateY(230px) translateX(-110px) rotate(-7deg)
}

.int-12 {
    transform: translateY(100px) translateX(-50px) rotate(-9deg)
}

.int-13 {
    transform: translateY(160px) translateX(40px) rotate(-9deg)
}

.int-14 {
    transform: translateY(330px) translateX(-10px) rotate(-10deg)
}

.arc-1,
.arc-2,
.arc-3 {
    animation-fill-mode: both;
    animation-timeline: view(block);
    transform-origin: 50% 50%
}

.arc {
    position: relative;
    border-radius: 50%
}

.arc-1 {
    animation-name: rotate-3
}

.arc-2 {
    animation-name: rotate-2
}

.arc-3 {
    animation-name: rotate-1;
    view-timeline-inset: 0%
}

.int_logo_outer {
    height: 90px;
    width: 90px;
    overflow: hidden;
    border: 2px solid rgba(23, 7, 132, 0.30);
    border-radius: 50%;
    background: #fff;
}

.int_logo_outer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.integrations-grid {
    display: none;
}

@keyframes rotate-1 {
    from {
        transform: rotate(-20deg)
    }

    to {
        transform: rotate(20deg)
    }
}

@keyframes rotate-2 {
    from {
        transform: rotate(10deg)
    }

    to {
        transform: rotate(-10deg)
    }
}

@keyframes rotate-3 {
    from {
        transform: rotate(-15deg)
    }

    to {
        transform: rotate(15deg)
    }
}

.integrations-grid .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.compatibility_text_section {
    margin-top: -10%;
    padding: 0 4%;
}

.compatibility_text_section.no-image {
    margin-top: 0%;
    padding: 0 4%;
}

/* Booster Section */
.booster_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.booster_title {
    font-size: 24px;
    line-height: 32px;
    max-width: 240px;
    margin: 0 auto;
    font-weight: 700;
}

.booster_text {
    padding: 0 32px;
    margin-top: auto;
}

.booster_box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.booster_box_row .col-4:nth-child(3n) .booster_box:after {
    display: none;
}

.booster_box_row .col-4:nth-child(3n) .booster_box:before {
    display: none;
}

.booster_box_row .col-4:nth-last-child(-n+3) .booster_box:before {
    display: none;
}

.booster_box_row .col-4:nth-last-child(-n+3) .booster_box:after {
    display: none;
}

.booster_box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

/* Pricing Section */
.pricing_section:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7vw;
    width: 80vh;
    height: 80vh;
    opacity: 0.6;
    border-radius: 50%;
    background: #CFA4DB;
    filter: blur(157px);
}

.pricing_section:after {
    content: '';
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 10vw;
    width: 65vh;
    height: 65vh;
    opacity: 0.6;
    border-radius: 50%;
    background: rgba(125, 107, 250, 0.90);
    filter: blur(107px);
    z-index: -1;
}

.sg-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 48px;
}

.pricing_plan_div {
    position: relative;
}

.sg-tabs {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border-radius: 50px;
    position: relative;
    background: var(--white);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.30);
}

.sg-tab {
    padding: 12.8px 18.4px;
    border: none;
    background: transparent;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    font-family: Quicksand;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.sg-tab.sg-tab-active {
    background: #14002A;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(5, 2, 47, 0.08);
}

.pricing_toggle {
    display: flex;
    gap: 10px;
}

.pricing_toggle .toggle_btn {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 600;
}

.pricing_toggle .toggle_btn:not(.active) {
    color: #64748B;
}

.pricing_toggle .toggle_slider {
    width: 50px;
    height: 28px;
    border-radius: 999px;
    background: #CBD5E1;
    border: none;
    position: relative;
    cursor: pointer;
    transition: background .2s ease;
    padding: 0;
    flex-shrink: 0;
    margin: 0;
}

.pricing_toggle .toggle_slider input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing_toggle .toggle_slider input[type="checkbox"]:checked+.toggle_knob {
    transform: translateX(22px);
}

.pricing_toggle .toggle_slider:has(input[type="checkbox"]:checked) {
    background-color: var(--primary-color);
}

.pricing_toggle .toggle_slider .toggle_knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
    transition: transform .22s ease;
}

.toggle_btn .discount {
    background: var(--primary-color);
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
    font-size: 14px;
    color: var(--white);
}

.toggle_btn.active .discount {
    color: #fff;
}

.save_more_text_div:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -20px;
    background: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../images/arrow.webp");
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
}

.save_more_text_div {
    position: absolute;
    left: 110%;
    bottom: 5px;
    color: #05022F;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
}

.pricing_card {
    padding: 32px;
    position: relative;
    height: 100%;
    border-radius: 1rem;
    background: var(--white);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
}

.for_agencies {
    display: none;
}


.plan_badge {
    display: inline-block;
    padding: 8px;
    border-radius: 4.8px;
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.recommended-badge {
    position: absolute;
    top: -34px;
    right: 40px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    line-height: 1;
}

.plan_name {
    font-size: 26px;
    font-weight: 700;
}

.plan_description {
    font-size: 14px;
    min-height: 50px;
}

.pricing_price_wrap {
    padding-top: 20px;
}

.pricing_price_wrap .monthly_price_box {
    display: none;
}

.pricing_price_wrap .plan_price {}

.plan_price .period {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}

.plan_price {
    color: var(--black);
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.text-plan-price {
    color: var(--black);
    font-size: 15px;
    opacity: 0.8;
    line-height: 1;
    margin-top: 10px;
}

.old_price {
    text-decoration: line-through;
    font-size: 18px;
}

.offer_text {
    font-size: 18px;
}

.plan_features {
    list-style: none;
}

.plan_features li {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    color: #373559;
    margin-bottom: 1rem;
    line-height: 1;
}

.plan_features li.plan_not_include {
    color: #373559CC;
}

.plan_features li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.plan_features li.plan_include:before {
    background: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../images/include_icon.svg");
}

.plan_features li.plan_not_include:before {
    background: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../images/notinclude_icon.svg");
}

.plan_features .check {
    color: var(--primary-color);
    margin-right: 12px;
}

.plan_features .cross {
    color: #667085;
    margin-right: 12px;
}

.current_plan {
    background: #F9F5FF;
    color: var(--primary-color);
    border: none;
}

.current_plan:hover {
    background: var(--primary-color);
    color: #fff;
}




/* Blog Section */
.blog_box_img_outer {
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog_box_img_outer img {
    height: 100%;
    object-fit: cover;
    transition-duration: 4s;
    width: 100%;
}

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

.blog_box,
.blog_box:hover {
    background: #fff;
    color: #05022FB2;
    text-decoration: none;
    border-radius: 0.5rem;
    border: 0.443px solid rgba(0, 0, 0, 0.30);
    padding: 1.5rem;
}

.blog_box_date {
    margin-bottom: 0;
    background: var(--primary-color);
    line-height: 1;
    color: var(--white);
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
}

.blog_box_readtime {
    margin-bottom: 0;
    color: #05022FCC;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog_box_readtime img {
    width: 15px !important;
    height: 15px;
}

.blog_box_title {
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.blog_box_text {
    font-size: 16px;
    line-height: 1.3;
}

.blog_box_text p,
.blog_box .blog_box_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
    margin-bottom: 16px;
}

.read_btn {
    font-size: 14px;
}

.blog_slider {
    margin-bottom: 3px;
}

.blog_box:hover .blog_box_img_outer img,
.blog_box:focus .blog_box_img_outer img,
.blog_box:focus-visible .blog_box_img_outer img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.blog_box:hover .btn-primary::after,
.blog_box:focus .btn-primary::after,
.blog_box:focus-visible .btn-primary::after {
    opacity: 1;
}

.blog_box:hover .btn-primary::before,
.blog_box:focus .btn-primary::before,
.blog_box:focus-visible .btn-primary::before {
    opacity: 0;
}

.blog_box:hover .btn-primary,
.blog_box:focus .btn-primary,
.blog_box:focus-visible .btn-primary {
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

.blog_slider_outer_div .custom-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.blog_slider_outer_div .prev_icon,
.blog_slider_outer_div .next_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: initial;
    width: 50px;
    height: 50px;
}

.blog_slider_outer_div .prev_icon,
.blog_slider_outer_div .next_icon {
    border: 1px solid #000;
}

.blog_slider_outer_div .prev_icon:before,
.blog_slider_outer_div .next_icon:before {
    display: none;
}

.blog_slider_outer_div .prev_icon:hover path,
.blog_slider_outer_div .next_icon:hover path {
    fill: var(--white);
}

.blog_slider_outer_div .prev_icon:hover,
.blog_slider_outer_div .next_icon:hover {
    border-color: #fff;
}

.blog_slider_outer .owl-stage {
    display: flex;
}

.blog_slider_outer .owl-item {
    display: flex;
}

.blog_slider {
    display: flex;
    width: 100%;
}

.blog_box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog_box_text {
    flex-grow: 1;
}

.read_btn {
    margin-top: auto;
    width: fit-content;
}

/* FAQ Section */
.faq_section_box {
    border-radius: 30px;
    background: var(--white);
    box-shadow: 0px 4px 92px 0px rgba(0, 0, 0, 0.04);
    padding: 96px 64px;
}

.section_round_effect:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    background: #CFA4DB;
    filter: blur(152px);
    z-index: -1
}

.faq_accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq_item {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 24px;
    cursor: pointer;
    background: #f5f3fe;
    border-radius: 8px;
}

.faq_question {
    margin: 0;
    color: var(--black);
    font-size: 20.8px;
    line-height: 24px;
    font-weight: 700;
}

.faq_toggle {
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--black);
    border-radius: 50%;
}

.faq_toggle .minus {
    display: none;
}

.faq_toggle .plus {
    display: block;
}

.faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq_content .faq_content_inner {
    margin: 0;
    color: rgba(5, 2, 47, 0.8);
    padding: 24px 24px 8px 24px;
}

.faq_content .faq_content_inner p {
    margin-bottom: 0;
}

.faq_item.active .faq_toggle .minus {
    display: block;
}

.faq_item.active .faq_toggle .plus {
    display: none;
}

.faq_item.active .faq_content {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

/* Dashboard Section */
.dashboard_section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #CFA4DB;
    filter: blur(187px);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    opacity: 0.5;
}

.dashboard_img_outer {
    border-radius: 0.875rem 0.875rem 0 0;
    background: #F0F0F1;
    box-shadow: 0px 4px 34.3px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 500px;
    overflow: hidden;
}

/* Header Styles */
.site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #000118;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 0px 0 20px;
    transform: translateY(0);
}

.site_header.hide {
    transform: translateY(-100%);
}

.site_header.show {
    transform: translateY(0);
}

.site_header.scrolled {
    padding: 0px 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site_header.scrolled .brand_logo {
    transform: scale(0.9);
}

.site_header.scrolled .navbar_right .btn {
    padding: 7px 17px;
    font-size: 16px;
}

.site_header.scrolled .navbar_right .free_badge {
    top: -25px;
    padding: 2px 12px;
}

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

.navbar_brand {
    display: block;
    padding: 0.5rem 0;
}

.brand_logo {
    height: 40px !important;
    width: auto;
    transition: all 0.3s ease;
}

.scrolled .brand_logo {
    height: 35px;
}

.navbar_menu {
    margin-left: auto;
    margin-right: 2rem;
}

.nav_list {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_link {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav_link:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav_link:hover:after,
.nav_link:focus:after,
.current-menu-item .nav_link:after,
.current_page_item .nav_link:after {
    width: 100%;
}

.navbar_right {
    display: flex;
    align-items: center;
    position: relative;
    order: 2;
    margin-left: 10px;
}

.navbar_login_btn {
    line-height: 1;
}

.navbar_login_btn .btn-yellow {
    margin-left: 0;
}

.login_menu_item .nav_link {
    display: none;
}

.site_header.scrolled .navbar_login_btn .btn {
    font-size: 16px;
    padding: 7px 17px;
}

.free_badge {
    background: #FFD600;
    color: var(--black);
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: -30px;
    white-space: nowrap;
    z-index: 2;
}

.free_badge:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFD600;
}

.mobile_menu_toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 1rem;
}

.mobile_menu_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white);
    transition: all 0.3s ease;
}

.mobile_menu_active .mobile_menu_toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile_menu_active .mobile_menu_toggle span:nth-child(2) {
    opacity: 0;
}

.mobile_menu_active .mobile_menu_toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.site_header .top-bar {
    background-color: var(--primary-color);
    padding: 10px;
    margin-bottom: 50px;
}

.site_header .top-bar .top-row img {
    max-width: 15px;
    max-height: 15px;
    min-width: 15px;
}

.site_header .top-bar .top-row img {
    display: block;
    width: 100%;
    height: 100%;
}

.site_header .top-bar .top-row {
    gap: 15px;
}

.site_header .top-bar p {
    color: var(--white);
    margin: 0px;
}

.site_header .top-bar p a {
    font-weight: 700;
    text-decoration: underline;
    color: var(--white);
}

.site_header .top-bar p a:hover {
    color: #FFCF4A;
}

.site_header.scrolled .top-bar {
    margin-bottom: 20px;
}

.site_header .top-bar .container {
    padding: 0;
}

.entry-header h1 {
    display: none;
}

/* Footer */
.footer_logo_link {
    display: block;
    max-width: 260px;
}

.footer_link {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.footer_link .footer_link_a a {
    color: var(--white);
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.footer_notices {
    padding: 64px 0 48px;
    font-size: 21px;
    color: var(--white);
    opacity: 0.8;
    line-height: 26.2px;
}

.footer_credit_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.footer_credit_ul li a {
    color: var(--white);
    text-decoration: none;
    padding: 0 20px;
    border-right: 1px solid;
    opacity: 0.8;
    display: block;
    line-height: 1;
}

.footer_credit_ul li:last-child a {
    padding-right: 0;
    border: 0;
}

.footer_credit {
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid #ffffff34;
}

.footer_credit_p {
    color: var(--white);
    opacity: 0.8;
}

.footer_credit_p p {
    margin-bottom: 0;
}

/* Main Content Padding */
main {
    padding-top: 149px;
    transition: padding-top 0.3s ease;
}

main.scrolled {
    padding-top: 139px;
}

/* body.woocommerce-page main{padding-top:180px;}
*/
body.woocommerce-page main {
    padding-top: 206px;
}

body.woocommerce-page .entry-content {
    padding: 100px 0;
}

body.woocommerce-page .entry-content .woocommerce h2 {
    margin-bottom: 0;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(125, 107, 250, 0.15);
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top .progress-circle {
    position: absolute;
    top: 0;
    left: 0;
}

.back-to-top .progress-circle-path {
    stroke-dasharray: 132;
    stroke-dashoffset: 132;
    transition: stroke-dashoffset 0.3s ease;
}

.back-to-top .arrow-up {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(125, 107, 250, 0.25);
}

.back-to-top:hover .arrow-up {
    transform: translateY(-2px);
}

/* Feature Section */
.features_row {
    row-gap: 20px;
}

.features_row .feature_item .feature_inner {
    padding: 32px 20px;
    text-align: center;
    border-radius: 20px;
    background: #F8F7FF;
    height: 100%;
    position: relative;
    transition: background 0.4s ease;
    /* smooth background change */
}

.features_row .feature_item .feature_inner.has_hover_icon {
    cursor: pointer;
}

.features_row .feature_item .feature_icon,
.features_row .feature_item .feature_info {
    transition: opacity 0.3s ease;
}

.features_row .feature_item .feature_icon {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.features_row .feature_item .feature_info {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.features_row .feature_inner.has_hover_icon:hover .feature_info {
    opacity: 0;
}

.features_row .feature_inner.has_hover_icon:hover .feature_icon {
    opacity: 1;
}

.features_row .feature_inner.has_hover_icon:hover {
    background: linear-gradient(270deg, #CFA4DB 0%, #7D6BFA 100%);
}

.skyrocket_box {
    box-shadow: 0px 4px 92px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
    padding: 50px;
}

.skyrocket_image img {
    width: 100%;
}

.doc_search input.search-field {
    padding: 18px 30px;
    width: 100%;
    color: #4E4E4E;
    font-size: 18px;
    line-height: 25px;
    border-radius: 50px;
    background: #F8F7FF;
    border: none;
    font-family: var(--font-secondary);
}

.doc_search label {
    margin-bottom: 0;
}

.doc_search button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 21px;
    border: none;
    margin: 8px;
}

.doc_search {
    position: relative;
}

.doc_category_row {
    row-gap: 30px;
}

.doc_category_row .doc_category_col {
    display: flex;
}

.doc_category_row .doc_category_col .doc_category_item {
    border-radius: 20px;
    background: #F8F7FF;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.doc_category_row .doc_category_col .doc_category_item img {
    margin-bottom: 40px;
}

.doc_category_row .doc_category_col .doc_category_item .btn {
    margin-top: auto;
}

.doc_category_row .doc_category_col .doc_category_item:hover {
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: var(--white);
}

.doc_category_row .doc_category_col .doc_category_item:hover .doc_category_name {
    color: #fff;
}

.doc_category_row .doc_category_col .doc_category_item:hover .btn {
    background: var(--white);
}

.doc_category_row .doc_category_col .doc_category_item:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(115deg) brightness(106%) contrast(104%);
}

div#doc-search-results {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 70px;
    box-shadow: 0 0 5px 5px #00000026;
    max-height: 500px;
    z-index: 9;
    overflow-y: scroll;
}

div#doc-search-results ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: left;
}

div#doc-search-results ul li {
    padding: 10px 25px;
}

div#doc-search-results ul li a {
    text-decoration: none;
    color: #7D6BFA;
    font-weight: 600;
    display: block;
}

.content-section h1 {
    margin-bottom: 33px;
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.content-section .content-list-row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.content-section .content-block-list {
    margin-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.content-section .content-block-list .col-6 {
    margin-bottom: 32px;
}

.content-section .content-block-list .content-block-item {
    padding: 55px 78px;
    background-color: #F8F7FF;
    border-radius: 20px;
}

.content-section .content-block-list .content-block-item h6 {
    font-size: 21px;
}

.content-section .content-block-list .content-block-item p:last-child {
    margin-bottom: 0;
}

.content-section ul {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.content-section ul li {
    position: relative;
    padding-left: 20px;
}

.content-section ul li::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url("https://speedygo.io/wp-content/themes/wpspeedy/assets/css/../images/ul-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.search_main_row {
    padding: 100px 0;
}

.search_row {
    row-gap: 30px;
}

.search_title {
    font-weight: 500;
}

.search_title span {
    font-weight: 700;
}

.search_box {
    background: #F8F7FF;
    padding: 50px;
    border-radius: 20px;
}

.search_box header.entry-header .entry-title a {
    color: #05022F;
    text-decoration: none;
}

.search_box .entry-summary {
    margin: 30px 0;
}

.search_box:hover {
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: var(--white);
}

.search_box:hover header.entry-header .entry-title a {
    color: var(--white);
}

.search_box:hover a.btn {
    background: var(--white);
}

.taxonomy_row {
    padding: 100px 0;
}

.taxonomy_item {
    background: #F8F7FF;
    padding: 30px;
    border-radius: 20px;
}

.taxonomy-sidebar .taxonomy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.taxonomy-sidebar .taxonomy-list li a {
    background: #F8F7FF;
    border-radius: 10px;
    padding: 11px 25px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #05022F;
    font-weight: 600;
    display: block;
}

.taxonomy-sidebar .taxonomy-list li.current-term a,
.taxonomy-sidebar .taxonomy-list li a:hover {
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: var(--white);
}

.taxonomy_items_row {
    row-gap: 30px;
}

.taxonomy_item:hover {
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: var(--white);
}

.taxonomy_item:hover .taxonomy_title {
    color: var(--white);
}

.taxonomy_item:hover .btn {
    background: var(--white);
}

.taxonomy_row .nav-links {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 3px;
    justify-content: center;
    margin-top: 30px;
}

.taxonomy_row .page-numbers {
    font-weight: bold;
    background-color: transparent;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #05022f;
}

.taxonomy_row span.page-numbers.current,
.taxonomy_row .page-numbers:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.taxonomy_row a.next.page-numbers,
.taxonomy_row a.prev.page-numbers {
    width: auto;
}

.taxonomy_row a.next.page-numbers:hover,
.taxonomy_row a.prev.page-numbers:hover {
    background: transparent;
    color: #05022f;
}

.account-content {
    min-height: 100vh;
    background: var(--border-color);
    display: flex;
    flex-direction: column;
}

.account-content .container {
    width: 900px;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.account-content .container .logo-container {
    background: linear-gradient(0deg, var(--dark-blue) 34.23%, var(--medium-blue) 100%);
    color: var(--white);
    padding: 50px 20px 100px;
    border-radius: 10px;
}

.account-content .container .form-container {
    width: 800px;
    max-width: 100%;
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    margin: -100px auto 0;
}

.account-content .logo-header {
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.account-content .logo-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.account-content .form-intro {
    text-align: center;
}

.account-content .form-intro .speedygo-form-title {
    color: var(--primary-color);
}

.account-content .form-intro:is(h1, h2, h3, h4, h5, h6) {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.account-content .form-intro p {
    margin-bottom: 0px;
}

.account-content .form-section {
    text-align: center;
}

.account-content .form-section form.speedygo-login-form .btn {
    margin-top: 10px;
}

.account-content .form-section .speedygo-login-form label {
    text-align: left;
    margin-bottom: 0;
}

.account-content .form-section .form-row {
    display: flex;
    gap: 10px;
}

.account-content .form-section .form-row .form-group {
    width: 100%;
}

.account-content .form-section .speedygo-btns {
    margin-top: 28px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.account-content .form-section .or_brake {
    margin-bottom: 0;
}

.account-content .form-section .social-login {
    margin: 0 auto;
}

.account-content .form-section .social-login .nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex;
}

.account-content .form-section .social-login .nsl-container.nsl-container-block .nsl-container-buttons a {
    display: flex;
    justify-content: center;
}

.account-content .form-section .social-login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-label-container {
    font-family: var(--font-secondary);
}

.account-content input,
.account-content select {
    font-family: var(--font-secondary);
}

.account-content .select2-container .select2-dropdown,
.account-content .select2-container .select2-selection {
    width: 100%;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3sease;
    height: auto !important;
}

.account-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.2;
    text-align: left;
}

.account-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.account-content .speedygo-field-error {
    text-align: left;
}

.account-content .speedygo-choose-plan-form label {
    text-align: left;
    margin-bottom: 0;
}

.woocommerce .account-content {
    min-height: auto;
    background: none;
    display: flex;
    flex-direction: column;
}

.woocommerce .account-content .form-container {
    background: #f5f3fe;
}

.shortcode_section .account-content {
    min-height: auto;
    background: none;
    display: flex;
    flex-direction: column;
}

.shortcode_section .account-content .form-container {
    background: #f5f3fe;
}

.speedygo-otp-wrapper {
    text-align: center;
}

.speedygo-otp-wrapper .speedygo-otp-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.speedygo-otp-wrapper .speedygo-otp-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.speedygo-otp-wrapper .speedygo-otp-container {
    position: relative;
    z-index: 2;
    max-width: 380px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.speedygo-otp-wrapper .speedygo-otp-input {
    font-family: var(--font-secondary);
}

.speedygo-otp-wrapper .speedygo-otp-email {
    font-weight: 600;
}

.speedygo-otp-wrapper .speedygo-otp-buttons {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}

.speedygo-otp-wrapper .speedygo-btn {
    flex: 1;
}

.speedygo-otp-wrapper .speedygo-otp-resend {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.speedygo-otp-wrapper .speedygo-otp-resend-btn {
    background: none;
    border: 0;
    color: var(--primary-color);
    cursor: pointer;
    padding: 0;
}

.speedygo-otp-wrapper .speedygo-otp-result {
    text-align: center;
}

.billing-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    user-select: none;
    justify-content: center;
}

.billing-toggle .label {
    font-weight: 500;
    color: #333;
}

.billing-toggle .switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
}

.billing-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.billing-toggle .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.billing-toggle .switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.billing-toggle .switch input:checked+.slider {
    background-color: var(--primary-color);
}

.billing-toggle .switch input:checked+.slider:before {
    transform: translateX(28px);
}

.plans-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.plans-wrapper .plans-list {
    display: flex;
    gap: 15px;
}

.plans-wrapper .plan-card {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    padding: 22px;
    border: 2px solid #d6d6e7;
    background: #f6f6fb;
    transition: all 0.25s ease;
    text-align: center;
    width: 100%;
}

.plans-wrapper .plan-card input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans-wrapper .plan-name {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.plans-wrapper .plan-price {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.plans-wrapper .plan-price small {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.plans-wrapper .plan-card::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #bdbdd7;
    border-radius: 50%;
    display: block;
    margin: 5px auto 0;
}

.plans-wrapper .plan-card input:checked+.plan-info {
    color: #fff;
}

.plans-wrapper .plan-card input:checked+.plan-info .plan-name,
.plan-card input:checked+.plan-info .plan-price {
    color: #fff;
}

.plans-wrapper .plan-card:has(input:checked) {
    background: linear-gradient(0deg, var(--dark-blue) 34.23%, var(--medium-blue) 100%);
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(86, 56, 255, 0.35);
    color: #fff;
}

.plans-wrapper .plan-card:has(input:checked)::after {
    border-color: #fff;
    background: radial-gradient(circle, #fff 40%, transparent 45%);
}

/* .plans-wrapper .plans-list .plan-card{display:flex;flex:1;align-items:center;gap:12px;border:1.5px solid #d0bfff;border-radius:8px;background:#faf8ff;padding:16px 20px;cursor:pointer;transition:all 0.2s ease;transition:border-color 0.25s ease,background-color 0.25s ease,box-shadow 0.25s ease;}
.plans-wrapper .plans-list .plan-card:hover{border-color:var(--primary-color);background:var(--white);}
.plans-wrapper .plans-list .plan-card input[type="radio"]{accent-color:#7c3aed;margin-right:12px;}
.plans-wrapper .plans-list .plan-card:has(input[type="radio"]:checked){border-color:var(--primary-color);background:var(--primary-color);}
.plans-wrapper .plans-list .plan-card input[type="radio"]:checked + .plan-info div{color:var(--white);}
.plans-wrapper .plans-list .plan-card .plan-info{flex:1;}
.plans-wrapper .plans-list .plan-card .plan-info .plan-header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;}
.plans-wrapper .plans-list .plan-card .plan-info .plan-header .plan-name{font-weight:700;font-size:16px;color:#2d0a6c;}
.plans-wrapper .plans-list .plan-card .plan-info .plan-header .plan-price{font-weight:500;color:#2d0a6c;}
*/
.my_account_orders {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.my_account_orders td,
.my_account_orders th {
    border: 1px solid;
    padding: 10px;
}

.my_account_orders td a {
    display: block;
    font-size: 17px;
    padding: 8px;
}

.fst_login_wrapper form#loginform .input,
.fs_2fa .input {
    padding: 15px 15px !important;
    font-family: var(--font-secondary);
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-top: 0;
}

.fst_login_wrapper form#loginform label {
    margin-bottom: 0;
    text-align: left;
    font-weight: 600 !important;
}

a {
    color: var(--primary-color);
    font-weight: 600;
}

.fst_login_wrapper input#wp-submit,
.fs_2fa #fs_2fa_confirm {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px !important;
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
    transition: all 0.5s ease;
    cursor: pointer;
}

.fst_login_wrapper input#wp-submit:hover,
.fs_2fa #fs_2fa_confirm:hover {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

.fst_login_form_auth_wrapper,
.fst_login_form_auth_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.fst_login_wrapper,
.fst_registration_wrapper,
.fst_reset_pass_wrapper {
    width: 100%;
}

.fst_registration_wrapper .fs_registration_form input,
.fst_registration_wrapper .fs_registration_form select,
.fst_reset_pass_wrapper .fs_reset_pass_form input {
    padding: 15px 15px !important;
    font-family: var(--font-secondary);
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-top: 0;
    font-size: 16px;
}

.fst_registration_wrapper form#fstRegistrationForm label {
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
}

.fst_registration_wrapper input#wp-submit,
.fs_2fa #fs_2fa_confirm {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px !important;
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
    transition: all 0.5s ease;
    cursor: pointer;
}

.fst_registration_wrapper input#wp-submit:hover,
.fs_2fa #fs_2fa_confirm:hover {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

.fst_registration_wrapper #fst_submit,
.fst_reset_pass_wrapper .fs_reset_pass_form #fst_reset_pass {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px !important;
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
    transition: all 0.5s ease;
    cursor: pointer;
}

.fst_registration_wrapper #fst_submit:hover,
.fst_reset_pass_wrapper .fs_reset_pass_form #fst_reset_pass:hover {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

.plans-wrapper .plans-list .plan-card.is-selected {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.fst_reset_pass_wrapper .fs_reset_pass_form .fst_field_group label {
    text-align: left;
    font-weight: 600;
}

.fs_signup_verification button {
    font-family: var(--font-secondary) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
    transition: all .5s ease !important;
    cursor: pointer !important;
    padding: 15px !important;
    margin: 20px 0 !important;
    width: 100% !important;
}

.fs_signup_verification button:hover {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
    transition: all .5s ease !important;
    box-shadow: 0 4px 12px rgba(125, 107, 250, .25) !important;
    outline: 1px dashed var(--primary-color) !important;
    outline-offset: 2px !important;
}

.select2-container .select2-selection--single,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 28px !important;
    height: 38px !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}

.betterdocs-entry-content code {
    background: #f3f4f6;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 14px;
}

.betterdocs-entry-content table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px !important;
}

.betterdocs-entry-content th,
.betterdocs-entry-content td {
    padding: 12px;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.betterdocs-entry-content th {
    background-color: #f1f5f9;
    font-weight: 600;
}

.betterdocs-entry-content p {
    margin-bottom: 10px;
    font-size: 17px;
}

.betterdocs-entry-content h4.h6 {
    font-size: 22px;
}

.betterdocs-entry-content h5.h6,
.betterdocs-entry-content h6.h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

.nsl-container.nsl-container-block.nsl-container-embedded-login-layout-below {
    text-align: center;
}

.recommended::after,
.recommended::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.3rem;
    background: conic-gradient(from var(--gradient-angle), var(--clr-card), var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-2), var(--clr-1), var(--clr-card));
    border-radius: inherit;
    animation: rotate 2.5s linear infinite;
}

.recommended {
    border-radius: 1rem;
    cursor: pointer;
    background-color: var(--clr-card);
    position: relative;
}

.pricing_card::after {
    filter: blur(1rem);
}

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }

    100% {
        --gradient-angle: 360deg;
    }
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}

body .woocommerce .woocommerce-order-details .button,
body .woocommerce .woocommerce-MyAccount-content .button {
    font-size: 15px;
    margin-bottom: 0 !important;
    padding: 10px 25px !important;
}

.woocommerce-MyAccount-content .woocommerce-info .wc-forward.button,
.woocommerce-MyAccount-content .woocommerce_account_subscriptions .no_subscriptions .woocommerce-Button {
    display: none;
}

.betterdocs-docs-archive-wrapper .betterdocs-faq-wrapper.betterdocs-faq-layout-1 .betterdocs-faq-inner-wrapper .betterdocs-faq-list>li .betterdocs-faq-group .betterdocs-faq-post {
    background-color: #f5f3fe !important;
}

svg.betterdocs-faq-iconplus,
svg.betterdocs-faq-iconminus {
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--black);
    border-radius: 50%;
}

svg.betterdocs-faq-iconplus g,
svg.betterdocs-faq-iconminus g {
    stroke: #fff;
}

svg.betterdocs-faq-iconplus circle,
svg.betterdocs-faq-iconminus circle {
    display: none;
}

.betterdocs-docs-archive-wrapper .betterdocs-faq-wrapper.betterdocs-faq-layout-1 .betterdocs-faq-inner-wrapper .betterdocs-faq-list>li .betterdocs-faq-group .betterdocs-faq-main-content {
    color: #000 !important;
}

.account-content .container .logo-container h1 {
    font-size: 30px;
    color: #fff;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da !important;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    height: auto !important;
    font-family: var(--font-secondary);
}

body.woocommerce-account .button {
    color: #ffffff !important;
    border-radius: var(--border-radius);
    overflow: hidden;
    display: inline-block;
    padding: 12px 24px;
    font-family: var(--font-secondary);
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-MyAccount-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    margin: 15px 0 !important;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    padding: 7px 15px;
    font-size: 15px;
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:not(:last-child) {
    margin-right: 10px;
}

body.woocommerce-account .woocommerce-customer-details {
    justify-content: flex-start !important;
    gap: 00 !important;
}


.fs_ticket_form .el-input__wrapper,
.fs_ticket_form .el-select__wrapper {
    width: 100%;
    padding: 12px !important;
    border-radius: 6px !important;
    font-size: 16px;
    transition: border-color 0.3s ease;
    height: auto !important;
    font-family: var(--font-secondary);
    color: #000 !important;
    font-weight: 500;
}

.fs_ticket_form .el-input__wrapper *:focus {
    box-shadow: none;
}

::placeholder {
    color: #585858 !important;
}

button.el-button.el-button--primary.fs_create_ticket_button span,
button.el-button.fs_create_ticket_btn span {
    z-index: 1;
    font-family: var(--font-secondary);
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    height: auto !important;
    line-height: 1;
}

button.el-button.el-button--primary.fs_create_ticket_button,
button.el-button.fs_create_ticket_btn {
    color: #ffffff !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    text-decoration: none;
    height: auto !important;
    padding: 15px 25px !important;
}

.fs_client_portal .fs_submit_button_container .el-button,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn {
    position: relative;
}

.fs_client_portal .fs_submit_button_container .el-button:before,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    transition: opacity 0.5s ease;
    z-index: 0;
    opacity: 1;
}

.fs_client_portal .fs_submit_button_container .el-button:after,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transition: opacity 0.5s ease;
    z-index: 0;
    opacity: 0;
}

.fs_client_portal .fs_submit_button_container .el-button:hover::after,
.fs_client_portal .fs_submit_button_container .el-button:focus::after,
.fs_client_portal .fs_submit_button_container .el-button:focus-visible::after,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:hover::after,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:focus::after,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:focus-visible::after {
    opacity: 1;
}

.fs_client_portal .fs_submit_button_container .el-button:hover::before,
.fs_client_portal .fs_submit_button_container .el-button:focus::before,
.fs_client_portal .fs_submit_button_container .el-button:focus-visible::before,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:hover::before,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:focus::before,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:focus-visible::before {
    opacity: 0;
}

.fs_client_portal .fs_submit_button_container .el-button:hover,
.fs_client_portal .fs_submit_button_container .el-button:focus,
.fs_client_portal .fs_submit_button_container .el-button:focus-visible,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:hover,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:focus,
.fs_client_portal .fs_tickets_actions .fs_create_ticket_btn:focus-visible,
.button:hover {
    box-shadow: 0 4px 12px rgba(125, 107, 250, 0.25);
    outline: 1px dashed var(--primary-color);
    outline-offset: 2px;
}

.pricing_card.recommended .plan_features li.plan_include {
    font-weight: 700;
}

.plan_features li.plan_include:before {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(90%) contrast(95%);
}

.plan_features li.plan_not_include:before {
    filter: invert(17%) sepia(97%) saturate(7494%) hue-rotate(1deg) brightness(98%) contrast(118%);
}

.betterdocs-live-search .docs-search-result {
    overflow-y: auto !important;
}

.betterdocs-toc.toc-list-number {
    overflow: hidden !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
}

.betterdocs-mobile-toc-wrapper {
    z-index: 9999;
}


@keyframes marquee--move__logos {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee-logos {
    width: 100%;
    align-items: center;
    margin-top: 1.875rem;
    display: flex;
    position: relative;
    overflow: hidden;
    display: none;
}

.marquee-logos__container {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee--move__logos 35s linear infinite;
    gap: 10px;
}

.marquee-logos__container img {
    width: 14.625rem;
    height: 4.375rem;
    min-height: 4.375rem;
    min-width: 14.6253rem;
    object-fit: contain;
}

.marquee-logos__fade {
    z-index: 1;
    width: 2rem;
    background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #000012);
    position: absolute;
}

.marquee-logos__fade-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #000012);
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.marquee-logos__fade-right {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

/* start :: doc-image-popup */
.betterdocs-single-content__img-holder {
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Popup Styling */
.betterdocs-single-content__img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000c4;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.betterdocs-single-content__img-popup .top__over {
    margin: 0 20px;
}

.betterdocs-single-content__img-popup img {
    max-width: 900px;
    width: 100%;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.betterdocs-single-content__img-popup .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
}

.betterdocs-single-content__img-popup .close-btn .bar {
    height: 4px;
    background-color: #7d6bfa;
    transition: all 0.3s ease;
}

.betterdocs-single-content__img-popup .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

.betterdocs-single-content__img-popup .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

.betterdocs-single-content__img-popup .close-btn:hover .bar {
    background-color: #fff;
}

.betterdocs-single-content__img-popup.opened {
    display: flex;
}

.betterdocs-single-content__img-popup.opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

}

/* end :: doc-image-popup */



.sg-troubleshooting-page {
    overflow: hidden;
    position: relative;
}

.sg-troubleshooting-page,
.sg-troubleshooting-page * {
    font-family: inherit !important;
}

/* CONTAINER */

.sg-troubleshooting-page .sg-troubleshooting-container {
    width: min(1180px, 92%);
    margin: auto;
}

/* HERO */

.sg-troubleshooting-page .sg-troubleshooting-hero {
    padding: 90px 0 70px;
    position: relative;
}

.sg-troubleshooting-page .sg-troubleshooting-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(0, 214, 143, .08);
    filter: blur(120px);
    top: -180px;
    right: -120px;
}

.sg-troubleshooting-page .sg-troubleshooting-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.sg-troubleshooting-page .sg-troubleshooting-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 18px;
    border-radius: 999px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #4a5568;
}

.sg-troubleshooting-page .sg-troubleshooting-pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00d68f;
    position: relative;
}

.sg-troubleshooting-page .sg-troubleshooting-title {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 20px;
}

.sg-troubleshooting-page .sg-troubleshooting-desc {
    max-width: 700px;
    color: #4a5568;
    font-size: 1.08rem;
    line-height: 1.8;
}


/* QUICK LINKS */

.sg-troubleshooting-page .sg-troubleshooting-quick-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 35px;
}

.sg-troubleshooting-page .sg-troubleshooting-quick-btn {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .04),
            rgba(0, 0, 0, .02));
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: .3s;
    color: #333;
    text-decoration: none;
}

.sg-troubleshooting-page .sg-troubleshooting-quick-btn:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 214, 143, .4);
}

.sg-troubleshooting-page .sg-troubleshooting-quick-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: rgba(0, 214, 143, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d68f;
    font-size: 22px;
}

/* SECTION */

.sg-troubleshooting-page .sg-troubleshooting-section {
    padding: 50px 0;
}

.sg-troubleshooting-page .sg-troubleshooting-section-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.sg-troubleshooting-page .sg-troubleshooting-section-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(0, 214, 143, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d68f;
    font-size: 26px;
}

.sg-troubleshooting-page .sg-troubleshooting-section-title {
    font-size: 2rem;
    margin-bottom: 4px;
}

.sg-troubleshooting-page .sg-troubleshooting-section-desc {
    color: #4a5568;
}

/* ACCORDION */

.sg-troubleshooting-page .sg-troubleshooting-accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-item {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    cursor: pointer;
    text-align: left;
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sg-troubleshooting-page .sg-troubleshooting-badge {
    width: 55px;
    height: 55px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.sg-troubleshooting-page .sg-green {
    background: linear-gradient(135deg, #00d68f, #00b374);
}

.sg-troubleshooting-page .sg-orange {
    background: linear-gradient(135deg, #ffb547, #ff8f3c);
}

.sg-troubleshooting-page .sg-red {
    background: linear-gradient(135deg, #ff6b6b, #ff4f4f);
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-title {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-subtitle {
    color: #4a5568;
    font-size: .94rem;
}

.sg-troubleshooting-page .sg-troubleshooting-toggle-icon {
    font-size: 24px;
    color: #00d68f;
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.sg-troubleshooting-page .sg-troubleshooting-accordion-body {
    padding: 0 24px 24px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

/* STEP */

.sg-troubleshooting-page .sg-troubleshooting-step {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.sg-troubleshooting-page .sg-troubleshooting-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 214, 143, .15);
    color: #00d68f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

/* CALLOUT */

.sg-troubleshooting-page .sg-troubleshooting-callout {
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: .95rem;
}

.sg-troubleshooting-page .sg-tip {
    background: rgba(0, 214, 143, .08);
    border-left: 4px solid #00d68f;
    color: #00754a;
}

/* RESPONSIVE */

@media(max-width:768px) {
    .sg-tab {
        font-size: 16px;
    }

    .sg-troubleshooting-page .sg-troubleshooting-title {
        font-size: 2.4rem;
    }

    .sg-troubleshooting-page .sg-troubleshooting-accordion-header {
        padding: 20px;
    }

    .sg-troubleshooting-page .sg-troubleshooting-accordion-body {
        padding: 0 20px 20px;
    }

}

@media(max-width:560px) {

    .sg-troubleshooting-page .sg-troubleshooting-quick-links {
        grid-template-columns: 1fr;
    }

    .sg-troubleshooting-page .sg-troubleshooting-accordion-left {
        align-items: flex-start;
    }

}

/* COMPARISON TABLE */
.compare-section {
    margin-bottom: 100px;
}

.compare-section .sg-table-scroll {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    background: #fff;
    border: 1px solid #E5E7EB;
    -webkit-overflow-scrolling: touch;
}

.compare-section .sg-compare-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    font-size: 14px;
}

.compare-section .sg-compare-table thead th {
    background: #000118;
    color: #fff;
    font-weight: 700;
    padding: 18px 14px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.compare-section .sg-compare-table thead th:first-child {
    text-align: left;
}

.compare-section .sg-compare-table thead th.sg-featured {
    background: var(--primary-color);
}

.compare-section .sg-compare-table tbody td {
    padding: 14px 14px;
    text-align: center;
    border-top: 1px solid #E5E7EB;
    color: var(--sg-text);
    vertical-align: middle;
}

.compare-section .sg-compare-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--sg-primary-dark);
    background: #FAFBFC;
}

.compare-section .sg-compare-table tbody tr:nth-child(even) td:not(:first-child) {
    background: #FAFBFC;
}

.compare-section .sg-compare-table tbody td.sg-featured {
    background: rgba(91, 75, 207, 0.05);
}

.compare-section .sg-compare-table tbody tr:nth-child(even) td.sg-featured {
    background: rgba(91, 75, 207, 0.08);
}

.compare-section .sg-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.compare-section .sg-tag-yes {
    background: rgba(22, 163, 74, 0.12);
    color: #16A34A;
}

.compare-section .sg-tag-no {
    background: rgba(100, 116, 139, 0.12);
    color: var(--sg-muted);
}

.compare-section .sg-tag-limited {
    background: rgba(245, 158, 11, 0.14);
    color: #B45309;
}

.compare-section .sg-tag-custom {
    background: rgba(91, 75, 207, 0.12);
    color: var(--primary-color);
}

.compare-section .sg-scroll-hint {
    display: none;
    font-size: 12px;
    color: var(--sg-muted);
    text-align: center;
    margin-top: 8px;
}

/* ============================================================
       4. INFO BOX
       ============================================================ */
.compare-section .sg-info-box {
    background: var(--sg-secondary);
    border-radius: var(--sg-radius);
    padding: 28px 32px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 64px;
}

.compare-section .sg-info-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--sg-primary-dark);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.compare-section .sg-info-title::before {
    content: "i";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, serif;
}

.compare-section .sg-info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.compare-section .sg-info-list li {
    font-size: 14.5px;
    color: var(--sg-text);
    padding-left: 22px;
    position: relative;
    line-height: 1.55;
}

.compare-section .sg-info-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    top: 2px;
}


/* ============================================================
       5. FAQ
       ============================================================ */
.compare-section .sg-faq {
    max-width: 820px;
    margin: 0 auto 64px;
}

.compare-section .sg-faq-item {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.compare-section .sg-faq-item[open] {
    box-shadow: var(--sg-shadow);
    border-color: var(--primary-color);
}

.compare-section .sg-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 22px;
    font-size: 15.5px;
    font-weight: 600;
    color: var(--sg-primary-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    user-select: none;
}

.compare-section .sg-faq-item summary::-webkit-details-marker {
    display: none;
}

.compare-section .sg-faq-item summary::after {
    content: "+";
    font-size: 22px;
    font-weight: 300;
    color: var(--primary-color);
    transition: transform .2s ease;
    flex-shrink: 0;
    line-height: 1;
    width: 24px;
    text-align: center;
}

.compare-section .sg-faq-item[open] summary::after {
    content: "−";
}

.compare-section .sg-faq-answer {
    padding: 0 22px 20px 22px;
    font-size: 14.5px;
    color: var(--sg-muted);
    line-height: 1.7;
}


/* ============================================================
       6. FINAL CTA
       ============================================================ */
.compare-section .sg-final-cta {
    background: linear-gradient(135deg, var(--sg-primary-dark) 0%, var(--primary-color) 100%);
    border-radius: var(--sg-radius);
    padding: 56px 32px;
    text-align: center;
    color: #fff;
    box-shadow: var(--sg-shadow);
    position: relative;
    overflow: hidden;
}

.compare-section .sg-final-cta::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, .08) 0%, transparent 70%);
    pointer-events: none;
}

.compare-section .sg-final-title {
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    position: relative;
}

.compare-section .sg-final-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 28px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.compare-section .sg-cta-row {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.compare-section .sg-btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    transition: all .2s ease;
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
}

.compare-section .sg-btn-primary {
    background: #fff;
    color: var(--primary-color);
}

.compare-section .sg-btn-primary:hover {
    background: var(--sg-warning);
    color: #fff;
    transform: translateY(-2px);
}

.compare-section .sg-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
}

.compare-section .sg-btn-outline:hover {
    background: #fff;
    color: var(--sg-primary-dark);
    border-color: #fff;
    transform: translateY(-2px);
}


/* MODAL CSS ONLY */
.custom-modal {
    position: fixed;
    inset: 0;
    align-items: center;
    justify-content: center;
    z-index: 21474836461;
    display: none;
}

.custom-modal.active {
    display: flex;
}

.custom-modal .modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
}

.custom-modal .modal-box {
    position: relative;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    background: #f4f1fa;
    border-radius: 24px;
    padding: 60px;
    z-index: 2;
    animation: modalShow 0.3s ease;
}

.custom-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    border: none;
    background: transparent;
    font-size: 34px;
    cursor: pointer;
    color: #1f0057;
}

.custom-modal .modal-box h2 {
    text-align: center;
    font-size: 52px;
    color: #1f0057;
    margin-bottom: 15px;
}

.custom-modal .modal-box p {
    text-align: center;
    max-width: 650px;
    margin: auto;
    color: #6d5f85;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.custom-modal .modal-box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-modal .modal-box form .field-wrapper {
    max-width: 48%;
    width: 100%;
}

.custom-modal .modal-box form .field-wrapper>.d-flex {
    gap: 10px;
}

.custom-modal .modal-box form .field-wrapper input[type="number"] {
    text-align: center;
}

.custom-modal .modal-box form .field-wrapper input[type=number]::-webkit-inner-spin-button,
.custom-modal .modal-box form .field-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.custom-modal .modal-box form .field-wrapper .minus,
.custom-modal .modal-box form .field-wrapper .plus {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    background-color: var(--white);
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
}

.custom-modal .modal-box form .btn-wrapper {
    max-width: 100%;
    width: 100%;
}

.custom-modal .modal-box form .wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.custom-modal .modal-box form .wpcf7-response-output {
    border: transparent;
    text-align: center;
    width: 100%;
}

.custom-modal .modal-box form.unaccepted .wpcf7-response-output,
.custom-modal .modal-box form.payment-required .wpcf7-response-output {
    color: #ffb900;
}

.custom-modal .modal-box form.sent .wpcf7-response-output {
    color: #46b450;
}

.custom-modal .modal-box form.invalid .wpcf7-response-output {
    color: #d61a1a;
}

@media (max-width: 767px) {
    .custom-modal .modal-box {
        padding: 40px 25px;
    }

    .custom-modal .modal-box h2 {
        font-size: 24px;
    }

    .custom-modal .modal-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .custom-modal .modal-box form .field-wrapper {
        max-width: 100%;
    }
}

@keyframes modalShow {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive */

@media (max-width: 768px) {
    .modal-box {
        padding: 35px 20px;
    }

    .modal-box h1 {
        font-size: 34px;
    }

    .modal-box p {
        font-size: 16px;
    }
}