/* Root Variables */
:root {
    --mws-primary: #6366f1;
    --mws-primary-dark: #4f46e5;
    --mws-bg-dark: #000000;
    --mws-text-white: #ffffff;
    --mws-text-muted: #94a3b8;
    --mws-border: #e2e8f0;
    --mws-card-bg: #ffffff;
    --mws-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.mws-plans-wrapper {
    font-family: Figtree, sans-serif;
    color: #1e293b;
    line-height: 1.5;
}

.mws-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.mws-hero {
    background: var(--mws-bg-dark);
    color: var(--mws-text-white);
    padding: 250px 0 160px;
    text-align: center;
}

.mws-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--mws-text-white);
    font-family: Figtree, sans-serif;
}

.mws-hero-desc {
    font-size: 18px;
    color: #F9FAFB;
    max-width: 600px;
    margin: 0 auto 40px;
    font-family: Reddit Sans, sans-serif;

}

/* Billing Toggle */
.mws-billing-toggle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.mws-billing-toggle {
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #7c3aed, #2563eb) border-box;
    border: 2px solid transparent;
    padding: 6px;
    border-radius: 999px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.mws-billing-btn {
    font-family: Reddit Sans, sans-serif;
    background: transparent !important;
    border: none;
    color: #ffffff !important;
    padding: 16px 40px;
    border-radius: 40px !important;
    cursor: pointer;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    text-transform: capitalize !important;
}

.mws-billing-btn.is-active {
    background: #ffffff !important;
    color: var(--mws-primary);
}

.mws-billing-btn.is-active span{
    background: var(--gradient, linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


@media (max-width: 768px) {
    .mws-billing-btn {
        font-size: 18px;
        padding: 12px 22px;
    }
}

.mws-save-text {
    font-family: Reddit Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: var(--gradient, linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Plans Grid */
.mws-plans-grid-section {
    margin-top: -80px;
    padding-bottom: 80px;
}

.mws-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
    align-items: stretch;
}

/* Plan Card */
.mws-plan-card {
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    position: relative;
    border-radius: 12px;
border: 0.5px solid var(--purple-300, #D8B4FE);
background: linear-gradient(180deg, rgba(8, 87, 198, 0.03) 0%, rgba(125, 53, 241, 0.03) 100%), #FFF;
}

.mws-plan-card.is-featured {
    border: 4px solid var(--gradient, #7D35F1);
}

.mws-plan-card:hover {
    transform: translateY(-5px);
}
.mws-plan-header {
    text-align: center;
}
.mws-plan-badges {
    display: inline-flex;
    gap: 5px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    border-radius: 10px;
border: 1px solid var(--Gray-300, #D5D7DA);
background: var(--Base-White, #FFF);
/* Shadows/shadow-xs */
box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
padding: 5px;
}
.mws-plan-badges-one {
border-radius: 6px;
    border: 1px solid var(--Gray-300, #D5D7DA);
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    padding: 3px 5px;
    display: flex;
    align-items: center;
    font-family: "Reddit Sans", sans-serif;
}
.mws-plan-badges-one span {
 line-height: 0;
}

.mws-badge {
    color: #475569;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color:  #414651;
text-align: center;
font-family: "Reddit Sans", sans-serif;
font-size: 13.5px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
margin-left: 3px;
}

.mws-badge-secondary {
    font-family: "Reddit Sans", sans-serif;
    color: #414651;
    font-size: 13.5px;
    font-weight: 500;
    padding: 0px 10px 0px 3px;
}

.mws-plan-price-container {
    margin-bottom: 30px;
    font-family: "Reddit Sans", sans-serif;
}
.mws-container .mws-plan-grid .mws-plan-price-display {
    font-family: "Reddit Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #0f172a;
	display:inline-flex;
	margin-bottom:0px;
}
.mws-plan-price-display.call-for-pricing {
    font-size: 32px;
    font-family: "Reddit Sans", sans-serif;
}

.mws-annual-price-info {
    font-family: "Reddit Sans", sans-serif;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.mws-price-discounted {
    font-family: "Reddit Sans", sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
}
.mws-price-amount-original {
 text-decoration: line-through;
}
.mws-price-original {
    font-family: "Reddit Sans", sans-serif;
    font-size: 18px;
    color: var(--mws-text-muted);
}

.mws-price-original-inline {
    font-family: "Reddit Sans", sans-serif;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    margin-left: 10px;
}

.mws-price-interval-annual {
    font-family: "Reddit Sans", sans-serif;
    font-size: 14px;
    color: var(--mws-text-muted);
    font-weight: 500;
}

/* .mws-price-interval {
    font-family: "Reddit Sans", sans-serif;
    font-size: 16px;
    color: var(--mws-text-muted);
    margin-left: 4px;
} */

.mws-plan-highlight {
    font-family: "Reddit Sans", sans-serif;
    color: var(--mws-primary);
    font-weight: 600;
    font-size: 15px;
    margin: 8px 0 0;
    background: var(--gradient, linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Features List */
.mws-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    flex-grow: 1;
    position: relative;
}

.mws-plan-features::before,
.mws-plan-features::after  {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--Gray-200, #E9EAEB);
}
.mws-plan-features::before {
    margin-bottom: 25px;
}
.mws-plan-features::after  {
    margin-top: 25px;
}

.mws-plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #535862;
font-family: "Reddit Sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.mws-feature-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--mws-primary);
}

/* Buttons */
.mws-btn-primary {
       text-align: center;
    font-family: "Reddit Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
    background: linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #7D35F1;
    padding: 10px 20px;
    border-radius: 40px;
    display: block;
    text-transform: capitalize;
    z-index: 2;
}

.mws-plan-card.is-featured .mws-btn-primary {
    background: linear-gradient(90deg, #6366f1, #3b82f6);
    color: #fff;
    border: none;
    position: relative;
     -webkit-text-fill-color: #fff;
}
.mws-plan-card.is-featured .mws-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: linear-gradient(90deg, rgba(177, 129, 255, 0.00) 0%, rgba(177, 129, 255, 0.15) 20%, rgba(177, 129, 255, 0.56) 40%, rgba(177, 129, 255, 0.56) 60%, rgba(177, 129, 255, 0.15) 80%, rgba(177, 129, 255, 0.00) 100%);
    filter: blur(6px);
    color: #fff;
    border: none;
    z-index: -1;
}



/* CTA Section Footer */


.mws-cta-inner  h2 {
    font-family: "Reddit Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(180deg, #FFF 0%, #C1C1C1 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0px;
}
.mws-cta-inner .mws-cta-desc{
    color:  #9CA3AF;
text-align: center;
font-family: "Reddit Sans", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1px;
margin-bottom: 25px;
}
.mws-cta {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mws-cta-inner {
  text-align: center;
  padding: 0px 15px;
}

.mws-cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.mws-cta-desc {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.mws-cta-btn {
    padding: 12px 25px;
    font-size: 18px;
    text-transform: inherit !important;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.mws-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://magicwms.com/wp-content/uploads/2025/10/Container.svg) no-repeat center / cover;
    border-radius: inherit;
    pointer-events: none;
    z-index: -1;
}
a.mws-cta-btn:hover {
    background: linear-gradient(283deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%);
    transition: background-position 0.8s ease-in-out;
    z-index: 0;
    color: #fff;
}
.mws-btn-continue {
     padding: 12px 25px;
    font-size: 18px;
    text-transform: inherit !important;
    z-index: 1;
    color: #FFF !important;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%) !important;
    border-radius: 25px !important;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.mws-btn-continue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://magicwms.com/wp-content/uploads/2025/10/Container.svg) no-repeat center / cover;
    border-radius: inherit;
    pointer-events: none;
    z-index: -1;
}
.mws-btn-continue:hover {
    background: linear-gradient(283deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%) !important;
    transition: background-position 0.8s ease-in-out;
    z-index: 0;
    color: #fff;
}

.mws-checkout-page-wrapper {
    background: #f8fafc;
    min-height: 100vh;
    padding-bottom: 0;
}

.mws-checkout-hero {
    background: #000;
    color: #fff;
    padding: 250px 0 120px;
    text-align: center;
}

.mws-checkout-main-content {
    margin-top: -80px;
    margin-bottom: 80px;
}

/* Stepper */
.mws-checkout-stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.mws-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.5;
}

.mws-step.active { opacity: 1; }
.mws-step.completed { opacity: 1; }

.mws-step-number {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.mws-step.completed .mws-step-number {
    background: #10b981;
    color: #fff;
}

.mws-step-label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.mws-step-divider {
    width: 60px;
    height: 2px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 20px;
}

/* Layout */
.mws-checkout-flex-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.mws-checkout-sidebar {
    flex: 0 0 350px;
}


.mws-plan-divider {
    height: 1px;
    background: var(--mws-border);
    margin: 20px 0;
}

/* Step Contents */
.mws-checkout-step-content {
    display: none;
}
.mws-checkout-step-content.active {
    display: block;
}

/* Form Styles */
.mws-form-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.mws-form-section-title svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
}

.mws-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mws-form-group.full-width {
    grid-column: span 2;
}

.mws-input-dark {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 12px 24px;
    color: #fff;
    font-size: 15px;
    transition: all 0.2s;
}

.mws-input-dark:focus {
    outline: none;
    border-color: var(--mws-primary);
    background: rgba(255,255,255,0.08);
}

.mws-form-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.mws-btn-continue {
    background: linear-gradient(90deg, #6366f1, #3b82f6);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
}


/* Loader */
.mws-form-loader {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(17, 24, 39, 0.8);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.mws-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255,255,255,0.1);
    border-top-color: var(--mws-primary);
    border-radius: 50%;
    animation: mws-spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes mws-spin {
    to { transform: rotate(360deg); }
}

/* ----new comparison section----
 */
.my-pricing-comparison {
    padding: 80px 0px;
    background: #fff;
    overflow-x: auto;
}

.my-pricing-comparison .comparison-table {
    display: grid;
    grid-template-columns: 1fr;
    border: none;
}
.my-pricing-comparison  .main-header-row{
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
    padding: 0px !important;
    width: 100%;
    margin-bottom: 50px;
}
.my-pricing-comparison  .main-header-row a{
    text-decoration: none;
    border-bottom: 1px solid #E9EAEB;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 30px;
	width:100%;
    color: #181D27;
font-family: Figtree;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
}
.my-pricing-comparison  .main-header-row a span{
border-radius: 16px;
border: 1px solid #E9D7FE;
background:#F9F5FF;
display: flex;
padding: 2px 10px;
align-items: center;
color:#6941C6;
text-align: center;
font-family: Figtree;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 20px;
	margin-left:5px;
}
.my-pricing-comparison  .main-header-row h3,
.my-pricing-comparison  .main-header-row p{
padding-right: 30px;
}

.my-pricing-comparison  .main-header-row {
    position: relative;
}

.my-pricing-comparison .cell-container{
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    width: 100%;
}
.my-pricing-comparison .cell-container .row{
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
}
.my-pricing-comparison .cell-container .row:first-child,
.my-pricing-comparison .cell-container .row:nth-child(3),
.my-pricing-comparison .cell-container .row:nth-child(5){
    background: #FAFAFA;
}
.my-pricing-comparison .cell-container .row > div{
    padding: 18px;
}

.my-pricing-comparison .feature-heading {
    display: flex;
    align-items: center;
}

.my-pricing-comparison .feature-heading h2 {
    color: #37474F;
font-family: Figtree;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1px;
}

.my-pricing-comparison .feature-heading h2 span {
    background: linear-gradient(103deg, #7D35F1 14.71%, #4452DB 37.98%, #2E3CED 61.25%, #005CBE 85.22%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.my-pricing-comparison .plan-card {
    display:flex;
	justify-content:start;
	align-items:start;
	flex-direction:column;
}

.my-pricing-comparison .plan-card h4 {
    margin: 0 0 20px;
    font-size: 16px;
}

.my-pricing-comparison .plan-card h3 {
  color: #181D27;
text-align: center;
font-family: "Reddit Sans";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 60px;
letter-spacing: -0.72px;
	margin:0px;
}

.my-pricing-comparison .plan-card h3 span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.my-pricing-comparison .plan-card p {
color:  #535862;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.my-pricing-comparison .feature-name {
    color:#181D27;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}

.my-pricing-comparison .cell {
    color:#535862;
font-family: "Reddit Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

@media (max-width: 991px) {
    .my-pricing-comparison .comparison-table {
        min-width: 900px;
    }

    .my-pricing-comparison .feature-heading h2 {
        font-size: 28px;
    }

    .my-pricing-comparison .plan-card h3 {
        font-size: 32px;
    }
}









/* Responsive */
@media (max-width: 1024px) {
    .mws-checkout-flex-container { flex-direction: column; }
    .mws-checkout-sidebar { flex: 1; width: 100%; }
}
@media (max-width: 768px) {
    .mws-hero-title { font-size: 36px; }
    .mws-plan-grid { grid-template-columns: 1fr; }
}
@media (min-width: 768px) {
    body.page-template-mws-plans-template-php main#main-content,
    body.page-template-mws-checkout-template main#main-content,
    body.page-template-mws-approval-template main#main-content  {
    max-width: 100%;
}
}
body.page-template-mws-plans-template-php header,
body.page-template-mws-checkout-template header,
body.page-template-mws-approval-template-php header {
    position: absolute;
    width: 100%;
    background-color: transparent !important;
}
